/* ──────────────────────────────────────────────────────────────────────────
   1000ants — Additional page styles (Features / Pricing / About)
   Built only on existing :root tokens from style.css. Load AFTER style.css.
   ────────────────────────────────────────────────────────────────────────── */

/* NAV: secondary login link (icon + text) left of the primary button */
.nav-login{
  display:inline-flex;align-items:center;gap:7px;
  font-size:14px;font-weight:500;color:var(--muted);
  padding:9px 6px;white-space:nowrap;
  transition:color .15s;
}
.nav-login:hover{color:var(--ink)}
.nav-login svg{width:16px;height:16px;flex-shrink:0}
.nav-links a[aria-current="page"]{color:var(--ink);font-weight:600}

/* Blue buttons: keep white text in ALL states everywhere on the site.
   The theme's generic a:hover color (higher specificity than .btn-primary)
   otherwise wins on hover and turns the label dark/unreadable. This applies
   to every blue button outside .a1000-landing (Features/Pricing/About). */
a.btn-primary,
a.btn-primary:link,
a.btn-primary:visited,
a.btn-primary:hover,
a.btn-primary:focus,
a.btn-primary:active{
  color:var(--white) !important;
}
a.btn-primary:hover{
  background:var(--blue-dim) !important;
  transform:translateY(-1px);
}

/* ── INNER-PAGE HERO (Features / Pricing / About) ──────────────────────────*/
.page-hero{
  padding:104px 2rem 64px;
  text-align:center;
  position:relative;
  overflow:hidden;
  border-bottom:1px solid var(--border);
  background:var(--white);
}
.page-hero::before{
  content:'';position:absolute;top:-240px;left:50%;transform:translateX(-50%);
  width:760px;height:760px;
  background:radial-gradient(circle,rgba(0,76,237,0.06) 0%,transparent 70%);
  pointer-events:none;
}
.page-hero-inner{max-width:860px;margin:0 auto;position:relative}
.page-hero h1{
  font-size:clamp(38px,5vw,60px);
  font-weight:600;line-height:1.1;letter-spacing:-1.6px;color:var(--ink);
  margin:14px 0 0;
}
.page-hero h1 em{font-style:normal;color:var(--blue)}
.page-hero p.page-hero-sub{
  font-size:clamp(17px,2vw,20px);color:var(--muted);
  max-width:680px;margin:20px auto 0;line-height:1.65;
}
.page-hero .hero-actions{margin-top:34px}

/* generic light section wrapper reusing .section-inner */
.section--soft{background:var(--surface)}
.section--plain{background:var(--white)}

/* ── GOOGLE ADS CAPABILITY GRID ────────────────────────────────────────────*/
.gads{background:var(--ink);position:relative;overflow:hidden}
.gads .section-tag{color:#7BA3FF}
.gads h2{color:var(--white)}
.gads h2 em{font-style:normal;color:#7BA3FF}
.gads .section-sub{color:rgba(255,255,255,0.6);max-width:780px}
.gads-scopes{
  margin-top:14px;font-family:'DM Mono',monospace;font-size:12px;
  color:rgba(255,255,255,0.45);letter-spacing:.02em;
}
.cap-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:56px;
}
.cap-card{
  background:var(--ink-2);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:18px;padding:26px 24px;display:flex;flex-direction:column;gap:14px;
}
.cap-eb{
  font-family:'DM Mono',monospace;font-size:11px;letter-spacing:.12em;
  text-transform:uppercase;font-weight:600;color:#7BA3FF;
  display:flex;align-items:center;gap:10px;
}
.cap-eb::before{content:'';width:22px;height:1px;background:#7BA3FF;opacity:.6}
.cap-card h3{font-size:18px;font-weight:600;letter-spacing:-0.3px;color:var(--white)}
.cap-list{list-style:none;display:flex;flex-direction:column;gap:9px}
.cap-list li{
  font-size:13.5px;line-height:1.5;color:rgba(255,255,255,0.72);
  padding-left:18px;position:relative;
}
.cap-list li::before{
  content:'';position:absolute;left:0;top:.62em;width:8px;height:8px;border-radius:2px;
  background:rgba(123,163,255,0.55);
}
.cap-card.act{border-color:rgba(123,163,255,0.4)}
.cap-note{
  margin-top:auto;padding-top:14px;border-top:1px solid rgba(255,255,255,0.1);
  font-family:'DM Mono',monospace;font-size:10.5px;letter-spacing:.04em;
  color:rgba(255,255,255,0.5);text-transform:uppercase;
}
.cap-note.approval{color:#9DB8FF}

/* ── PRICING ───────────────────────────────────────────────────────────────*/
.pricing{padding:80px 2rem 60px;background:var(--white)}
.pricing-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:22px;
  max-width:1140px;margin:0 auto;align-items:stretch;
}
.price-card{
  background:var(--white);border:1px solid var(--border);border-radius:var(--radius-xl);
  padding:34px 30px;display:flex;flex-direction:column;
}
.price-card.featured{
  border-color:var(--blue);
  box-shadow:0 24px 70px rgba(0,76,237,0.12);
  position:relative;
}
.price-flag{
  position:absolute;top:-12px;left:30px;
  font-family:'DM Mono',monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;
  font-weight:600;color:var(--white);background:var(--blue);
  padding:5px 12px;border-radius:99px;
}
.price-name{font-size:15px;font-weight:600;color:var(--ink);letter-spacing:.2px}
.price-desc{font-size:13.5px;color:var(--muted);line-height:1.55;margin-top:6px;min-height:42px}
.price-amount{display:flex;align-items:baseline;gap:6px;margin:22px 0 4px}
.price-amount .num{font-size:46px;font-weight:600;letter-spacing:-2px;color:var(--ink);line-height:1}
.price-amount .per{font-size:14px;color:var(--muted);font-weight:500}
.price-billing{font-family:'DM Mono',monospace;font-size:11px;color:var(--muted-2);letter-spacing:.02em;margin-bottom:24px}
.price-cta{width:100%;margin-bottom:26px}
.price-card .btn{width:100%}
.btn-outline,
.btn-outline:link,
.btn-outline:visited,
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active{
  background:var(--white) !important;color:var(--blue) !important;
  border:1px solid var(--blue-border) !important;
}
.btn-outline:hover{background:var(--blue-pale) !important;transform:translateY(-1px)}
.price-feat-label{
  font-family:'DM Mono',monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;
  color:var(--muted);font-weight:600;margin-bottom:14px;
}
.price-features{list-style:none;display:flex;flex-direction:column;gap:11px;margin-top:auto}
.price-features li{
  font-size:14px;color:var(--ink-3);line-height:1.5;padding-left:26px;position:relative;
}
.price-features li::before{
  content:'';position:absolute;left:0;top:3px;width:16px;height:16px;border-radius:50%;
  background:var(--blue-pale);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23004CED' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:center;
}
.price-features li.muted{color:var(--muted-2)}
.price-features li.muted::before{
  background:var(--surface-2);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 24 24' fill='none' stroke='%239CA3B8' stroke-width='3' stroke-linecap='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
}

/* business-model band */
.bizmodel{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.bizmodel-inner{max-width:900px;margin:0 auto;text-align:center}
.bizmodel-inner .section-tag{color:var(--blue)}
.bizmodel h2{font-size:clamp(24px,3vw,34px);letter-spacing:-1px;margin-bottom:16px}
.bizmodel p{font-size:17px;color:var(--muted);line-height:1.7;max-width:720px;margin:0 auto}
.bizmodel p strong{color:var(--ink);font-weight:600}

/* compare note line */
.pricing-foot{
  max-width:1140px;margin:36px auto 0;text-align:center;
  font-size:13.5px;color:var(--muted);
}
.pricing-foot a{color:var(--blue)}

/* ── ABOUT ─────────────────────────────────────────────────────────────────*/
.about-mission{background:var(--white)}
.about-mission .section-inner{max-width:900px;text-align:center}
.about-lede{
  font-size:clamp(22px,2.6vw,30px);line-height:1.4;letter-spacing:-0.6px;
  color:var(--ink);font-weight:500;max-width:820px;margin:0 auto;
}
.about-lede em{font-style:normal;color:var(--blue)}

.about-values{background:var(--surface)}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:56px}
.value-card{
  background:var(--white);border:1px solid var(--border);border-radius:20px;padding:30px 28px;
  display:flex;flex-direction:column;gap:10px;
}
.value-eb{
  font-family:'DM Mono',monospace;font-size:11px;letter-spacing:.1em;text-transform:uppercase;
  color:var(--blue);font-weight:600;
}
.value-card h3{font-size:19px;font-weight:600;letter-spacing:-0.3px;color:var(--ink)}
.value-card p{font-size:14.5px;color:var(--muted);line-height:1.65}

/* company / operator panel */
.about-company{background:var(--white)}
.company-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;margin-top:48px}
.company-copy h3{font-size:20px;font-weight:600;letter-spacing:-0.3px;margin:24px 0 8px;color:var(--ink)}
.company-copy h3:first-child{margin-top:0}
.company-copy p{font-size:15.5px;color:var(--ink-3);line-height:1.7;margin-bottom:14px}
.company-card{
  background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:30px;
}
.company-card .label{
  display:block;font-family:'DM Mono',monospace;font-size:10px;font-weight:600;
  letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:8px;
}
.company-card address{
  font-style:normal;font-size:14.5px;line-height:1.7;color:var(--ink-2);
  padding-bottom:22px;margin-bottom:22px;border-bottom:1px solid var(--border);
}
.company-card address:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}
.company-card address strong{font-weight:600;color:var(--ink)}
.company-card a{color:var(--blue)}

/* ── RESPONSIVE ────────────────────────────────────────────────────────────*/
@media(max-width:1000px){
  .cap-grid{grid-template-columns:repeat(2,1fr)}
  .pricing-grid{grid-template-columns:1fr;max-width:460px}
  .price-card.featured{order:-1}
  .values-grid{grid-template-columns:1fr}
  .company-layout{grid-template-columns:1fr;gap:36px}
}
@media(max-width:640px){
  .cap-grid{grid-template-columns:1fr}
  .page-hero{padding:84px 1rem 48px}
  .pricing,.gads{padding-left:1rem;padding-right:1rem}
  .nav-login{display:none}
}

/* ── ABOUT: founder section ────────────────────────────────────────────────*/
.founder{background:var(--white)}
.founder-layout{display:grid;grid-template-columns:0.82fr 1.18fr;gap:56px;align-items:center;margin-top:52px}
.founder-photo{position:relative}
.fp-frame{position:relative;border-radius:20px;overflow:hidden;border:1px solid var(--border);box-shadow:0 26px 60px rgba(10,15,30,0.16)}
.fp-frame img{width:100%;display:block}
.fp-cap{
  position:absolute;left:14px;right:14px;bottom:14px;
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  background:rgba(10,15,30,0.52);backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,0.14);border-radius:12px;padding:11px 15px;
}
.fp-cap .fp-name{font-size:14px;font-weight:600;color:#fff;letter-spacing:-0.2px}
.fp-cap .fp-role{font-family:'DM Mono',monospace;font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,0.72);white-space:nowrap}
.founder-quote{font-size:clamp(20px,2.2vw,26px);line-height:1.42;letter-spacing:-0.5px;color:var(--ink);font-weight:500;margin-bottom:22px}
.founder-quote em{font-style:normal;color:var(--blue)}
.founder-copy p{font-size:15.5px;color:var(--ink-3);line-height:1.7;margin-bottom:14px}
.founder-stats{display:flex;margin:26px 0 6px;border:1px solid var(--border);border-radius:14px;overflow:hidden}
.founder-stats .fs{flex:1;padding:16px 18px;border-right:1px solid var(--border)}
.founder-stats .fs:last-child{border-right:none}
.fs-v{font-size:21px;font-weight:600;color:var(--ink);letter-spacing:-0.5px;line-height:1.1}
.fs-k{font-family:'DM Mono',monospace;font-size:10px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-top:5px;line-height:1.3}
.founder-sign{font-size:14px;color:var(--muted);line-height:1.6;margin-top:20px}
.founder-sign b{color:var(--ink);font-weight:600}
.founder-sign a{color:var(--blue)}
@media(max-width:1000px){
  .founder-layout{grid-template-columns:1fr;gap:36px;max-width:560px;margin-left:auto;margin-right:auto}
}
@media(max-width:640px){
  .founder,.about-company{padding-left:1rem;padding-right:1rem}
  .founder-stats .fs{padding:13px 12px}
  .fs-v{font-size:18px}
}

/* ══════════════════════════════════════════════════════════════════════════
   FEATURES PAGE (v2) — compounding system, command center, optimization loop,
   agent teams. New section visuals; same DM Sans / --blue token vocabulary.
   ══════════════════════════════════════════════════════════════════════════ */

/* hero stat strip */
.feat-hero-meta{
  display:flex;gap:0;justify-content:center;margin-top:40px;flex-wrap:wrap;
  border:1px solid var(--border);border-radius:16px;overflow:hidden;max-width:680px;
  margin-left:auto;margin-right:auto;background:var(--white);
}
.fhm{flex:1 1 0;min-width:160px;padding:20px 24px;border-right:1px solid var(--border);text-align:left}
.fhm:last-child{border-right:none}
.fhm-k{font-family:'DM Mono',monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--blue);font-weight:600;margin-bottom:6px}
.fhm-v{font-size:15px;color:var(--ink-3);line-height:1.4}
.fhm-v b{color:var(--ink);font-weight:600}

/* generic feature section heading helper (left aligned variant) */
.feat-head{max-width:720px}
.feat-head.center{margin:0 auto;text-align:center}

/* ── 1. BRAND CORE / COMPOUNDING CONTEXT ───────────────────────────────────*/
.core{background:var(--white)}
.core-layout{display:grid;grid-template-columns:0.95fr 1.05fr;gap:64px;align-items:center;margin-top:60px}
.flywheel{display:flex;flex-direction:column;gap:2px;margin-top:8px}
.fly-step{display:grid;grid-template-columns:34px 1fr;gap:16px;align-items:start;padding:14px 0}
.fly-ico{
  width:34px;height:34px;border-radius:9px;background:var(--blue-pale);color:var(--blue);
  display:flex;align-items:center;justify-content:center;font-family:'DM Mono',monospace;
  font-size:13px;font-weight:600;position:relative;
}
.fly-step:not(:last-child) .fly-ico::after{
  content:'';position:absolute;top:38px;left:50%;transform:translateX(-50%);
  width:2px;height:calc(100% + 6px);background:linear-gradient(var(--blue-border),transparent);
}
.fly-step h4{font-size:16px;font-weight:600;color:var(--ink);margin-bottom:3px;letter-spacing:-0.2px}
.fly-step p{font-size:14.5px;color:var(--muted);line-height:1.6}
.fly-loop{
  margin-top:18px;display:inline-flex;align-items:center;gap:10px;
  font-family:'DM Mono',monospace;font-size:12px;color:var(--blue);font-weight:600;
  background:var(--blue-pale);border:1px solid var(--blue-border);
  padding:10px 16px;border-radius:99px;
}
.fly-loop svg{width:15px;height:15px;flex-shrink:0}

/* the ring visual */
.core-viz{
  position:relative;width:100%;max-width:440px;aspect-ratio:1;margin:0 auto;
}
.core-ring{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  border-radius:50%;border:1px solid var(--border-2);
}
.core-ring.r1{width:46%;height:46%;border-color:var(--blue-border)}
.core-ring.r2{width:72%;height:72%;border-style:dashed}
.core-ring.r3{width:100%;height:100%;border-color:var(--border)}
.core-center{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:38%;height:38%;border-radius:50%;
  background:radial-gradient(circle at 35% 30%,#2f6bff,var(--blue) 60%,var(--blue-dim));
  box-shadow:0 18px 50px rgba(0,76,237,0.35);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  color:#fff;text-align:center;z-index:3;
}
.core-center .cc-label{font-family:'DM Mono',monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase;opacity:.8}
.core-center .cc-title{font-size:17px;font-weight:600;letter-spacing:-0.3px;margin-top:2px}
.core-center .cc-depth{font-family:'DM Mono',monospace;font-size:10px;opacity:.7;margin-top:4px}
.core-chip{
  position:absolute;z-index:4;transform:translate(-50%,-50%);
  display:inline-flex;align-items:center;gap:7px;white-space:nowrap;
  font-family:'DM Mono',monospace;font-size:11.5px;font-weight:500;color:var(--ink-2);
  background:var(--white);border:1px solid var(--border);border-radius:99px;
  padding:7px 12px;box-shadow:0 6px 18px rgba(10,15,30,0.06);
}
.core-chip .cd{width:6px;height:6px;border-radius:50%;background:var(--blue)}
.core-chip .cd.g{background:var(--green)}
.core-chip .cd.a{background:var(--amber)}
.core-svg{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none}

/* ── 2. CONVERSATIONAL COMMAND CENTER ──────────────────────────────────────*/
.command{background:var(--surface)}
.cmd-window{
  max-width:840px;margin:56px auto 0;background:var(--white);
  border:1px solid var(--border);border-radius:22px;overflow:hidden;
  box-shadow:0 24px 70px rgba(10,15,30,0.10);
}
.cmd-bar{display:flex;align-items:center;gap:10px;padding:15px 20px;border-bottom:1px solid var(--border-soft);background:var(--surface)}
.cmd-bar .tl{width:11px;height:11px;border-radius:50%;background:var(--border-2)}
.cmd-bar .crumb{margin-left:12px;font-family:'DM Mono',monospace;font-size:12px;color:var(--muted)}
.cmd-bar .crumb b{color:var(--ink)}
.cmd-bar .cmd-live{margin-left:auto;font-family:'DM Mono',monospace;font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--green);display:flex;align-items:center;gap:6px}
.cmd-bar .cmd-live::before{content:'';width:7px;height:7px;border-radius:50%;background:var(--green);animation:pulse 2s infinite}
.cmd-body{padding:26px 26px 28px;display:flex;flex-direction:column;gap:14px;background:var(--white)}
.cmd-msg{max-width:78%;padding:13px 17px;border-radius:15px;font-size:14.5px;line-height:1.55}
.cmd-msg.user{background:var(--blue);color:#fff;align-self:flex-end;border-bottom-right-radius:5px}
.cmd-sys{align-self:center;font-family:'DM Mono',monospace;font-size:11px;color:var(--muted-2);letter-spacing:.03em;display:flex;align-items:center;gap:10px;padding:2px 0}
.cmd-sys::before,.cmd-sys::after{content:'';height:1px;width:34px;background:var(--border)}
.dispatch{align-self:flex-start;display:flex;flex-wrap:wrap;gap:8px;max-width:88%}
.dispatch-chip{
  display:inline-flex;align-items:center;gap:8px;font-family:'DM Mono',monospace;
  font-size:11.5px;font-weight:500;color:var(--blue);background:var(--blue-pale);
  border:1px solid var(--blue-border);border-radius:9px;padding:8px 12px;
}
.dispatch-chip .spin{width:11px;height:11px;border-radius:50%;border:2px solid var(--blue-border);border-top-color:var(--blue);animation:ccspin .8s linear infinite}
@keyframes ccspin{to{transform:rotate(360deg)}}
.agent-return{
  align-self:flex-start;max-width:84%;background:var(--surface);border:1px solid var(--border);
  border-radius:15px;border-bottom-left-radius:5px;padding:16px 18px;
}
.ar-actor{font-family:'DM Mono',monospace;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--blue);font-weight:600;margin-bottom:8px;display:flex;align-items:center;gap:8px}
.ar-actor::before{content:'';width:7px;height:7px;border-radius:50%;background:var(--green)}
.ar-text{font-size:14px;color:var(--ink-2);line-height:1.55;margin-bottom:12px}
.ar-results{display:flex;flex-direction:column;gap:8px}
.ar-row{display:flex;align-items:center;gap:10px;background:var(--white);border:1px solid var(--border-soft);border-radius:10px;padding:10px 12px}
.ar-row .arr-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;background:var(--green)}
.ar-row .arr-dot.a{background:var(--amber)}
.ar-row .arr-t{font-size:13px;color:var(--ink-3);flex:1}
.ar-row .arr-t b{color:var(--ink);font-weight:600}
.ar-row .arr-tag{font-family:'DM Mono',monospace;font-size:10px;padding:3px 9px;border-radius:99px;letter-spacing:.04em;background:var(--green-light);color:var(--green);font-weight:600}
.ar-row .arr-tag.a{background:var(--amber-light);color:var(--amber)}
.cmd-input{display:flex;align-items:center;gap:10px;margin:4px 0 0;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:var(--white)}
.cmd-input span{flex:1;font-size:14px;color:var(--muted-2)}
.cmd-input .send{width:30px;height:30px;border-radius:8px;background:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cmd-input .send svg{width:15px;height:15px;stroke:#fff}

/* ── 3. OPTIMIZATION LOOP (dark) ───────────────────────────────────────────*/
.loop{background:var(--ink);position:relative;overflow:hidden}
.loop .section-tag{color:#7BA3FF}
.loop h2{color:var(--white)}
.loop h2 em{font-style:normal;color:#7BA3FF}
.loop .section-sub{color:rgba(255,255,255,0.6);max-width:760px}
.loop-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;margin-top:60px}
.loop-points{list-style:none;display:flex;flex-direction:column;gap:22px}
.loop-points li{position:relative;padding-left:50px;min-height:34px;display:flex;flex-direction:column;justify-content:center}
.loop-points li .lp-n{position:absolute;left:0;top:0;width:34px;height:34px;border-radius:9px;background:rgba(123,163,255,0.12);border:1px solid rgba(123,163,255,0.35);color:#7BA3FF;font-family:'DM Mono',monospace;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center}
.loop-points li b{color:#fff;font-weight:600;font-size:15.5px}
.loop-points li span{color:rgba(255,255,255,0.6);font-size:14px;line-height:1.55;margin-top:3px}

.loop-viz{position:relative;width:100%;max-width:440px;aspect-ratio:1;margin:0 auto}
.loop-viz .lv-svg{position:absolute;inset:0;width:100%;height:100%}
.loop-node{
  position:absolute;transform:translate(-50%,-50%);z-index:2;
  width:128px;background:var(--ink-2);border:1px solid rgba(255,255,255,0.14);
  border-radius:14px;padding:14px 12px;text-align:center;
}
.loop-node .ln-eb{font-family:'DM Mono',monospace;font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;color:#7BA3FF;font-weight:600;margin-bottom:4px}
.loop-node .ln-t{font-size:13.5px;color:#fff;font-weight:600;line-height:1.25}
.loop-node .ln-s{font-size:11px;color:rgba(255,255,255,0.5);margin-top:3px;line-height:1.3}
.loop-center{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;
  width:118px;height:118px;border-radius:50%;
  background:radial-gradient(circle at 40% 35%,rgba(0,76,237,0.55),rgba(0,76,237,0.12) 70%);
  border:1px solid rgba(123,163,255,0.3);
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
}
.loop-center .lc-t{font-size:13px;font-weight:600;color:#fff;line-height:1.2}
.loop-center .lc-s{font-family:'DM Mono',monospace;font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#9DB8FF;margin-top:3px}

/* ── 4. AGENT TEAMS ────────────────────────────────────────────────────────*/
.teams{background:var(--white)}
.team-block{
  display:grid;grid-template-columns:280px 1fr;gap:48px;align-items:start;
  padding:40px 0;border-top:1px solid var(--border);
}
.team-block:first-of-type{border-top:none}
.team-aside .team-eb{
  font-family:'DM Mono',monospace;font-size:11px;letter-spacing:.1em;text-transform:uppercase;
  color:var(--blue);font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:10px;
}
.team-aside .team-eb::before{content:'';width:22px;height:1px;background:var(--blue);opacity:.5}
.team-aside h3{font-size:24px;font-weight:600;letter-spacing:-0.6px;line-height:1.15;color:var(--ink);margin-bottom:12px}
.team-aside .team-benefit{font-size:14.5px;color:var(--muted);line-height:1.6;margin-bottom:16px}
.team-tools{display:flex;flex-wrap:wrap;gap:6px}
.team-tools span{font-family:'DM Mono',monospace;font-size:11px;color:var(--ink-3);background:var(--surface);border:1px solid var(--border);padding:4px 10px;border-radius:99px}
.team-feats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;grid-auto-rows:1fr}
.feat-cell{
  background:var(--white);border:1px solid var(--border);border-radius:12px;
  padding:16px 18px;display:flex;flex-direction:column;gap:5px;
  transition:border-color .15s, box-shadow .15s;
}
.feat-cell:hover{border-color:var(--blue-border);box-shadow:0 8px 22px rgba(0,76,237,0.06)}
.feat-cell h5{font-size:14.5px;font-weight:600;color:var(--ink);letter-spacing:-0.2px;display:flex;align-items:center;gap:10px}
.feat-cell h5 .fc-ico{
  width:24px;height:24px;border-radius:7px;background:var(--blue-pale);flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
}
.feat-cell h5 .fc-ico::before{content:'';width:8px;height:8px;border-radius:2px;background:var(--blue)}
.feat-cell p{font-size:13px;color:var(--muted);line-height:1.5;padding-left:34px}

/* execution modes strip (inside the dark Google Ads section) */
.modes-head{margin-top:52px;margin-bottom:18px;display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}
.modes-head .mh-t{font-size:18px;font-weight:600;color:#fff;letter-spacing:-0.3px}
.modes-head .mh-s{font-size:14px;color:rgba(255,255,255,0.55);line-height:1.5}
.modes{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.mode-card{
  background:var(--ink-2);border:1px solid rgba(255,255,255,0.12);border-radius:14px;
  padding:20px 20px 18px;display:flex;flex-direction:column;gap:8px;position:relative;
}
.mode-card.auto{border-color:rgba(123,163,255,0.4)}
.mode-top{display:flex;align-items:center;justify-content:space-between}
.mode-name{font-size:15px;font-weight:600;color:#fff;letter-spacing:-0.2px}
.mode-idx{font-family:'DM Mono',monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#7BA3FF;font-weight:600}
.mode-card p{font-size:13px;color:rgba(255,255,255,0.6);line-height:1.55}
.mode-track{display:flex;gap:4px;margin-top:2px}
.mode-track i{height:4px;flex:1;border-radius:2px;background:rgba(255,255,255,0.14)}
.mode-card .mode-track i.on{background:#7BA3FF}

/* ── FEATURES RESPONSIVE ───────────────────────────────────────────────────*/
@media(max-width:1000px){
  .core-layout,.loop-layout{grid-template-columns:1fr;gap:48px}
  .core-viz,.loop-viz{order:-1;max-width:380px}
  .team-block{grid-template-columns:1fr;gap:24px;padding:34px 0}
}
@media(max-width:640px){
  .fhm{flex:1 1 100%;border-right:none;border-bottom:1px solid var(--border)}
  .fhm:last-child{border-bottom:none}
  .cmd-body{padding:18px}
  .cmd-msg,.agent-return,.dispatch{max-width:100%}
  .team-feats{grid-template-columns:1fr}
  .modes{grid-template-columns:1fr}
  .loop-node{width:104px;padding:11px 9px}
  .core-chip{font-size:10.5px;padding:6px 9px}
  .loop,.command,.core,.teams{padding-left:1rem;padding-right:1rem}
}


/* ============================================================
   NEW LANDING SECTIONS (Brand Core · Meet your fleet · Workflows)
   Appended from design handoff new-sections.css
   ============================================================ */
/* =====================================================================
   1000ants — new landing sections (Brand Core · Meet your fleet · Workflows)
   Append to the landing stylesheet. Uses the existing theme design tokens
   (CSS custom properties already defined in the theme: --blue, --ink,
   --muted, --border, --surface, --green, --white, DM Sans / DM Mono).
   Class prefixes are section-scoped to avoid collisions:
     .bc-*   Brand Core
     .fleet-* Meet your fleet
     .wf-*   Workflows
   Reuses existing .section-inner (max-width 1140, centered) and
   .section-tag (eyebrow) where possible.
   ===================================================================== */

/* Shared local fallbacks (only if the theme var is missing) */
:root{
  --a-blue:#004CED; --a-blue-pale:#F0F5FF; --a-blue-tint:#EAF0FE; --a-blue-border:#CFE0FF;
  --a-ink:#0A0F1E; --a-ink-2:#3A4356; --a-muted:#6B7590; --a-muted-2:#9CA3B8;
  --a-border:#E2E6F0; --a-border-2:#EEF1F8; --a-surface:#F7F8FC; --a-green:#1A9E6A;
}

/* ── shared eyebrow/heading rhythm (matches existing sections) ────────── */
.bc, .fleet, .wf{ background:#fff; }
.bc .section-inner, .wf .section-inner{ padding-top:100px; padding-bottom:100px; }
.fleet{ padding:100px 0; background:var(--surface,#F7F8FC); }

/* =====================================================================
   BRAND CORE  ("The solution")  — section.bc
   ===================================================================== */
.bc-panel{
  margin-top:56px; position:relative; overflow:hidden;
  background:linear-gradient(180deg,#FBFCFE 0%,#F3F6FD 100%);
  border:1px solid var(--border,#E2E6F0); border-radius:24px; padding:36px 28px;
}
.bc-grid{
  display:grid; grid-template-columns:1fr 44px 1.35fr 44px 1fr; gap:16px;
  align-items:center; position:relative; z-index:1;
}
.bc-col-label{
  font-family:'DM Mono',monospace; font-size:11px; letter-spacing:.08em;
  text-transform:uppercase; color:var(--muted-2,#9CA3B8); margin-bottom:14px;
}
.bc-node{
  display:flex; align-items:center; gap:10px; background:#fff;
  border:1px solid var(--border,#E2E6F0); border-radius:12px; padding:10px 12px;
}
.bc-node + .bc-node{ margin-top:10px; }
.bc-node-ico{
  width:30px; height:30px; border-radius:8px; flex-shrink:0;
  background:var(--blue-pale,#F0F5FF); color:var(--blue,#004CED);
  display:inline-flex; align-items:center; justify-content:center;
}
.bc-node-ico svg{ width:16px; height:16px; }
.bc-node-name{ font-size:13px; font-weight:600; color:var(--ink,#0A0F1E); }
.bc-arrow{ display:flex; align-items:center; justify-content:center; color:#B7C1D4; }
.bc-arrow svg{ width:26px; height:26px; }

/* hub */
.bc-hub{
  background:#fff; border:1px solid var(--blue-border,#CFE0FF); border-radius:20px;
  padding:26px; box-shadow:0 12px 44px rgba(0,76,237,.13);
}
.bc-hub-head{ display:flex; align-items:center; gap:12px; margin-bottom:18px; }
.bc-hub-mark{                     /* the 4-layer sphere, pure CSS */
  width:54px; height:54px; border-radius:50%; overflow:hidden; flex-shrink:0;
  display:flex; flex-direction:column;
  box-shadow:0 0 0 8px rgba(0,76,237,.06), 0 8px 22px rgba(36,80,222,.38);
}
.bc-hub-mark i{ flex:1; display:block; }
.bc-hub-mark i:nth-child(1){ background:#A6BEF7; }
.bc-hub-mark i:nth-child(2){ background:#5A82EC; }
.bc-hub-mark i:nth-child(3){ background:#2E5BE6; }
.bc-hub-mark i:nth-child(4){ background:#1C3FCB; }
.bc-hub-title{ font-size:19px; font-weight:600; letter-spacing:-.4px; color:var(--ink,#0A0F1E); }
.bc-hub-sub{ font-size:13px; color:var(--muted,#6B7590); }
.bc-knowledge{ display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.bc-chip{
  display:flex; align-items:center; gap:8px; font-size:12.5px; font-weight:500;
  color:var(--ink-2,#3A4356); background:var(--surface,#F7F8FC);
  border:1px solid var(--border-2,#EEF1F8); border-radius:10px; padding:9px 11px;
}
.bc-chip::before{ content:''; width:6px; height:6px; border-radius:50%; background:var(--blue,#004CED); flex-shrink:0; }

/* Responsive: stack the three columns, drop the arrow cells */
@media(max-width:900px){
  .bc-grid{ grid-template-columns:1fr; }
  .bc-arrow{ transform:rotate(90deg); margin:2px 0; }
}

/* =====================================================================
   MEET YOUR FLEET — section.fleet  (horizontal agent-card slider)
   ===================================================================== */
.fleet-head{
  max-width:1140px; margin:0 auto; padding:0 32px;
  display:flex; align-items:flex-end; justify-content:space-between; gap:32px;
}
.fleet-head p{ max-width:600px; }
.fleet-nav{ display:flex; gap:10px; flex-shrink:0; padding-bottom:4px; }
.fleet-arrow{
  width:46px; height:46px; border-radius:50%; display:inline-flex;
  align-items:center; justify-content:center; cursor:pointer; background:#fff;
  border:1px solid #D4DAE3; color:var(--ink-2,#3A4356);
}
.fleet-arrow.next{ background:var(--blue,#004CED); border-color:var(--blue,#004CED); color:#fff; }
.fleet-arrow svg{ width:20px; height:20px; }

.fleet-track{
  display:flex; gap:20px; overflow-x:auto; scroll-snap-type:x proximity;
  scroll-behavior:smooth; margin:48px auto 0; max-width:1140px; padding:4px 32px 12px;
  scrollbar-width:none; -ms-overflow-style:none;
}
.fleet-track::-webkit-scrollbar{ display:none; }

.agent-card{
  flex:0 0 344px; scroll-snap-align:start; background:#fff;
  border:1px solid var(--border,#E2E6F0); border-radius:20px; padding:24px;
  display:flex; flex-direction:column; gap:14px; min-height:292px;
  box-shadow:0 1px 2px rgba(10,15,30,.04);
}
.agent-top{ display:flex; align-items:center; justify-content:space-between; gap:10px; }
.agent-id{ display:flex; align-items:center; gap:12px; }
.agent-ico{
  width:44px; height:44px; border-radius:11px; flex-shrink:0;
  background:var(--blue-tint,#EAF0FE); color:var(--blue,#004CED);
  display:inline-flex; align-items:center; justify-content:center;
}
.agent-ico svg{ width:22px; height:22px; }
.agent-name{ font-size:18px; font-weight:600; letter-spacing:-.3px; color:var(--ink,#0A0F1E); }
.agent-status{
  display:inline-flex; align-items:center; gap:6px; padding:4px 10px; border-radius:99px;
  font-family:'DM Mono',monospace; font-size:10px; font-weight:600; letter-spacing:.06em;
  flex-shrink:0;
}
.agent-status::before{ content:''; width:6px; height:6px; border-radius:50%; }
.agent-status.active{ background:#E6F7F1; color:var(--green,#1A9E6A); }
.agent-status.active::before{ background:var(--green,#1A9E6A); }
.agent-status.paused{ background:#FBF3DE; color:#9A6400; }
.agent-status.paused::before{ background:#9A6400; }
.agent-desc{ font-size:14px; color:var(--muted,#6B7590); line-height:1.6; margin:0; }
.agent-tags{ display:flex; flex-wrap:wrap; gap:8px; margin-top:auto; }
.agent-tag{
  display:inline-flex; align-items:center; padding:5px 12px; border-radius:99px;
  border:1px solid var(--border,#E2E6F0); font-size:12px; font-weight:500; color:var(--ink-2,#3A4356);
}
.agent-foot{
  display:flex; align-items:center; justify-content:space-between;
  padding-top:16px; border-top:1px solid var(--border-2,#EEF1F8);
}
.agent-foot-status{ display:inline-flex; align-items:center; gap:7px; font-size:13px; color:var(--muted,#6B7590); }
.agent-foot-status svg{ width:14px; height:14px; }
.agent-actions{ display:flex; align-items:center; gap:8px; }
.agent-btn{
  height:36px; border-radius:9px; border:1px solid var(--border,#E2E6F0);
  color:var(--muted,#6B7590); display:inline-flex; align-items:center; justify-content:center;
  background:#fff; cursor:pointer;
}
.agent-btn.icon{ width:36px; }
.agent-btn.manage{ gap:8px; padding:0 14px; color:var(--ink,#0A0F1E); font-size:13px; font-weight:600; }
.agent-btn svg{ width:16px; height:16px; }

/* =====================================================================
   WORKFLOWS — section.wf
   ===================================================================== */
.wf-featured{
  margin-top:40px; background:linear-gradient(180deg,#FBFCFE 0%,#F4F7FD 100%);
  border:1px solid var(--border,#E2E6F0); border-radius:24px; padding:28px;
}
.wf-featured-head{
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  margin-bottom:22px; flex-wrap:wrap;
}
.wf-featured-title{ display:flex; align-items:center; gap:10px; font-size:16px; font-weight:600; color:var(--ink,#0A0F1E); }
.wf-ready{
  display:inline-flex; align-items:center; gap:6px; font-family:'DM Mono',monospace;
  font-size:10px; font-weight:600; letter-spacing:.05em; padding:3px 9px; border-radius:99px;
  background:#E6F7F1; color:var(--green,#1A9E6A);
}
.wf-ready::before{ content:''; width:6px; height:6px; border-radius:50%; background:var(--green,#1A9E6A); }
.wf-cycle{ display:inline-flex; align-items:center; gap:7px; font-family:'DM Mono',monospace; font-size:11px; color:var(--muted,#6B7590); }
.wf-cycle svg{ width:14px; height:14px; }

.wf-chain{ display:flex; align-items:stretch; gap:0; }
.wf-node{
  flex:1; min-width:0; background:#fff; border:1px solid var(--border,#E2E6F0);
  border-radius:16px; padding:20px; box-shadow:0 1px 2px rgba(10,15,30,.04);
}
.wf-node-head{ display:flex; align-items:center; gap:11px; margin-bottom:12px; }
.wf-node-ico{ width:38px; height:38px; border-radius:10px; flex-shrink:0; display:inline-flex; align-items:center; justify-content:center; }
.wf-node-ico svg{ width:19px; height:19px; }
.wf-node-ico.c1{ background:var(--blue-tint,#EAF0FE); color:var(--blue,#004CED); }
.wf-node-ico.c2{ background:#EFEDFB; color:#5B4BC4; }
.wf-node-ico.c3{ background:#FBF3DE; color:#9A6400; }
.wf-node-step{ font-family:'DM Mono',monospace; font-size:10px; letter-spacing:.06em; text-transform:uppercase; color:var(--muted-2,#9CA3B8); }
.wf-node-name{ font-size:15px; font-weight:600; letter-spacing:-.2px; color:var(--ink,#0A0F1E); }
.wf-node p{ font-size:13px; color:var(--muted,#6B7590); line-height:1.55; margin:0 0 14px; }
.wf-artifact{ font-family:'DM Mono',monospace; font-size:11px; border-radius:8px; padding:7px 10px; }
.wf-artifact.c1{ color:var(--blue,#004CED); background:#F4F7FD; }
.wf-artifact.c2{ color:#5B4BC4; background:#F3F1FC; }
.wf-artifact.c3{ color:#9A6400; background:#FBF6EA; }
.wf-connect{ display:flex; align-items:center; justify-content:center; padding:0 12px; flex-shrink:0; color:#C2C9D6; }
.wf-connect svg{ width:22px; height:22px; }

.wf-ready-title{ font-size:22px; font-weight:600; letter-spacing:-.5px; color:var(--ink,#0A0F1E); margin:56px 0 6px; }
.wf-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.wf-card{
  background:#fff; border:1px solid var(--border,#E2E6F0); border-radius:20px; padding:24px;
  display:flex; flex-direction:column; box-shadow:0 1px 2px rgba(10,15,30,.04);
}
.wf-card.build{ background:#FBFCFE; border:1.5px dashed #CBD3E1; }
.wf-code{ display:flex; flex-wrap:wrap; align-items:center; gap:5px; margin-bottom:18px; }
.wf-code-chip{
  display:inline-flex; align-items:center; justify-content:center; height:24px; padding:0 7px;
  border-radius:6px; font-family:'DM Mono',monospace; font-size:10px; font-weight:600;
}
.wf-code-arrow{ width:12px; height:12px; color:#C2C9D6; flex-shrink:0; }
.wf-card h4{ font-size:17px; font-weight:600; letter-spacing:-.3px; color:var(--ink,#0A0F1E); margin:0 0 8px; }
.wf-card p{ font-size:13.5px; color:var(--muted,#6B7590); line-height:1.6; margin:0 0 18px; }
.wf-open{ margin-top:auto; font-size:14px; font-weight:600; color:var(--blue,#004CED); }
/* code-chip tint palette */
.chip-blue{ background:var(--blue-tint,#EAF0FE); color:#1F54E0; }
.chip-teal{ background:#E4F2F6; color:#0F6E8C; }
.chip-green{ background:#E6F7F1; color:#1A9E6A; }
.chip-amber{ background:#FBF3DE; color:#9A6400; }
.chip-purple{ background:#EFEDFB; color:#5B4BC4; }

@media(max-width:980px){
  .wf-grid{ grid-template-columns:1fr 1fr; }
  .wf-chain{ flex-direction:column; }
  .wf-connect{ transform:rotate(90deg); padding:8px 0; }
}
@media(max-width:620px){ .wf-grid{ grid-template-columns:1fr; } }


/* ============================================================
   RESTYLE DELTAS (design handoff v2) — About + Pricing
   ============================================================ */

/* About — dark mission band (rhythm, matches landing "Problem" + CTA) */
.about-mission{background:var(--ink)}
.about-mission .section-tag{color:#7BA3FF}
.about-mission h2{color:#fff}
.about-mission .section-sub{color:#AEB6C7}

/* Pricing — Team tier as the dark featured card */
.price-card.featured{background:var(--ink);border-color:var(--ink)}
.price-card.featured .price-name{color:#fff}
.price-card.featured .price-desc{color:#AEB6C7}
.price-card.featured .price-amount .num{color:#fff}
.price-card.featured .price-amount .per{color:#AEB6C7}
.price-card.featured .price-billing{color:#8A93A8}
.price-card.featured .price-feat-label{color:#8A93A8}
.price-card.featured .price-features li{color:#D9DEEA}
.price-card.featured .price-features li b{color:#fff}
.price-card.featured .price-features li::before{
  /* background-COLOR only — the `background:` shorthand reset background-repeat
     to `repeat` and tiled the check icon (live bug). */
  background-color:rgba(123,163,255,.16);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%237BA3FF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:center;
}
.price-card.featured .price-features li.muted{color:#6E778C}
.price-card.featured .price-features li.muted::before{
  background-color:rgba(255,255,255,.07);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 24 24' fill='none' stroke='%238A93A8' stroke-width='3' stroke-linecap='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:center;
}


/* ============================================================
   FEATURES restyle (design handoff v2)
   ============================================================ */

/* Agent teams rendered as the shared in-app .agent-card, wrapping responsively */
.feat-teams-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));
  gap:20px;margin-top:48px;
}
/* In this grid the fleet's fixed flex-basis is inert; let cards fill the cell */
.feat-teams-grid .agent-card{min-height:0}

/* Brand Core hub → 4-layer sphere (matches landing .bc-hub-mark colors) */
.core-center{
  background:linear-gradient(180deg,
    #A6BEF7 0%,#A6BEF7 25%,
    #5A82EC 25%,#5A82EC 50%,
    #2E5BE6 50%,#2E5BE6 75%,
    #1C3FCB 75%,#1C3FCB 100%);
  box-shadow:0 0 0 10px rgba(0,76,237,.06),0 16px 44px rgba(36,80,222,.40);
  text-shadow:0 1px 3px rgba(8,18,55,.42);
}
.core-center .cc-label{opacity:.95}
.core-center .cc-depth{opacity:.9}


/* ============================================================
   FIXES (live review) — content links + price checks
   ============================================================ */

/* Content links (FAQ answers, About sign-off, pricing note) were inheriting
   the parent theme's link color (rendered red). Force brand blue. */
.faq-a a, .pricing-foot a, .founder-copy a, .about-mission a,
.legal a, .legal-content a{
  color:var(--blue) !important; text-decoration:underline;
}

/* Price-list check discs: guard against parent-theme list resets */
.price-features{list-style:none !important; padding-left:0 !important;}
.price-features li{list-style:none !important;}
.price-features li::before{background-size:10px 10px;}
.price-card.featured .price-features li::before{background-size:10px 10px;}


/* ============================================================
   LIVE-REVIEW FIXES (round 2)
   ============================================================ */

/* -- 1) Dark sections vs. site-wide typography shield.
   The .a1000-landing h2{color:ink !important} shield (now on <body> for every
   page) was overriding the non-!important white headings of the dark bands.
   Re-assert white with matching importance. */
.a1000-landing .loop h2,
.a1000-landing .gads h2,
.a1000-landing .about-mission h2{color:var(--white) !important}
.a1000-landing .loop h2 em,
.a1000-landing .gads h2 em,
.a1000-landing .about-mission h2 em{color:#7BA3FF !important}

/* -- 2) Customer logos: handoff size — small, optically equal, wide gap. */
.a1000-landing .logos-row{gap:28px 52px}
.a1000-landing .logos-row .logo-item{height:17px !important;width:auto !important;opacity:.72}

/* -- 3) Fleet slider arrows + agent-card buttons: harden against parent-theme /
   Elementor global button styles (live: prev arrow rendered red, svg icons
   collapsed). Full reset with matching importance. */
.a1000-landing .fleet-arrow{
  width:46px !important;height:46px !important;border-radius:50% !important;
  display:inline-flex !important;align-items:center !important;justify-content:center !important;
  padding:0 !important;cursor:pointer !important;box-shadow:none !important;
  background:#fff !important;border:1px solid #D4DAE3 !important;color:var(--ink-2) !important;
}
.a1000-landing .fleet-arrow.next{
  background:var(--blue) !important;border-color:var(--blue) !important;color:#fff !important;
}
.a1000-landing .fleet-arrow svg{width:20px !important;height:20px !important;display:block;flex-shrink:0}

.a1000-landing .agent-btn{
  height:36px !important;border-radius:9px !important;padding:0 !important;
  display:inline-flex !important;align-items:center !important;justify-content:center !important;
  background:#fff !important;border:1px solid var(--border) !important;color:var(--muted) !important;
  cursor:pointer !important;box-shadow:none !important;
}
.a1000-landing .agent-btn.icon{width:36px !important}
.a1000-landing .agent-btn.manage{
  gap:8px !important;padding:0 14px !important;width:auto !important;
  color:var(--ink) !important;font-size:13px !important;font-weight:600 !important;
  font-family:'DM Sans',sans-serif !important;
}
.a1000-landing .agent-btn svg{width:16px !important;height:16px !important;display:block;flex-shrink:0}

/* -- 4) About value cards: blue icon tiles (per handoff spec). */
.value-ico{
  width:40px;height:40px;border-radius:10px;flex-shrink:0;
  background:var(--blue-pale);color:var(--blue);
  display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px;
}
.value-ico svg{width:20px;height:20px}


/* ============================================================
   APP-FAITHFUL CHAT MOCKUPS (landing "How it works" + features
   command center) — mirrors the real app chat:
   · user  = light card bubble, 1px border, peak corner top-right,
             right-aligned, initials avatar on the right
   · agent = ant-tile avatar (blue tile, white ant) + OPEN TEXT,
             no bubble; produced work arrives as its own card
   ============================================================ */
.chat-row{display:flex;align-items:flex-start;gap:10px;max-width:100%}
.chat-row.user{justify-content:flex-end}

.chat-avatar-ant{
  width:28px;height:28px;border-radius:8px;flex-shrink:0;margin-top:2px;
  background:var(--blue);color:#fff;
  display:inline-flex;align-items:center;justify-content:center;
}
.chat-avatar-ant svg{width:17px;height:17px;display:block}
.chat-avatar-user{
  width:28px;height:28px;border-radius:50%;flex-shrink:0;margin-top:2px;
  background:var(--surface-2);border:1px solid var(--border);color:var(--muted);
  font-family:'DM Mono',monospace;font-size:10px;font-weight:600;
  display:inline-flex;align-items:center;justify-content:center;
}

/* user bubble → app style (was solid blue) */
.chat-row .msg.user,
.chat-row .cmd-msg.user{
  background:var(--surface);color:var(--ink);
  border:1px solid var(--border);
  border-radius:14px 4px 14px 14px;
  padding:13px 16px;align-self:auto;
}

/* assistant → open text, no bubble (app: .ws-assistant-bubble) */
.chat-row .msg.agent{
  background:transparent;border:none;border-radius:0;
  padding:2px 0 0;color:var(--ink-3);line-height:1.62;align-self:auto;
}

/* the produced-work card sits under the ant avatar and fills the row */
.chat-row .agent-return{flex:1;min-width:0;max-width:none}

@media(max-width:640px){
  .chat-avatar-user,.chat-avatar-ant{width:24px;height:24px}
  .chat-avatar-ant svg{width:15px;height:15px}
}
