/* Newfront v3 (2026-09-24): night-coast hero with a site building itself under the awning,
   and the pricing tier cards. Loaded after site.css; the old pages in site-versions/ never load it. */

/* ================= HERO ================= */
.hero3 {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: min(100svh, 940px); display: grid; align-items: center;
  padding: calc(var(--nav-h) + 40px) 0 clamp(90px, 12vh, 140px);
  background: linear-gradient(180deg, #050a14 0%, #0A1628 48%, #0C1B2E 100%);
}
.hero3.scallop-bottom::after { bottom: -25px; }
.h3-sky { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.h3-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: clamp(32px, 4vw, 72px); align-items: center; }

/* Copy */
.h3-title { font-size: clamp(44px, 5.5vw, 86px); line-height: .98; margin-top: 22px; color: var(--sand); }
.h3-title .ln { display: block; overflow: hidden; padding-bottom: .08em; margin-bottom: -.08em; }
.h3-title .in { display: inline-block; }
.h3-title .gold { color: var(--gold); }
.h3-title .gold .in { background: linear-gradient(100deg, #E0A93A 0%, #F6D58E 38%, #E0A93A 60%, #C9922B 100%); background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: h3-sheen 7s ease-in-out infinite; }
@keyframes h3-sheen { 0%, 100% { background-position: 100% 0; } 50% { background-position: 0 0; } }
.h3-title .rot { position: relative; display: inline-block; color: var(--surf-3); }
.h3-title .caret { position: absolute; left: 100%; bottom: .12em; opacity: 0; display: block; width: .06em; height: .78em; margin-left: .05em; background: var(--gold); vertical-align: -.02em; border-radius: 2px; }
.h3-title .typing .caret { opacity: 1; animation: h3-blink .8s steps(1) infinite; }
@keyframes h3-blink { 50% { opacity: 0; } }
.h3-lede { font-size: clamp(17px, 1.35vw, 20px); color: var(--slate-2); max-width: 44ch; margin-top: 24px; line-height: 1.5; }
.h3-lede strong { color: var(--sand); font-weight: 600; }
.h3-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.h3-facts { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 28px; font-size: 14px; font-weight: 600; color: var(--slate-2); }
.h3-facts span { display: inline-block; }
.h3-facts span::before { content: ""; display: inline-block; vertical-align: middle; margin: -2px 9px 0 0; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 10px var(--gold); }
.h3-facts b { color: var(--sand); font-weight: 600; }

/* Stage */
.h3-stage { position: relative; perspective: 1400px; width: min(100%, 700px); justify-self: center; padding: 0 3% 0 7%; }
.h3-tilt { position: relative; transform-style: preserve-3d; transform: rotateY(-9deg) rotateX(5deg); transition: transform .9s var(--ease); padding: 0 0 12% 0; }
.h3-browser { position: relative; border-radius: 16px; background: #0A1424; box-shadow: 0 60px 120px -40px rgba(0,0,0,.85), 0 0 0 1px rgba(244,239,230,.1), 0 0 90px -20px rgba(224,169,58,.28); }
.h3-browser .awning {
  position: absolute; left: -3%; right: -3%; top: -22px; height: 34px; z-index: 3; pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.0) 0 28px, rgba(255,255,255,.14) 28px 56px) top / 100% 16px no-repeat,
    linear-gradient(var(--gold), var(--gold)) top / 100% 16px no-repeat,
    radial-gradient(circle at 50% 16px, var(--gold) 13.5px, transparent 14.5px) 0 0 / 28px 34px repeat-x;
  filter: drop-shadow(0 10px 14px rgba(0,0,0,.45));
  border-radius: 6px 6px 0 0;
  transform: translateZ(40px);
}
.h3-browser .bar { display: flex; align-items: center; gap: 14px; padding: 22px 16px 10px; }
.h3-browser .dots { display: flex; gap: 6px; }
.h3-browser .dots i { width: 9px; height: 9px; border-radius: 50%; background: rgba(244,239,230,.16); }
.h3-browser .url { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 7px; height: 28px; border-radius: 8px; background: rgba(244,239,230,.06); color: var(--slate-2); font-size: 12.5px; font-weight: 600; letter-spacing: .01em; margin-right: 52px; }
.h3-browser .url svg { width: 12px; height: 12px; color: #58D68D; }
.h3-browser .view { position: relative; aspect-ratio: 16 / 10; margin: 0 8px 8px; border-radius: 10px; overflow: hidden; background: #081120; }

.h3-phone { position: absolute; left: -7%; bottom: 0; width: 25%; border-radius: 26px; padding: 6px; background: #050a14;
  box-shadow: 0 40px 80px -24px rgba(0,0,0,.9), inset 0 0 0 1.5px rgba(244,239,230,.16); transform: translateZ(80px); }
.h3-phone .screen { position: relative; aspect-ratio: 390 / 844; border-radius: 20px; overflow: hidden; background: #081120; }

/* The build: blueprint wireframe -> scan line paints the real site -> live */
.h3-stage .wire { position: absolute; inset: 0; opacity: 0; transition: opacity .5s;
  background-image: linear-gradient(rgba(87,169,182,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(87,169,182,.09) 1px, transparent 1px); background-size: 22px 22px; }
.h3-stage .wire i { position: absolute; border: 1.5px dashed rgba(87,169,182,.6); border-radius: 6px; background: rgba(46,139,154,.07);
  transform: scale(.6); opacity: 0; transition: transform .6s var(--ease), opacity .4s; }
.h3-browser .w-nav { left: 4%; right: 4%; top: 5%; height: 7%; }
.h3-browser .w-h1  { left: 6%; width: 44%; top: 24%; height: 15%; }
.h3-browser .w-h2  { left: 6%; width: 34%; top: 42%; height: 9%; }
.h3-browser .w-p   { left: 6%; width: 40%; top: 56%; height: 10%; }
.h3-browser .w-btn { left: 6%; width: 17%; top: 72%; height: 8%; border-radius: 99px !important; border-color: rgba(224,169,58,.8) !important; }
.h3-browser .w-img { left: 56%; right: 6%; top: 22%; bottom: 14%; }
.h3-phone .w-nav { left: 7%; right: 7%; top: 4%; height: 5%; }
.h3-phone .w-h1  { left: 7%; right: 12%; top: 16%; height: 16%; }
.h3-phone .w-p   { left: 7%; right: 22%; top: 35%; height: 9%; }
.h3-phone .w-btn { left: 7%; width: 50%; top: 48%; height: 6%; border-radius: 99px !important; border-color: rgba(224,169,58,.8) !important; }
.h3-phone .w-img { left: 7%; right: 7%; top: 59%; bottom: 6%; }
.h3-stage .shot { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; clip-path: inset(0 0 100% 0); }
.h3-stage .scan { position: absolute; left: 0; right: 0; top: 0; height: 2px; background: var(--gold); opacity: 0;
  box-shadow: 0 0 18px 4px rgba(224,169,58,.7), 0 0 60px 10px rgba(224,169,58,.25); }

.h3-stage.is-wire .wire { opacity: 1; }
.h3-stage.is-wire .wire i { transform: none; opacity: 1; }
.h3-stage .wire i:nth-child(2) { transition-delay: .12s; } .h3-stage .wire i:nth-child(3) { transition-delay: .24s; }
.h3-stage .wire i:nth-child(4) { transition-delay: .36s; } .h3-stage .wire i:nth-child(5) { transition-delay: .48s; }
.h3-stage .wire i:nth-child(6) { transition-delay: .6s; }
.h3-stage.is-paint .shot { clip-path: inset(0 0 0 0); transition: clip-path 1.6s cubic-bezier(.65,0,.35,1); }
.h3-stage.is-paint .scan { opacity: 1; top: 100%; transition: top 1.6s cubic-bezier(.65,0,.35,1), opacity .2s; }
.h3-stage.is-live .scan { opacity: 0; transition: opacity .4s; }
.h3-stage.is-live .wire { opacity: 0; }
.h3-stage.is-out .view, .h3-stage.is-out .screen { opacity: 0; transition: opacity .45s; }
.h3-stage .view, .h3-stage .screen { transition: opacity .45s; }
.h3-stage.no-anim * { transition: none !important; }

.h3-toast { position: absolute; right: -1%; bottom: 3%; z-index: 4; display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px 12px 14px; border-radius: 999px;
  background: rgba(10,20,36,.82); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); color: var(--slate-2); font-size: 14px; font-weight: 600;
  box-shadow: 0 20px 40px -16px rgba(0,0,0,.8), inset 0 0 0 1px rgba(244,239,230,.14); transform: translateZ(110px) translateY(14px); opacity: 0; transition: opacity .5s, transform .7s var(--ease); white-space: nowrap; }
.h3-toast b { color: var(--sand); font-weight: 600; }
.h3-toast i { width: 9px; height: 9px; border-radius: 50%; background: #58D68D; box-shadow: 0 0 0 0 rgba(88,214,141,.6); animation: h3-ping 1.8s infinite; }
@keyframes h3-ping { 0% { box-shadow: 0 0 0 0 rgba(88,214,141,.55); } 70%, 100% { box-shadow: 0 0 0 10px rgba(88,214,141,0); } }
.h3-stage.is-live .h3-toast { opacity: 1; transform: translateZ(110px); }

.h3-steps { list-style: none; margin: 26px 0 0; padding: 0; display: flex; justify-content: center; gap: 8px; }
.h3-steps li { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; color: rgba(184,192,204,.6);
  box-shadow: inset 0 0 0 1px rgba(244,239,230,.1); transition: color .4s, background .4s, box-shadow .4s; }
.h3-steps li b { font-weight: 600; font-size: 11px; letter-spacing: .08em; color: rgba(224,169,58,.55); }
.h3-steps li.on { color: var(--ink); background: var(--gold); box-shadow: 0 8px 24px -10px rgba(224,169,58,.9); }
.h3-steps li.on b { color: var(--ink); }

/* Phone */
@media (max-width: 900px) {
  .hero3 { min-height: 0; align-items: start; padding: calc(var(--nav-h) + 26px) 0 70px; }
  .h3-grid { grid-template-columns: 1fr; gap: 34px; }
  .h3-tilt { transform: rotateY(-6deg) rotateX(4deg); }
  .h3-stage { max-width: 640px; margin-inline: auto; width: 100%; }
}
@media (max-width: 600px) {
  .hero3 { padding: calc(var(--nav-h) + 18px) 0 56px; }
  .hero3 .eyebrow { font-size: 11px; }
  .h3-title { font-size: clamp(38px, 11.4vw, 52px); margin-top: 14px; }
  .h3-lede { font-size: 16px; margin-top: 14px; max-width: 34ch; }
  .h3-actions { margin-top: 20px; gap: 10px; flex-wrap: nowrap; }
  .h3-actions .btn { flex: 1 1 0; min-width: 0; justify-content: center; padding: 15px 14px; font-size: 15.5px; gap: 8px; }
  .h3-actions .btn .arrow { width: 16px; height: 16px; }
  .h3-facts { gap: 6px 14px; margin-top: 16px; font-size: 12.5px; }
  .h3-facts span::before { width: 5px; height: 5px; }
  .h3-grid { gap: 40px; }
  .h3-stage { padding: 0 4% 0 10%; }
  .h3-tilt { transform: rotateY(-4deg) rotateX(3deg); }
  .h3-browser { border-radius: 12px; }
  .h3-browser .awning { top: -16px; height: 26px;
    background:
      repeating-linear-gradient(90deg, rgba(255,255,255,0) 0 20px, rgba(255,255,255,.14) 20px 40px) top / 100% 12px no-repeat,
      linear-gradient(var(--gold), var(--gold)) top / 100% 12px no-repeat,
      radial-gradient(circle at 50% 12px, var(--gold) 9.5px, transparent 10.5px) 0 0 / 20px 26px repeat-x; }
  .h3-browser .bar { padding: 16px 10px 7px; gap: 8px; }
  .h3-browser .dots i { width: 6px; height: 6px; }
  .h3-browser .url { height: 20px; font-size: 10px; margin-right: 20px; }
  .h3-browser .view { margin: 0 5px 5px; border-radius: 7px; }
  .h3-phone { width: 31%; left: -12%; border-radius: 18px; padding: 4px; }
  .h3-phone .screen { border-radius: 14px; }
  .h3-toast { font-size: 12px; padding: 9px 14px 9px 11px; right: -3%; bottom: 1%; }
  .h3-steps { margin-top: 20px; gap: 6px; }
  .h3-steps li { padding: 7px 11px; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .h3-title .gold .in, .h3-title .caret, .h3-toast i { animation: none !important; }
}

/* ================= PRICING: tier cards ================= */
.tiers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 1060px; margin-inline: auto; align-items: stretch; }
.tier { position: relative; display: flex; flex-direction: column; border-radius: 28px; padding: clamp(28px, 3vw, 44px);
  background: rgba(255,255,255,.66); border: 1px solid rgba(12,27,46,.09); box-shadow: 0 30px 60px -40px rgba(12,27,46,.35); }
.tier.hot { background: var(--ink); color: var(--sand); border-color: var(--ink); box-shadow: 0 50px 90px -40px rgba(12,27,46,.75), 0 0 0 1px rgba(224,169,58,.28); overflow: hidden; isolation: isolate; }
.tier.hot::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(640px circle at 100% -10%, rgba(224,169,58,.22), transparent 55%), radial-gradient(500px circle at -10% 110%, rgba(46,139,154,.25), transparent 60%); }
.tier-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 30px; }
.tier .name { font-size: clamp(28px, 2.6vw, 36px); }
.tier .flag { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; padding: 7px 11px; border-radius: 999px; background: var(--gold); color: var(--ink); white-space: nowrap; }
.tier .who { color: var(--slate); margin-top: 10px; font-size: 16px; }
.tier.hot .who { color: var(--slate-2); }
.tier .price { margin-top: 26px; padding-top: 24px; border-top: 1.5px solid rgba(12,27,46,.1); display: flex; flex-direction: column; gap: 6px; }
.tier.hot .price { border-color: rgba(244,239,230,.14); }
.tier .amount { display: inline-flex; align-items: baseline; font-family: var(--display); font-weight: 800; letter-spacing: -.04em; line-height: 1; font-size: clamp(60px, 6vw, 84px); }
.tier .amount sup { font-size: .4em; line-height: 1; margin-right: 3px; align-self: flex-start; margin-top: .2em; color: var(--gold-2); }
.tier.hot .amount sup { color: var(--gold); }
.tier .amount b { font-weight: 800; }
.tier .amount small { font-family: var(--body); font-weight: 600; letter-spacing: 0; font-size: 16px; color: var(--slate); margin-left: 6px; }
.tier.hot .amount small, .tier.hot .per { color: var(--slate-2); }
.tier .per { font-size: 14px; color: var(--slate); min-height: 1.4em; }
.tier .amount.bump b { animation: tick .5s var(--ease); }
.tier .btn { justify-content: center; margin-top: 26px; width: 100%; }
.tier.hot .btn { background: var(--gold); color: var(--ink); }
.tier.hot .btn::before { background: var(--sand); }
.tier.hot .btn:hover { color: var(--ink); }
.tier .inc { margin-top: 30px; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: var(--slate); }
.tier.hot .inc { color: var(--gold); }
.tier ul { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 14px; }
.tier li { position: relative; padding-left: 32px; font-size: 15.5px; line-height: 1.4; color: #3B4655; }
.tier li b { color: var(--ink); font-weight: 600; }
.tier li small { display: block; font-size: 13.5px; color: var(--slate); margin-top: 2px; }
.tier.hot li { color: var(--slate-2); }
.tier.hot li b { color: var(--sand); }
.tier.hot li small { color: #8FA0B6; }
.tier li::before { content: ""; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 50%; background: var(--gold) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230C1B2E' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'><path d='M6 12.5l4 4 8-9'/></svg>") center / 12px no-repeat; }
.tier li.plus::before { background-color: transparent; box-shadow: inset 0 0 0 1.5px var(--gold); background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E0A93A' stroke-width='3.4' stroke-linecap='round'><path d='M12 6v12M6 12h12'/></svg>"); }
.tier-foot { margin-top: auto; padding-top: 28px; font-size: 14px; color: var(--slate-2); border-top: 1.5px solid rgba(244,239,230,.12); }
.tier ul + .tier-foot { margin-top: auto; }
.tier.hot ul { margin-bottom: 28px; }
.tier-notes { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; max-width: 1060px; margin: 30px auto 0; font-size: 14px; font-weight: 600; color: var(--ink); }
.tier-notes span { display: inline-flex; align-items: center; gap: 8px; }
.tier-notes span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
@media (max-width: 800px) {
  .tiers { grid-template-columns: 1fr; gap: 16px; }
  .tier { border-radius: 24px; padding: 26px 22px; }
  .tier-top { flex-direction: column-reverse; align-items: flex-start; gap: 14px; }
  .tier .amount { font-size: 60px; }
  .tier-notes { justify-content: flex-start; gap: 8px 18px; font-size: 13px; }
}

/* ===== Front desk marketing (2026-09-24): chat flow, desk phone, stats, trades, monthly note ===== */
.fd-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(28px, 5vw, 80px); align-items: center; }
.chat { display: flex; flex-direction: column; gap: 12px; max-width: 520px; }
.chat .t { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: var(--slate); text-align: center; margin: 6px 0 2px; }
.on-ink .chat .t { color: var(--slate-2); }
.bub { max-width: 88%; padding: 14px 18px; border-radius: 20px; font-size: 16px; line-height: 1.45; position: relative; }
.bub.in { align-self: flex-start; background: #fff; color: var(--ink); border-bottom-left-radius: 6px; box-shadow: 0 14px 30px -20px rgba(12,27,46,.45); }
.bub.out { align-self: flex-end; background: var(--ink); color: var(--sand); border-bottom-right-radius: 6px; }
.bub.you { align-self: flex-start; background: var(--gold); color: var(--ink); border-bottom-left-radius: 6px; box-shadow: 0 16px 34px -18px rgba(224,169,58,.7); }
.on-ink .bub.in { background: var(--ink-2); color: var(--sand); box-shadow: none; }
.on-ink .bub.out { background: var(--sand); color: var(--ink); }
.bub b { display: block; font-weight: 600; }
.bub .num { color: var(--surf); font-weight: 600; white-space: nowrap; }
.bub.you .num { color: var(--ink); text-decoration: underline; text-decoration-color: rgba(12,27,46,.35); text-underline-offset: 3px; }
.bub small { display: block; margin-top: 6px; font-size: 13px; opacity: .72; }
.fd-phone { position: relative; width: min(100%, 300px); margin-inline: auto; background: var(--ink); border-radius: 42px; padding: 12px; box-shadow: 0 60px 100px -50px rgba(12,27,46,.8), 0 0 0 1px rgba(224,169,58,.25); }
.fd-phone img { display: block; width: 100%; height: auto; aspect-ratio: 390 / 844; object-fit: cover; object-position: top; border-radius: 32px; }
.fd-phone::after { content: ""; position: absolute; left: 50%; top: 22px; width: 84px; height: 22px; margin-left: -42px; background: var(--ink); border-radius: 12px; }
.fd-phone .cap { position: absolute; left: 50%; bottom: -18px; transform: translateX(-50%); white-space: nowrap; background: var(--gold); color: var(--ink); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 8px 14px; border-radius: 999px; }
.fd-wide { background: var(--ink); border-radius: 20px; padding: 10px 10px 12px; box-shadow: 0 50px 90px -40px rgba(12,27,46,.7), 0 0 0 1px rgba(224,169,58,.2); }
.fd-wide .bar { display: flex; gap: 6px; padding: 2px 6px 10px; }
.fd-wide .bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--slate); opacity: .6; }
.fd-wide img { display: block; width: 100%; height: auto; border-radius: 10px; }
.stats { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 22px; }
.stat { border-top: 1.5px solid rgba(12,27,46,.14); padding-top: 16px; }
.on-ink .stat { border-color: rgba(244,239,230,.16); }
.stat b { display: block; font-family: var(--display); font-weight: 800; font-size: clamp(42px, 4.6vw, 66px); letter-spacing: -.04em; line-height: 1; color: var(--gold-2); }
.on-ink .stat b { color: var(--gold); }
.stat p { margin-top: 10px; font-size: 15px; color: var(--ink); line-height: 1.4; }
.on-ink .stat p { color: var(--sand); }
.stat small { display: block; margin-top: 8px; font-size: 12.5px; color: var(--slate); }
.on-ink .stat small { color: var(--slate-2); }
.stats-note { margin-top: 28px; font-size: 13.5px; color: var(--slate); max-width: 78ch; line-height: 1.5; }
.on-ink .stats-note { color: var(--slate-2); }
.stats-note a { color: inherit; }
.trades { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.trade { border-radius: 24px; padding: 26px; background: rgba(255,255,255,.66); border: 1px solid rgba(12,27,46,.09); box-shadow: 0 30px 60px -44px rgba(12,27,46,.4); }
.trade h3 { font-size: 24px; letter-spacing: -.03em; }
.trade .who { font-size: 13.5px; color: var(--slate); margin-top: 4px; }
.trade ul { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.trade li { position: relative; padding-left: 28px; font-size: 15px; color: #3B4655; line-height: 1.4; }
.trade li::before { content: ""; position: absolute; left: 0; top: 2px; width: 18px; height: 18px; border-radius: 50%; background: var(--gold) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230C1B2E' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'><path d='M6 12.5l4 4 8-9'/></svg>") center / 11px no-repeat; }
.trade li.next::before { background-color: transparent; background-image: none; box-shadow: inset 0 0 0 1.5px var(--gold); }
.trade li.next { color: var(--slate); }
.trade li.next::after { content: "next"; margin-left: 8px; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; color: var(--gold-2); }
.note { background: #fff; border-radius: 24px; padding: 28px 30px; box-shadow: 0 40px 80px -40px rgba(12,27,46,.5), 0 0 0 1px rgba(12,27,46,.06); max-width: 520px; }
.note .h { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--slate); font-weight: 600; }
.note h3 { font-size: 22px; margin-top: 6px; letter-spacing: -.02em; }
.note dl { display: grid; grid-template-columns: 1fr auto; gap: 12px 20px; margin: 18px 0 0; align-items: baseline; }
.note dt { color: var(--slate); font-size: 15px; }
.note dd { font-family: var(--display); font-weight: 800; font-size: 26px; letter-spacing: -.03em; color: var(--ink); text-align: right; margin: 0; }
.note dd.gold { color: var(--gold-2); }
.note .line { margin-top: 18px; font-size: 15px; border-top: 1.5px solid rgba(12,27,46,.1); padding-top: 14px; color: var(--ink); line-height: 1.45; }
.fd-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.fd-step { border-radius: 22px; padding: 22px; background: rgba(255,255,255,.66); border: 1px solid rgba(12,27,46,.09); }
.on-ink .fd-step { background: rgba(255,255,255,.05); border-color: rgba(244,239,230,.12); }
.fd-step .n { font-family: var(--display); font-weight: 800; font-size: 13px; letter-spacing: .12em; color: var(--gold-2); }
.on-ink .fd-step .n { color: var(--gold); }
.fd-step h3 { font-size: 21px; margin-top: 8px; letter-spacing: -.02em; }
.fd-step p { color: var(--slate); font-size: 14.5px; margin-top: 8px; line-height: 1.45; }
.on-ink .fd-step p { color: var(--slate-2); }
.codes { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 14px; background: rgba(12,27,46,.07); padding: 3px 8px; border-radius: 8px; white-space: nowrap; }
.on-ink .codes { background: rgba(244,239,230,.1); }
.fd-cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-top: 30px; }
.fd-cta-row .muted { font-size: 14px; }
@media (max-width: 900px) {
  .fd-grid { grid-template-columns: 1fr; gap: 36px; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trades { grid-template-columns: 1fr; }
  .fd-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .stats { gap: 16px; }
  .stat b { font-size: 40px; }
  .fd-steps { grid-template-columns: 1fr; gap: 12px; }
  .fd-step { padding: 18px; }
  .bub { font-size: 15px; padding: 12px 15px; }
  .note { padding: 22px; }
  .note dd { font-size: 22px; }
  .trade { padding: 22px 20px; }
  .fd-phone { width: min(100%, 260px); }
}
