/* ===== Anchor Property Management — proptech SaaS marketing site ===== */
:root{
  --indigo:#5b50e0;
  --indigo-700:#473dc4;
  --indigo-300:#a7a0f3;
  --ink:#14132b;
  --ink-soft:#3a3858;
  --muted:#6b6986;
  --surface:#f5f5ff;
  --surface-2:#eeedfb;
  --white:#ffffff;
  --amber:#f5a623;
  --amber-600:#e0930e;
  --line:#e4e3f4;
  --radius:16px;
  --radius-lg:24px;
  --shadow-sm:0 2px 8px rgba(20,19,43,.06);
  --shadow:0 18px 50px -22px rgba(91,80,224,.35);
  --shadow-lg:0 40px 90px -36px rgba(91,80,224,.55);
  --dots:radial-gradient(rgba(91,80,224,.14) 1.3px, transparent 1.3px);
  --maxw:1200px;
  --font-display:'Space Grotesk',system-ui,sans-serif;
  --font-body:'Inter',system-ui,sans-serif;
  --font-mono:'Space Mono',ui-monospace,monospace;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:84px}
body{
  margin:0;font-family:var(--font-body);color:var(--ink);
  background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.08;letter-spacing:-.02em;margin:0}
.wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 28px}
.section{padding:96px 0}

/* ---------- shared bits ---------- */
.eyebrow{
  display:inline-block;font-family:var(--font-body);font-weight:600;font-size:.78rem;
  letter-spacing:.13em;text-transform:uppercase;color:var(--indigo);
  background:var(--surface-2);padding:7px 14px;border-radius:999px;margin-bottom:18px;
}
.eyebrow-light{color:#fff;background:rgba(255,255,255,.16)}
.sec-head{max-width:720px;margin:0 auto 52px;text-align:center}
.sec-head-left{text-align:left;margin-left:0}
.sec-head h2{font-size:clamp(1.9rem,3.4vw,2.7rem)}
.sec-body,.sec-head .sec-body{color:var(--muted);font-size:1.06rem;margin-top:16px}

.btn{
  --b:var(--indigo);display:inline-flex;align-items:center;gap:9px;justify-content:center;
  font-family:var(--font-body);font-weight:600;font-size:.95rem;line-height:1;
  padding:13px 22px;border-radius:12px;border:1.5px solid transparent;cursor:pointer;
  transition:transform .15s ease,box-shadow .2s ease,background .2s ease,color .2s ease;white-space:nowrap;
}
.btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.btn-lg{padding:16px 28px;font-size:1.02rem}
.btn-primary{background:var(--indigo);color:#fff;box-shadow:0 10px 26px -10px rgba(91,80,224,.7)}
.btn-primary:hover{background:var(--indigo-700);transform:translateY(-2px)}
.btn-amber{background:var(--amber);color:#241a02;box-shadow:0 12px 28px -10px rgba(245,166,35,.7)}
.btn-amber:hover{background:var(--amber-600);transform:translateY(-2px)}
.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line)}
.btn-ghost:hover{border-color:var(--indigo);color:var(--indigo)}
.btn-line{background:#fff;color:var(--indigo);border-color:var(--indigo-300)}
.btn-line:hover{background:var(--surface);transform:translateY(-2px)}
.btn-line .ic-arr{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .15s ease}
.btn-line:hover .ic-arr{transform:translateX(3px)}
.btn-ghost-light{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.5)}
.btn-ghost-light:hover{background:rgba(255,255,255,.16)}

/* ---------- header ---------- */
.site-head{
  position:sticky;top:0;z-index:50;background:rgba(255,255,255,.82);
  backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--line);
}
.head-in{display:flex;align-items:center;gap:24px;height:74px}
.brand{display:flex;align-items:center;gap:11px}
.brand-mark{
  width:40px;height:40px;display:grid;place-items:center;border-radius:11px;
  background:linear-gradient(135deg,var(--indigo),#7a70ef);box-shadow:var(--shadow-sm);
}
.brand-mark svg{width:22px;height:22px;fill:#fff}
.brand-name{font-family:var(--font-display);font-weight:700;font-size:1.18rem;letter-spacing:-.02em;line-height:1;color:var(--ink);display:flex;flex-direction:column;gap:3px}
.brand-sub{font-family:var(--font-body);font-weight:500;font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}
.nav{display:flex;gap:30px;margin-left:14px;margin-right:auto}
.nav a{font-weight:500;font-size:.95rem;color:var(--ink-soft);position:relative;padding:4px 0}
.nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-2px;height:2px;background:var(--indigo);transition:right .25s ease}
.nav a:hover{color:var(--indigo)}
.nav a:hover::after{right:0}
.head-cta{display:flex;gap:12px;align-items:center}
.menu-btn{display:none;background:none;border:0;cursor:pointer;padding:8px}
.menu-btn svg{width:26px;height:26px;fill:none;stroke:var(--ink);stroke-width:2;stroke-linecap:round}

/* ---------- hero ---------- */
.hero{
  position:relative;overflow:hidden;
  background:
    var(--dots) 0 0/26px 26px,
    radial-gradient(120% 120% at 85% -10%, #efeefb 0%, var(--white) 55%);
  padding:78px 0 96px;
}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center right;z-index:0}
.hero-veil{position:absolute;inset:0;z-index:1;
  background:linear-gradient(96deg, var(--white) 26%, rgba(245,245,255,.90) 46%, rgba(245,245,255,.58) 72%, rgba(245,245,255,.42) 100%);}
.hero-in{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}
.hero-copy{max-width:560px}
.hero h1{font-size:clamp(2.5rem,5.4vw,4rem);margin:6px 0 0}
.hero h1 .hl{
  background:linear-gradient(120deg,var(--indigo),#8c7dff);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero-sub{font-size:1.18rem;color:var(--ink-soft);margin:22px 0 0;font-weight:500}
.hero-body{font-size:1rem;color:var(--muted);margin:16px 0 0}
.hero-btns{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}

/* hero floating portal card */
.hero-card-stage{position:relative;min-height:420px}
.portal-card{
  position:relative;z-index:2;width:104%;max-width:560px;margin-left:auto;
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);
  box-shadow:var(--shadow-lg);transform:rotate(2.4deg);overflow:hidden;
}
.pc-head{display:flex;align-items:center;gap:7px;padding:14px 18px;border-bottom:1px solid var(--line);background:var(--surface)}
.pc-dot{width:10px;height:10px;border-radius:50%;background:var(--line)}
.pc-dot:nth-child(1){background:#ff6058}.pc-dot:nth-child(2){background:#ffbd2e}.pc-dot:nth-child(3){background:#28c840}
.pc-title{margin-left:8px;font-family:var(--font-mono);font-size:.72rem;color:var(--muted);letter-spacing:.02em}
.pc-body{padding:20px}
.pc-stats{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px}
.pc-stat{background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:14px 16px;display:flex;flex-direction:column;gap:3px}
.pc-label{font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}
.pc-num{font-family:var(--font-mono);font-weight:700;font-size:1.6rem;color:var(--ink);line-height:1.1}
.pc-unit{font-size:1rem;color:var(--indigo)}
.pc-trend{font-size:.74rem;font-weight:600}
.pc-trend.up{color:#1d9d63}
.pc-bars{display:flex;align-items:flex-end;gap:9px;height:78px;padding:6px 4px 0;margin-bottom:14px}
.pc-bars span{flex:1;height:var(--h);background:linear-gradient(var(--indigo),#8c7dff);border-radius:5px 5px 2px 2px;opacity:.92}
.pc-bars span:last-child{background:linear-gradient(var(--amber),#ffc564)}
.pc-ledger{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
.pc-ledger li{display:flex;justify-content:space-between;align-items:center;font-size:.86rem;padding-bottom:9px;border-bottom:1px dashed var(--line)}
.pc-ledger li:last-child{border-bottom:0;padding-bottom:0}
.pc-ll{color:var(--ink-soft)}
.pc-amt{font-family:var(--font-mono);font-weight:700}
.pc-amt.pos{color:#1d9d63}.pc-amt.neg{color:#c8533a}
.portal-card-img{
  position:absolute;right:-6%;bottom:-8%;width:62%;z-index:1;border-radius:18px;overflow:hidden;
  box-shadow:var(--shadow);transform:rotate(-4deg);border:5px solid #fff;
}
.portal-card-img img{height:100%;object-fit:cover}

/* ---------- trust strip ---------- */
.trust{background:var(--ink);color:#fff}
.trust-in{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:36px 0}
.trust-item{padding:8px 22px;display:flex;flex-direction:column;gap:6px;border-left:1px solid rgba(255,255,255,.1)}
.trust-item:first-child{border-left:0}
.t-num{font-family:var(--font-mono);font-weight:700;font-size:2rem;line-height:1;color:#fff}
.t-plus,.t-unit{color:var(--amber);font-size:1.1rem;margin-left:2px}
.t-text{font-size:.86rem;color:rgba(255,255,255,.66);line-height:1.4}
.trust-badge{flex-direction:row;align-items:center;gap:13px}
.trust-badge .ic{width:34px;height:34px;flex:none;fill:none;stroke:var(--amber);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.trust-badge .t-text strong{display:block;color:#fff;font-size:.95rem;font-family:var(--font-display);margin-bottom:2px}

/* ---------- services ---------- */
.services{background:var(--white)}
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.svc-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;
  box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .25s ease,border-color .2s ease;
  display:flex;flex-direction:column;
}
.svc-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:var(--indigo-300)}
.svc-ico{
  width:48px;height:48px;border-radius:13px;display:grid;place-items:center;margin-bottom:18px;
  background:var(--surface-2);
}
.svc-ico svg{width:24px;height:24px;fill:none;stroke:var(--indigo);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.svc-card h3{font-size:1.22rem;margin-bottom:9px}
.svc-card p{color:var(--muted);font-size:.96rem;margin:0}
.svc-feature{padding:0;overflow:hidden}
.svc-img{aspect-ratio:16/10;overflow:hidden;background:var(--surface-2)}
.svc-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.svc-feature:hover .svc-img img{transform:scale(1.05)}
.svc-text{padding:26px 28px 30px}
.svc-text .svc-ico{margin-top:-50px;background:#fff;box-shadow:var(--shadow-sm);position:relative}

/* ---------- owner portal (signature) ---------- */
.portal{
  background:
    var(--dots) 0 0/24px 24px,
    linear-gradient(180deg,var(--surface) 0%,#ecebfa 100%);
}
.portal-in{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}
.portal-media{position:relative}
.portal-frame{
  border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);
  box-shadow:var(--shadow-lg);background:#fff;transform:rotate(-1.5deg);
}
.portal-chip{
  position:absolute;background:#fff;border:1px solid var(--line);border-radius:13px;
  box-shadow:var(--shadow);padding:12px 16px;display:flex;align-items:center;gap:10px;font-weight:600;font-size:.86rem;
}
.portal-chip-a{top:-22px;right:-14px;flex-direction:column;align-items:flex-start;gap:2px}
.pchip-label{font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}
.pchip-num{font-family:var(--font-mono);font-weight:700;font-size:1.4rem;color:var(--indigo)}
.portal-chip-b{bottom:-20px;left:-16px;color:var(--ink-soft)}
.pchip-dot{width:9px;height:9px;border-radius:50%;background:#28c840;box-shadow:0 0 0 4px rgba(40,200,64,.18)}
.portal-copy h2{font-size:clamp(1.9rem,3.4vw,2.6rem)}
.portal-copy .lead{font-size:1.12rem;color:var(--ink-soft);font-weight:500;margin:14px 0 28px}
.portal-list{list-style:none;margin:0 0 32px;padding:0;display:flex;flex-direction:column;gap:18px}
.portal-list li{display:flex;gap:15px;align-items:flex-start}
.pl-ico{width:42px;height:42px;flex:none;border-radius:11px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;box-shadow:var(--shadow-sm)}
.pl-ico svg{width:21px;height:21px;fill:none;stroke:var(--indigo);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.portal-list strong{display:block;font-family:var(--font-display);font-size:1.04rem;margin-bottom:2px}
.portal-list span{color:var(--muted);font-size:.94rem}

/* ---------- why ---------- */
.why{background:#fff}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.why-card{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px;
  position:relative;overflow:hidden;transition:transform .18s ease,box-shadow .25s ease;
}
.why-card::before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,var(--indigo),var(--amber))}
.why-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.why-ico{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--line);margin-bottom:18px}
.why-ico svg{width:24px;height:24px;fill:none;stroke:var(--indigo);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.why-card h3{font-size:1.16rem;margin-bottom:9px}
.why-card p{color:var(--muted);font-size:.94rem;margin:0}

/* ---------- process ---------- */
.process{background:linear-gradient(180deg,var(--surface),#fff)}
.steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}
.steps::before{content:"";position:absolute;top:26px;left:12%;right:12%;height:2px;background:repeating-linear-gradient(90deg,var(--indigo-300) 0 8px,transparent 8px 16px);z-index:0}
.step{position:relative;z-index:1;text-align:left}
.step-num{
  width:54px;height:54px;display:grid;place-items:center;border-radius:50%;
  background:#fff;border:2px solid var(--indigo);color:var(--indigo);
  font-family:var(--font-mono);font-weight:700;font-size:1.3rem;margin-bottom:20px;box-shadow:0 8px 22px -10px rgba(91,80,224,.5);
}
.step h3{font-size:1.16rem;margin-bottom:8px}
.step p{color:var(--muted);font-size:.94rem;margin:0}

/* ---------- about ---------- */
.about{background:#fff}
.about-in{display:grid;grid-template-columns:.95fr 1.05fr;gap:56px;align-items:center}
.about-media{position:relative}
.about-media img{border-radius:var(--radius-lg);box-shadow:var(--shadow);width:100%;object-fit:cover}
.about-tag{
  position:absolute;left:-18px;bottom:-22px;background:var(--ink);color:#fff;
  border-radius:14px;padding:16px 22px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:3px;
}
.at-num{font-family:var(--font-mono);font-weight:700;font-size:1.3rem;color:var(--amber)}
.at-text{font-size:.82rem;color:rgba(255,255,255,.72)}
.about-copy h2{font-size:clamp(1.9rem,3.4vw,2.6rem);margin-bottom:18px}
.about-copy p{color:var(--ink-soft);font-size:1.04rem;margin:0 0 16px}

/* ---------- testimonials ---------- */
.testimonials{background:var(--surface)}
.quote-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.quote{
  margin:0;background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:30px 32px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:16px;
}
.q-stars{color:var(--amber);letter-spacing:3px;font-size:1.05rem}
.quote blockquote{margin:0;font-size:1.06rem;line-height:1.55;color:var(--ink);font-weight:500}
.quote figcaption{display:flex;align-items:center;gap:13px;margin-top:auto}
.q-av{
  width:44px;height:44px;border-radius:50%;flex:none;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--indigo),#8c7dff);color:#fff;
  font-family:var(--font-display);font-weight:700;font-size:.95rem;
}
.quote figcaption strong{display:block;font-family:var(--font-display);font-size:1rem}
.quote figcaption span span,.quote figcaption>span{color:var(--muted);font-size:.86rem}
.quote figcaption>span{display:flex;flex-direction:column}
.quote figcaption>span strong{color:var(--ink)}

/* ---------- faq ---------- */
.faq{background:#fff}
.faq-in{display:grid;grid-template-columns:.8fr 1.2fr;gap:56px;align-items:start}
.faq .sec-head{margin:0;position:sticky;top:100px}
.faq-list{display:flex;flex-direction:column;gap:12px}
.faq-item{
  border:1px solid var(--line);border-radius:14px;background:var(--surface);
  padding:4px 22px;transition:border-color .2s ease,box-shadow .2s ease;
}
.faq-item[open]{border-color:var(--indigo-300);box-shadow:var(--shadow-sm);background:#fff}
.faq-item summary{
  list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;
  font-family:var(--font-display);font-weight:600;font-size:1.06rem;padding:16px 0;color:var(--ink);
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-mk{position:relative;width:18px;height:18px;flex:none}
.faq-mk::before,.faq-mk::after{content:"";position:absolute;background:var(--indigo);border-radius:2px;transition:transform .25s ease}
.faq-mk::before{top:8px;left:0;width:18px;height:2px}
.faq-mk::after{top:0;left:8px;width:2px;height:18px}
.faq-item[open] .faq-mk::after{transform:rotate(90deg);opacity:0}
.faq-item p{margin:0 0 18px;color:var(--muted);font-size:.98rem}

/* ---------- service area + CTA ---------- */
.cta{position:relative;overflow:hidden;color:#fff;padding:110px 0}
.cta-bg{position:absolute;inset:0;z-index:0}
.cta-bg img{width:100%;height:100%;object-fit:cover}
.cta-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,rgba(20,19,43,.92) 0%,rgba(36,32,90,.82) 45%,rgba(91,80,224,.55) 100%)}
.cta-in{position:relative;z-index:1;max-width:760px}
.cta-in h2{font-size:clamp(2.1rem,4vw,3rem);margin-bottom:18px}
.cta-sub{font-size:1.18rem;color:rgba(255,255,255,.9);font-weight:500;margin:0 0 14px}
.cta-body{font-size:1.02rem;color:rgba(255,255,255,.72);margin:0 0 30px}
.cta-btns{display:flex;flex-wrap:wrap;gap:14px}
.cta-towns{list-style:none;display:flex;flex-wrap:wrap;gap:10px;margin:38px 0 0;padding:0}
.cta-towns li{
  font-size:.84rem;font-weight:500;color:rgba(255,255,255,.85);
  background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);
  padding:7px 14px;border-radius:999px;
}

/* ---------- footer ---------- */
.site-foot{background:var(--ink);color:rgba(255,255,255,.7)}
.foot-in{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;padding:64px 0 40px}
.foot-brand .brand-name{color:#fff}
.foot-brand .brand-sub{color:rgba(255,255,255,.55)}
.foot-tag{margin:18px 0 0;max-width:320px;font-size:.95rem;line-height:1.6}
.foot-col h4{font-family:var(--font-display);font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:#fff;margin-bottom:14px}
.foot-col p{margin:0 0 10px;font-size:.95rem}
.foot-col a:hover{color:var(--amber)}
.foot-em{color:var(--amber);font-weight:500;font-size:.9rem}
.foot-nav nav{display:flex;flex-direction:column;gap:9px}
.foot-nav a{font-size:.95rem}
.foot-nav a:hover{color:#fff;padding-left:3px;transition:padding .15s ease}
.foot-towns{border-top:1px solid rgba(255,255,255,.1);padding-top:22px;padding-bottom:22px;font-size:.88rem;color:rgba(255,255,255,.6)}
.ft-label{display:block;font-family:var(--font-display);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:7px}
.foot-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;border-top:1px solid rgba(255,255,255,.1);padding-top:22px;padding-bottom:30px;font-size:.84rem;color:rgba(255,255,255,.5)}

/* ---------- responsive ---------- */
@media (max-width:1000px){
  .section{padding:74px 0}
  .hero-in{grid-template-columns:1fr;gap:48px}
  .hero-card-stage{min-height:0;margin:0 auto;max-width:540px;width:100%}
  .portal-card{width:100%;transform:rotate(1.5deg)}
  .portal-card-img{position:relative;right:0;bottom:0;width:60%;margin:-30px 0 0 auto;transform:rotate(-3deg)}
  .trust-in{grid-template-columns:repeat(3,1fr);gap:24px 8px}
  .svc-grid{grid-template-columns:repeat(2,1fr)}
  .portal-in,.about-in,.faq-in{grid-template-columns:1fr;gap:44px}
  .faq .sec-head{position:static}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(2,1fr);gap:34px 24px}
  .steps::before{display:none}
}
@media (max-width:760px){
  .nav,.head-cta{display:none}
  .menu-btn{display:block;margin-left:auto}
  .site-head.open .nav{
    display:flex;position:absolute;top:74px;left:0;right:0;flex-direction:column;gap:0;
    background:#fff;border-bottom:1px solid var(--line);padding:8px 0;box-shadow:var(--shadow);
  }
  .site-head.open .nav a{padding:14px 28px;border-top:1px solid var(--line)}
  .site-head.open .nav a::after{display:none}
  .hero{padding:54px 0 70px}
  .trust-in{grid-template-columns:repeat(2,1fr)}
  .trust-item{border-left:0;padding:8px 6px}
  .trust-badge{grid-column:1/-1}
  .svc-grid{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .quote-grid{grid-template-columns:1fr}
  .foot-in{grid-template-columns:1fr 1fr;gap:32px}
  .about-tag{left:0}
  .sec-head{margin-bottom:38px}
}
@media (max-width:460px){
  .wrap{padding:0 18px}
  .hero h1{font-size:2.2rem}
  .trust-in{grid-template-columns:1fr}
  .foot-in{grid-template-columns:1fr}
  .cta-btns .btn,.hero-btns .btn{width:100%}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* ===========================================================
   MULTI-PAGE ADDITIONS — nav active · sub-page hero · services
   detail rows · contact form · comparison table · spacing
   (Anchor indigo + amber theme)
   =========================================================== */
.nav a.active{color:var(--indigo);font-weight:600}
.nav a.active::after{right:0}

.section-white{background:var(--white)}
.section-tint{background:var(--surface)}
.page-lead{max-width:680px;margin:0;color:var(--muted);font-size:1.05rem}

/* sub-page hero / banner */
.page-hero{position:relative;overflow:hidden;isolation:isolate;padding:clamp(56px,7vw,92px) 0 clamp(40px,6vw,64px);
  background:var(--dots) 0 0/26px 26px,radial-gradient(120% 120% at 85% -10%, #efeefb 0%, var(--white) 55%);}
.page-hero-sm{padding:clamp(44px,6vw,68px) 0 clamp(34px,5vw,52px)}
.page-hero .hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:-2}
.page-hero-veil{position:absolute;inset:0;z-index:-1;
  background:linear-gradient(98deg,var(--white) 30%,rgba(245,245,255,.92) 52%,rgba(245,245,255,.62) 78%,rgba(245,245,255,.44) 100%)}
.page-hero .eyebrow{color:var(--indigo);background:var(--surface-2)}
.page-hero h1{font-size:clamp(2.1rem,4.8vw,3.2rem);max-width:780px}
.page-hero h1 .hl{background:linear-gradient(120deg,var(--indigo),#8c7dff);-webkit-background-clip:text;background-clip:text;color:transparent}
.page-hero-in{position:relative;z-index:1}
.page-hero-sub{margin-top:16px;color:var(--ink-soft);font-size:clamp(1.02rem,1.5vw,1.18rem);max-width:640px;font-weight:500}

/* services detail rows */
.svc-detail{display:flex;flex-direction:column;gap:clamp(48px,6vw,84px)}
.svc-row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,60px);align-items:center;scroll-margin-top:100px}
.svc-row .svc-media{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/3;background:var(--surface-2)}
.svc-row .svc-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.svc-row:hover .svc-media img{transform:scale(1.04)}
.svc-row:nth-child(even) .svc-media{order:2}
.svc-row .svc-info .eyebrow{color:var(--indigo);background:var(--surface-2)}
.svc-row .svc-info h2{font-size:clamp(1.5rem,2.6vw,2.1rem);margin-bottom:12px}
.svc-row .svc-info p{color:var(--ink-soft)}
.svc-feats{list-style:none;padding:0;margin:18px 0 20px;display:grid;gap:11px}
.svc-feats li{display:flex;gap:11px;align-items:flex-start;font-size:.97rem;color:var(--ink-soft)}
.svc-feats li svg{width:20px;height:20px;flex:none;color:var(--indigo);margin-top:2px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.pest-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}
.pest-chip{font-size:.8rem;background:var(--surface-2);color:var(--indigo-700);padding:6px 13px;border-radius:999px;font-weight:600}

/* contact */
.contact-grid{display:grid;grid-template-columns:1.4fr .9fr;gap:clamp(30px,4vw,56px);align-items:start}
.contact-h{font-size:clamp(1.5rem,2.6vw,2rem)}
.contact-intro{color:var(--muted);margin:10px 0 26px}
.req{color:var(--amber-600)}
.c-form{display:flex;flex-direction:column;gap:20px}
.c-form .field{display:flex;flex-direction:column;gap:7px;border:0;padding:0;margin:0;min-width:0}
.c-form legend{font-family:var(--font-display);font-weight:600;color:var(--ink);font-size:1rem;margin-bottom:10px;padding:0}
.field-hint{font-family:var(--font-body);font-weight:400;color:var(--muted);font-size:.85rem}
.field-l{font-weight:600;font-size:.92rem;color:var(--ink)}
.field input,.field textarea{width:100%;font-family:inherit;font-size:1rem;color:var(--ink);background:var(--white);border:1.6px solid var(--line);border-radius:12px;padding:13px 15px;transition:.18s}
.field input:focus,.field textarea:focus{outline:0;border-color:var(--indigo);box-shadow:0 0 0 3px rgba(91,80,224,.16)}
.field textarea{resize:vertical;min-height:110px}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field.has-err input{border-color:#d6604d}
.field-err{color:#c2402c;font-size:.82rem;font-weight:500}
.radio-row{display:flex;flex-wrap:wrap;gap:10px}
.radio-pill,.check-pill{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:.92rem;font-weight:500;border:1.6px solid var(--line);background:var(--white);padding:10px 16px;border-radius:999px;transition:.16s}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.check-pill{border-radius:12px}
.radio-pill.on,.check-pill.on{border-color:var(--indigo);background:var(--surface-2);color:var(--indigo-700)}
.radio-pill input,.check-pill input{accent-color:var(--indigo);width:16px;height:16px}
.radio-pill:hover,.check-pill:hover{border-color:var(--indigo-300)}
.c-note{font-size:.82rem;color:var(--muted);text-align:center;margin-top:-4px}
.form-success{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(30px,5vw,52px);box-shadow:var(--shadow-sm);text-align:center}
.fs-check{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:var(--surface-2);margin:0 auto 20px}
.fs-check svg{width:32px;height:32px;fill:none;stroke:var(--indigo);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.form-success h2{font-size:clamp(1.5rem,2.6vw,2rem)}
.form-success p{color:var(--muted);max-width:480px;margin:12px auto 0}
.fs-sub{font-size:.95rem}
.fs-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:24px}
.contact-side{display:flex;flex-direction:column;gap:16px}
.cside-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:22px 24px;box-shadow:var(--shadow-sm)}
.cside-card h3{font-family:var(--font-display);font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:10px}
.cside-card p{color:var(--muted);font-size:.95rem;margin:0 0 6px}
.cside-phone{display:block;font-family:var(--font-mono);font-size:1.5rem;font-weight:700;color:var(--indigo);margin-bottom:6px}
.cside-emerg{color:var(--ink-soft);font-weight:500;margin-top:6px}
.cside-guar{display:flex;gap:13px;align-items:flex-start;background:var(--ink);color:rgba(255,255,255,.82);border-radius:var(--radius);padding:22px 24px}
.cside-guar-ic svg{width:30px;height:30px;flex:none;fill:none;stroke:var(--amber);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cside-guar b{display:block;color:#fff;margin-bottom:4px}
.cside-guar span{font-size:.92rem;color:rgba(255,255,255,.72)}

/* plan comparison table (if used) */
.cmp-wrap{overflow-x:auto}
.cmp{width:100%;border-collapse:collapse;background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);min-width:540px}
.cmp th,.cmp td{padding:14px 16px;text-align:center;border-bottom:1px solid var(--line)}
.cmp thead th{background:var(--ink);color:#fff;font-family:var(--font-display);font-size:.92rem;font-weight:600}
.cmp thead th:first-child{text-align:left}
.cmp tbody td:first-child{text-align:left;color:var(--ink);font-weight:500}
.cmp tbody tr:last-child td{border-bottom:0}
.cmp tbody tr:nth-child(even){background:var(--surface)}
.cmp-y{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--surface-2)}
.cmp-y svg{width:14px;height:14px;fill:none;stroke:var(--indigo);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.cmp-n{color:var(--indigo-300)}

@media (max-width:860px){
  .svc-row{grid-template-columns:1fr;gap:22px}
  .svc-row:nth-child(even) .svc-media{order:0}
  .contact-grid{grid-template-columns:1fr}
}
@media (max-width:560px){
  .field-grid,.check-grid{grid-template-columns:1fr}
  .fs-btns .btn{flex:1 1 100%}
}
