/*
Theme Name: The Landlord Alliance
Theme URI: https://thelandlordalliance.co.uk/
Author: The Landlord Alliance
Author URI: https://thelandlordalliance.co.uk/
Description: Custom marketing theme for The Landlord Alliance — UK landlord software and membership. Classic PHP theme, Rank Math friendly, mobile-first.
Version: 1.3.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: landlord-alliance
*/

/* =========================================================
   The Landlord Alliance — Design System
   ========================================================= */

:root {
  --blue:        #2563eb;
  --blue-600:    #1d4ed8;
  --blue-700:    #1e40af;
  --blue-50:     #eff4ff;
  --blue-100:    #dbe6ff;

  --navy:        #0d1b3e;
  --navy-800:    #12224d;
  --navy-700:    #1b2f63;
  --ink:         #0f172a;
  --body:        #475569;
  --muted:       #64748b;
  --line:        #e2e8f0;
  --line-soft:   #eef2f7;
  --bg:          #ffffff;
  --bg-soft:     #f5f8fc;
  --bg-panel:    #f8fafc;

  --green:       #16a34a;
  --green-bg:    #e7f6ec;
  --amber:       #f59e0b;
  --amber-bg:    #fdf3e0;
  --red:         #ef4444;
  --red-bg:      #fde8e8;

  --radius:      16px;
  --radius-sm:   10px;
  --radius-lg:   24px;
  --shadow-sm:   0 1px 2px rgba(15,23,42,.06), 0 1px 3px rgba(15,23,42,.04);
  --shadow:      0 10px 30px rgba(15,23,42,.08);
  --shadow-lg:   0 24px 60px rgba(13,27,62,.18);

  --container:   1160px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--font); color: var(--body); background: var(--bg);
  line-height: 1.6; font-size: 17px; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-600); }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.15; margin: 0 0 .5em; font-weight: 800; letter-spacing: -.02em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1rem; }
ul { margin: 0; padding: 0; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; }
.section--tight { padding: 64px 0; }
.section-head { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.08rem; margin: 0; }
.eyebrow { color: var(--blue); font-weight: 700; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; display: inline-block; margin-bottom: 14px; }
.center { text-align: center; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-size: .98rem; line-height: 1; padding: 14px 22px; border-radius: 999px; cursor: pointer;
  border: 1px solid transparent; transition: transform .12s ease, box-shadow .2s ease, background .2s ease; white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--blue); color: #fff; box-shadow: 0 8px 20px rgba(37,99,235,.28); }
.btn--primary:hover { background: var(--blue-600); color: #fff; box-shadow: 0 12px 26px rgba(37,99,235,.35); }
.btn--ghost { background: #fff; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: #cbd5e1; color: var(--ink); }
.btn--light { background: #fff; color: var(--blue); }
.btn--light:hover { background: #eef4ff; color: var(--blue-600); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.btn--outline-light:hover { background: rgba(255,255,255,.12); color: #fff; }
.btn--sm { padding: 10px 16px; font-size: .88rem; }
.btn--block { width: 100%; }

.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.85);
  backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid var(--line-soft);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; color: var(--ink); font-size: 1.06rem; letter-spacing: -.01em; }
.brand:hover { color: var(--ink); }
.brand__mark { width: 34px; height: 34px; border-radius: 9px; background: linear-gradient(135deg, var(--blue), var(--blue-700)); display: grid; place-items: center; color: #fff; font-weight: 800; box-shadow: var(--shadow-sm); }
.brand__sub { display: block; font-size: .62rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.nav__links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav__links a { color: var(--body); font-weight: 600; font-size: .95rem; }
.nav__links a:hover { color: var(--ink); }
.nav__actions { display: flex; align-items: center; gap: 14px; }
.nav__login { color: var(--body); font-weight: 600; font-size: .95rem; }
.nav__toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: .25s; }

.hero { background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 70%); padding: 64px 0 80px; overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.05fr 1.1fr; gap: 56px; align-items: center; }
.badge { display: inline-flex; align-items: center; gap: 8px; background: var(--blue-50); color: var(--blue-700); border: 1px solid var(--blue-100); font-weight: 700; font-size: .82rem; padding: 7px 14px; border-radius: 999px; margin-bottom: 22px; }
.badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.hero h1 { margin-bottom: 18px; }
.hero__lead { font-size: 1.14rem; color: var(--body); max-width: 520px; margin-bottom: 28px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 18px; }
.hero__note { font-size: .9rem; color: var(--muted); }

.dash { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 22px; position: relative; }
.dash__title { font-size: .8rem; color: var(--muted); font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 14px; }
.dash__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 18px; }
.stat { background: var(--bg-panel); border: 1px solid var(--line-soft); border-radius: var(--radius-sm); padding: 12px; }
.stat__label { font-size: .68rem; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.stat__value { font-size: 1.1rem; font-weight: 800; color: var(--ink); margin-top: 4px; }
.dash__chart { height: 120px; border-radius: var(--radius-sm); background: linear-gradient(180deg, #eef4ff, #fff); border: 1px solid var(--line-soft); margin-bottom: 18px; position: relative; overflow: hidden; }
.dash__chart svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.dash__compliance { background: var(--bg-panel); border: 1px solid var(--line-soft); border-radius: var(--radius-sm); padding: 14px 16px; }
.dash__compliance h4 { font-size: .82rem; color: var(--ink); margin: 0 0 10px; }
.compliance-row { display: flex; align-items: center; justify-content: space-between; font-size: .82rem; padding: 5px 0; color: var(--body); }
.pill-status { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: .72rem; padding: 3px 10px; border-radius: 999px; }
.pill-status .dot { width: 7px; height: 7px; border-radius: 50%; }
.is-green { background: var(--green-bg); color: var(--green); } .is-green .dot { background: var(--green); }
.is-amber { background: var(--amber-bg); color: #b45309; } .is-amber .dot { background: var(--amber); }
.is-red   { background: var(--red-bg);   color: #b91c1c; } .is-red .dot   { background: var(--red); }
.dash__adviser { position: absolute; right: -18px; bottom: -18px; width: 210px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 14px; }
.dash__adviser strong { display: block; font-size: .82rem; color: var(--ink); }
.dash__adviser span { font-size: .74rem; color: var(--muted); }
.dash__adviser .ai-badge { width: 26px; height: 26px; border-radius: 8px; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; font-weight: 800; margin-bottom: 8px; }

.trustbar { border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); background: #fff; padding: 26px 0; }
.trustbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.trustbar__text { color: var(--muted); font-size: .95rem; max-width: 340px; }
.trustbar__pills { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; font-size: .85rem; font-weight: 600; color: var(--body); }

.band-dark { background: var(--navy); color: #cdd7ee; }
.band-dark h2 { color: #fff; }
.band-dark .split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.band-dark p { color: #aebada; font-size: 1.1rem; margin: 0; }

.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 40px 0; }
.feature-row.reverse .feature-row__media { order: -1; }
.feature-row__body h2 { font-size: 1.9rem; }
.checklist { list-style: none; margin: 18px 0 0; display: grid; gap: 12px; }
.checklist li { display: flex; align-items: flex-start; gap: 10px; color: var(--body); font-weight: 600; font-size: .96rem; }
.checklist .tick { flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; font-size: .7rem; font-weight: 900; margin-top: 1px; }

.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 22px; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.mini { background: var(--bg-panel); border: 1px solid var(--line-soft); border-radius: var(--radius-sm); padding: 16px; }
.mini .tick { width: 22px; height: 22px; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; font-size: .7rem; font-weight: 900; margin-bottom: 10px; }
.mini strong { display: block; font-size: .92rem; color: var(--ink); }
.mini span { font-size: .78rem; color: var(--muted); }

.lights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 16px; }
.light { border-radius: var(--radius-sm); padding: 16px; text-align: center; border: 1px solid var(--line-soft); }
.light .lamp { width: 22px; height: 22px; border-radius: 50%; margin: 0 auto 8px; }
.light strong { display: block; font-size: .9rem; color: var(--ink); }
.light span { font-size: .74rem; color: var(--muted); }
.light--green { background: var(--green-bg); } .light--green .lamp { background: var(--green); }
.light--amber { background: var(--amber-bg); } .light--amber .lamp { background: var(--amber); }
.light--red { background: var(--red-bg); } .light--red .lamp { background: var(--red); }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 8px; padding: 6px 12px; font-size: .78rem; font-weight: 600; color: var(--body); }

.doc-list { display: grid; gap: 10px; }
.doc-item { display: flex; align-items: center; justify-content: space-between; background: var(--bg-panel); border: 1px solid var(--line-soft); border-radius: var(--radius-sm); padding: 13px 16px; }
.doc-item .name { display: flex; align-items: center; gap: 10px; font-weight: 600; color: var(--ink); font-size: .9rem; }
.doc-item .ico { width: 26px; height: 26px; border-radius: 7px; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; font-size: .8rem; }
.doc-item .flag { font-size: .72rem; color: var(--green); font-weight: 700; }

.chat { background: var(--navy); border-radius: var(--radius); padding: 20px; color: #dbe4f7; }
.chat__q { background: var(--navy-700); border-radius: 12px 12px 12px 4px; padding: 12px 14px; font-size: .86rem; margin-bottom: 12px; max-width: 78%; }
.chat__a { background: #fff; color: var(--ink); border-radius: 12px 12px 4px 12px; padding: 12px 14px; font-size: .86rem; margin-left: auto; max-width: 82%; box-shadow: var(--shadow-sm); }
.chat__bar { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 10px 16px; margin-top: 16px; font-size: .84rem; color: #9fb0d6; }

.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fcard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); transition: transform .16s ease, box-shadow .2s ease; }
.fcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.fcard__ico { width: 46px; height: 46px; border-radius: 12px; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; margin-bottom: 16px; font-size: 1.3rem; }
.fcard h3 { margin-bottom: 8px; }
.fcard p { color: var(--muted); font-size: .95rem; margin: 0; }

.compare { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.compare table { width: 100%; border-collapse: collapse; }
.compare th, .compare td { text-align: left; padding: 18px 24px; font-size: .95rem; border-bottom: 1px solid var(--line-soft); }
.compare thead th { background: var(--bg-panel); color: var(--ink); font-weight: 800; }
.compare thead th:nth-child(2) { color: var(--blue); }
.compare tbody td:first-child { font-weight: 700; color: var(--ink); }
.compare tbody td:nth-child(2) { color: var(--ink); font-weight: 600; }
.compare tbody td:last-child { color: var(--muted); }
.compare tr:last-child td { border-bottom: 0; }

.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; text-align: left; box-shadow: var(--shadow-sm); }
.stat-card .big { font-size: 2.2rem; font-weight: 800; color: var(--ink); letter-spacing: -.02em; }
.stat-card .lbl { color: var(--muted); font-size: .9rem; }

.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.testi { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.testi .stars { color: var(--amber); font-size: .9rem; margin-bottom: 10px; letter-spacing: 2px; }
.testi p { font-size: .95rem; color: var(--body); }
.testi__who { display: flex; align-items: center; gap: 12px; margin-top: 14px; }
.testi__avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--blue-700)); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: .9rem; }
.testi__who strong { display: block; font-size: .9rem; color: var(--ink); }
.testi__who span { font-size: .8rem; color: var(--muted); }

.price-card { max-width: 460px; margin: 0 auto; background: #fff; border: 2px solid var(--blue-100); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 34px; text-align: center; }
.price-card .amount { font-size: 3.6rem; font-weight: 800; color: var(--ink); letter-spacing: -.03em; line-height: 1; }
.price-card .amount span { font-size: 1.1rem; color: var(--muted); font-weight: 600; }
.price-card .price-sub { color: var(--muted); font-size: .95rem; margin: 8px 0 22px; }
.price-features { list-style: none; text-align: left; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0 0 26px; }
.price-features li { display: flex; align-items: center; gap: 8px; font-size: .9rem; font-weight: 600; color: var(--body); }
.price-features .tick { flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; font-size: .66rem; font-weight: 900; }

.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 900px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 20px 22px; font-weight: 700; color: var(--ink); font-size: .98rem; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-family: inherit; }
.faq-q .plus { flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; font-weight: 900; transition: transform .2s ease; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-a p { padding: 0 22px 20px; margin: 0; color: var(--muted); font-size: .93rem; }
.faq-item.open .faq-a { max-height: 320px; }
.faq-item.open .plus { transform: rotate(45deg); }

.cta-band { background: linear-gradient(135deg, var(--navy-800), var(--navy)); border-radius: var(--radius-lg); padding: 52px; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin: 0 0 8px; }
.cta-band p { color: #aebada; margin: 0; }

.site-footer { background: var(--navy); color: #9fb0d6; padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.site-footer .brand { color: #fff; margin-bottom: 14px; }
.site-footer .brand__sub { color: #7c8db5; }
.footer-about { font-size: .9rem; color: #8ea1c9; max-width: 280px; }
.footer-col h4 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 16px; }
.footer-col ul { list-style: none; display: grid; gap: 10px; }
.footer-col a { color: #9fb0d6; font-size: .92rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .85rem; color: #7c8db5; }

.page-hero { background: linear-gradient(180deg, #f5f8ff, #fff); padding: 72px 0 56px; text-align: center; }
.page-hero p { font-size: 1.12rem; color: var(--body); max-width: 640px; margin: 12px auto 0; }
.breadcrumb { font-size: .85rem; color: var(--muted); margin-bottom: 8px; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .16s ease, box-shadow .2s ease; }
.post:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post__thumb { height: 168px; background: linear-gradient(135deg, var(--blue), var(--blue-700)); display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 1rem; text-align: center; padding: 16px; overflow: hidden; }
.post__thumb img { width: 100%; height: 100%; object-fit: cover; }
.post__body { padding: 22px; }
.post__meta { font-size: .78rem; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 8px; }
.post__body h3 { margin-bottom: 8px; }
.post__body h3 a { color: var(--ink); }
.post__body h3 a:hover { color: var(--blue); }
.post__body p { font-size: .92rem; color: var(--muted); margin: 0; }

.post-content { max-width: 760px; margin: 0 auto; }
.post-content h2 { margin-top: 1.6em; }
.post-content h3 { margin-top: 1.4em; font-size: 1.3rem; }
.post-content img { border-radius: var(--radius-sm); margin: 1.4em 0; }
.post-content ul, .post-content ol { padding-left: 1.3em; margin: 0 0 1rem; }
.post-content li { margin-bottom: .4em; }
.post-content blockquote { border-left: 4px solid var(--blue); background: var(--bg-soft); margin: 1.4em 0; padding: 14px 20px; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; color: var(--body); }
.pagination { display: flex; gap: 10px; justify-content: center; margin-top: 48px; flex-wrap: wrap; }
.pagination .page-numbers { display: inline-grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; border-radius: var(--radius-sm); border: 1px solid var(--line); background: #fff; color: var(--body); font-weight: 600; }
.pagination .page-numbers.current { background: var(--blue); color: #fff; border-color: var(--blue); }
.pagination a.page-numbers:hover { border-color: var(--blue); color: var(--blue); }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; font-weight: 600; font-size: .9rem; color: var(--ink); margin-bottom: 6px; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  font-family: inherit; font-size: .95rem; color: var(--ink); background: #fff; transition: border .15s ease, box-shadow .15s ease;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.15);
}
.contact-info { background: var(--bg-panel); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 28px; }
.contact-info .row { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.contact-info .ico { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 10px; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; }
.contact-info strong { color: var(--ink); display: block; font-size: .95rem; }
.contact-info span { font-size: .9rem; color: var(--muted); }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.value .ico { width: 46px; height: 46px; border-radius: 12px; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; margin-bottom: 14px; font-size: 1.3rem; }
.value h3 { margin-bottom: 8px; }
.value p { font-size: .93rem; color: var(--muted); margin: 0; }

.bg-soft { background: var(--bg-soft); }
.nav__mobile { display: none; }

/* WordPress core alignment/caption helpers */
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { margin: 1em auto; }
.wp-caption-text { font-size: .82rem; color: var(--muted); text-align: center; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }

@media (max-width: 960px) {
  .hero__grid, .band-dark .split, .feature-row, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .feature-row.reverse .feature-row__media { order: 0; }
  .cards-grid, .testi-grid, .blog-grid, .value-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .dash__adviser { position: static; width: auto; margin-top: 14px; }
}
@media (max-width: 720px) {
  .section { padding: 60px 0; }
  .nav__links, .nav__login { display: none; }
  .nav__toggle { display: block; }
  .nav__mobile { display: none; flex-direction: column; gap: 4px; padding: 16px 0 8px; border-top: 1px solid var(--line-soft); }
  .nav__mobile.open { display: flex; }
  .nav__mobile a { padding: 12px 4px; font-weight: 600; color: var(--body); border-bottom: 1px solid var(--line-soft); }
  .nav__mobile .btn { margin-top: 10px; }
  .cards-grid, .testi-grid, .blog-grid, .value-grid, .stats-grid, .faq-grid, .mini-grid, .price-features, .footer-grid, .dash__stats { grid-template-columns: 1fr; }
  .dash__stats { grid-template-columns: 1fr 1fr; }
  .price-features { grid-template-columns: 1fr; }
  .cta-band, .trustbar__inner { flex-direction: column; align-items: flex-start; text-align: left; }
  .compare { overflow-x: auto; }
  .compare table { min-width: 560px; }
}

/* ===== Hero caption ===== */
.hero__caption { text-align: center; color: var(--muted); font-size: .9rem; font-weight: 600; margin: 14px 0 0; }

/* ===== Grows with you (steps) ===== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 28px 24px;
}
.step__num {
  display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px;
  background: var(--blue-50); color: var(--blue); font-weight: 900; font-size: 1.1rem; margin-bottom: 16px;
}
.step h3 { font-size: 1.25rem; margin: 0 0 8px; color: var(--ink); }
.step p { margin: 0; color: var(--body); font-size: .98rem; line-height: 1.6; }

/* ===== Everything included (tabbed depth) ===== */
.ei__tabs { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 28px; }
.ei-tab {
  border: 1px solid var(--line); background: #fff; color: var(--body);
  border-radius: 999px; padding: 10px 20px; font-size: .92rem; font-weight: 700;
  cursor: pointer; transition: all .15s ease;
}
.ei-tab:hover { border-color: #cbd5e1; color: var(--ink); }
.ei-tab.is-active { background: var(--blue); border-color: var(--blue); color: #fff; box-shadow: 0 8px 20px rgba(37,99,235,.24); }
.ei-panel { display: none; }
.ei-panel.is-active { display: block; }
.ei-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ei-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm); padding: 20px; border-left: 3px solid var(--blue);
}
.ei-item strong { display: block; color: var(--ink); font-size: 1rem; margin-bottom: 6px; }
.ei-item span { display: block; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.ei-note { text-align: center; color: var(--muted); font-size: .95rem; margin: 24px 0 0; font-style: italic; }

@media (max-width: 900px) {
  .steps, .ei-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .steps, .ei-grid { grid-template-columns: 1fr; }
  .ei__tabs { flex-direction: column; }
  .ei-tab { width: 100%; }
}

/* Features page — grouped depth headings */
.group-head { font-size: 1.15rem; color: var(--ink); margin: 40px 0 16px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.group-head:first-of-type { margin-top: 8px; }

/* ===== Product screenshot slots ===== */
.shot { margin: 0; width: 100%; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); background: #fff; }
.shot img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.shot--placeholder {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  background: repeating-linear-gradient(45deg, #f5f8fc, #f5f8fc 12px, #eef2f7 12px, #eef2f7 24px);
  border: 1px dashed #c3cede; box-shadow: none; text-align: center; padding: 20px;
}
.shot--placeholder .shot__name { font-weight: 700; color: var(--blue); font-size: .95rem; font-family: monospace; }
.shot--placeholder .shot__hint { color: var(--muted); font-size: .82rem; max-width: 80%; }

/* ===== App-screen mockups ===== */
.appshot { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg); overflow: hidden; }
.appshot__bar { display: flex; align-items: center; gap: 10px; padding: 10px 14px; background: var(--bg-panel); border-bottom: 1px solid var(--line-soft); }
.appshot__dots { display: inline-flex; gap: 5px; }
.appshot__dots i { width: 9px; height: 9px; border-radius: 50%; background: #d7dee8; }
.appshot__dots i:nth-child(1){ background:#f0a3a3; } .appshot__dots i:nth-child(2){ background:#f5cf8b; } .appshot__dots i:nth-child(3){ background:#a7d9b4; }
.appshot__title { font-size: .78rem; font-weight: 600; color: var(--muted); }
.appshot__body { padding: 16px; }

/* dashboard */
.mk-statrow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 12px; }
.mk-stat { background: var(--bg-soft); border-radius: 10px; padding: 10px; }
.mk-stat span { display: block; font-size: .62rem; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); }
.mk-stat strong { font-size: 1.05rem; color: var(--ink); }
.mk-charts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mk-chart { background: #fff; border: 1px solid var(--line-soft); border-radius: 10px; padding: 10px; }
.mk-chart__h { font-size: .68rem; font-weight: 700; color: var(--body); margin-bottom: 6px; }
.mk-chart svg { width: 100%; height: 70px; display: block; }

/* compliance RAG panel */
.mk-rag { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 12px; margin-bottom: 12px; }
.mk-rag--green { background: var(--green-bg); } .mk-rag--amber { background: var(--amber-bg); } .mk-rag--red { background: var(--red-bg); }
.mk-rag__dot { width: 14px; height: 14px; border-radius: 50%; flex: none; }
.mk-rag--green .mk-rag__dot { background: var(--green); } .mk-rag--amber .mk-rag__dot { background: var(--amber); } .mk-rag--red .mk-rag__dot { background: var(--red); }
.mk-rag__txt { flex: 1 1 auto; }
.mk-rag__txt strong { display: block; font-size: .95rem; }
.mk-rag--green .mk-rag__txt strong { color: var(--green); } .mk-rag--amber .mk-rag__txt strong { color: var(--amber); } .mk-rag--red .mk-rag__txt strong { color: var(--red); }
.mk-rag__txt span { font-size: .74rem; color: var(--body); }
.mk-rag__btn { font-size: .72rem; font-weight: 700; color: var(--body); border: 1px solid var(--line); background: #fff; border-radius: 8px; padding: 5px 10px; }
.mk-chips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mk-chip { display: flex; align-items: center; gap: 7px; padding: 8px 10px; border-radius: 9px; background: var(--bg-soft); }
.mk-chip .d { width: 8px; height: 8px; border-radius: 50%; background: #cbd5e1; flex: none; }
.mk-chip b { font-size: .74rem; font-weight: 650; color: var(--ink); flex: 1 1 auto; }
.mk-chip i { font-size: .66rem; font-weight: 700; font-style: normal; color: var(--muted); }
.mk-chip.is-green { background: var(--green-bg); } .mk-chip.is-green .d { background: var(--green); } .mk-chip.is-green i { color: var(--green); }
.mk-chip.is-amber { background: var(--amber-bg); } .mk-chip.is-amber .d { background: var(--amber); } .mk-chip.is-amber i { color: var(--amber); }
.mk-chip.is-red { background: var(--red-bg); } .mk-chip.is-red .d { background: var(--red); } .mk-chip.is-red i { color: var(--red); }

/* portfolio property cards */
.mk-props { display: grid; gap: 10px; }
.mk-prop { border: 1px solid var(--line); border-radius: 10px; padding: 11px 12px; }
.mk-prop__addr { font-size: .82rem; font-weight: 700; color: var(--ink); }
.mk-prop__stats { display: flex; flex-wrap: wrap; gap: 4px 14px; margin: 6px 0 8px; font-size: .72rem; }
.mk-prop__stats span { color: var(--muted); } .mk-prop__stats b { color: var(--ink); }
.mk-bar { display: flex; align-items: center; gap: 7px; font-size: .72rem; font-weight: 700; padding: 6px 9px; border-radius: 8px; }
.mk-bar .d { width: 8px; height: 8px; border-radius: 50%; flex: none; }
.mk-bar.is-green { background: var(--green-bg); color: var(--green); } .mk-bar.is-green .d { background: var(--green); }
.mk-bar.is-red { background: var(--red-bg); color: var(--red); } .mk-bar.is-red .d { background: var(--red); }
.mk-dots { margin-left: auto; display: inline-flex; gap: 4px; }
.mk-dots i { width: 8px; height: 8px; border-radius: 50%; background: #cbd5e1; }
.mk-dots i.g { background: var(--green); } .mk-dots i.r { background: var(--red); } .mk-dots i.a { background: var(--amber); } .mk-dots i.x { background: #cbd5e1; }

/* templates */
.mk-tpl__h { font-size: .78rem; font-weight: 700; color: var(--body); margin-bottom: 10px; }
.mk-tpls { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mk-tpl { border: 1px solid var(--line); border-radius: 10px; padding: 11px 12px; }
.mk-tpl b { display: block; font-size: .78rem; color: var(--ink); }
.mk-tpl span { display: block; font-size: .66rem; color: var(--muted); margin: 3px 0 6px; }
.mk-tpl em { font-size: .7rem; font-weight: 700; font-style: normal; color: var(--blue); }

/* adviser chat */
.mk-chat { display: flex; flex-direction: column; gap: 10px; }
.mk-q { align-self: flex-end; max-width: 78%; background: var(--blue); color: #fff; font-size: .78rem; padding: 9px 12px; border-radius: 12px 12px 3px 12px; }
.mk-a { align-self: flex-start; max-width: 90%; background: var(--bg-soft); color: var(--body); font-size: .78rem; line-height: 1.5; padding: 10px 12px; border-radius: 12px 12px 12px 3px; }
.mk-a b { color: var(--ink); }
.mk-ask { display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 10px; padding: 8px 8px 8px 12px; margin-top: 2px; }
.mk-ask span:first-child { flex: 1 1 auto; font-size: .76rem; color: var(--muted); }
.mk-ask__btn { background: var(--blue); color: #fff; font-size: .72rem; font-weight: 700; padding: 6px 14px; border-radius: 8px; }
.mk-note { font-size: .64rem; color: var(--muted); text-align: center; }

@media (max-width: 620px) {
  .mk-statrow, .mk-charts, .mk-chips, .mk-tpls { grid-template-columns: 1fr 1fr; }
}

/* ===== Two-tier pricing ===== */
.pricing { max-width: 900px; margin: 0 auto; }
.pricing__toggle { display: inline-flex; gap: 4px; padding: 4px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; margin: 0 auto 28px; }
.pricing { text-align: center; }
.pricing__toggle { }
.pt-btn { border: 0; background: transparent; color: var(--body); font-weight: 700; font-size: .9rem; padding: 9px 20px; border-radius: 999px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; }
.pt-btn.is-active { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }
.pt-save { background: var(--green-bg); color: var(--green); font-size: .68rem; font-weight: 700; padding: 3px 8px; border-radius: 999px; }
.plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; text-align: left; }
.plan-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px 24px; box-shadow: var(--shadow-sm); }
.plan-card--featured { border: 2px solid var(--blue); box-shadow: var(--shadow); }
.plan-badge { position: absolute; top: -12px; right: 22px; background: var(--blue); color: #fff; font-size: .72rem; font-weight: 700; padding: 5px 12px; border-radius: 999px; }
.plan-name { font-size: 1.3rem; margin: 0 0 4px; color: var(--ink); }
.plan-tag { color: var(--muted); font-size: .9rem; margin: 0 0 16px; }
.plan-price { display: flex; align-items: flex-start; gap: 2px; line-height: 1; }
.plan-price .pp-cur { font-size: 1.4rem; font-weight: 700; margin-top: 6px; color: var(--ink); }
.plan-price .pp-amt { font-size: 3rem; font-weight: 800; color: var(--ink); letter-spacing: -.02em; }
.plan-price .pp-suf { font-size: 1rem; color: var(--muted); align-self: flex-end; margin-bottom: 10px; }
.plan-equiv { font-size: .82rem; color: var(--muted); margin: 4px 0 2px; }
.plan-save { display: inline-block; font-size: .8rem; font-weight: 700; color: var(--green); background: var(--green-bg); padding: 4px 10px; border-radius: 8px; margin: 6px 0 0; }
.plan-card .plan-cta { margin: 18px 0 16px; }
.plan-feat { list-style: none; margin: 0; padding: 16px 0 0; border-top: 1px solid var(--line-soft); display: grid; gap: 11px; }
.plan-feat li { display: flex; align-items: flex-start; gap: 10px; font-size: .9rem; color: var(--body); }
.plan-feat .tick { flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; font-size: .66rem; font-weight: 900; margin-top: 1px; }
.pricing__note { text-align: center; color: var(--muted); font-size: .86rem; margin: 26px 0 0; }

/* ===== Checkout ===== */
.page-hero--tight { padding-bottom: 12px; }
.checkout { display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; align-items: start; }
.co-card, .co-summary { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px; box-shadow: var(--shadow-sm); }
.co-cycle { display: inline-flex; gap: 4px; padding: 4px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; margin-bottom: 18px; }
.co-cycle__btn { text-decoration: none; color: var(--body); font-weight: 700; font-size: .86rem; padding: 8px 16px; border-radius: 999px; display: inline-flex; align-items: center; gap: 7px; }
.co-cycle__btn.is-active { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }
.co-plan { font-size: 1.3rem; margin: 0 0 4px; }
.co-tag { color: var(--muted); font-size: .92rem; margin: 0 0 14px; }
.co-feat { border-top: 1px solid var(--line-soft); }
.co-switch { font-size: .86rem; color: var(--muted); margin: 18px 0 0; }
.co-summary h3 { font-size: 1.05rem; margin: 0 0 14px; }
.co-line { display: flex; justify-content: space-between; align-items: baseline; font-size: .92rem; padding: 8px 0; border-bottom: 1px solid var(--line-soft); }
.co-line--muted { color: var(--muted); font-size: .84rem; }
.co-price { font-weight: 700; color: var(--ink); }
.co-price small { color: var(--muted); font-weight: 500; }
.co-save { background: var(--green-bg); color: var(--green); font-size: .8rem; font-weight: 700; padding: 8px 12px; border-radius: 9px; margin: 12px 0; }
.co-total { display: flex; justify-content: space-between; font-size: 1.1rem; font-weight: 800; color: var(--ink); padding: 12px 0 16px; }
.co-pay { margin-bottom: 8px; }
.co-soon { font-size: .78rem; color: var(--amber); text-align: center; margin: 0 0 8px; }
.co-trust { list-style: none; margin: 14px 0 0; padding: 14px 0 0; border-top: 1px solid var(--line-soft); display: grid; gap: 9px; }
.co-trust li { display: flex; align-items: flex-start; gap: 9px; font-size: .82rem; color: var(--body); }
.co-trust .tick { flex: 0 0 auto; width: 18px; height: 18px; border-radius: 50%; background: var(--green-bg); color: var(--green); display: grid; place-items: center; font-size: .6rem; font-weight: 900; }
.co-legal { font-size: .74rem; color: var(--muted); margin: 14px 0 0; }

@media (max-width: 760px) {
  .plan-grid, .checkout { grid-template-columns: 1fr; }
  .checkout__side { order: -1; }
}
