/* Wealth Tactical, wealthtactical.com. Shared styles for the homepage, product
   pages, about and support. Same tokens as the calculator at
   score.wealthtactical.com: flat dark navy, white headings, teal for accents and
   the primary button, Inter in four weights. Rebuilt 2026-09-07 as plain static
   HTML; the Claude Design runtime the old homepage needed is gone. */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{
  --bg:#050D18;--card:#0A1420;--card-elev:#0E1A28;--border:#1E3343;
  --text:#F8FAFC;--text-2:#A3B1C2;--text-3:#7C8CA3;--muted:#5B6B80;
  --teal:#06B6D4;--teal-hover:#22D3EE;--teal-on:#04141A;--teal-dim:#0891B2;
  --r-card:12px;--r-btn:8px;
}
html{scroll-behavior:smooth;}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;}*{animation-duration:0.01ms !important;transition-duration:0.01ms !important;}}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:var(--bg);color:var(--text-2);font-size:16px;line-height:1.65;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;}
a{color:var(--teal);}
a:hover{color:var(--teal-hover);}
img{max-width:100%;height:auto;display:block;}
button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--teal);outline-offset:3px;border-radius:4px;}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;}
h1,h2,h3{color:var(--text);font-weight:600;line-height:1.2;letter-spacing:-0.01em;text-wrap:balance;}
h1{font-size:clamp(32px,4.6vw,48px);}
h2{font-size:clamp(24px,3.2vw,32px);}
h3{font-size:19px;line-height:1.35;}
p{margin-bottom:14px;}
p:last-child{margin-bottom:0;}
strong{color:var(--text);font-weight:600;}
.wrap{max-width:1040px;margin:0 auto;padding:0 20px;}
.narrow{max-width:740px;margin:0 auto;}
.eyebrow{font-size:12px;font-weight:600;letter-spacing:0.16em;text-transform:uppercase;color:var(--teal);margin-bottom:14px;}
.lead{font-size:18px;color:#D9D9D9;line-height:1.65;}
.small{font-size:14px;color:var(--text-3);line-height:1.6;}
section{padding:56px 0;}
section + section{border-top:1px solid var(--border);}

/* Header */
.site-header{border-bottom:1px solid var(--border);background:var(--bg);}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:14px;padding-bottom:14px;flex-wrap:wrap;}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text);}
.brand img{height:34px;width:auto;}
.brand span{font-size:13px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:var(--text);}
.site-nav{display:flex;gap:4px 22px;flex-wrap:wrap;}
.site-nav a{font-size:15px;color:var(--text-2);text-decoration:none;padding:10px 0;min-height:44px;display:inline-flex;align-items:center;}
.site-nav a:hover,.site-nav a[aria-current="page"]{color:var(--teal);}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;gap:8px;border-radius:var(--r-btn);padding:14px 26px;min-height:48px;font-family:inherit;font-weight:600;font-size:16px;line-height:1.3;cursor:pointer;text-decoration:none;border:1px solid transparent;transition:opacity 180ms ease,border-color 180ms ease,color 180ms ease;max-width:100%;}
.btn-primary{background:var(--teal);color:var(--teal-on);}
.btn-primary:hover{opacity:0.88;color:var(--teal-on);}
.btn-secondary{background:transparent;color:var(--text);border-color:var(--border);}
.btn-secondary:hover{border-color:var(--teal);color:var(--teal);}
.btn[aria-disabled="true"]{cursor:default;opacity:0.85;}
.btn-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center;}

/* Cards */
.card{background:var(--card);border:1px solid var(--border);border-radius:var(--r-card);padding:24px;}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}
.product-card{display:flex;flex-direction:column;gap:10px;}
.product-card .need{font-size:19px;font-weight:600;color:var(--text);line-height:1.3;}
.product-card .name{font-size:14px;font-weight:600;letter-spacing:0.04em;color:var(--teal);}
.product-card .price{font-size:18px;font-weight:600;color:var(--text);margin-top:auto;padding-top:8px;}
.product-card .btn{width:100%;}
.product-card img{border-radius:6px;border:1px solid var(--border);}

/* Figures / previews */
figure{background:var(--card-elev);border:1px solid var(--border);border-radius:var(--r-card);padding:12px;}
figure img{border-radius:6px;border:1px solid var(--border);width:100%;}
figcaption{font-size:14px;color:var(--text-2);line-height:1.55;margin-top:10px;}
figcaption strong{color:var(--text);}
.fig-tag{display:inline-block;font-size:11px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--teal);margin-bottom:6px;}

/* Workbook excerpt (rendered from the real tab's labels) */
.sheet{background:#0B1523;border:1px solid var(--border);border-radius:8px;overflow:hidden;font-size:14px;}
.sheet-head{padding:10px 14px;border-bottom:1px solid var(--border);font-size:12px;letter-spacing:0.08em;text-transform:uppercase;color:var(--text-3);}
.sheet table{width:100%;border-collapse:collapse;}
.sheet th{text-align:left;font-size:11px;letter-spacing:0.08em;text-transform:uppercase;color:var(--text-3);padding:8px 14px;border-bottom:1px solid var(--border);font-weight:600;}
.sheet td{padding:9px 14px;border-bottom:1px solid var(--border);color:var(--text-2);}
.sheet tr:last-child td{border-bottom:none;}
.sheet td.in{width:120px;}
.sheet td.in span{display:block;height:26px;border-radius:4px;background:#DCEBFF;border:1px solid #9CC3F5;}
.sheet td.calc{color:var(--teal);font-size:13px;}
.sheet td.total{color:var(--text);font-weight:600;}

/* Steps / checklists */
.steps{list-style:none;display:flex;flex-direction:column;gap:12px;}
.steps li{display:flex;gap:12px;align-items:flex-start;font-size:16px;color:var(--text-2);}
.steps .n{width:28px;height:28px;border-radius:6px;background:var(--card-elev);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:var(--teal);flex-shrink:0;margin-top:1px;}
.checks{list-style:none;display:flex;flex-direction:column;gap:10px;}
.checks li{display:flex;gap:10px;align-items:flex-start;font-size:16px;}
.checks li::before{content:"\2713";color:#3FB673;flex-shrink:0;}

/* Notes */
.note{background:var(--card);border:1px solid var(--border);border-radius:var(--r-btn);padding:14px 16px;font-size:15px;color:var(--text-2);line-height:1.6;}
.limit{border-left:3px solid var(--teal-dim);}
.cfg-warn{display:none;background:rgba(217,164,65,0.12);border:1px solid #D9A441;color:#D9A441;border-radius:var(--r-btn);padding:12px 16px;margin:16px 0 0;font-size:14px;line-height:1.5;}
.cfg-warn.visible{display:block;}

/* FAQ */
.faq-item{border-bottom:1px solid var(--border);padding:14px 0;}
.faq-item:last-child{border-bottom:none;}
.faq-q{width:100%;background:none;border:none;padding:6px 0;display:flex;justify-content:space-between;align-items:center;gap:12px;cursor:pointer;color:var(--text);font-family:inherit;font-size:17px;font-weight:600;text-align:left;min-height:44px;}
.faq-q .icon{font-size:22px;color:var(--teal);transition:transform 0.2s;flex-shrink:0;}
.faq-q[aria-expanded="true"] .icon{transform:rotate(45deg);}
.faq-a{display:none;font-size:16px;color:var(--text-2);line-height:1.65;padding:6px 0 4px;}
.faq-a.open{display:block;}

/* Offer box on product pages */
.offer-box{background:var(--card-elev);border:1px solid var(--teal);border-radius:var(--r-card);padding:24px;text-align:center;}
.offer-box .price{font-size:22px;font-weight:600;color:var(--text);margin-bottom:6px;}
.offer-box .files{font-size:15px;color:var(--text-2);margin-bottom:16px;}
.offer-box .btn{width:100%;}
.offer-box .after{font-size:14px;color:var(--text-3);margin-top:12px;line-height:1.55;}
.hero-product{display:grid;grid-template-columns:1.1fr 0.9fr;gap:28px;align-items:start;}
.breadcrumb{font-size:14px;color:var(--text-3);margin-bottom:18px;}
.breadcrumb a{color:var(--text-3);text-decoration:none;}
.breadcrumb a:hover{color:var(--teal);}

/* Sticky CTA (product pages, small screens) */
.sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--card);border-top:1px solid var(--border);padding:10px 16px calc(10px + env(safe-area-inset-bottom));z-index:100;}
.sticky-cta.visible{display:block;}
.sticky-cta .btn{width:100%;}

/* Footer */
.site-footer{border-top:1px solid var(--border);padding:36px 0 24px;margin-top:24px;}
.site-footer .desc{font-size:15px;color:var(--text-2);max-width:60ch;margin-bottom:16px;}
.footer-links{display:flex;flex-wrap:wrap;gap:8px 20px;margin-bottom:16px;}
.footer-links a{font-size:14px;color:var(--text-2);text-decoration:none;padding:6px 0;}
.footer-links a:hover{color:var(--teal);}
.footer-copy{font-size:13px;color:var(--text-3);margin-bottom:8px;}
.footer-note{font-size:13px;color:var(--text-3);line-height:1.65;max-width:80ch;}

@media (max-width:820px){
  .grid-3{grid-template-columns:1fr;}
  .grid-2{grid-template-columns:1fr;}
  .hero-product{grid-template-columns:1fr;}
  section{padding:40px 0;}
  .site-nav{gap:2px 16px;}
  .site-nav a{font-size:14px;}
}
@media (max-width:600px){
  .wrap{padding:0 16px;}
  body.has-sticky{padding-bottom:90px;}
}
