/* Agent pages — scoped under #ac-page */

#ac-page{
  --blue:var(--color-accent); --blue-hover:var(--color-accent-hover);
  --navy:var(--color-ink); --navy-2:var(--color-ink-hover);
  --orange:var(--color-orange); --cyan:var(--color-orange);
  --ink:var(--color-ink); --muted:var(--color-muted);
  --line:var(--color-line); --line-2:#ddd; --line-soft:var(--color-line-soft);
  --bg-soft:var(--color-bg-soft); --white:var(--color-white);
  --container:74.5rem;
  --shadow-sm:0 1px 2px rgba(28,25,23,.05);
  --shadow-md:0 1px 3px rgba(28,25,23,.06),0 12px 32px -18px rgba(28,25,23,.28);
  --shadow-lg:0 2px 6px rgba(28,25,23,.06),0 40px 80px -40px rgba(28,25,23,.45);
  font-family:Inter,Arial,sans-serif;color:#010101;font-size:1rem;line-height:1.5;-webkit-font-smoothing:antialiased;
}
#ac-page *,#ac-page *::before,#ac-page *::after{box-sizing:border-box;margin:0;padding:0;}
#ac-page a{text-decoration:none;color:inherit}
#ac-page a:hover{color:var(--color-accent)}
#ac-page button{font-family:inherit;cursor:pointer}
#ac-page ul{list-style:none}
#ac-page .ac-container{max-width:var(--container);margin:0 auto;padding:0 1.5rem;}
#ac-page .eyebrow{
  display:inline-flex;align-items:center;gap:.5rem;
  font-size:.8125rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--blue);
}
#ac-page .eyebrow .spark{font-size:.85rem;}

/* ============================================================
   AGENT SUB-NAV
   ============================================================ */
#ac-page .subnav{position:sticky;top:0;z-index:40;background:var(--color-ink);border-bottom:1px solid rgba(255,255,255,.1);}
#ac-page .subnav-inner{max-width:var(--container);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:center;gap:1.25rem;overflow-x:auto;scrollbar-width:none;}
#ac-page .subnav-inner::-webkit-scrollbar{display:none;}
#ac-page .subnav-group{display:flex;align-items:center;gap:.35rem;padding:.6rem 0;}
#ac-page .subnav-glabel{font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.5);white-space:nowrap;margin-right:.35rem;}
#ac-page .subnav-brand{display:flex;align-items:center;color:rgba(255,255,255,.45);flex:none;}
#ac-page .subnav-brand svg{width:1.625rem;height:1.625rem;flex:none;}
#ac-page .subnav-brand-sep{width:1px;height:1.35rem;background:rgba(255,255,255,.18);flex:none;}
#ac-page .subnav-div{width:1px;height:1.35rem;background:rgba(255,255,255,.18);flex:none;}
#ac-page .subnav-link{font-size:.875rem;font-weight:500;color:rgba(255,255,255,.85);padding:.4rem .7rem;border-radius:200px;white-space:nowrap;transition:background .12s,color .12s;}
#ac-page .subnav-link:hover{background:rgba(255,255,255,.08);color:#fff;}
#ac-page .subnav-link.active{background:rgba(255,255,255,.12);color:#fff;font-weight:600;}

/* ============================================================
   HERO — copy + screenshot
   ============================================================ */
#ac-page .hero{background:var(--white);padding:5rem 0 0;position:relative;overflow:hidden;}
#ac-page .hero::before{content:"";position:absolute;top:-32%;left:-14%;width:52rem;height:52rem;background:radial-gradient(closest-side,rgba(255,115,30,.13),transparent 70%);pointer-events:none;}
#ac-page .hero-grid{
  position:relative;max-width:var(--container);margin:0 auto;padding:0 0 5rem 1.5rem;
  display:grid;grid-template-columns:minmax(0,40fr) minmax(0,60fr);gap:3.5rem;align-items:center;
}
#ac-page .hero-copy{max-width:31rem;padding-bottom:.5rem;}
#ac-page .hero h1{font-size:4rem;font-weight:800;line-height:1.02;letter-spacing:-.045em;color:var(--navy);margin-top:1.1rem;text-wrap:balance;}
#ac-page .hero p.lede{font-size:1.25rem;line-height:1.55;color:var(--muted);margin-top:1.4rem;text-wrap:pretty;}
#ac-page .hero-actions{display:flex;align-items:center;gap:1.1rem;margin-top:2rem;flex-wrap:wrap;}
#ac-page .btn-lg{display:inline-flex;align-items:center;gap:.6rem;font-weight:600;font-size:1.0625rem;line-height:1;padding:1rem 1.6rem;border-radius:12px;border:1px solid transparent;transition:background .15s,transform .15s,border-color .15s;}
#ac-page .btn-lg.solid{background:var(--navy);color:#fff;box-shadow:0 12px 30px -14px rgba(28,25,23,.55);}
#ac-page .btn-lg.solid:hover{background:var(--navy-2);color:#fff;transform:translateY(-1px);}
#ac-page .btn-lg.solid .arrow{transition:transform .15s;}
#ac-page .btn-lg.solid:hover .arrow{transform:translateX(3px);}
#ac-page .btn-lg svg{width:1.15rem;height:1.15rem;}
#ac-page .btn-ghost-lg{display:inline-flex;align-items:center;gap:.55rem;font-weight:600;font-size:1.0625rem;color:var(--navy);}
#ac-page .btn-ghost-lg svg{width:1.1rem;height:1.1rem;color:var(--blue);}
#ac-page .btn-ghost-lg:hover{color:var(--blue);}
#ac-page .hero-trust{margin-top:1.6rem;display:flex;align-items:center;gap:.6rem;font-size:.875rem;color:var(--muted);flex-wrap:wrap;}
#ac-page .hero-trust .sep{width:.25rem;height:.25rem;border-radius:50%;background:var(--line);}
/* media column: escapes the container to the right viewport edge */
#ac-page .hero-media{position:relative;min-width:0;}
#ac-page .hero-shot{
  position:relative;height:34rem;border-radius:18px 0 0 18px;overflow:hidden;
  background:var(--bg-soft);border:1px solid var(--line);border-right:0;
  box-shadow:-2px 2px 6px rgba(28,25,23,.04),-24px 40px 80px -44px rgba(120,53,15,.34);
  margin-right:calc((100vw - min(100vw,var(--container)))/-2);
}
#ac-page .hero-shot img{
  display:block;width:100%;min-width:80rem;height:auto;
  border-radius:17px 0 0 0;
}
/* stacked hero layout */
#ac-page .hero.is-stacked .hero-grid{grid-template-columns:1fr;gap:0;padding:0 1.5rem;text-align:center;}
#ac-page .hero.is-stacked .hero-copy{max-width:44rem;margin:0 auto;}
#ac-page .hero.is-stacked .hero-actions,#ac-page .hero.is-stacked .hero-trust{justify-content:center;}
#ac-page .hero.is-stacked .hero-media{margin-top:3.5rem;}
#ac-page .hero.is-stacked .hero-shot{height:30rem;border-radius:18px 18px 0 0;border-right:1px solid var(--line);border-bottom:0;margin-right:0;box-shadow:0 2px 6px rgba(28,25,23,.04),0 40px 80px -44px rgba(120,53,15,.34);}
#ac-page .hero.is-stacked .hero-shot img{min-width:0;border-radius:17px 17px 0 0;}
/* empty state — page has no capture yet */
#ac-page .hero-shot.is-empty{
  background:
    repeating-linear-gradient(135deg,transparent 0 11px,rgba(231,226,218,.9) 11px 12px),
    linear-gradient(180deg,#fff,var(--bg-soft));
  border:1px dashed var(--line);display:grid;place-items:center;
}
#ac-page .hero-shot.is-empty::after{
  content:attr(data-empty-label);
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;
  color:var(--color-accent);background:var(--color-orange-soft);border:1px solid rgba(194,65,12,.22);
  border-radius:200px;padding:.55rem 1.1rem;
}

/* ============================================================
   SECTION SHELL
   ============================================================ */
#ac-page .section{padding:5.5rem 0;}
#ac-page .section.soft{background:var(--bg-soft);}
#ac-page .section-head{text-align:center;max-width:40rem;margin:0 auto 3rem;}
#ac-page .section-head h2{font-size:2.75rem;font-weight:800;line-height:1.05;letter-spacing:-.035em;color:var(--navy);margin-top:.9rem;text-wrap:balance;}
#ac-page .section-head p{font-size:1.125rem;color:var(--muted);margin-top:1rem;text-wrap:pretty;}
#ac-page .center-eyebrow{display:flex;justify-content:center;}

/* ============================================================
   HOW IT WORKS — 3 steps with Sydekick watermark
   ============================================================ */
#ac-page .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;position:relative;}
#ac-page .step{
  background:#fff;border:1px solid var(--line-soft);border-radius:18px;padding:1.75rem;
  box-shadow:var(--shadow-sm);position:relative;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='17 27 186 106'%3E%3Cpath d='M110 80 C150 40 190 40 190 80 C190 120 150 120 110 80 C70 40 30 40 30 80 C30 120 70 120 110 80 Z' fill='none' stroke='%23E7E2DA' stroke-width='11' stroke-linejoin='round' stroke-linecap='round'/%3E%3Ccircle cx='70' cy='80' r='9' fill='%23E7E2DA'/%3E%3Ccircle cx='150' cy='80' r='9' fill='%23E7E2DA'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-size:11rem auto;
  background-position:right -2.25rem bottom -1.5rem;
  transition:transform .18s,box-shadow .18s,background-position .25s ease;
}
#ac-page .step:hover{
  transform:translateY(-3px);box-shadow:var(--shadow-md);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='17 27 186 106'%3E%3Cpath d='M110 80 C150 40 190 40 190 80 C190 120 150 120 110 80 C70 40 30 40 30 80 C30 120 70 120 110 80 Z' fill='none' stroke='%23FFDCC4' stroke-width='11' stroke-linejoin='round' stroke-linecap='round'/%3E%3Ccircle cx='70' cy='80' r='9' fill='%23FFC49B'/%3E%3Ccircle cx='150' cy='80' r='9' fill='%23FFC49B'/%3E%3C/svg%3E");
  background-position:right -1.75rem bottom -1.25rem;
}
#ac-page .step h3,#ac-page .step p,#ac-page .step-num{position:relative;}
#ac-page .step-num{width:2.5rem;height:2.5rem;border-radius:12px;background:rgba(255,115,30,.1);color:var(--color-accent);font-weight:800;font-size:1.1rem;display:grid;place-items:center;}
#ac-page .step h3{font-size:1.25rem;font-weight:700;color:var(--navy);margin-top:1.1rem;letter-spacing:-.02em;}
#ac-page .step p{font-size:.95rem;color:var(--muted);margin-top:.55rem;line-height:1.55;}
#ac-page .step-line{position:absolute;top:3rem;left:calc(33.33% + .75rem);right:calc(33.33% + .75rem);height:2px;background:repeating-linear-gradient(90deg,rgba(255,115,30,.35) 0 6px,transparent 6px 12px);z-index:0;}

/* ============================================================
   USE-CASE GRID — 6 cards, 3 across
   ============================================================ */
#ac-page .uc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;}
#ac-page .uc-card{
  position:relative;display:flex;flex-direction:column;gap:.875rem;
  background:#fff;border:1px solid var(--line);border-radius:16px;padding:1.5rem;overflow:hidden;
  transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;
}
#ac-page a.uc-card:hover{border-color:rgba(194,65,12,.45);box-shadow:0 20px 44px -26px rgba(120,53,15,.4);transform:translateY(-2px);color:inherit;}
#ac-page .uc-card.is-featured{border-color:var(--color-orange);box-shadow:0 1px 2px rgba(28,25,23,.05),0 0 0 3px rgba(255,115,30,.12);}
#ac-page a.uc-card.is-featured:hover{border-color:var(--color-orange);box-shadow:0 20px 44px -26px rgba(120,53,15,.45),0 0 0 3px rgba(255,115,30,.18);}
#ac-page .uc-frag{
  border:1px solid var(--line);border-radius:11px;background:var(--bg-soft);
  padding:.8125rem;min-height:6.5rem;display:flex;flex-direction:column;justify-content:center;
}
#ac-page .uc-card.is-featured .uc-frag{background:linear-gradient(180deg,#FFFCFA,var(--color-orange-soft));border-color:rgba(255,115,30,.32);}
#ac-page .uc-h{font-size:1.0625rem;font-weight:800;color:var(--navy);letter-spacing:-.01em;line-height:1.25;}
#ac-page .uc-p{font-size:.875rem;line-height:1.5;color:var(--muted);text-wrap:pretty;}
#ac-page .uc-more{margin-top:auto;display:inline-flex;align-items:center;gap:.3125rem;font-size:.8125rem;font-weight:700;color:var(--color-accent);}
#ac-page .uc-more svg{width:.875rem;height:.875rem;transition:transform .15s ease;}
#ac-page a.uc-card:hover .uc-more svg{transform:translateX(3px);}

/* ============================================================
   FRAGMENT KIT v3
   ============================================================ */
#ac-page .fk{display:grid;gap:.375rem;width:100%;}
#ac-page .uc-frag svg *{vector-effect:non-scaling-stroke;}
#ac-page .fk-row{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid var(--line);border-left-width:1.5px;border-radius:8px;padding:.3125rem .5rem;}
#ac-page .fk-k{flex:none;width:3.5rem;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);}
#ac-page .fk-v{flex:1;min-width:0;font-size:12px;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#ac-page .fk-t{flex:none;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);}
#ac-page .fk-ok{flex:none;width:13px;height:13px;color:var(--color-faint);}
#ac-page .fk-row.is-subject,#ac-page .fk-node.is-subject{border-left-color:var(--color-orange);}
#ac-page .fk-row.is-subject .fk-t{color:var(--color-accent);}
#ac-page .fk-stars{display:flex;align-items:center;gap:.25rem;}
#ac-page .fk-stars svg{width:12px;height:12px;color:var(--ink);}
#ac-page .fk-stars svg.off{color:var(--color-line);}
#ac-page .fk-who{margin-left:.25rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700;color:var(--muted);}
#ac-page .fk-quote{background:#fff;border:1px solid var(--line);border-left:1.5px solid var(--color-orange);border-radius:8px;padding:.4375rem .5625rem;font-size:12px;line-height:1.4;color:var(--ink);}
#ac-page .fk-quote.is-quiet{border-left-color:var(--color-line);}
#ac-page .fk-score{display:flex;align-items:center;gap:.875rem;width:100%;}
#ac-page .fk-ring{position:relative;flex:none;width:60px;height:60px;}
#ac-page .fk-ring svg{width:60px;height:60px;transform:rotate(-90deg);}
#ac-page .fk-ring .trk{fill:none;stroke:var(--color-line);stroke-width:1.5;}
#ac-page .fk-ring .arc{fill:none;stroke:var(--color-orange);stroke-width:1.5;stroke-linecap:round;}
#ac-page .fk-ring b{position:absolute;inset:0;display:grid;place-items:center;font-size:17px;font-weight:800;letter-spacing:-.02em;color:var(--ink);}
#ac-page .fk-lines{display:grid;gap:.375rem;min-width:0;}
#ac-page .fk-line{display:flex;align-items:center;gap:.4375rem;font-size:12px;font-weight:600;color:var(--ink);}
#ac-page .fk-line span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#ac-page .fk-dot{flex:none;width:7px;height:7px;border-radius:50%;background:var(--muted);}
#ac-page .fk-dot.hollow{background:transparent;border:1.5px solid var(--color-faint);}
#ac-page .fk-fan{display:flex;align-items:center;gap:.5rem;width:100%;}
#ac-page .fk-node{flex:none;display:grid;gap:.125rem;justify-items:start;background:#fff;border:1px solid var(--line);border-left-width:1.5px;border-radius:8px;padding:.4375rem .625rem;}
#ac-page .fk-node b{font-size:17px;font-weight:800;line-height:1;letter-spacing:-.02em;color:var(--ink);}
#ac-page .fk-node span{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);}
#ac-page .fk-link{flex:1;display:flex;align-items:center;gap:.25rem;min-width:1.5rem;}
#ac-page .fk-link i{flex:1;border-top:1.5px dashed var(--color-line);}
#ac-page .fk-link.is-edge i{border-top-color:var(--color-faint);}
#ac-page .fk-link svg{flex:none;width:12px;height:12px;color:var(--color-faint);}
#ac-page .fk-fan .fk{flex:1;min-width:0;}
#ac-page .fk-fan:has(.fk) .fk-link{flex:none;width:1.75rem;}
#ac-page .fk-fan .fk-chips.is-stacked{flex:none;}
#ac-page .fk-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);}
#ac-page .fk-chips{display:flex;flex-wrap:wrap;gap:.3125rem;}
#ac-page .fk-chips.is-stacked{flex:1;flex-direction:column;align-items:flex-start;min-width:0;}
#ac-page .fk-chip{max-width:100%;font-size:12px;font-weight:600;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:8px;padding:.25rem .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#ac-page .fk-chip.is-subject{background:var(--color-orange);border-color:var(--color-orange);color:var(--ink);font-weight:700;}

/* ============================================================
   METRICS — navy dark strip
   ============================================================ */
#ac-page .section.navy{background:var(--navy);}
#ac-page .metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
#ac-page .metric{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:2.5rem 2rem;text-align:center;}
#ac-page .metric .num{font-size:3.5rem;font-weight:800;letter-spacing:-.04em;color:#fff;line-height:1;}
#ac-page .metric .num .u{color:var(--cyan);}
#ac-page .metric .mlabel{font-size:1.0625rem;font-weight:700;color:rgba(255,255,255,.9);margin-top:.75rem;}
#ac-page .metric .mctx{font-size:.9rem;color:rgba(255,255,255,.5);margin-top:.35rem;}

/* ============================================================
   TESTIMONIAL
   ============================================================ */
#ac-page .quote-wrap{max-width:52rem;margin:0 auto;text-align:center;}
#ac-page .quote-logo{display:inline-flex;align-items:baseline;gap:.4em;font-size:1rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--navy);margin-bottom:2.5rem;}
#ac-page .quote-logo span{font-weight:500;color:var(--muted);letter-spacing:.2em;}
#ac-page .quote-mark{font-family:Georgia,serif;font-size:5rem;line-height:.4;color:var(--blue);opacity:.25;height:2.5rem;display:block;}
#ac-page .quote{font-size:2rem;font-weight:600;line-height:1.35;letter-spacing:-.02em;color:var(--navy);text-wrap:balance;}
#ac-page .quote-by{margin-top:2.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;}
#ac-page .quote-av{width:6rem;height:6rem;border-radius:50%;background:var(--color-orange);flex:none;overflow:hidden;display:grid;place-items:center;color:#fff;font-weight:700;font-size:1.75rem;box-shadow:0 10px 28px -14px rgba(120,53,15,.55);}
#ac-page .quote-av img{width:100%;height:100%;display:block;object-fit:cover;object-position:center top;}
#ac-page .quote-meta{text-align:center;}
#ac-page .quote-name{font-weight:700;color:var(--ink);font-size:1.0625rem;}
#ac-page .quote-title{font-size:.9rem;color:var(--muted);}

/* ============================================================
   FAQ
   ============================================================ */
#ac-page .faq-list{max-width:48rem;margin:0 auto;display:flex;flex-direction:column;gap:1rem;}
#ac-page .faq-item{background:#fff;border:1px solid var(--line-soft);border-radius:16px;box-shadow:var(--shadow-sm);overflow:hidden;transition:border-color .18s,box-shadow .18s;}
#ac-page .faq-item[data-open="true"]{border-color:rgba(194,65,12,.35);box-shadow:var(--shadow-md);}
#ac-page .faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;background:transparent;border:none;padding:1.4rem 1.6rem;font-size:1.125rem;font-weight:600;line-height:1.35;letter-spacing:-.012em;color:var(--ink);transition:color .15s;}
#ac-page .faq-item[data-open="true"] .faq-q,#ac-page .faq-q:hover{color:var(--blue);}
#ac-page .faq-chevron{flex:none;width:2.125rem;height:2.125rem;border-radius:50%;display:grid;place-items:center;background:var(--bg-soft);border:1px solid var(--line-soft);transition:transform .22s,background .18s,border-color .18s;}
#ac-page .faq-chevron svg{width:1.05rem;height:1.05rem;color:var(--muted);transition:color .18s;}
#ac-page .faq-item[data-open="true"] .faq-chevron{transform:rotate(180deg);background:rgba(194,65,12,.1);border-color:rgba(194,65,12,.28);}
#ac-page .faq-item[data-open="true"] .faq-chevron svg{color:var(--blue);}
#ac-page .faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .26s ease;}
#ac-page .faq-item[data-open="true"] .faq-a{grid-template-rows:1fr;}
#ac-page .faq-a-inner{overflow:hidden;}
#ac-page .faq-a p{font-size:1.0625rem;line-height:1.6;color:var(--muted);padding:0 3.5rem 1.5rem 1.6rem;text-wrap:pretty;}

/* ============================================================
   BOTTOM CTA BAND
   ============================================================ */
#ac-page .cta-section{padding:5.5rem 0 6rem;background:var(--white);}
#ac-page .cta-band{position:relative;overflow:hidden;background:var(--navy);border-radius:28px;padding:5.5rem 2rem;text-align:center;color:#fff;}
#ac-page .cta-band::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(90% 60% at 50% -8%,rgba(194,65,12,.30),transparent 60%),radial-gradient(70% 55% at 88% 118%,rgba(255,115,30,.20),transparent 60%),radial-gradient(60% 55% at 6% 112%,rgba(255,115,30,.12),transparent 60%);}
#ac-page .cta-inner{position:relative;z-index:1;max-width:44rem;margin:0 auto;}
#ac-page .cta-band .eyebrow{color:var(--color-orange);justify-content:center;}
#ac-page .cta-band h2{font-size:3.25rem;font-weight:800;line-height:1.05;letter-spacing:-.04em;color:#fff;margin-top:1.1rem;text-wrap:balance;}
#ac-page .cta-band .subhead{font-size:1.1875rem;line-height:1.55;color:var(--line);margin:1.3rem auto 0;max-width:38rem;text-wrap:pretty;}
#ac-page .cta-actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:2.2rem;}
#ac-page .btn-white{background:#fff;color:var(--navy);box-shadow:0 10px 30px -12px rgba(0,0,0,.5);display:inline-flex;align-items:center;gap:.6rem;font-weight:600;font-size:1.0625rem;padding:1.05rem 1.6rem;border-radius:12px;border:0;transition:background .15s,transform .15s;}
#ac-page .btn-white:hover{background:var(--color-orange-soft);color:var(--navy);transform:translateY(-1px);}
#ac-page .btn-white svg{width:1.15rem;height:1.15rem;}
#ac-page .btn-white .arrow{transition:transform .15s;}
#ac-page .btn-white:hover .arrow{transform:translateX(3px);}
#ac-page .cta-micro{display:inline-flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-top:1.8rem;font-size:.875rem;font-weight:500;color:rgba(255,255,255,.6);}
#ac-page .cta-micro .sep{width:.25rem;height:.25rem;border-radius:50%;background:rgba(255,255,255,.32);}

/* Hide Webflow page liner on this page */
.page_liner-block { display: none !important; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1200px){
  #ac-page .hero h1{font-size:3.4rem;}
  #ac-page .hero-shot{height:30rem;}
}
@media (max-width:1024px){
  #ac-page .hero-grid,#ac-page .hero.is-stacked .hero-grid{grid-template-columns:1fr;gap:3rem;padding:0 1.5rem 4.5rem;}
  #ac-page .hero-copy{max-width:36rem;}
  #ac-page .hero-shot,#ac-page .hero.is-stacked .hero-shot{height:26rem;margin-right:-1.5rem;border-radius:18px 0 0 18px;border-right:0;border-bottom:1px solid var(--line);}
  #ac-page .hero-shot img,#ac-page .hero.is-stacked .hero-shot img{min-width:80rem;border-radius:17px 0 0 0;}
  #ac-page .uc-grid{grid-template-columns:repeat(2,1fr);}
  #ac-page .steps{grid-template-columns:1fr;}
  #ac-page .step-line{display:none;}
  #ac-page .metrics{grid-template-columns:1fr;}
}
@media (max-width:640px){
  #ac-page .hero{padding-top:3rem;}
  #ac-page .hero h1{font-size:2.4rem;}
  #ac-page .hero p.lede{font-size:1.0625rem;}
  #ac-page .hero-shot,#ac-page .hero.is-stacked .hero-shot{height:19rem;}
  #ac-page .hero-shot img,#ac-page .hero.is-stacked .hero-shot img{min-width:60rem;}
  #ac-page .section{padding:4rem 0;}
  #ac-page .section-head h2{font-size:2rem;}
  #ac-page .quote{font-size:1.5rem;}
  #ac-page .uc-grid{grid-template-columns:1fr;}
  #ac-page .cta-band{padding:3.5rem 1.5rem;}
  #ac-page .cta-band h2{font-size:2.25rem;}
}
