/* CertAttestor home — scoped redesign (v1.62.0). All rules live under .ca-home so
   nothing here touches the header, footer, verify or policy pages. Layout is custom
   CSS grid and flex only — the slimmed Bootstrap bundle purged its col and flex utils. */

.ca-home{
  --teal:#0C3B42; --teal-d:#0a2f36; --teal-l:#12525c; --ink:#14232B;
  --brass:#B0842F; --brass-2:#CDA255; --green:#1C7A4E; --red:#B23A2E;
  --surface:#F3F6F5; --line:#e4ecea; --muted:#5D6B6E; --paper:#fff;
  --maxw:1120px;
  color:var(--ink); background:#fff;
}
.ca-home .wrap{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:20px}
.ca-home section{position:relative}
.ca-home .eyebrow{font-family:var(--ca-mono);font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:var(--brass);font-weight:500;display:inline-flex;align-items:center;gap:.4rem}
.ca-home .sec-head{max-width:60ch}
.ca-home h2.sec-title{font-family:var(--ca-serif);font-weight:800;letter-spacing:-.02em;font-size:clamp(1.7rem,3.4vw,2.5rem);line-height:1.08;margin:.5rem 0 .6rem;color:var(--ink)}
.ca-home .sec-lead{color:var(--muted);font-size:1.05rem;line-height:1.6;margin:0}

/* ---------- reveal-on-scroll (progressive enhancement: only hidden once JS arms it) ---------- */
.ca-home.is-armed [data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1);transition-delay:var(--d,0ms);will-change:opacity,transform}
.ca-home.is-armed [data-reveal].in{opacity:1;transform:none}

/* ---------- hero ---------- */
.ca-home .hero{background:radial-gradient(120% 120% at 82% 0%,var(--teal-l) 0%,var(--teal) 42%,var(--teal-d) 100%);color:#fff;overflow:hidden;isolation:isolate}
.ca-home .hero::before{content:"";position:absolute;inset:0;z-index:0;
  background-image:repeating-radial-gradient(circle at 82% 22%,rgba(205,162,85,.10) 0 1px,transparent 1px 13px),repeating-radial-gradient(circle at 82% 22%,rgba(255,255,255,.05) 0 1px,transparent 1px 30px);
  opacity:.7;pointer-events:none;-webkit-mask-image:radial-gradient(120% 90% at 80% 15%,#000 30%,transparent 75%);mask-image:radial-gradient(120% 90% at 80% 15%,#000 30%,transparent 75%)}
.ca-home .hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:center;padding:clamp(3rem,7vw,5.5rem) 20px clamp(3rem,6vw,5rem)}
.ca-home .hero .eyebrow{color:var(--brass-2)}
.ca-home .hero h1{font-family:var(--ca-serif);font-weight:800;letter-spacing:-.025em;font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.03;margin:.6rem 0 0;color:#fff}
.ca-home .hero h1 .accent{color:var(--brass-2)}
.ca-home .hero-lead{color:rgba(255,255,255,.82);font-size:1.12rem;line-height:1.6;max-width:52ch;margin:1.1rem 0 0}
.ca-home .hero-form{margin-top:1.8rem;max-width:520px}
.ca-home .hero-form label{font-size:.8rem;letter-spacing:.03em;text-transform:uppercase;color:rgba(255,255,255,.7);font-weight:600;display:block;margin-bottom:.5rem}
.ca-home .hero-field{display:flex;background:#fff;border-radius:12px;padding:5px;box-shadow:0 18px 40px -18px rgba(0,0,0,.5)}
.ca-home .hero-field input{flex:1;min-width:0;border:0;background:transparent;padding:.7rem .85rem;font-family:var(--ca-mono);font-size:1rem;letter-spacing:.02em;color:var(--ink)}
.ca-home .hero-field input:focus{outline:none}
.ca-home .hero-field button{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:9px;background:var(--brass);color:#231802;font-weight:700;padding:.7rem 1.4rem;font-size:1rem;cursor:pointer;transition:background-color .15s,transform .15s,box-shadow .15s}
.ca-home .hero-field button[type=submit] svg{width:17px;height:17px}
.ca-home .hero-field button:hover{background:var(--brass-2)}
.ca-home .hero-field button:active{transform:translateY(1px)}
.ca-home .hero-field .atv-input-wrap{flex:1;min-width:0;position:relative;display:flex;align-items:center}
.ca-home .hero-field .atv-input-wrap input{flex:1;padding-right:2.6rem}
.ca-home .hero-field button.atv-qr{position:absolute;right:.3rem;top:50%;transform:translateY(-50%);flex:0 0 auto;width:34px;height:34px;min-width:0;padding:0;border-radius:8px;background:transparent;color:var(--teal,#0C3B42);display:inline-flex;align-items:center;justify-content:center}
.ca-home .hero-field button.atv-qr:hover{background:rgba(12,59,66,.09)}
.ca-home .hero-field button.atv-qr svg{width:20px;height:20px}
.ca-home .hero-hint{color:rgba(255,255,255,.6);font-size:.85rem;margin:.65rem 0 0}
.ca-home .hero-trust{display:flex;flex-wrap:wrap;gap:1.1rem 1.6rem;margin-top:1.6rem}
.ca-home .hero-trust span{display:inline-flex;align-items:center;gap:.45rem;font-size:.9rem;color:rgba(255,255,255,.9)}
.ca-home .hero-trust svg{width:17px;height:17px;color:var(--brass-2)}
.ca-home .hero-issuer{margin:1.5rem 0 0;font-size:.9rem;color:rgba(255,255,255,.6);padding-top:1.3rem;border-top:1px solid rgba(255,255,255,.12)}
.ca-home .hero-issuer a{color:#e3ba6e;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(227,186,110,.4)}
.ca-home .hero-issuer a:hover{color:#fff;border-bottom-color:#fff}

/* hero seal */
.ca-home .hero-visual{display:flex;justify-content:center;align-items:center;position:relative}
.ca-home .seal-stage{position:relative;width:min(340px,80vw);aspect-ratio:1}
@supports not (aspect-ratio:1){.ca-home .seal-stage::before{content:"";display:block;padding-top:100%}}
.ca-home .seal-stage .glow{position:absolute;inset:6%;border-radius:50%;background:radial-gradient(circle,rgba(205,162,85,.34),transparent 68%);filter:blur(6px);animation:cah-pulse 4.6s ease-in-out infinite}
.ca-home .seal-stage .scan-ring{position:absolute;inset:-2%;border-radius:50%;border:1.5px dashed rgba(205,162,85,.6);animation:cah-spin 16s linear infinite}
.ca-home .seal-stage .scan-ring.r2{inset:8%;border-style:dotted;border-color:rgba(255,255,255,.28);animation-duration:24s;animation-direction:reverse}
.ca-home .seal-stage .seal{position:absolute;inset:12%;filter:drop-shadow(0 20px 34px rgba(0,0,0,.4));transform:scale(.86);opacity:0;animation:cah-seal-in .9s cubic-bezier(.2,.8,.2,1) .25s forwards}
.ca-home .seal-stage .seal svg{width:100%;height:100%;background:#fff;border-radius:50%}
.ca-home .seal-badge{position:absolute;bottom:6%;left:50%;transform:translateX(-50%) translateY(8px);opacity:0;background:var(--green);color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.03em;padding:.35rem .8rem;border-radius:999px;display:inline-flex;align-items:center;gap:.35rem;box-shadow:0 10px 22px -8px rgba(0,0,0,.5);animation:cah-badge-in .5s ease .95s forwards}
.ca-home .seal-badge svg{width:14px;height:14px}

/* ---------- stats band (analytics) ---------- */
.ca-home .stats{background:var(--ink);color:#fff;padding:2.6rem 0}
.ca-home .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.ca-home .stat{text-align:center;padding:.4rem 0;border-left:1px solid rgba(255,255,255,.10)}
.ca-home .stat:first-child{border-left:0}
.ca-home .stat-n{font-family:var(--ca-serif);font-weight:800;font-size:clamp(1.9rem,4vw,2.7rem);line-height:1;color:var(--brass-2);letter-spacing:-.02em}
.ca-home .stat-n small{font-size:.5em;color:rgba(255,255,255,.6);font-weight:600}
.ca-home .stat-l{color:rgba(255,255,255,.72);font-size:.86rem;line-height:1.35;margin-top:.5rem;max-width:22ch;margin-inline:auto}

/* ---------- section rhythm ---------- */
.ca-home .band{padding:clamp(3.2rem,6vw,5rem) 0;background:#fff}
.ca-home .band.alt{background:var(--surface);border-block:1px solid var(--line)}

/* use-case chips */
.ca-home .chips{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.2rem}
.ca-home .chip{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid var(--line);border-radius:999px;padding:.55rem 1rem;font-size:.92rem;font-weight:500;color:var(--ink)}
.ca-home .chip svg{width:18px;height:18px;color:var(--brass)}

/* ---------- how it works ---------- */
.ca-home .fig{background:#fff;border:1px solid var(--line);border-radius:16px;padding:1.4rem;margin-top:1.6rem;overflow-x:auto}
.ca-home .fig svg{width:100%;height:auto;min-width:680px;display:block}
.ca-home .fig-cap{color:var(--muted);font-size:.9rem;margin:.9rem 0 0;text-align:center}
.ca-home .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:1.4rem}
.ca-home .step{background:#fff;border:1px solid var(--line);border-radius:16px;padding:1.5rem;transition:transform .18s,box-shadow .18s,border-color .18s}
.ca-home .step:hover{transform:translateY(-3px);box-shadow:0 16px 34px -20px rgba(12,59,66,.4);border-color:#cfe0dd}
.ca-home .step-ic{width:42px;height:42px;border-radius:11px;background:rgba(12,59,66,.07);color:var(--teal);display:grid;place-items:center;margin-bottom:1rem}
.ca-home .step-ic svg{width:22px;height:22px}
.ca-home .step-n{font-family:var(--ca-mono);color:var(--brass);font-size:.8rem;letter-spacing:.1em;font-weight:600}
.ca-home .step h3{font-family:var(--ca-serif);font-weight:700;font-size:1.15rem;margin:.15rem 0 .5rem}
.ca-home .step p{color:var(--muted);line-height:1.55;margin:0;font-size:.96rem}

/* ---------- assurance ---------- */
.ca-home .assure{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.ca-home .assure-list{list-style:none;padding:0;margin:1.4rem 0 0}
.ca-home .assure-list li{display:flex;gap:.9rem;padding:1rem 0;border-top:1px solid var(--line)}
.ca-home .assure-list .tick{flex:0 0 auto;width:28px;height:28px;border-radius:50%;background:rgba(28,122,78,.12);color:var(--green);display:grid;place-items:center}
.ca-home .assure-list .tick svg{width:16px;height:16px}
.ca-home .assure-list b{display:block;color:var(--ink);margin-bottom:.15rem}
.ca-home .assure-list span{color:var(--muted);line-height:1.5;font-size:.95rem}
.ca-home .verdict-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1.6rem;box-shadow:0 26px 50px -30px rgba(12,59,66,.5)}
.ca-home .verdict-card .vc-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--ca-mono);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.ca-home .verdict-card .vc-eyebrow svg{width:16px;height:16px;color:var(--brass)}
.ca-home .vc-rows{margin:1rem 0 0}
.ca-home .vc-row{display:flex;justify-content:space-between;gap:1rem;padding:.7rem 0;border-top:1px solid var(--line)}
.ca-home .vc-row:first-child{border-top:0}
.ca-home .vc-row .k{color:var(--muted);font-size:.92rem}
.ca-home .vc-row .v{font-weight:600}
.ca-home .vc-verdict{margin-top:1.1rem;display:inline-flex;align-items:center;gap:.5rem;background:rgba(28,122,78,.1);color:var(--green);border:1px solid rgba(28,122,78,.25);border-radius:999px;padding:.5rem 1rem;font-weight:700}
.ca-home .vc-verdict svg{width:18px;height:18px}

/* ---------- security / 3 layers ---------- */
.ca-home .tech{background:linear-gradient(160deg,var(--teal) 0%,var(--teal-d) 100%);color:#fff}
.ca-home .tech .eyebrow{color:var(--brass-2)}
.ca-home .tech h2{color:#fff}
.ca-home .tech-lead{color:rgba(255,255,255,.8)}
.ca-home .pipe{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem;margin-top:2rem;position:relative}
.ca-home .pipe-step{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:1.6rem;transition:background-color .2s,border-color .2s}
.ca-home .pipe-step:hover{background:rgba(255,255,255,.08);border-color:rgba(205,162,85,.45)}
.ca-home .pipe-num{font-family:var(--ca-mono);color:var(--brass-2);font-weight:600;letter-spacing:.1em;font-size:.85rem}
.ca-home .pipe-ic{width:44px;height:44px;border-radius:12px;background:rgba(205,162,85,.15);color:var(--brass-2);display:grid;place-items:center;margin:.7rem 0 .9rem}
.ca-home .pipe-ic svg{width:24px;height:24px}
.ca-home .pipe-step h3{font-family:var(--ca-serif);font-weight:700;font-size:1.18rem;margin:0 0 .55rem;color:#fff}
.ca-home .pipe-step p{color:rgba(255,255,255,.76);line-height:1.55;font-size:.94rem;margin:0 0 1rem}
.ca-home .pipe-tag{display:inline-block;font-family:var(--ca-mono);font-size:.76rem;color:var(--brass-2);background:rgba(205,162,85,.12);border:1px solid rgba(205,162,85,.3);border-radius:999px;padding:.28rem .7rem}
.ca-home .merkle{background:rgba(0,0,0,.16);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.4rem;margin-top:1.6rem;overflow-x:auto}
.ca-home .merkle svg{width:100%;height:auto;min-width:520px;display:block}
.ca-home .merkle-cap{color:rgba(255,255,255,.66);font-size:.88rem;text-align:center;margin:.9rem 0 0}
.ca-home .tech-note{display:flex;gap:.9rem;align-items:flex-start;margin-top:1.6rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1.1rem 1.3rem}
.ca-home .tech-note svg{flex:0 0 auto;width:22px;height:22px;color:var(--brass-2);margin-top:2px}
.ca-home .tech-note span{color:rgba(255,255,255,.8);line-height:1.55;font-size:.94rem}

/* ---------- capabilities grid ---------- */
.ca-home .feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;margin-top:1.8rem}
.ca-home .feat{background:#fff;border:1px solid var(--line);border-radius:15px;padding:1.4rem;transition:transform .18s,box-shadow .18s,border-color .18s}
.ca-home .feat:hover{transform:translateY(-3px);box-shadow:0 18px 36px -22px rgba(12,59,66,.45);border-color:#cfe0dd}
.ca-home .feat-ic{width:40px;height:40px;border-radius:11px;background:rgba(176,132,47,.12);color:var(--brass);display:grid;place-items:center;margin-bottom:.9rem}
.ca-home .feat-ic svg{width:22px;height:22px}
.ca-home .feat-t{font-family:var(--ca-serif);font-weight:700;font-size:1.05rem;margin:0 0 .4rem}
.ca-home .feat-d{color:var(--muted);line-height:1.5;font-size:.92rem;margin:0}
.ca-home .feat-note{color:var(--muted);font-size:.86rem;line-height:1.55;margin:1.5rem 0 0;max-width:74ch;padding-left:1rem;border-left:2px solid var(--brass)}

/* ---------- comparison ---------- */
.ca-home .compare-wrap{margin-top:1.8rem;overflow-x:auto}
.ca-home .compare{width:100%;min-width:640px;border-collapse:separate;border-spacing:0}
.ca-home .compare th,.ca-home .compare td{padding:.85rem 1rem;text-align:center;border-bottom:1px solid var(--line)}
.ca-home .compare thead th{font-family:var(--ca-serif);font-weight:700;font-size:.95rem;color:var(--muted);background:#fff}
.ca-home .compare thead th.own{color:var(--teal)}
.ca-home .compare tbody td:first-child,.ca-home .compare thead th:first-child{text-align:left;font-weight:500;color:var(--ink)}
.ca-home .compare .own{background:rgba(12,59,66,.045)}
.ca-home .compare thead th.own{border-top-left-radius:12px;border-top-right-radius:12px}
.ca-home .compare .cmp-yes{color:var(--green)}
.ca-home .compare .cmp-no{color:#c2ccca}
.ca-home .compare .cmp-part{color:var(--brass)}
.ca-home .compare svg{width:22px;height:22px}

/* ---------- faq (native details) ---------- */
.ca-home .faq{max-width:840px;margin-top:1.8rem}
.ca-home .faq details{border:1px solid var(--line);border-radius:12px;background:#fff;margin-bottom:.7rem;overflow:hidden}
.ca-home .faq details[open]{border-color:#cfe0dd}
.ca-home .faq summary{list-style:none;cursor:pointer;padding:1.05rem 1.2rem;font-family:var(--ca-serif);font-weight:700;font-size:1.02rem;color:var(--ink);display:flex;justify-content:space-between;align-items:center;gap:1rem}
.ca-home .faq summary::-webkit-details-marker{display:none}
.ca-home .faq summary .plus{flex:0 0 auto;width:22px;height:22px;position:relative;transition:transform .2s}
.ca-home .faq summary .plus::before,.ca-home .faq summary .plus::after{content:"";position:absolute;background:var(--brass);border-radius:2px}
.ca-home .faq summary .plus::before{left:0;right:0;top:10px;height:2px}
.ca-home .faq summary .plus::after{top:0;bottom:0;left:10px;width:2px;transition:opacity .2s}
.ca-home .faq details[open] summary .plus{transform:rotate(90deg)}
.ca-home .faq details[open] summary .plus::after{opacity:0}
.ca-home .faq .faq-a{padding:0 1.2rem 1.15rem;color:var(--muted);line-height:1.6}

/* ---------- CTA ---------- */
.ca-home .cta{background:linear-gradient(135deg,var(--teal),var(--teal-d));border-radius:20px;padding:clamp(2rem,4vw,3rem);color:#fff;position:relative;overflow:hidden;border-left:5px solid var(--brass)}
.ca-home .cta::after{content:"";position:absolute;right:-40px;top:-40px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(205,162,85,.18),transparent 70%);pointer-events:none}
.ca-home .cta-inner{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:1.6rem;justify-content:space-between}
.ca-home .cta-copy{flex:1 1 420px;min-width:0}
.ca-home .cta .eyebrow{color:var(--brass-2)}
.ca-home .cta h2{color:#fff;font-family:var(--ca-serif);font-weight:800;font-size:clamp(1.5rem,3vw,2.1rem);margin:.5rem 0 .4rem}
.ca-home .cta p{color:rgba(255,255,255,.82);margin:0;max-width:52ch}
.ca-home .cta-actions{display:flex;flex-direction:column;gap:.6rem;flex:0 0 auto;min-width:220px}
.ca-home .cta-btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;font-weight:600;font-size:.98rem;padding:.75rem 1.3rem;border-radius:11px;border:1.5px solid transparent;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s,transform .15s}
.ca-home .cta-btn:active{transform:translateY(1px)}
.ca-home .cta-btn.solid{background:#fff;color:var(--teal);border-color:#fff}
.ca-home .cta-btn.solid:hover{background:#eef3f2}
.ca-home .cta-btn.ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.55)}
.ca-home .cta-btn.ghost:hover{background:rgba(255,255,255,.12);border-color:#fff}

/* ---------- built-on strip ---------- */
.ca-home .builton{text-align:center}
.ca-home .builton-lead{color:var(--muted);max-width:60ch;margin:.6rem auto 0;line-height:1.6}
.ca-home .stack{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem;margin-top:1.6rem}
.ca-home .stack .tok{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid var(--line);border-radius:10px;padding:.55rem .9rem;font-family:var(--ca-mono);font-size:.84rem;color:var(--ink)}
.ca-home .stack .tok svg{width:16px;height:16px;color:var(--teal)}
.ca-home .builton-note{color:var(--muted);font-size:.82rem;margin-top:1.4rem}

/* ---------- responsive ---------- */
@media(max-width:900px){
  .ca-home .hero-inner{grid-template-columns:1fr;gap:2.2rem;text-align:left}
  .ca-home .hero-visual{order:-1}
  .ca-home .seal-stage{width:min(230px,60vw)}
  .ca-home .stats-grid{grid-template-columns:repeat(2,1fr);gap:1.6rem}
  .ca-home .stat:nth-child(odd){border-left:0}
  .ca-home .steps,.ca-home .pipe,.ca-home .feat-grid{grid-template-columns:1fr}
  .ca-home .assure{grid-template-columns:1fr;gap:2rem}
}
@media(max-width:560px){
  .ca-home .stats-grid{grid-template-columns:1fr;gap:1.3rem}
  .ca-home .stat{border-left:0;padding-bottom:1.3rem;border-bottom:1px solid rgba(255,255,255,.1)}
  .ca-home .stat:last-child{border-bottom:0;padding-bottom:0}
  .ca-home .hero-field{flex-direction:column;gap:.7rem;background:transparent;padding:0;box-shadow:none;border-radius:0}
  .ca-home .hero-field .atv-input-wrap{width:100%;background:#fff;border-radius:12px;padding:3px 6px;box-shadow:0 12px 30px -14px rgba(0,0,0,.55)}
  .ca-home .hero-field .atv-input-wrap input{padding:.9rem .95rem;font-size:1.02rem}
  .ca-home .hero-field button[type=submit]{width:100%;border-radius:12px;padding:.95rem 1.2rem;font-size:1.05rem;letter-spacing:.01em;box-shadow:0 12px 26px -8px rgba(176,132,47,.55)}
  .ca-home .hero-field button[type=submit]:hover{box-shadow:0 14px 30px -8px rgba(176,132,47,.65)}
  .ca-home .hero-field button[type=submit] svg{width:19px;height:19px}
}

/* ---------- reduced motion ---------- */
@media(prefers-reduced-motion:reduce){
  .ca-home [data-reveal]{opacity:1;transform:none;transition:none}
  .ca-home .seal-stage .glow,.ca-home .seal-stage .scan-ring,.ca-home .seal-stage .seal,.ca-home .seal-badge{animation:none;opacity:1;transform:none}
  .ca-home .seal-badge{transform:translateX(-50%)}
}

/* ---------- keyframes ---------- */
@keyframes cah-spin{to{transform:rotate(360deg)}}
@keyframes cah-pulse{0%,100%{opacity:.55;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}
@keyframes cah-seal-in{to{transform:scale(1);opacity:1}}
@keyframes cah-badge-in{to{opacity:1;transform:translateX(-50%) translateY(0)}}

/* ---------- footer seal lockup (global footer, not scoped) ---------- */
.ca-footer .ca-foot-brand{display:flex;align-items:center;gap:.6rem;margin-bottom:.9rem}
.ca-footer .ca-foot-brand .brand-seal{width:34px;height:34px;flex:0 0 auto}
.ca-footer .ca-foot-brand .brand-name{font-family:var(--ca-serif);font-weight:800;font-size:22px;color:#14232B;line-height:1}
.ca-footer .ca-foot-brand .brand-name b{color:var(--ca-brass)}

/* ---------- hero reel (v2.9.0): four acts in one stage, CSS + inline SVG only ---------- */
.ca-home .hero-visual{flex-direction:column}
.ca-home .reel{position:relative;width:min(410px,88vw);aspect-ratio:1/1}
@supports not (aspect-ratio:1){.ca-home .reel::before{content:"";display:block;padding-top:100%}}
.ca-home .reel .act{position:absolute;inset:0;opacity:0;visibility:hidden;transform:scale(.97);
  transition:opacity .55s ease,transform .55s cubic-bezier(.2,.8,.2,1)}
.ca-home .reel .act.on{opacity:1;visibility:visible;transform:none}
.ca-home .reel-glow{position:absolute;inset:6%;border-radius:50%;pointer-events:none;
  background:radial-gradient(circle,rgba(205,162,85,.26),transparent 68%);filter:blur(10px);
  animation:cah-pulse 4.6s ease-in-out infinite}
.ca-home .reel .rc{background:#fff;border-radius:11px;box-shadow:0 26px 50px -20px rgba(0,0,0,.62)}
.ca-home .reel .rc-kick{font-family:var(--ca-mono);font-size:7.5px;letter-spacing:.16em;color:var(--brass);text-transform:uppercase}
.ca-home .reel .rc-title{font-family:var(--ca-serif);font-weight:700;font-size:13px;color:var(--ink);line-height:1.2;margin:4px 0 2px}
.ca-home .reel .rc-name{font-family:var(--ca-serif);font-weight:800;font-size:15.5px;color:var(--teal);margin:7px 0 1px;transition:color .35s}
.ca-home .reel .rc-meta{font-size:8px;color:var(--muted);line-height:1.5}
.ca-home .reel .rc-rule{height:1px;background:var(--line);margin:9px 0 8px}
.ca-home .reel .rc-uid{font-family:var(--ca-mono);font-size:7.5px;color:var(--muted);letter-spacing:.04em}
.ca-home .reel .rc-right{text-align:right}
.ca-home .reel .rc-qr{width:46px;height:46px;flex:0 0 auto;position:relative;border-radius:3px}
.ca-home .reel .rc-qr svg{display:block;width:100%;height:100%}
.ca-home .reel .rc-qr::after{content:"";position:absolute;inset:-4px;border-radius:6px;
  border:2px solid var(--brass-2);opacity:0;transform:scale(.9);transition:opacity .3s,transform .3s}
.ca-home .reel .rc-foot{display:flex;justify-content:space-between;align-items:flex-end;gap:8px}
.ca-home .reel .scanline{position:absolute;left:-6%;right:-6%;height:3px;top:0;border-radius:3px;opacity:0;pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(205,162,85,.95),transparent);
  box-shadow:0 0 18px 4px rgba(205,162,85,.55)}

.ca-home .reel .a1-doc{position:absolute;left:9%;top:12%;width:74%;padding:17px 17px 15px}
.ca-home .reel .a1-seal{position:absolute;right:6%;bottom:12%;width:37%;aspect-ratio:1;opacity:0;
  filter:drop-shadow(0 18px 30px rgba(0,0,0,.5));transform:scale(1.5) rotate(-14deg)}
.ca-home .reel .a1-seal svg{width:100%;height:auto;background:#fff;border-radius:50%}
.ca-home .reel .act.on .a1-seal{animation:cah-stamp .75s cubic-bezier(.2,.9,.25,1.25) .55s forwards}
.ca-home .reel .a1-sig{position:relative;height:15px;margin-top:6px}
.ca-home .reel .a1-sig svg{position:absolute;right:0;top:-2px;width:78px;height:18px}
.ca-home .reel .a1-sig path{stroke:var(--teal);stroke-width:1.6;fill:none;stroke-linecap:round;stroke-dasharray:150;stroke-dashoffset:150}
.ca-home .reel .act.on .a1-sig path{animation:cah-draw 1.05s ease .12s forwards}
.ca-home .reel .a1-chip{position:absolute;left:9%;bottom:9%;display:inline-flex;align-items:center;gap:5px;opacity:0;
  background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:5px 11px;
  font-family:var(--ca-mono);font-size:8px;letter-spacing:.07em;color:rgba(255,255,255,.85)}
.ca-home .reel .act.on .a1-chip{animation:cah-rise .5s ease 1.25s forwards}
.ca-home .reel .a1-chip i{width:5px;height:5px;border-radius:50%;background:var(--green);display:block;box-shadow:0 0 8px 2px rgba(28,122,78,.6)}

.ca-home .reel .a2-doc{position:absolute;left:1%;top:11%;width:62%;padding:16px 16px 14px;transform:scale(.97)}
.ca-home .reel .act.on .a2-doc .scanline{animation:cah-sweep 1.5s ease-in-out .35s}
.ca-home .reel .act.on .a2-doc .rc-qr::after{opacity:1;transform:scale(1);transition-delay:1.5s}
.ca-home .reel .a2-phone{position:absolute;right:1%;bottom:2%;width:46%;aspect-ratio:9/17.5;opacity:0;
  background:var(--teal-d);border-radius:22px;padding:7px;transform:translateY(30px);
  box-shadow:0 30px 55px -18px rgba(0,0,0,.75),0 0 0 1px rgba(255,255,255,.09) inset}
.ca-home .reel .act.on .a2-phone{animation:cah-rise .7s cubic-bezier(.2,.8,.2,1) .25s forwards}
.ca-home .reel .a2-screen{position:relative;width:100%;height:100%;background:var(--surface);border-radius:16px;overflow:hidden;display:flex;flex-direction:column}
.ca-home .reel .a2-bar{height:16px;background:var(--teal);display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.ca-home .reel .a2-bar span{font-family:var(--ca-mono);font-size:5.5px;letter-spacing:.1em;color:rgba(255,255,255,.85)}
.ca-home .reel .a2-body{flex:1;position:relative}
.ca-home .reel .a2-pane{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:10px 9px;opacity:0;transform:translateY(6px);transition:opacity .4s,transform .4s}
.ca-home .reel .a2-pane.on{opacity:1;transform:none}
.ca-home .reel .a2-spin{width:26px;height:26px;border-radius:50%;border:2.5px solid rgba(12,59,66,.16);border-top-color:var(--teal);animation:cah-spin .8s linear infinite}
.ca-home .reel .a2-wait{font-size:7px;color:var(--muted);margin-top:9px;letter-spacing:.04em}
.ca-home .reel .a2-tick{width:38px;height:38px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;
  box-shadow:0 8px 20px -6px rgba(28,122,78,.7);transform:scale(.4);opacity:0}
.ca-home .reel .a2-pane.on .a2-tick{animation:cah-pop .55s cubic-bezier(.2,.9,.3,1.4) .05s forwards}
.ca-home .reel .a2-tick svg{width:20px;height:20px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:26;stroke-dashoffset:26}
.ca-home .reel .a2-pane.on .a2-tick svg{animation:cah-draw .45s ease .35s forwards}
.ca-home .reel .a2-verdict{font-family:var(--ca-serif);font-weight:800;font-size:11.5px;color:var(--green);letter-spacing:.04em;margin-top:9px;text-transform:uppercase}
.ca-home .reel .a2-lines{width:100%;margin-top:9px;display:flex;flex-direction:column;gap:4px}
.ca-home .reel .a2-ln{height:4px;border-radius:2px;background:#dbe4e2;transform-origin:left;transform:scaleX(0)}
.ca-home .reel .a2-pane.on .a2-ln{animation:cah-grow .4s ease forwards}
.ca-home .reel .a2-pane.on .a2-ln:nth-child(1){animation-delay:.48s}
.ca-home .reel .a2-pane.on .a2-ln:nth-child(2){animation-delay:.56s;width:78%}
.ca-home .reel .a2-pane.on .a2-ln:nth-child(3){animation-delay:.64s;width:56%}

.ca-home .reel .a3-row{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);display:grid;grid-template-columns:1fr 1fr;gap:13px}
.ca-home .reel .a3-card{position:relative;padding:13px 12px 12px;border-top:3px solid var(--line);transition:border-color .45s,box-shadow .45s}
.ca-home .reel .a3-tag{position:absolute;top:-13px;left:50%;transform:translateX(-50%);white-space:nowrap;
  font-family:var(--ca-mono);font-size:6.5px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.62)}
.ca-home .reel .a3-badge{margin-top:10px;display:inline-flex;align-items:center;gap:4px;border-radius:999px;padding:4px 9px;white-space:nowrap;
  font-size:8px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;background:#eef2f1;color:var(--muted);transition:background-color .4s,color .4s}
.ca-home .reel .a3-badge svg{width:9px;height:9px;stroke-width:3;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}
.ca-home .reel .a3-card.ok{border-top-color:var(--green)}
.ca-home .reel .a3-card.ok .a3-badge{background:rgba(28,122,78,.14);color:var(--green)}
.ca-home .reel .a3-card.bad{border-top-color:var(--red);animation:cah-shake .5s ease}
.ca-home .reel .a3-card.bad .a3-badge{background:rgba(178,58,46,.14);color:var(--red)}
.ca-home .reel .a3-card.bad .rc-name{color:var(--red)}
.ca-home .reel .act.on .a3-card .scanline{animation:cah-sweep 1.4s ease-in-out .5s}

.ca-home .reel .a4-wrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.ca-home .reel .a4-wrap svg{width:100%;height:auto;overflow:visible}
.ca-home .reel .mk-leaf rect{fill:rgba(255,255,255,.07);stroke:#7fa6a2;stroke-width:1.4}
.ca-home .reel .mk-leaf text{font-family:var(--ca-mono);font-size:10px;fill:#cfe0de}
.ca-home .reel .mk-node rect{fill:rgba(176,132,47,.16);stroke:#c9a25a;stroke-width:1.4}
.ca-home .reel .mk-node text{font-family:var(--ca-mono);font-size:10px;fill:#e6c98a}
.ca-home .reel .mk-root rect{fill:var(--brass)}
.ca-home .reel .mk-root text{font-family:var(--ca-serif);font-weight:700;font-size:12px;fill:#231802}
.ca-home .reel .mk-base rect{fill:rgba(255,255,255,.07);stroke:#7fa6a2;stroke-width:1.4}
.ca-home .reel .mk-base text{font-family:"IBM Plex Sans",sans-serif;font-weight:600;font-size:11px;fill:#eaf3f2}
.ca-home .reel .mk-leaf,.ca-home .reel .mk-node,.ca-home .reel .mk-root,.ca-home .reel .mk-base{opacity:0;transform:translateY(6px)}
.ca-home .reel .mk-link{stroke:#5f8a86;stroke-width:1.6;fill:none;stroke-dasharray:var(--len,140);stroke-dashoffset:var(--len,140)}
.ca-home .reel .mk-anchor{stroke:#7fa6a2;stroke-width:1.5;fill:none;stroke-dasharray:4 3;opacity:0}
.ca-home .reel .act.on .mk-leaf{animation:cah-rise .45s ease forwards}
.ca-home .reel .act.on .mk-leaf:nth-of-type(1){animation-delay:.10s}
.ca-home .reel .act.on .mk-leaf:nth-of-type(2){animation-delay:.20s}
.ca-home .reel .act.on .mk-leaf:nth-of-type(3){animation-delay:.30s}
.ca-home .reel .act.on .mk-leaf:nth-of-type(4){animation-delay:.40s}
.ca-home .reel .act.on .mk-link{animation:cah-draw .5s ease forwards}
.ca-home .reel .act.on .mk-link.l1{animation-delay:.60s}
.ca-home .reel .act.on .mk-link.l2{animation-delay:.68s}
.ca-home .reel .act.on .mk-link.l3{animation-delay:.76s}
.ca-home .reel .act.on .mk-link.l4{animation-delay:.84s}
.ca-home .reel .act.on .mk-node{animation:cah-rise .45s ease 1.00s forwards}
.ca-home .reel .act.on .mk-link.t1{animation-delay:1.25s}
.ca-home .reel .act.on .mk-link.t2{animation-delay:1.33s}
.ca-home .reel .act.on .mk-root{animation:cah-rise .5s cubic-bezier(.2,.9,.3,1.3) 1.60s forwards}
.ca-home .reel .act.on .mk-anchor{animation:cah-fadein .5s ease 2.00s forwards}
.ca-home .reel .act.on .mk-base{animation:cah-rise .5s ease 2.25s forwards}
.ca-home .reel .mk-pulse{fill:var(--brass-2);opacity:0}
.ca-home .reel .act.on .mk-pulse{animation:cah-travel 2.4s ease-in-out 2.6s infinite}

.ca-home .reel-nav{display:flex;gap:6px;margin-top:30px;align-items:center;justify-content:center;flex-wrap:wrap}
.ca-home .reel-chip{appearance:none;-webkit-appearance:none;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.07);
  color:rgba(255,255,255,.62);font-family:var(--ca-mono);font-size:8.5px;letter-spacing:.1em;text-transform:uppercase;
  padding:5px 11px;border-radius:999px;cursor:pointer;position:relative;overflow:hidden;
  transition:color .3s,border-color .3s,background-color .3s}
.ca-home .reel-chip:hover{color:#fff;border-color:rgba(205,162,85,.5)}
.ca-home .reel-chip:focus-visible{outline:2px solid var(--brass-2);outline-offset:2px}
.ca-home .reel-chip.on{color:#fff;border-color:rgba(205,162,85,.65);background:rgba(205,162,85,.16)}
.ca-home .reel-chip .bar{position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--brass-2)}
.ca-home .reel-cap{margin-top:12px;font-family:var(--ca-mono);font-size:.7rem;letter-spacing:.13em;text-transform:uppercase;
  color:rgba(255,255,255,.6);text-align:center;min-height:1.2em;transition:opacity .35s}
@media(max-width:991.98px){.ca-home .reel{width:min(360px,90vw)}}

/* ---------- lifecycle figure: staged reveal ---------- */
.ca-home .lc-stage{opacity:.42;transition:opacity .5s}
.ca-home .lc-stage.on{opacity:1}
.ca-home .lc-stage.done{opacity:.95}
.ca-home .lc-box{fill:#fff;stroke:var(--line);stroke-width:1.5;transition:stroke .5s}
.ca-home .lc-stage.on .lc-box{stroke:var(--brass)}
.ca-home .lc-stage.done .lc-box{stroke:var(--green)}
.ca-home .lc-badge{fill:var(--teal);transition:fill .5s}
.ca-home .lc-stage.on .lc-badge{fill:var(--brass)}
.ca-home .lc-stage.done .lc-badge{fill:var(--green)}
.ca-home .lc-arrow{stroke:var(--brass);stroke-width:2.5;fill:none;stroke-dasharray:26;stroke-dashoffset:26;transition:stroke-dashoffset .45s ease}
.ca-home .lc-arrow.on{stroke-dashoffset:0}
.ca-home .lc-t1{font-family:var(--ca-serif);font-weight:700;font-size:17px;fill:var(--ink)}
.ca-home .lc-t2{font-family:"IBM Plex Sans",sans-serif;font-size:13px;fill:var(--muted)}
.ca-home .lc-num{font-family:var(--ca-serif);font-weight:800;font-size:16px;fill:#fff}

/* ---------- Merkle figure: climbing spark + root pulse ---------- */
.ca-home .mk2-leaf rect{fill:rgba(255,255,255,.06);stroke:#7fa6a2;stroke-width:1.5}
.ca-home .mk2-leaf text{font-family:var(--ca-mono);font-size:11px;fill:#cfe0de}
.ca-home .mk2-node rect{fill:rgba(176,132,47,.14);stroke:#c9a25a;stroke-width:1.5}
.ca-home .mk2-node text{font-family:var(--ca-mono);font-size:11px;fill:#e6c98a}
.ca-home .mk2-root rect{fill:var(--brass)}
.ca-home .mk2-root text{font-family:var(--ca-serif);font-weight:700;font-size:14px;fill:#14232B}
.ca-home .mk2-base rect{fill:rgba(255,255,255,.06);stroke:#7fa6a2;stroke-width:1.5}
.ca-home .mk2-base text{font-family:"IBM Plex Sans",sans-serif;font-weight:600;font-size:13px;fill:#eaf3f2}
.ca-home .mk2-link{stroke:#5f8a86;stroke-width:1.6;fill:none}
.ca-home .mk2-hash{font-family:var(--ca-mono);font-size:9px;fill:rgba(205,162,85,.85);opacity:0}
.ca-home .merkle.play .mk2-hash{animation:cah-fadein .6s ease forwards}
.ca-home .merkle.play .mk2-hash:nth-of-type(1){animation-delay:.2s}
.ca-home .merkle.play .mk2-hash:nth-of-type(2){animation-delay:.35s}
.ca-home .merkle.play .mk2-hash:nth-of-type(3){animation-delay:.5s}
.ca-home .merkle.play .mk2-hash:nth-of-type(4){animation-delay:.65s}
.ca-home .mk2-spark{fill:var(--brass-2);opacity:0}
.ca-home .merkle.play .mk2-spark{animation:cah-climb 3.4s ease-in-out infinite}
.ca-home .merkle.play .mk2-spark.s2{animation-delay:.5s}
.ca-home .mk2-rootpulse{fill:none;stroke:var(--brass-2);stroke-width:2;opacity:0;transform-box:fill-box;transform-origin:center}
.ca-home .merkle.play .mk2-rootpulse{animation:cah-ring 3.4s ease-out 1.6s infinite}

@keyframes cah-stamp{0%{opacity:0;transform:scale(1.5) rotate(-14deg)}60%{opacity:1}100%{opacity:1;transform:scale(1) rotate(0)}}
@keyframes cah-draw{to{stroke-dashoffset:0}}
@keyframes cah-grow{to{transform:scaleX(1)}}
@keyframes cah-rise{to{opacity:1;transform:none}}
@keyframes cah-fadein{to{opacity:1}}
@keyframes cah-pop{to{transform:scale(1);opacity:1}}
@keyframes cah-sweep{0%{opacity:0;top:2%}12%{opacity:1}88%{opacity:1}100%{opacity:0;top:96%}}
@keyframes cah-shake{0%,100%{transform:translateX(0)}22%{transform:translateX(-4px)}45%{transform:translateX(4px)}70%{transform:translateX(-2px)}}
@keyframes cah-travel{0%{opacity:0}12%{opacity:1}88%{opacity:1}100%{opacity:0}}
@keyframes cah-climb{0%{opacity:0}10%{opacity:1}45%{opacity:1}60%{opacity:0}100%{opacity:0}}
@keyframes cah-ring{0%{opacity:.9;transform:scale(.9)}70%{opacity:0;transform:scale(1.5)}100%{opacity:0}}

@media (prefers-reduced-motion:reduce){
  .ca-home .reel *,.ca-home .merkle *,.ca-home .fig *{animation:none !important;transition:none !important}
  .ca-home .reel .a1-seal,.ca-home .reel .a2-phone,.ca-home .reel .mk-leaf,.ca-home .reel .mk-node,
  .ca-home .reel .mk-root,.ca-home .reel .mk-base,.ca-home .reel .a1-chip{opacity:1;transform:none}
  .ca-home .reel .mk-link,.ca-home .reel .a1-sig path{stroke-dashoffset:0}
  .ca-home .reel .a2-tick{opacity:1;transform:scale(1)}
  .ca-home .reel .a2-tick svg{stroke-dashoffset:0}
  .ca-home .reel .a2-ln{transform:scaleX(1)}
  .ca-home .mk2-hash{opacity:1}
  .ca-home .lc-stage{opacity:1}
  .ca-home .lc-arrow{stroke-dashoffset:0}
}

/* ---------- wallet band (v2.10.0): phone + pass, CSS and inline SVG only ---------- */
.ca-home .walletband{overflow:hidden}
.ca-home .wallet-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}
.ca-home .wallet-copy .sec-lead{margin-bottom:1.4rem}
.ca-home .wallet-pts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}
.ca-home .wallet-pts li{position:relative;padding-left:1.6rem;color:var(--muted);font-size:.97rem;line-height:1.55}
.ca-home .wallet-pts li strong{color:var(--ink);font-weight:700}
.ca-home .wallet-pts li::before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:50%;
  background:var(--brass);box-shadow:0 0 0 4px rgba(176,132,47,.16)}
.ca-home .wallet-note{margin-top:1.3rem;font-size:.86rem;color:var(--muted);border-left:3px solid var(--line);padding-left:.9rem;line-height:1.55}

.ca-home .wallet-visual{display:flex;flex-direction:column;align-items:center;justify-content:center}
.ca-home .wphone{position:relative;width:min(280px,80vw);aspect-ratio:9/18;background:#0a2f36;border-radius:34px;padding:9px;
  box-shadow:0 40px 70px -28px rgba(8,30,34,.6),0 0 0 1px rgba(12,59,66,.14),0 0 0 9px #0a2f36}
.ca-home .wphone-notch{position:absolute;top:15px;left:50%;transform:translateX(-50%);width:74px;height:5px;border-radius:99px;
  background:rgba(12,59,66,.18);z-index:3}
.ca-home .wphone-screen{position:relative;width:100%;height:100%;background:#eef2f1;border-radius:26px;overflow:hidden;display:flex;flex-direction:column}
.ca-home .wphone-bar{flex:0 0 auto;padding:26px 0 12px;text-align:center;background:#fff;border-bottom:1px solid #e3eae8;
  font-family:var(--ca-serif);font-weight:700;font-size:15px;color:var(--ink);letter-spacing:-.01em}
.ca-home .wphone-body{flex:1;position:relative;padding:20px 16px}

.ca-home .wpass{position:absolute;left:16px;right:16px;border-radius:14px}
.ca-home .wpass-back{top:8px;height:56px;background:#dbe4e2;transform:scale(.88)}
.ca-home .wpass-mid{top:14px;height:56px;background:#c9d6d3;transform:scale(.94)}
.ca-home .wpass-front{top:24px;background:#fff;overflow:hidden;
  box-shadow:0 22px 40px -18px rgba(8,30,34,.55);display:flex;flex-direction:column;
  opacity:0;transform:translateY(26px)}
.ca-home .walletband.play .wpass-front{animation:cah-rise .75s cubic-bezier(.2,.8,.2,1) .1s forwards}
.ca-home .wpass-head{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:11px 12px;
  background:linear-gradient(135deg,var(--teal-l) 0%,var(--teal) 60%,var(--teal-d) 100%)}
.ca-home .wpass-seal{width:26px;height:26px;flex:0 0 auto;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}
.ca-home .wpass-seal svg{width:100%;height:100%;display:block}
.ca-home .wpass-issuer{flex:1;min-width:0;font-family:var(--ca-serif);font-weight:700;font-size:12px;color:#fff;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ca-home .wpass-state{flex:0 0 auto;font-family:var(--ca-mono);font-size:8px;letter-spacing:.1em;font-weight:500;
  color:#0f3d28;background:#7ee2ad;border-radius:999px;padding:3px 7px}
.ca-home .walletband.play .wpass-state{animation:cah-livepulse 2.8s ease-in-out 1s infinite}
.ca-home .wpass-body{padding:12px 12px 10px}
.ca-home .wpass-lbl{font-family:var(--ca-mono);font-size:7px;letter-spacing:.14em;text-transform:uppercase;color:#8a9a98}
.ca-home .wpass-val{font-family:var(--ca-serif);font-weight:800;font-size:15px;color:var(--teal);margin:2px 0 10px;line-height:1.15}
.ca-home .wpass-row{display:flex;gap:12px}
.ca-home .wpass-row>div{min-width:0}
.ca-home .wpass-sub{font-size:10px;color:var(--ink);margin-top:2px;line-height:1.3}
.ca-home .wpass-qr{flex:0 0 auto;align-self:center;width:74px;height:74px;padding:5px;background:#fff;border-radius:8px;
  border:1px solid #e3eae8;margin-bottom:6px}
.ca-home .wpass-qr svg{display:block;width:100%;height:100%}
.ca-home .wpass-uid{flex:0 0 auto;text-align:center;font-family:var(--ca-mono);font-size:8px;color:#8a9a98;
  letter-spacing:.05em;padding-bottom:11px}

.ca-home .wallet-tags{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:22px}
.ca-home .wallet-tag{font-family:var(--ca-mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;
  color:var(--muted);background:#fff;border:1px solid var(--line);border-radius:999px;padding:6px 13px}

@keyframes cah-livepulse{0%,100%{box-shadow:0 0 0 0 rgba(126,226,173,0)}50%{box-shadow:0 0 0 5px rgba(126,226,173,.35)}}

@media(max-width:900px){
  .ca-home .wallet-grid{grid-template-columns:1fr;gap:2.4rem}
  .ca-home .wallet-visual{order:2}
}
@media (prefers-reduced-motion:reduce){
  .ca-home .wpass-front{opacity:1;transform:none;animation:none !important}
  .ca-home .wpass-state{animation:none !important}
}
