*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:      #FFFFFF;
  --bg-2:    #F5F5F3;
  --bg-3:    #ECECE9;
  --text:    #111315;
  --muted:   #5C5E62;
  --faint:   #8A8C90;
  --line:    rgba(17,19,21,0.12);
  --line-2:  rgba(17,19,21,0.20);
  --red:     #E5342A;
  --red-2:   #C42619;

  --maxw: 1160px;
  --gutter: clamp(1.25rem, 5vw, 4rem);
  --r: 6px;
  --display: 'Archivo', system-ui, -apple-system, sans-serif;
  --sans: 'Hanken Grotesk', system-ui, -apple-system, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: rgba(229,52,42,0.2); }

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--red); outline-offset: 3px; border-radius: 2px;
}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
section { padding-block: clamp(5rem, 12vw, 11rem); }

/* Typography */
h1, h2, h3 { font-family: var(--display); font-weight: 800; letter-spacing: -0.035em; line-height: 1.0; color: var(--text); }
.display { font-size: clamp(3rem, 9vw, 7.2rem); font-weight: 900; letter-spacing: -0.05em; line-height: 0.92; }
.display .accent { color: var(--red-2); }
.h2 { font-size: clamp(2.2rem, 5.5vw, 4.4rem); font-weight: 800; letter-spacing: -0.04em; line-height: 0.98; }
.h2 .accent { color: var(--red-2); }
.lead { font-family: var(--sans); font-size: clamp(1.1rem, 1.7vw, 1.35rem); color: var(--muted); line-height: 1.6; font-weight: 400; }
.eyebrow { font-family: var(--sans); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--red-2); display: inline-flex; align-items: center; gap: 0.6rem; }
.eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--red-2); }
.eyebrow.center { justify-content: center; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--sans); font-size: 0.98rem; font-weight: 600;
  padding: 0.95rem 1.7rem; border-radius: 8px; cursor: pointer;
  border: 1.5px solid transparent; line-height: 1;
  transition: transform 0.2s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.btn .arrow { transition: transform 0.25s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }
.btn-dark { background: var(--text); color: #fff; }
.btn-dark:hover { background: var(--red); transform: translateY(-2px); box-shadow: 0 16px 34px -16px rgba(229,52,42,0.6); }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 10px 24px -12px rgba(229,52,42,0.55); }
.btn-red:hover { background: var(--red-2); transform: translateY(-2px); box-shadow: 0 16px 34px -16px rgba(229,52,42,0.6); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--text); transform: translateY(-2px); }

/* Nav */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 60; background: transparent; backdrop-filter: blur(18px) saturate(1.4); -webkit-backdrop-filter: blur(18px) saturate(1.4); border-bottom: 1px solid transparent; transition: border-color 0.3s, background 0.3s; }
.nav.scrolled { border-bottom-color: var(--line); background: rgba(255,255,255,0.92); }
.nav-inner { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); height: 68px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 0.6rem; }
.brand .mark { font-family: var(--display); font-weight: 900; font-size: 1.3rem; color: var(--text); line-height: 1; }
.brand .mark span { color: var(--red-2); }
.brand .name { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text); }
.nav-links { display: flex; align-items: center; gap: 2.1rem; list-style: none; }
.nav-links a { font-size: 0.88rem; font-weight: 600; color: var(--muted); transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.nav-cta { position: relative; display: inline-flex; align-items: center; isolation: isolate; overflow: hidden; padding: 0.6rem 1.4rem; border-radius: 10px; background: #010201; color: #fff !important; font-weight: 600; line-height: 1; transition: transform 0.15s var(--ease); }
.nav-cta::before { content: ''; position: absolute; z-index: -2; width: 360px; height: 360px; left: 50%; top: 50%; background: conic-gradient(#1c191c, #402fb5 5%, #1c191c 14%, #1c191c 50%, #cf30aa 60%, #1c191c 64%); filter: blur(5px) brightness(1.25); animation: navGlow 8s linear infinite; }
.nav-cta::after { content: ''; position: absolute; z-index: -1; inset: 1.5px; border-radius: 8px; background: #010201; }
.nav-cta:hover { transform: translateY(-1px); }
.nav-cta:hover::before { animation-duration: 2.2s; filter: blur(7px) brightness(1.6); }
@keyframes navGlow { from { transform: translate(-50%,-50%) rotate(0deg); } to { transform: translate(-50%,-50%) rotate(360deg); } }
/* Light nav over dark page tops */
.nav:not(.scrolled) .brand .mark, .nav:not(.scrolled) .brand .name { color: #fff; }
.nav:not(.scrolled) .brand .mark span { color: var(--red-2); }
.nav:not(.scrolled) .nav-links a { color: rgba(255,255,255,0.82); }
.nav:not(.scrolled) .nav-links a:hover, .nav:not(.scrolled) .nav-links a.active { color: #fff; }
.nav:not(.scrolled) .nav-toggle { color: #fff; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; width: 44px; height: 44px; position: relative; color: var(--text); }
.nav-toggle span { position: absolute; left: 11px; right: 11px; height: 2px; background: currentColor; transition: transform 0.3s var(--ease), opacity 0.2s; }
.nav-toggle span:nth-child(1) { top: 18px; } .nav-toggle span:nth-child(2) { top: 24px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(3px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }

.mobile-menu { position: fixed; inset: 68px 0 auto 0; z-index: 55; background: var(--bg); transform: translateY(-120%); transition: transform 0.4s var(--ease); padding: 1.5rem var(--gutter) 2.25rem; border-bottom: 1px solid var(--line); }
.mobile-menu.open { transform: translateY(0); }
.mobile-menu ul { list-style: none; display: flex; flex-direction: column; }
.mobile-menu li { border-bottom: 1px solid var(--line); }
.mobile-menu a { display: block; font-family: var(--display); font-size: 1.5rem; font-weight: 800; padding: 1.05rem 0; color: var(--text); }
.mobile-menu .btn { margin-top: 1.5rem; width: 100%; justify-content: center; }

/* Hero (home) */
.hero { text-align: center; min-height: 100svh; display: flex; align-items: center; padding-top: clamp(7rem, 13vw, 10rem); padding-bottom: clamp(5rem, 9vw, 7rem); position: relative; overflow: hidden; background: #050505 url('assets/signal-hero.png') center 60% / cover no-repeat; }
.hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0; background: linear-gradient(to bottom, rgba(5,5,5,0.6) 0%, rgba(5,5,5,0.28) 38%, rgba(5,5,5,0.45) 100%); }
.hero .wrap { position: relative; z-index: 1; width: 100%; }
.hero .eyebrow { margin-bottom: 1.7rem; }
.hero h1 { margin: 0 auto 1.8rem; max-width: 14ch; color: #fff; }
.hero .lead { max-width: 42ch; margin: 0 auto 2.6rem; color: rgba(255,255,255,0.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; justify-content: center; }
.hero-stat { margin: clamp(2.8rem, 5.5vw, 3.8rem) auto 0; display: inline-flex; align-items: center; gap: 1.1rem; padding-top: 1.7rem; border-top: 1px solid rgba(255,255,255,0.18); text-align: left; }
.hero-stat .num { flex: none; font-family: var(--display); font-weight: 900; font-size: clamp(1.9rem, 4.4vw, 2.8rem); line-height: 1; letter-spacing: -0.03em; color: var(--red-2); }
.hero-stat .lbl { max-width: 24ch; font-size: 0.9rem; line-height: 1.45; color: rgba(255,255,255,0.74); }
.hero-meta { margin-top: 2.4rem; font-size: 0.8rem; letter-spacing: 0.04em; color: rgba(255,255,255,0.6); }
.hero .btn-dark { background: #fff; color: #111315; }
.hero .btn-dark:hover { background: var(--red); color: #fff; }
.hero .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.4); }
.hero .btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.hero .browser { border-color: rgba(255,255,255,0.14); box-shadow: 0 50px 120px -40px rgba(229,52,42,0.4), 0 0 0 1px rgba(255,255,255,0.05); }

/* Dark page header (subpages) */
.page-header { background: #0a0b0d; position: relative; overflow: hidden; text-align: center; padding-top: clamp(7rem, 14vw, 11rem); padding-bottom: clamp(4.5rem, 9vw, 7rem); }
.page-header::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 80% 75% at 50% -5%, rgba(229,52,42,0.24), transparent 60%), linear-gradient(to bottom, transparent 62%, var(--bg) 100%); }
.page-header .wrap { position: relative; z-index: 1; }
.page-header .eyebrow { margin-bottom: 1.4rem; }
.page-header h1 { color: #fff; font-size: clamp(2.6rem, 7vw, 5rem); font-weight: 900; letter-spacing: -0.045em; line-height: 0.95; }
.page-header h1 .accent { color: var(--red-2); }
.trw-word { display: inline-block; }
.page-header p { margin: 1.3rem auto 0; max-width: 48ch; color: rgba(255,255,255,0.72); font-size: clamp(1.05rem, 1.6vw, 1.25rem); }

/* Process hero — ONE lightweight radial glow-horizon (brand red, crisp white rim).
   A single gradient on one element — no blur filters, no feTurbulence, no mix-blend → fast. */
.page-header--glow { background: #000; position: relative; overflow: hidden; min-height: clamp(540px, 84vh, 860px); display: flex; align-items: center; }
.page-header--glow::before { background: none; }
.page-header--glow .wrap { position: relative; z-index: 2; width: 100%; }
.gh-horizon { position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background: radial-gradient(ellipse 82% 102% at 50% -16%,
    rgba(0,0,0,0) 0%, rgba(0,0,0,0) 68%,
    rgba(229,52,42,0.10) 78%,
    rgba(229,52,42,0.30) 81%,
    rgba(255,255,255,0.58) 81.8%,
    rgba(229,52,42,0.27) 82.6%,
    rgba(196,38,25,0.07) 86%,
    rgba(0,0,0,0) 90%);
  animation: ghRise 1.7s cubic-bezier(0.16, 1, 0.3, 1) both; will-change: transform, opacity; }
@keyframes ghRise {
  from { transform: translateY(7%) scale(1.05); opacity: 0; }
  to   { transform: translateY(0) scale(1); opacity: 1; }
}

/* Hero product visual + browser mockup */
.stage { perspective: 1400px; margin-top: clamp(3rem, 7vw, 5.5rem); }
.device { max-width: 960px; margin: 0 auto; transform-style: preserve-3d; will-change: transform; }
.browser { border-radius: 12px; overflow: hidden; background: #15171a; border: 1px solid var(--text); box-shadow: 0 50px 100px -45px rgba(17,19,21,0.45); }
.browser-bar { display: flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1rem; background: #0f1113; }
.browser-bar .dots { display: flex; gap: 6px; }
.browser-bar .dots i { width: 11px; height: 11px; border-radius: 50%; background: #34373c; display: block; }
.browser-bar .url { flex: 1; margin-left: 0.5rem; max-width: 280px; background: #24272c; color: #8a8d93; border-radius: 100px; font-size: 0.72rem; padding: 0.34rem 0.9rem; }
.browser-screen { padding: clamp(2.2rem, 5vw, 4rem); background: #15171a; color: #f4f4f2; min-height: clamp(300px, 44vw, 480px); display: flex; flex-direction: column; justify-content: center; gap: 1.1rem; text-align: left; }
.browser-screen .me { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red-2); font-weight: 700; }
.browser-screen .mh { font-family: var(--display); font-size: clamp(2rem, 5vw, 3.6rem); font-weight: 900; letter-spacing: -0.04em; line-height: 0.95; }
.browser-screen .mh em { font-style: normal; color: var(--red-2); }
.browser-screen .mstats { display: flex; gap: 2.4rem; margin-top: 0.6rem; flex-wrap: wrap; }
.browser-screen .mstats span { font-family: var(--display); font-size: 1.8rem; font-weight: 800; display: block; line-height: 1; }
.browser-screen .mstats small { font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: #8a8d93; }
.browser-screen .mbtn { align-self: flex-start; margin-top: 0.5rem; background: var(--red-2); color: #fff; font-size: 0.74rem; font-weight: 600; padding: 0.6rem 1.1rem; border-radius: 6px; }

/* Trust */
.trust { border-block: 1px solid var(--line); background: var(--bg-2); }
.trust .wrap { display: flex; flex-wrap: wrap; gap: clamp(1.5rem, 6vw, 4.5rem); justify-content: center; align-items: center; padding-block: 2rem; }
.trust span { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em; color: var(--muted); display: inline-flex; align-items: center; gap: 0.55rem; }
.trust span::before { content: ''; width: 6px; height: 6px; background: var(--red-2); }

/* Statement + stats */
.statement { text-align: center; }
.statement .h2 { max-width: 18ch; margin: 0 auto; }
.stats { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(1.6rem, 4vw, 3rem); margin-top: clamp(3.5rem, 8vw, 6rem); border-top: 2px solid var(--text); padding-top: clamp(3rem, 6vw, 4.5rem); }
.stat { text-align: center; }
.stat .num { font-family: var(--display); font-size: clamp(2.6rem, 5.5vw, 4.4rem); font-weight: 900; letter-spacing: -0.05em; line-height: 0.9; }
.stat .num em { font-style: normal; color: var(--red-2); }
.stat .lbl { margin-top: 0.9rem; font-size: 0.92rem; color: var(--muted); line-height: 1.5; max-width: 24ch; margin-inline: auto; }
/* ── Statement section: black backdrop, text recolored to pop (em numbers stay red) ── */
.statement { background: #000; }
.statement .h2 { color: #fff; }
.statement .stats { border-top-color: rgba(255,255,255,0.16); }
.statement .stat .num { color: #fff; }
.statement .stat .lbl { color: rgba(255,255,255,0.64); }

/* Explore cards (home) */
.explore-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; max-width: 900px; margin: 0 auto; }
.explore-card { display: flex; flex-direction: column; gap: 0.6rem; padding: 2.1rem; border: 1.5px solid var(--line); border-radius: var(--r); background: var(--bg); transition: transform 0.3s var(--ease), border-color 0.3s, box-shadow 0.3s; }
.explore-card:hover { transform: translateY(-5px); border-color: var(--red-2); box-shadow: 0 40px 70px -50px rgba(17,19,21,0.4); }
.explore-card .k { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red-2); }
.explore-card h3 { font-size: 1.7rem; font-weight: 800; }
.explore-card p { font-family: var(--sans); font-size: 0.95rem; color: var(--muted); line-height: 1.55; }
.explore-card .go { margin-top: 0.4rem; font-weight: 700; color: var(--red-2); display: inline-flex; align-items: center; gap: 0.4rem; }
.explore-card:hover .go .arrow { transform: translateX(4px); }
.explore-card .go .arrow { transition: transform 0.25s var(--ease); }

/* Process */
.proc-head { text-align: center; max-width: 30ch; margin: 0 auto clamp(3.5rem, 7vw, 5.5rem); }
.proc-head .eyebrow { margin-bottom: 1.3rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 4vw, 3rem); position: relative; }
.step-line { position: absolute; top: 26px; left: 12%; right: 12%; height: 2px; background: var(--red-2); transform: scaleX(0); transform-origin: left center; transition: transform 1.1s var(--ease); }
.step-line.draw { transform: scaleX(1); }
.step { text-align: center; }
.step .dot { width: 54px; height: 54px; border-radius: 8px; margin: 0 auto 1.3rem; display: flex; align-items: center; justify-content: center; background: var(--bg); border: 2px solid var(--text); position: relative; z-index: 1; }
.step .dot svg { width: 26px; height: 26px; stroke: var(--red-2); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.step h3 { font-size: 1.45rem; font-weight: 800; margin-bottom: 0.6rem; }
.step p { font-family: var(--sans); font-size: 0.96rem; color: var(--muted); max-width: 28ch; margin-inline: auto; }

/* Showcase (scroll tilt) */
.showcase { background: var(--bg-2); }
.show-head { text-align: center; max-width: 26ch; margin: 0 auto clamp(2.5rem, 5vw, 4rem); will-change: transform; }
.show-head .eyebrow { margin-bottom: 1.2rem; }
.show-stage { perspective: 1400px; }
.show-card { max-width: 920px; margin: 0 auto; transform-style: preserve-3d; transform: rotateX(18deg) scale(1.03); will-change: transform; }
.show-foot { text-align: center; max-width: 46ch; margin: clamp(2.5rem, 5vw, 4rem) auto 0; }
.show-foot blockquote { font-family: var(--display); font-weight: 700; font-size: clamp(1.4rem, 3vw, 2.1rem); color: var(--text); line-height: 1.25; letter-spacing: -0.02em; }
.show-foot cite { display: block; margin-top: 1.1rem; font-style: normal; font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--faint); }
.show-foot cite b { color: var(--red-2); font-weight: 700; }
/* work page: flat (non-tilt) project mockups, two side by side */
.show-flat { max-width: 920px; margin: 0 auto; }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(2rem, 5vw, 4.5rem); max-width: 1100px; margin: 0 auto; align-items: start; }
.work-grid .show-head { margin-bottom: clamp(1.4rem, 3vw, 2rem); max-width: none; }
.work-grid .show-head h2 { font-size: clamp(1.5rem, 3.4vw, 2.4rem); }
.work-grid .show-foot { max-width: none; margin-top: clamp(1.6rem, 3vw, 2.4rem); }
.work-grid .show-foot blockquote { font-size: clamp(1.15rem, 2.2vw, 1.5rem); }
@media (max-width: 820px) { .work-grid { grid-template-columns: 1fr; max-width: 460px; } }

/* ── Home Explore: solid black backdrop + subtle red edge glows, bottom edge faded into the white contact section ── */
.explore-showcase { background-color: #000; background-image:
  linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 92%, var(--bg) 100%),
  radial-gradient(46% 55% at -2% 8%, rgba(170,22,28,0.55) 0%, rgba(120,15,18,0.22) 38%, transparent 64%),
  radial-gradient(80% 16% at 50% 86%, rgba(192,32,34,0.38) 0%, transparent 74%); }
.explore-showcase .eyebrow { color: #fff; }
.explore-showcase .eyebrow::before { background: #fff; }
.explore-showcase .proc-head { max-width: none; }
.explore-h2 { white-space: nowrap; font-size: clamp(0.95rem, 3.4vw, 2.6rem); line-height: 1.05; }
.dia-sweep { color: #f6f3ec; display: inline-block; }
.show-link { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 1.4rem; font-size: 0.88rem; font-weight: 600; color: var(--red-2); }
.show-link:hover { text-decoration: underline; }

/* Pricing */
.price-head { text-align: center; max-width: 30ch; margin: 0 auto clamp(2.5rem, 5vw, 3.5rem); }
.price-head .eyebrow { margin-bottom: 1.3rem; }
.price-head .lead { margin: 1rem auto 0; max-width: 44ch; }
.tier-label { text-align: center; margin-bottom: 1.7rem; }
.tier-label .k { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--red-2); }
.tier-label .s { font-size: 0.92rem; color: var(--muted); margin-top: 0.35rem; }
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; max-width: 800px; margin: 0 auto; }
.price-grid.three { grid-template-columns: repeat(3, 1fr); max-width: 1000px; }
.pcard { background: var(--bg); border: 1.5px solid var(--line); border-radius: var(--r); padding: 2.2rem 1.9rem; display: flex; flex-direction: column; gap: 1.25rem; transition: transform 0.3s var(--ease), border-color 0.3s, box-shadow 0.3s; position: relative; }
.pcard:hover { transform: translateY(-5px); border-color: var(--text); box-shadow: 0 40px 70px -50px rgba(17,19,21,0.4); }
.pcard.feat { border-color: var(--red-2); }
.pcard .badge { position: absolute; top: -12px; left: 1.9rem; background: var(--red-2); color: #fff; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.34rem 0.85rem; border-radius: 4px; }
.pcard .tier { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red-2); }
.pcard .price { font-family: var(--display); font-size: 3.1rem; font-weight: 900; letter-spacing: -0.05em; line-height: 1; display: flex; align-items: baseline; gap: 0.1rem; }
.pcard .price .cur { font-size: 1.6rem; font-weight: 700; }
.pcard .price .per { font-family: var(--sans); font-size: 0.85rem; font-weight: 500; color: var(--faint); margin-left: 0.4rem; }
.price-was { display: flex; align-items: baseline; gap: 0.55rem; margin-bottom: 0.25rem; font-size: 0.85rem; font-weight: 500; }
.price-was s { color: var(--faint); text-decoration-thickness: 1.5px; }
.price-was .save { font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; font-size: 0.68rem; color: #fff; background: var(--red-2); padding: 0.15rem 0.5rem; border-radius: 4px; }
.perday { display: inline-block; font-size: 0.76rem; color: var(--muted); background: var(--bg-2); border: 1px solid var(--line); border-radius: 100px; padding: 0.28rem 0.75rem; }
.perday b { color: var(--red-2); font-weight: 700; }
.pdesc { font-size: 0.9rem; color: var(--muted); line-height: 1.55; }
.feat-list { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; flex: 1; }
.feat-list li { font-size: 0.9rem; color: var(--text); display: flex; align-items: flex-start; gap: 0.6rem; line-height: 1.45; }
.feat-list li svg { width: 16px; height: 16px; stroke: var(--red-2); fill: none; stroke-width: 2.4; flex-shrink: 0; margin-top: 2px; }
.feat-list li.has-def { flex-direction: column; align-items: stretch; gap: 0.2rem; }
.feat-list li.has-def .feat-main { display: flex; align-items: flex-start; gap: 0.6rem; }
.feat-list li.has-def .feat-def { padding-left: 1.6rem; font-size: 0.77rem; color: var(--muted); line-height: 1.45; }
.price-exclude { font-size: 0.76rem; line-height: 1.5; color: var(--muted); padding-top: 0.9rem; border-top: 1px dashed var(--line); display: flex; align-items: flex-start; gap: 0.5rem; }
.price-exclude::before { content: '*'; color: var(--red-2); font-weight: 700; line-height: 1; }
.pcard .btn { justify-content: center; }
.checkout-form { display: flex; }
.checkout-form .btn { width: 100%; justify-content: center; }
.price-note { text-align: center; font-size: 0.92rem; color: var(--muted); margin-top: 2.4rem; }
.price-note a { color: var(--red-2); font-weight: 600; }
.price-note a:hover { text-decoration: underline; }

/* Pricing — jump nav + two-step layout */
.jump-nav { display: flex; justify-content: center; gap: 0.5rem; flex-wrap: wrap; margin: 0 auto clamp(2.6rem, 6vw, 4rem); }
.jump-nav a { font-size: 0.86rem; font-weight: 600; color: var(--text); padding: 0.5rem 1.15rem; border: 1.5px solid var(--line); border-radius: 999px; transition: border-color 0.2s, background 0.2s, color 0.2s; }
.jump-nav a:hover { border-color: var(--text); background: var(--text); color: #fff; }
.step-head { display: flex; align-items: center; gap: 1rem; max-width: 760px; margin: 0 auto 1.9rem; text-align: left; }
.step-no { flex: none; width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border-radius: 999px; background: var(--red-2); color: #fff; font-family: var(--display); font-weight: 800; font-size: 1.2rem; line-height: 1; }
.step-k { font-family: var(--display); font-weight: 800; font-size: clamp(1.3rem, 2.6vw, 1.85rem); letter-spacing: -0.02em; line-height: 1.05; }
.step-s { font-size: 0.95rem; color: var(--muted); margin-top: 0.35rem; line-height: 1.5; max-width: 56ch; }
.step-opt { font-family: var(--sans); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line); border-radius: 4px; padding: 0.14rem 0.46rem; vertical-align: middle; margin-left: 0.55rem; }
.build-note { text-align: center; font-size: 0.9rem; color: var(--muted); margin-top: 1.7rem; }
.care-band { background: #f6f6f4; border: 1px solid rgba(17,19,21,0.06); border-radius: 24px; padding: clamp(2rem, 4.5vw, 3.4rem); margin-top: clamp(3rem, 6vw, 4.5rem); }
.care-band .price-grid { margin-top: 0; }
#build, #care, #faq { scroll-margin-top: 96px; }
.secure-line { display: flex; align-items: center; justify-content: center; gap: 0.45rem; margin-top: 1.4rem; font-size: 0.8rem; color: var(--muted); }
.secure-line svg { width: 14px; height: 14px; stroke: var(--red-2); fill: none; stroke-width: 2; }
.pay { text-align: center; margin-top: 2.6rem; }
.us-flag { display: block; margin: 0 auto 0.85rem; border-radius: 2px; box-shadow: 0 1px 4px rgba(17,19,21,0.18); }
.pay .k { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
.pay-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; max-width: 740px; margin: 0 auto; }
.pay-pill { display: inline-flex; align-items: center; gap: 0.4rem; height: 38px; padding: 0 0.85rem; font-size: 0.8rem; font-weight: 700; color: var(--text); background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 1px 2px rgba(17,19,21,0.05); transition: transform 0.15s var(--ease), box-shadow 0.2s var(--ease); }
.pay-pill:hover { transform: translateY(-2px); box-shadow: 0 6px 14px -6px rgba(17,19,21,0.3); }
.pay-pill svg { display: block; }
.brand-visa { font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-weight: 700; font-size: 1.05rem; letter-spacing: -0.02em; color: #1434CB; }
.brand-mc-text { font-weight: 600; font-size: 0.74rem; color: #4d4d4d; letter-spacing: -0.01em; }
.brand-amex { font-weight: 800; font-size: 0.82rem; letter-spacing: 0.02em; color: #fff; background: #006FCF; padding: 0.22rem 0.4rem; border-radius: 3px; }
.brand-discover { font-weight: 800; font-size: 0.82rem; color: #181818; letter-spacing: -0.01em; }
.brand-discover-o { display: inline-block; width: 0.46em; height: 0.46em; background: #FF6000; border-radius: 50%; margin: 0 0.5px; vertical-align: 0.04em; }
.brand-bank { stroke: #2a7d52; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.brand-link { font-weight: 800; font-size: 0.92rem; letter-spacing: -0.01em; color: #00a878; }
/* ── Pricing page header: studio (black + red-glow) backdrop (keeps the shared ::before bottom fade into the cards) ── */
.pricing-page .page-header { background-color: #0b0b0c; background-image:
  radial-gradient(46% 70% at -3% 4%, rgba(176,22,28,0.62) 0%, rgba(120,15,18,0.26) 38%, transparent 64%),
  radial-gradient(85% 24% at 50% 92%, rgba(196,34,36,0.40) 0%, transparent 74%),
  radial-gradient(80% 78% at 50% 16%, rgba(132,132,138,0.40) 0%, rgba(58,58,64,0.16) 46%, transparent 72%); }
.brand-paypal { font-family: Arial, Helvetica, sans-serif; font-weight: 800; font-style: italic; font-size: 0.92rem; letter-spacing: -0.02em; }
.brand-paypal .pp-1 { color: #003087; }
.brand-paypal .pp-2 { color: #009CDE; }
.brand-venmo { font-family: Arial, Helvetica, sans-serif; font-weight: 700; font-size: 0.95rem; color: #008CFF; letter-spacing: -0.01em; }
.brand-apple path { fill: #000; }
.brand-applepay { font-weight: 600; font-size: 0.86rem; color: #000; letter-spacing: -0.01em; }
.brand-gpay { font-family: Arial, Helvetica, sans-serif; font-weight: 600; font-size: 0.92rem; letter-spacing: -0.02em; }
.brand-gpay .g-b { color: #4285F4; } .brand-gpay .g-r { color: #EA4335; } .brand-gpay .g-y { color: #FBBC05; } .brand-gpay .g-g { color: #34A853; }
.brand-gpay-pay { font-weight: 600; font-size: 0.86rem; color: #5F6368; margin-left: -0.15rem; }

/* Care / handover */
.care-head { text-align: center; max-width: 34ch; margin: 0 auto clamp(2.5rem, 5vw, 4rem); }
.care-head .eyebrow { margin-bottom: 1.3rem; }
.care-head .lead { margin: 1rem auto 0; max-width: 46ch; }
.care-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.care-card { background: var(--bg); border: 1.5px solid var(--line); border-radius: var(--r); padding: 2rem 1.6rem; display: flex; flex-direction: column; gap: 0.7rem; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s; }
.care-card:hover { transform: translateY(-4px); box-shadow: 0 30px 50px -38px rgba(17,19,21,0.4); border-color: var(--text); }
.care-icon { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 8px; margin-bottom: 0.5rem; background: var(--bg); border: 2px solid var(--text); }
.care-icon svg { width: 26px; height: 26px; fill: none; stroke: var(--red-2); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.care-card h3 { font-size: 1.25rem; font-weight: 800; }
.care-card p { font-family: var(--sans); font-size: 0.9rem; color: var(--muted); line-height: 1.6; }

/* FAQ */
.faq-wrap { max-width: 760px; margin: 0 auto; }
.faq-head { text-align: center; margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; background: none; border: 0; cursor: pointer; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.5rem 0; font-family: var(--display); font-size: clamp(1.1rem, 2vw, 1.35rem); font-weight: 700; color: var(--text); transition: color 0.2s; }
.faq-q:hover { color: var(--red-2); }
.faq-q .ico { flex-shrink: 0; width: 24px; height: 24px; position: relative; }
.faq-q .ico::before, .faq-q .ico::after { content: ''; position: absolute; background: var(--red-2); transition: transform 0.3s var(--ease), opacity 0.2s; }
.faq-q .ico::before { top: 11px; left: 3px; right: 3px; height: 2px; }
.faq-q .ico::after { left: 11px; top: 3px; bottom: 3px; width: 2px; }
.faq-item.open .ico::after { transform: rotate(90deg); opacity: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease); }
.faq-a p { padding-bottom: 1.5rem; color: var(--muted); line-height: 1.7; }
.faq-item.open .faq-a { max-height: 360px; }

/* Contact */
.contact { text-align: center; }
.contact .h2 { max-width: 16ch; margin: 0 auto 1.4rem; }
.contact .lead { max-width: 40ch; margin: 0 auto 2rem; }
.contact-list { display: inline-flex; flex-wrap: wrap; gap: 0.6rem 1.6rem; justify-content: center; margin-bottom: 2.4rem; font-size: 0.95rem; }
.contact-list a, .contact-list span { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--text); }
.contact-list a { font-weight: 600; }
.contact-list a:hover { color: var(--red-2); }
.contact-list .ic { color: var(--red-2); font-weight: 700; }
.contact-list .plain { color: var(--muted); }
.contact-form { max-width: 520px; margin: 0 auto; display: flex; flex-direction: column; gap: 1.1rem; text-align: left; }
.contact-form input, .contact-form textarea { width: 100%; padding: 1rem 1.2rem; border: 1.5px solid var(--line-2); border-radius: var(--r); background: var(--bg); color: var(--text); font-family: var(--sans); font-size: 1rem; transition: border-color 0.2s; resize: none; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--faint); }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--red-2); }
.contact-form textarea { min-height: 120px; }
.contact-form .btn { justify-content: center; margin-top: 0.4rem; }
.form-fine { font-size: 0.8rem; color: var(--faint); text-align: center; }

/* ── Contact page: cohesive black + white-swirl theme (no dark→white seam) ── */
body.contact-page .page-header::before { background: radial-gradient(ellipse 80% 75% at 50% -5%, rgba(229,52,42,0.24), transparent 60%); }
body.contact-page .contact { position: relative; overflow: hidden; background: #0a0b0d; color: #fff; padding-top: clamp(3.5rem, 7vw, 5.5rem); padding-bottom: clamp(4rem, 8vw, 6.5rem); }
body.contact-page .contact > .wrap { position: relative; z-index: 1; }
body.contact-page .contact::before {
  content: ''; position: absolute; inset: -30%; z-index: 0; pointer-events: none;
  background:
    conic-gradient(from 200deg at 38% 30%, transparent 0deg, rgba(255,255,255,0.14) 48deg, transparent 130deg, rgba(255,255,255,0.07) 220deg, transparent 320deg),
    radial-gradient(40% 36% at 74% 78%, rgba(229,52,42,0.14), transparent 60%);
  filter: blur(64px);
}
body.contact-page .contact-list a, body.contact-page .contact-list span { color: rgba(255,255,255,0.92); }
body.contact-page .contact-list a:hover { color: var(--red-2); }
body.contact-page .contact-list .plain { color: rgba(255,255,255,0.55); }
body.contact-page .contact-form input, body.contact-page .contact-form textarea { background: rgba(255,255,255,0.045); border-color: rgba(255,255,255,0.16); color: #fff; }
body.contact-page .contact-form input::placeholder, body.contact-page .contact-form textarea::placeholder { color: rgba(255,255,255,0.42); }
body.contact-page .contact-form input:focus, body.contact-page .contact-form textarea:focus { border-color: var(--red-2); background: rgba(255,255,255,0.06); }
body.contact-page .form-fine { color: rgba(255,255,255,0.46); }
/* post-submit thank-you (inline-styled in script.js for the light theme) */
body.contact-page #contactForm h3 { color: #fff !important; }
body.contact-page #contactForm p { color: rgba(255,255,255,0.72) !important; }
body.contact-page #contactForm strong { color: #fff !important; }
/* dark footer so the page reads as one piece */
body.contact-page footer { background: #0a0b0d; border-top-color: rgba(255,255,255,0.12); }
body.contact-page footer .brand .mark, body.contact-page footer .brand .name { color: #fff; }
body.contact-page footer .brand .mark span { color: var(--red-2); }
body.contact-page .footer-links a { color: rgba(255,255,255,0.7); }
body.contact-page .footer-links a:hover { color: var(--red-2); }
body.contact-page .footer-copy { color: rgba(255,255,255,0.5); }

/* Shine border (vanilla port of ShineBorder) — animated red border on the home contact card */
.shine-border { position: relative; max-width: 560px; margin: 0 auto; border-radius: 16px; background: var(--bg); padding: clamp(1.6rem, 4vw, 2.6rem); box-shadow: 0 28px 60px -42px rgba(17,19,21,0.28); --shine-w: 2px; --shine-dur: 14s; }
.shine-border > * { position: relative; z-index: 1; }
.shine-border .contact-form { max-width: none; margin: 0; }
.shine-border::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: var(--shine-w);
  background-image: radial-gradient(transparent, transparent, var(--red), transparent, transparent);
  background-size: 300% 300%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none; will-change: background-position;
  animation: shine var(--shine-dur) linear infinite;
}
@keyframes shine { 0% { background-position: 0% 0%; } 50% { background-position: 100% 100%; } 100% { background-position: 0% 0%; } }

/* CTA strip (end of subpages) */
.cta-strip { text-align: center; background: var(--bg-2); }
.cta-strip .h2 { max-width: 18ch; margin: 0 auto 1.8rem; }

/* Footer */
footer { border-top: 2px solid var(--text); padding-block: 3rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.footer-links { display: flex; gap: 1.6rem; list-style: none; flex-wrap: wrap; }
.footer-links a { font-size: 0.85rem; color: var(--muted); font-weight: 600; }
.footer-links a:hover { color: var(--red-2); }
.footer-copy { font-size: 0.8rem; color: var(--faint); }

/* Motion */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: 0.1s; } .d2 { transition-delay: 0.2s; } .d3 { transition-delay: 0.3s; } .d4 { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .show-card { transform: none; }
  .step-line { transform: scaleX(1); }
}

@media (max-width: 980px) {
  .stats { grid-template-columns: repeat(2, 1fr); gap: 2.4rem; }
  .price-grid.three { grid-template-columns: 1fr; max-width: 440px; }
  .care-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
  .steps { grid-template-columns: 1fr; gap: 2.5rem; }
  .step-line { display: none; }
  .price-grid { grid-template-columns: 1fr; max-width: 440px; }
  .explore-grid { grid-template-columns: 1fr; max-width: 440px; }
}
@media (max-width: 680px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }
}
@media (max-width: 560px) {
  .stats { grid-template-columns: 1fr; }
  .care-grid { grid-template-columns: 1fr; }
}
