/* ============================================================
   ELECTRIC NIGHT — a committed dark design.
   Every colour is painted explicitly; there is no light variant.
   ============================================================ */
:root {
  --void:      #FCFCFE;   /* page ground — near-white, barely cool */
  --void-2:    #F2F3FA;
  --glass:     rgba(255,255,255,.62);
  --glass-2:   rgba(255,255,255,.82);
  --edge:      rgba(16,20,50,.10);
  --edge-hot:  rgba(16,20,50,.24);

  --white:     #0A0C16;   /* "brightest" ink — inverted for light ground */
  --text:      #151824;
  --text-2:    #3D4257;
  --text-3:    #5F6580;

  --mint:      #0B7D6E;   /* UI accent — darkened for contrast on light */
  --indigo:    #9F1239;
  --violet:    #DB2777;
  --pink:      #F43F5E;

  --series-us:   #0B7D6E;  /* re-validated against the light ground */
  --series-them: #52525B;

  --grad: linear-gradient(100deg, #9F1239 0%, #DB2777 46%, #F43F5E 100%);
  --grad-mint: linear-gradient(100deg, #0B9E8A 0%, #9F1239 100%);

  --display: "Plus Jakarta Sans", "Trebuchet MS", sans-serif;
  --display-track: -0.04em;
  --body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  --gutter: clamp(1.25rem, 4vw, 3rem);
  --wide: 1200px;
}

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

body {
  margin: 0;
  background: var(--void);
  color: var(--text);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ---- Aurora field: the page's light source --------------- */
.aurora { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.blob { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .55; will-change: transform; }
.blob-1 { width: 46vw; height: 46vw; left: -8vw;  top: -10vw;  background: #4D5BFF; animation: float1 24s ease-in-out infinite; }
.blob-2 { width: 40vw; height: 40vw; right: -6vw; top: 8vw;    background: #B342FF; opacity: .42; animation: float2 30s ease-in-out infinite; }
.blob-3 { width: 34vw; height: 34vw; left: 32vw;  top: 46vw;   background: #FF3D8B; opacity: .28; animation: float3 27s ease-in-out infinite; }
.blob-4 { width: 30vw; height: 30vw; right: 6vw;  top: 92vw;   background: #00E5C4; opacity: .18; animation: float2 33s ease-in-out infinite reverse; }
@keyframes float1 { 0%,100%{transform:translate3d(0,0,0) scale(1)} 50%{transform:translate3d(6vw,5vw,0) scale(1.18)} }
@keyframes float2 { 0%,100%{transform:translate3d(0,0,0) scale(1)} 50%{transform:translate3d(-7vw,7vw,0) scale(1.12)} }
@keyframes float3 { 0%,100%{transform:translate3d(0,0,0) scale(1)} 50%{transform:translate3d(5vw,-6vw,0) scale(1.25)} }

/* Grain + vignette, so the glow never looks like flat CSS. */
.grain {
  position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
}
.vignette {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(ellipse 100% 80% at 50% 0%, transparent 40%, rgba(7,8,13,.72) 100%);
}
main, .site-header, .site-footer { position: relative; z-index: 2; }

/* ---- Type ------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: var(--display-track);
  text-wrap: balance;
  margin: 0;
}
p { margin: 0; max-width: 62ch; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--mint); outline-offset: 4px; border-radius: 3px; }

.wrap { width: 100%; max-width: var(--wide); margin-inline: auto; padding-inline: var(--gutter); }
.label {
  font-family: var(--mono); font-size: .72rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase; color: var(--text-3);
}
.num { font-variant-numeric: tabular-nums; }
.grad-text {
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  color: transparent;
}

.skip { position: absolute; left: -9999px; top: .75rem; background: var(--mint); color: #04110E; padding: .6rem 1rem; font-weight: 700; border-radius: 4px; }
.skip:focus { left: .75rem; z-index: 99; }

/* ---- Header ----------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(7,8,13,.62);
  backdrop-filter: blur(18px) saturate(1.6);
  border-bottom: 1px solid var(--edge);
}
.progress { position: absolute; left: 0; bottom: -1px; height: 2px; width: 0%; background: var(--grad); box-shadow: 0 0 12px rgba(219,39,119,.8); }
.bar { display: flex; align-items: center; gap: 1.6rem; min-height: 70px; }
.mark {
  display: inline-flex; align-items: center; gap: .65rem; text-decoration: none;
  margin-right: auto; font-family: var(--display); font-weight: 800; font-size: 1.05rem;
  letter-spacing: -.02em;
}
.mark-badge {
  width: 30px; height: 30px; flex: none; display: grid; place-items: center;
  border-radius: 9px; background: var(--grad); color: #fff;
  font-size: .9rem;
}
.bar nav { display: flex; gap: 1.7rem; }
.bar nav a { text-decoration: none; color: var(--text-2); font-size: .92rem; font-weight: 500; position: relative; padding: .2rem 0; }
.bar nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 1.5px; background: var(--mint); transition: right .3s cubic-bezier(.2,.8,.2,1); }
.bar nav a:hover { color: var(--white); }
.bar nav a:hover::after { right: 0; }



/* ---- Buttons ---------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .95rem 1.7rem; border-radius: 100px; border: 1px solid transparent;
  font-family: var(--body); font-size: 1rem; font-weight: 700; text-decoration: none;
  cursor: pointer; position: relative; overflow: hidden;
  transition: transform .2s cubic-bezier(.2,.8,.2,1), box-shadow .25s;
}
.btn-glow {
  background: var(--grad); color: #fff;
  box-shadow: 0 0 0 rgba(219,39,119,0), 0 10px 34px -8px rgba(219,39,119,.75);
}
.btn-glow:hover { transform: translateY(-3px); box-shadow: 0 0 30px rgba(219,39,119,.5), 0 18px 46px -10px rgba(255,61,139,.7); }
.btn-ghost { border-color: var(--edge-hot); color: var(--text); background: var(--glass); backdrop-filter: blur(8px); }
.btn-ghost:hover { transform: translateY(-3px); border-color: var(--mint); color: var(--white); }

/* ============================================================
   HERO — the price is the loudest thing on the page
   ============================================================ */
.hero { padding-block: clamp(3.5rem, 9vw, 7rem) clamp(3rem, 6vw, 5rem); text-align: center; position: relative; }
.hero-spot {
  position: absolute; inset: 0; pointer-events: none; z-index: -1;
  background: radial-gradient(520px circle at var(--mx, 50%) var(--my, 30%), rgba(0,229,196,.10), transparent 65%);
  transition: background .2s;
}
.chip {
  display: inline-flex; align-items: center; justify-content: center;
  flex-wrap: wrap; max-width: 100%; gap: .6rem; margin-bottom: 2rem;
  padding: .45rem .5rem .45rem 1rem; border-radius: 100px;
  border: 1px solid var(--edge); background: var(--glass); backdrop-filter: blur(10px);
  font-family: var(--mono); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-2);
}
.chip > span:not(.dot) { white-space: nowrap; }
.chip b { background: var(--grad); color: #fff; padding: .25rem .7rem; border-radius: 100px; font-weight: 600; letter-spacing: .08em; white-space: nowrap; }
@media (max-width: 460px) { .chip { font-size: .66rem; padding-left: .75rem; } }
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 10px var(--mint); animation: pulse 2.2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.45;transform:scale(.75)} }

h1 { font-size: clamp(2.7rem, 7.4vw, 5.4rem); margin: 0 auto 1.5rem; max-width: 16ch; }
h1 .line2 { display: block; }
.hero-lede { font-size: clamp(1.05rem, 2vw, 1.22rem); color: var(--text-2); margin: 0 auto 3rem; max-width: 54ch; }

/* THE PRICE */
.price-block { margin-bottom: 2.6rem; position: relative; }
.price-huge {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(6.5rem, 24vw, 17rem);
  line-height: .8; letter-spacing: -.055em;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 0 70px rgba(219,39,119,.55));
  display: block;
}
.price-under {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: .6rem 1.4rem; margin-top: 1.4rem;
}
.price-once {
  font-family: var(--display); font-weight: 700; font-size: clamp(1.4rem, 3.4vw, 2.2rem);
  letter-spacing: -.02em; color: var(--white);
}
.price-then { font-family: var(--mono); font-size: .9rem; letter-spacing: .1em; text-transform: uppercase; color: var(--mint); }
.price-eyebrow {
  font-family: var(--mono); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--text-3); margin: 0 auto 1.1rem;
}
.price-eyebrow s { color: var(--text-2); text-decoration-thickness: 1.5px; }
.price-under::before {
  content: ""; width: 34px; height: 1px; background: var(--edge-hot);
}

.hero-cta { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; margin-bottom: 3rem; }

.hero-facts {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 1px;
  border: 1px solid var(--edge); border-radius: 16px; overflow: hidden;
  max-width: 720px; margin-inline: auto; background: var(--edge);
}
.hero-facts > div { flex: 1 1 180px; background: rgba(11,13,22,.72); backdrop-filter: blur(10px); padding: 1.3rem 1rem; }
.hero-facts dt { font-family: var(--mono); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--text-3); margin-bottom: .4rem; }
.hero-facts dd { margin: 0; font-family: var(--display); font-weight: 800; font-size: 1.5rem; letter-spacing: -.025em; color: var(--white); }

/* ---- Marquee ---------------------------------------------- */
.trades { border-block: 1px solid var(--edge); background: rgba(11,13,22,.55); backdrop-filter: blur(8px); padding-block: 1.15rem; overflow: hidden; display: flex; align-items: center; gap: 1.6rem; }
.trades-tag { flex: none; padding-left: var(--gutter); }
.marquee { flex: 1; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.marquee ul {
  display: flex; gap: 2.2rem; list-style: none; margin: 0; padding: 0; width: max-content;
  animation: slide 36s linear infinite;
  font-family: var(--display); font-weight: 700; font-size: 1.05rem; color: var(--text-2);
}
.marquee li { display: flex; align-items: center; gap: 2.2rem; white-space: nowrap; }
.marquee li::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 8px var(--mint); flex: none; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---- Sections --------------------------------------------- */
.section { padding-block: clamp(4.5rem, 10vw, 8rem); }
.section-head { max-width: 60ch; margin-bottom: clamp(2.4rem, 4.5vw, 3.6rem); }
.section-head.mid { margin-inline: auto; text-align: center; }
.section-head .label { display: block; margin-bottom: 1.1rem; }
.section-head h2,
.section-head h1 { font-size: clamp(2.1rem, 5vw, 3.5rem); margin-bottom: 1.1rem; }
.section-head p { color: var(--text-2); font-size: 1.08rem; }
.section-head.mid p { margin-inline: auto; }

/* Glass panel — the page's one container idiom */
.glass {
  position: relative;
  background: var(--glass);
  backdrop-filter: blur(16px);
  border: 1px solid var(--edge);
  border-radius: 20px;
  overflow: hidden;
}
.glass::before {
  content: ""; position: absolute; top: 0; left: 8%; right: 8%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);
}

/* ---- Phone section ---------------------------------------- */
.device { display: grid; gap: clamp(2.5rem, 5vw, 4.5rem); grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); align-items: center; }
@media (max-width: 900px) { .device { grid-template-columns: 1fr; } }
.device-points { display: grid; gap: 1rem; }
.point { padding: 1.35rem 1.5rem; }
.point h3 { font-size: 1.15rem; margin-bottom: .4rem; color: var(--white); }
.point p { font-size: .95rem; color: var(--text-2); }
.point-i {
  width: 34px; height: 34px; border-radius: 10px; margin-bottom: .9rem;
  display: grid; place-items: center; background: var(--grad); color: #fff;
  font-family: var(--mono); font-size: .8rem; font-weight: 500;
  box-shadow: 0 0 20px rgba(219,39,119,.45);
}

.phone-stage { display: grid; place-items: center; position: relative; }
.phone-stage::before {
  content: ""; position: absolute; width: 108%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(159,18,57,.32), transparent 62%); filter: blur(30px);
}
.phone {
  position: relative; width: min(310px, 80vw); aspect-ratio: 9/19;
  background: #04050A; border: 10px solid #04050A; border-radius: 44px;
  box-shadow: 0 0 0 1.5px rgba(255,255,255,.16), 0 40px 90px -30px rgba(0,0,0,.95), 0 0 70px -10px rgba(159,18,57,.45);
  overflow: hidden;
}
.phone::after { content: ""; position: absolute; z-index: 3; top: 0; left: 50%; transform: translateX(-50%); width: 40%; height: 22px; background: #04050A; border-radius: 0 0 14px 14px; }
.screen { position: absolute; inset: 0; overflow: hidden; background: #fff; border-radius: 34px; }
.reel { animation: reel 22s cubic-bezier(.7,0,.3,1) infinite; }
@keyframes reel {
  0%,14%{transform:translateY(0)} 25%,39%{transform:translateY(-27%)}
  50%,64%{transform:translateY(-54%)} 75%,89%{transform:translateY(-30%)} 100%{transform:translateY(0)}
}
.demo { font-family: var(--body); color: #10151C; background: #fff; }
.demo-bar { display: flex; align-items: center; gap: 6px; padding: 28px 14px 10px; font-size: 10px; font-weight: 800; border-bottom: 1px solid #E8EBEF; }
.demo-bar span:first-child { width: 15px; height: 15px; background: #1C3F94; border-radius: 4px; }
.demo-bar b { margin-left: auto; font-size: 8px; font-weight: 600; color: #6B7787; }
.demo-hero { padding: 16px 14px 18px; background: linear-gradient(165deg,#1C3F94,#12285C); color: #fff; }
.demo-hero small { font-size: 7.5px; letter-spacing: .12em; text-transform: uppercase; opacity: .75; font-family: var(--mono); }
.demo-hero h5 { margin: 5px 0 7px; font-family: var(--display); font-size: 18px; font-weight: 800; line-height: 1.06; }
.demo-hero p { font-size: 9px; line-height: 1.5; opacity: .88; margin: 0 0 10px; }
.demo-btn { display: inline-block; background: #FFC400; color: #10151C; font-size: 9px; font-weight: 800; padding: 6px 11px; border-radius: 4px; }
.demo-sec { padding: 14px; }
.demo-sec h6 { font-family: var(--display); font-size: 12px; font-weight: 800; margin: 0 0 8px; }
.demo-row { display: flex; gap: 7px; align-items: center; padding: 7px 0; border-bottom: 1px solid #EEF0F3; font-size: 9px; }
.demo-tick { width: 13px; height: 13px; flex: none; border-radius: 50%; background: #E7F0E7; color: #2C6E36; display: grid; place-items: center; font-size: 8px; font-weight: 700; }
.demo-card { background: #F3F5F8; border-radius: 6px; padding: 10px; font-size: 9px; line-height: 1.5; }
.demo-map { height: 74px; border-radius: 6px; background: repeating-linear-gradient(0deg,#DFE5EC 0 1px,transparent 1px 17px), repeating-linear-gradient(90deg,#DFE5EC 0 1px,transparent 1px 17px), #EDF1F5; position: relative; }
.demo-pin { position: absolute; left: 46%; top: 38%; width: 12px; height: 12px; background: #D93025; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.demo-foot { background: #10151C; color: #A7B2C0; font-size: 8px; padding: 12px 14px; }
.phone-note { margin-top: 1.2rem; text-align: center; font-family: var(--mono); font-size: .72rem; color: var(--text-3); }

/* ---- Portfolio: each card is a browser window ---------------- */
.work-grid { display: grid; gap: 1.4rem; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.work {
  display: block; text-decoration: none; padding: 0; overflow: hidden;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), border-color .35s, box-shadow .35s;
}
.work:hover { transform: translateY(-7px); border-color: var(--edge-hot); box-shadow: 0 30px 60px -28px rgba(0,0,0,.9), 0 0 44px -14px rgba(159,18,57,.55); }

/* Window chrome */
.shot-chrome {
  display: flex; align-items: center; gap: .45rem;
  padding: .65rem .85rem; border-bottom: 1px solid var(--edge);
  background: rgba(255,255,255,.045);
}
.shot-chrome i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.18); flex: none; }
.shot-url {
  margin-left: .5rem; flex: 1; min-width: 0;
  font-family: var(--mono); font-size: .68rem; color: var(--text-3);
  background: rgba(0,0,0,.32); border-radius: 100px; padding: .28rem .7rem;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

/* The screenshot slot. Replace .sk-* markup with <img> when the real
   screenshots arrive — the frame and sizing stay exactly as they are. */
.shot-slot {
  position: relative; aspect-ratio: 16 / 10; overflow: hidden;
  background: #0F1119; display: block;
}
.shot-slot img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.work:hover .shot-slot img { transform: scale(1.04); }

/* Designed placeholder: a layout skeleton in the site's own hue.
   Deliberately abstract — it never pretends to be the real page. */
.sk { position: absolute; inset: 0; padding: 9% 8%; display: flex; flex-direction: column; gap: 7%; background: linear-gradient(160deg, color-mix(in srgb, var(--site) 22%, #0F1119), #0F1119 70%); }
.sk-nav { display: flex; align-items: center; gap: 6%; }
.sk-nav i { width: 16%; height: 9px; border-radius: 3px; background: var(--site); opacity: .95; }
.sk-nav b { flex: 1; height: 6px; border-radius: 3px; background: rgba(255,255,255,.13); max-width: 46%; margin-left: auto; }
.sk-hero { display: flex; flex-direction: column; gap: 7px; }
.sk-hero u { width: 78%; height: 13px; border-radius: 4px; background: rgba(255,255,255,.82); }
.sk-hero em { width: 52%; height: 13px; border-radius: 4px; background: rgba(255,255,255,.55); }
.sk-hero s { width: 28%; height: 15px; border-radius: 100px; background: var(--site); margin-top: 5px; }
.sk-grid { display: flex; gap: 5%; margin-top: auto; }
.sk-grid i { flex: 1; height: 30px; border-radius: 5px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.06); }
.sk-tag {
  position: absolute; right: .6rem; bottom: .6rem;
  font-family: var(--mono); font-size: .58rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--text-3); background: rgba(0,0,0,.55); padding: .25rem .5rem; border-radius: 4px;
  backdrop-filter: blur(4px);
}

.work-body { padding: 1.3rem 1.4rem 1.4rem; }
.work-sector { font-family: var(--mono); font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; color: var(--mint); display: block; margin-bottom: .6rem; }
.work-name { font-family: var(--display); font-size: 1.25rem; line-height: 1.1; letter-spacing: var(--display-track); color: var(--white); margin-bottom: .4rem; word-break: break-word; }
.work p { font-size: .9rem; color: var(--text-2); margin-bottom: 1rem; }
.work-go { font-family: var(--mono); font-size: .74rem; letter-spacing: .1em; color: var(--text-3); display: inline-flex; align-items: center; gap: .45rem; transition: color .25s, gap .25s; }
.work:hover .work-go { color: var(--mint); gap: .8rem; }

/* ---- Itemised list ---------------------------------------- */
.sheet-head { display: flex; flex-wrap: wrap; gap: .6rem 1rem; align-items: baseline; padding: 1.2rem 1.7rem; border-bottom: 1px solid var(--edge); }
.sheet-head .label:first-child { margin-right: auto; }
.line { display: grid; grid-template-columns: 28px 1fr auto; gap: 1.1rem; align-items: start; padding: 1.3rem 1.7rem; border-bottom: 1px solid var(--edge); transition: background .25s; }
.line:hover { background: var(--glass-2); }
.line:last-of-type { border-bottom: 0; }
.line-tick { width: 24px; height: 24px; margin-top: 1px; display: grid; place-items: center; border-radius: 50%; background: rgba(0,229,196,.12); border: 1px solid rgba(0,229,196,.4); color: var(--mint); font-size: .7rem; font-weight: 700; }
.line h3 { font-size: 1.06rem; margin-bottom: .25rem; color: var(--white); }
.line p { font-size: .94rem; color: var(--text-2); }
.line-price { font-family: var(--mono); font-size: .8rem; color: var(--text-3); white-space: nowrap; padding-top: .2rem; letter-spacing: .06em; }
.sheet-total { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1.2rem; padding: 1.8rem 1.7rem; border-top: 1px solid var(--edge); background: linear-gradient(90deg, rgba(159,18,57,.14), rgba(255,61,139,.10)); }
.sheet-total .label { margin-right: auto; }
.sheet-total strong { font-family: var(--display); font-weight: 800; font-size: clamp(3rem, 8vw, 4.6rem); line-height: .85; letter-spacing: -.045em; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 0 28px rgba(219,39,119,.45)); }
.sheet-total span { font-family: var(--mono); font-size: .82rem; color: var(--mint); letter-spacing: .1em; text-transform: uppercase; }

/* ---- The maths -------------------------------------------- */
.calc { padding: clamp(1.6rem, 4vw, 2.8rem); }
.calc-control { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.6rem; margin-bottom: 2.4rem; }
.calc-control label { font-family: var(--mono); font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); }
.calc-years { font-family: var(--display); font-weight: 800; font-size: 1.7rem; letter-spacing: -.03em; min-width: 4.5ch; color: var(--mint); }
input[type="range"] { flex: 1; min-width: 200px; height: 32px; -webkit-appearance: none; appearance: none; background: transparent; cursor: pointer; }
input[type="range"]::-webkit-slider-runnable-track { height: 4px; border-radius: 2px; background: rgba(255,255,255,.14); }
input[type="range"]::-moz-range-track { height: 4px; border-radius: 2px; background: rgba(255,255,255,.14); }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 24px; height: 24px; margin-top: -10px; border-radius: 50%; background: var(--mint); border: 0; box-shadow: 0 0 18px rgba(0,229,196,.85); }
input[type="range"]::-moz-range-thumb { width: 24px; height: 24px; border-radius: 50%; background: var(--mint); border: 0; box-shadow: 0 0 18px rgba(0,229,196,.85); }

.legend { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-bottom: 1.6rem; }
.legend span { display: inline-flex; align-items: center; gap: .55rem; font-size: .9rem; color: var(--text-2); }
.swatch { width: 12px; height: 12px; border-radius: 3px; flex: none; }
.swatch-us { background: var(--series-us); }
.swatch-them { background: var(--series-them); }

.bars { display: grid; gap: 1.7rem; }
.bar-top { display: flex; align-items: baseline; gap: .8rem; margin-bottom: .55rem; }
.bar-name { font-weight: 700; font-size: 1rem; color: var(--white); }
.bar-sub { font-family: var(--mono); font-size: .74rem; color: var(--text-3); }
.bar-val { margin-left: auto; font-family: var(--display); font-weight: 800; font-size: clamp(1.5rem, 3.4vw, 2.1rem); letter-spacing: -.035em; color: var(--white); }
.bar-track { height: 34px; background: rgba(255,255,255,.05); border-radius: 5px; overflow: hidden; }
.bar-fill { height: 100%; width: 0%; border-radius: 0 5px 5px 0; transition: width .6s cubic-bezier(.2,.8,.2,1); }
.fill-us { background: var(--series-us); box-shadow: 0 0 26px rgba(15,168,148,.6); }
.fill-them { background: var(--series-them); box-shadow: 0 0 26px rgba(82,82,91,.55); }

.verdict { margin-top: 2.2rem; padding: 1.7rem; border-radius: 16px; border: 1px solid rgba(0,229,196,.28); background: rgba(0,229,196,.06); display: flex; flex-wrap: wrap; align-items: center; gap: .7rem 1.3rem; }
.verdict p { font-size: 1.02rem; color: var(--text-2); }
.verdict strong { font-family: var(--display); font-weight: 800; font-size: clamp(2.2rem, 6vw, 3.2rem); letter-spacing: -.04em; color: var(--mint); filter: drop-shadow(0 0 22px rgba(0,229,196,.5)); line-height: 1; }
.calc-foot { margin-top: 1.4rem; font-size: .86rem; color: var(--text-3); max-width: 72ch; }
.table-toggle { margin-top: 1.3rem; background: none; border: 0; padding: 0; font-family: var(--mono); font-size: .78rem; color: var(--mint); text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.data-table { margin-top: 1.1rem; overflow-x: auto; }
.data-table table { border-collapse: collapse; width: 100%; font-size: .88rem; min-width: 430px; }
.data-table th, .data-table td { text-align: right; padding: .6rem .85rem; border-bottom: 1px solid var(--edge); }
.data-table th:first-child, .data-table td:first-child { text-align: left; }
.data-table th { font-family: var(--mono); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-3); font-weight: 500; }
.data-table td { font-variant-numeric: tabular-nums; color: var(--text-2); }

/* ---- Steps ------------------------------------------------ */
.steps { display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fit, minmax(235px, 1fr)); }
.step { padding: 1.9rem 1.6rem; position: relative; }
.step::after {
  content: ""; position: absolute; inset: 0; border-radius: 20px; opacity: 0;
  background: radial-gradient(320px circle at var(--mx,50%) var(--my,50%), rgba(0,229,196,.13), transparent 65%);
  transition: opacity .3s; pointer-events: none;
}
.step:hover::after { opacity: 1; }
.step-n { font-family: var(--display); font-weight: 800; font-size: 2.6rem; line-height: 1; letter-spacing: -.05em; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; display: block; margin-bottom: 1rem; }
.step h3 { font-size: 1.14rem; margin-bottom: .5rem; color: var(--white); }
.step p { font-size: .94rem; color: var(--text-2); }

/* ---- After / rates ---------------------------------------- */
.split { display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)); }
.panel { padding: 2rem 1.7rem; }
.panel .label { display: block; margin-bottom: 1.4rem; }
.rate { font-family: var(--display); font-weight: 800; font-size: clamp(3.4rem, 8vw, 5rem); line-height: .85; letter-spacing: -.05em; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 0 30px rgba(219,39,119,.4)); }
.rate-unit { display: block; font-family: var(--mono); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--mint); margin-top: .7rem; margin-bottom: 1rem; }
.panel h3 { font-size: 1.3rem; margin-bottom: .6rem; color: var(--white); }
.panel p { font-size: .95rem; color: var(--text-2); }

/* ---- People ----------------------------------------------- */
.people { display: grid; gap: 2.4rem; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); align-items: center; }
@media (max-width: 820px) { .people { grid-template-columns: 1fr; } }
.people p { color: var(--text-2); margin-bottom: 1.1rem; }
.duo { display: flex; gap: 1rem; }
.duo-card { flex: 1; padding: 1.6rem 1.2rem; text-align: center; }
.duo-face { width: 104px; height: 104px; margin: 0 auto 1rem; border-radius: 50%; padding: 3px; background: var(--grad); box-shadow: 0 8px 22px rgba(0,0,0,.18); }
.duo-face img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; display: block; }
.duo-card h4 { font-size: 1.05rem; margin-bottom: .2rem; color: var(--white); }
.duo-card span { font-family: var(--mono); font-size: .72rem; color: var(--text-3); }

/* ---- CTA / footer ----------------------------------------- */
.cta { text-align: center; }
.cta h2 { font-size: clamp(2.3rem, 6vw, 4rem); margin-bottom: 1.2rem; }
.cta p { margin: 0 auto 2.4rem; color: var(--text-2); font-size: 1.12rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; }
.site-footer { border-top: 1px solid var(--edge); padding-block: 2.6rem; }
.foot { display: flex; flex-wrap: wrap; gap: 1rem 2rem; align-items: center; }
.foot .mark { margin-right: auto; font-size: .95rem; }
.foot small { color: var(--text-3); font-size: .84rem; }

/* ---- Reveal ----------------------------------------------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1); }
.js .reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .blob { animation: none; }
  .reel { animation: none; }
}


/* ==========================================================
   LIGHT GROUND OVERRIDES
   Everything above was authored against #07080D. These rules
   re-seat the effects that assumed a dark ground: the aurora,
   the grain, the vignette, and every white-alpha overlay.
   ========================================================== */

/* Light text on dark needs antialiasing; dark text on light
   goes thin and grey with it. */
body { -webkit-font-smoothing: auto; }

/* Aurora: the same four lights, but painted as pastel tints at
   high opacity rather than saturated hues at low opacity. A
   saturated colour thinned over white desaturates toward grey,
   and where two of them overlap the greys compound — that is
   what read as a dirty smudge. Pre-mixed tints overlap cleanly. */
.blob   { filter: blur(100px); }
.blob-1 { background: #FFDCE8; opacity: .62; }
.blob-2 { background: #FFD0DE; opacity: .54; }
.blob-3 { background: #FFE0E0; opacity: .46; }
.blob-4 { background: #FFE8F0; opacity: .40; }

/* Grain and vignette are removed on the light ground. Both are
   subtractive effects: on #07080D they read as film texture and
   depth, but over white the grain is dirt and the vignette is a
   grey smear at the edges. Restore .grain at opacity .035 if you
   ever want the texture back — it is invisible at that value. */
.grain    { display: none; }
.vignette { display: none; }

/* Frosted panels: white glass over colour, with an ink hairline. */
.site-header  { background: rgba(252,252,254,.76); }
.hero-facts > div { background: rgba(255,255,255,.74); }
.trades       { background: rgba(255,255,255,.58); }

/* Glow effects: on white a glow reads as haze, so they become
   soft coloured shadows instead. */
.progress      { box-shadow: 0 0 10px rgba(219,39,119,.45); }
.price-huge    { filter: drop-shadow(0 18px 38px rgba(219,39,119,.30)); }
.sheet-total strong { filter: drop-shadow(0 10px 20px rgba(219,39,119,.26)); }
.rate          { filter: drop-shadow(0 12px 26px rgba(219,39,119,.26)); }
.verdict strong { color: var(--mint); filter: drop-shadow(0 8px 18px rgba(11,125,110,.28)); }

/* Phone mock: dark ring and a grounded shadow. */
.phone-stage::before { background: radial-gradient(circle, rgba(159,18,57,.20), transparent 62%); }
.phone {
  box-shadow: 0 0 0 1.5px rgba(16,20,50,.14),
              0 40px 90px -30px rgba(24,28,70,.34),
              0 0 70px -10px rgba(159,18,57,.20);
}
.work:hover {
  box-shadow: 0 30px 60px -28px rgba(24,28,70,.30),
              0 0 44px -14px rgba(159,18,57,.26);
}

/* Marquee shimmer, chrome, and the screenshot placeholders all
   flip from white-alpha to ink-alpha. */
.glass::before { background: linear-gradient(90deg, transparent, rgba(20,24,60,.16), transparent); }
.shot-chrome    { background: rgba(16,20,50,.05); }
.shot-chrome i  { background: rgba(16,20,50,.20); }
.sk-tag         { background: rgba(255,255,255,.78); color: var(--text-3); }
.sk-nav b       { background: rgba(16,20,50,.14); }
.sk-hero u      { background: rgba(16,20,50,.78); }
.sk-hero em     { background: rgba(16,20,50,.48); }
.sk-grid i      { background: rgba(16,20,50,.06); border-color: rgba(16,20,50,.08); }

/* Controls and chart furniture. */
input[type="range"]::-webkit-slider-runnable-track { background: rgba(16,20,50,.14); }
input[type="range"]::-moz-range-track { background: rgba(16,20,50,.14); }
.bar-track { background: rgba(16,20,50,.07); }

/* Skip link: white text on the darkened accent. */
.skip { background: var(--mint); color: #FFFFFF; }


.why-foot {
  max-width: 62ch; margin: clamp(1.8rem, 3vw, 2.6rem) auto 0; text-align: center;
  color: var(--text-2); font-size: 1.05rem;
}

/* ---- palette: pink -------------------------------------- */
/* These four were authored against the dark build's violet and
   teal and were never re-seated for the light ground. On white a
   0 0 30px glow is haze, so they become tighter, warmer shadows. */
.duo-face  { box-shadow: 0 6px 18px rgba(219,39,119,.34); }
.fill-them { box-shadow: none; }
.fill-us   { box-shadow: none; }
input[type="range"]::-webkit-slider-thumb { box-shadow: 0 2px 8px rgba(11,125,110,.45); }
input[type="range"]::-moz-range-thumb     { box-shadow: 0 2px 8px rgba(11,125,110,.45); }

/* ==========================================================
   ENQUIRY FORM  (shared, sits at the end of every page)
   ========================================================== */
.enquiry { padding: clamp(1.5rem, 3.5vw, 2.6rem); max-width: 860px; margin-inline: auto; }
.hp { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
@media (max-width: 640px) { .field-grid { grid-template-columns: 1fr; } }

.field { margin: 0 0 1.1rem; max-width: none; }
.field label, .field .label-txt {
  display: block; margin-bottom: .45rem;
  font-family: var(--mono); font-size: .74rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--text-3);
}
.field .opt { text-transform: none; letter-spacing: .02em; opacity: .8; }

.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field textarea {
  width: 100%; box-sizing: border-box;
  padding: .85rem 1rem;
  font-family: var(--body); font-size: 1rem; color: var(--text);
  background: var(--glass-2); border: 1px solid var(--edge); border-radius: 10px;
  transition: border-color .2s, box-shadow .2s;
}
.field textarea { resize: vertical; min-height: 8rem; line-height: 1.6; }
.field input::placeholder, .field textarea::placeholder { color: var(--text-3); opacity: .85; }
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--mint);
  box-shadow: 0 0 0 3px rgba(11,125,110,.18);
}
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] {
  border-color: #B91C1C; box-shadow: 0 0 0 3px rgba(185,28,28,.14);
}
.field-error { display: block; margin-top: .4rem; font-size: .84rem; color: #B91C1C; }

/* dropzone */
.drop {
  display: block; position: relative; cursor: pointer;
  border: 1.5px dashed var(--edge-hot); border-radius: 12px;
  background: var(--glass); padding: 1.6rem 1.2rem; text-align: center;
  transition: border-color .2s, background .2s;
}
.drop:hover, .drop.over { border-color: var(--mint); background: var(--glass-2); }
.drop input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.drop-in strong { display: block; font-weight: 700; color: var(--white); margin-bottom: .25rem; }
.drop-in span { font-size: .92rem; color: var(--text-2); }

.filelist { list-style: none; margin: .8rem 0 0; padding: 0; display: grid; gap: .45rem; }
.filelist li {
  display: flex; align-items: center; gap: .7rem;
  padding: .55rem .75rem; border: 1px solid var(--edge); border-radius: 8px;
  background: var(--glass-2); font-size: .9rem;
}
.filelist .fname { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.filelist .fsize { font-family: var(--mono); font-size: .78rem; color: var(--text-3); flex: none; }
.filelist button {
  flex: none; border: 0; background: none; cursor: pointer; padding: .2rem .4rem;
  color: var(--text-3); font-size: 1.1rem; line-height: 1; border-radius: 4px;
}
.filelist button:hover { color: #B91C1C; }
.filelist li.too-big { border-color: #B91C1C; }

.consent label {
  display: flex; gap: .65rem; align-items: flex-start;
  font-family: var(--body); font-size: .95rem; letter-spacing: 0;
  text-transform: none; color: var(--text-2);
}
.consent input { margin-top: .25rem; flex: none; width: 17px; height: 17px; accent-color: var(--mint); }

.form-foot { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; margin-top: 1.4rem; }
.form-alt { font-size: .95rem; color: var(--text-2); }
.form-alt a { color: var(--mint); font-weight: 600; }
.form-status { margin-top: 1rem; font-size: .95rem; min-height: 1.2em; }
.form-status.ok   { color: var(--mint); font-weight: 600; }
.form-status.bad  { color: #B91C1C; }
button[disabled] { opacity: .6; cursor: progress; }

/* ==========================================================
   CONTACT PAGE
   ========================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(1.2rem, 3vw, 2.2rem); align-items: start; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card { padding: clamp(1.4rem, 3vw, 2rem); }
.contact-line { display: flex; gap: .9rem; align-items: flex-start; padding: .95rem 0; border-top: 1px solid var(--edge); }
.contact-line:first-of-type { border-top: 0; padding-top: 0; }
.contact-line dt {
  font-family: var(--mono); font-size: .72rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--text-3); width: 6.5rem; flex: none; padding-top: .2rem;
}
.contact-line dd { margin: 0; font-size: 1.05rem; color: var(--white); }
.contact-line dd a { color: var(--white); text-decoration: none; border-bottom: 1px solid var(--edge-hot); }
.contact-line dd a:hover { color: var(--mint); border-color: var(--mint); }
.contact-line dd small { display: block; margin-top: .2rem; font-size: .88rem; color: var(--text-2); }

.map-frame { position: relative; border-radius: 14px; overflow: hidden; border: 1px solid var(--edge); background: var(--void-2); }
.map-frame iframe { display: block; width: 100%; height: 420px; border: 0; }
.map-note { margin-top: .7rem; font-size: .86rem; color: var(--text-3); }

/* ---- Map consent gate ------------------------------------- */
.map-consent { position: absolute; inset: 0; display: grid; place-items: center; padding: 1.5rem; background: var(--void); }
/* `display: grid` above outranks the UA's [hidden] rule, so the gate
   has to opt out of display explicitly or it stays on top of the map. */
.map-consent[hidden] { display: none; }
.map-consent-in { max-width: 34ch; text-align: center; }
.map-consent-in .label { display: block; margin-bottom: .8rem; }
.map-consent-in h3 { font-size: 1.25rem; margin-bottom: .6rem; color: var(--white); }
.map-consent-in p { font-size: .95rem; color: var(--text-2); margin-inline: auto; }
.map-consent-btns { display: flex; gap: .6rem; justify-content: center; flex-wrap: wrap; margin: 1.2rem 0 .8rem; }
.map-consent-fine { font-size: .86rem; color: var(--text-3); }
.map-frame { min-height: 420px; }
.linkish { background: none; border: 0; padding: 0; font: inherit; color: var(--mint); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

/* The price block is centred by .hero on the home page; on the pricing
   page it stands on its own, so centre it here rather than inline. */
.price-block { text-align: center; }

/* ---- Mobile menu -------------------------------------------
   The nav used to be simply hidden below 900px. That was fine
   when the whole site was one scrolling page; with seven pages
   it left phones with no way to move between them. */
.vh { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
      overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.nav-toggle {
  display: none; flex: none; width: 44px; height: 44px; padding: 0;
  align-items: center; justify-content: center; cursor: pointer;
  background: var(--glass); border: 1px solid var(--edge); border-radius: 11px;
}
.nav-toggle:hover { border-color: var(--edge-hot); }
.nav-toggle-bars { display: grid; gap: 4px; }
.nav-toggle-bars i {
  display: block; width: 18px; height: 2px; border-radius: 2px;
  background: var(--white); transition: transform .25s, opacity .2s;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bars i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars i:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  /* Without JS the links stay in the bar and wrap, so the site is still
     navigable; with JS they collapse into the toggle panel. */
  .bar { flex-wrap: wrap; }
  .bar nav { flex-wrap: wrap; gap: 1.1rem; order: 3; width: 100%; padding-bottom: .9rem; }
  .js .bar nav {
    display: none; order: 0; width: auto; padding: .25rem var(--gutter) 1.1rem;
    position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; gap: 0;
    background: var(--void); border-bottom: 1px solid var(--edge);
    box-shadow: 0 22px 40px -28px rgba(24,28,70,.4);
  }
  .js .bar nav[data-open] { display: flex; }
  .js .bar nav a { padding: .95rem 0; font-size: 1.05rem; border-top: 1px solid var(--edge); }
  .js .bar nav a:first-child { border-top: 0; }
  .js .bar nav a::after { display: none; }
  .bar nav a[aria-current="page"] { color: var(--white); font-weight: 700; }
}
.cta-bar { padding: .7rem 1.3rem; font-size: .92rem; }
/* Below 430px the wordmark gives way to the badge alone, so the primary
   call to action and the menu both stay on one row. */
@media (max-width: 430px) {
  .mark-text { display: none; }
  .cta-bar { padding: .62rem 1.05rem; font-size: .88rem; }
}
@media (prefers-reduced-motion: reduce) { .nav-toggle-bars i { transition: none; } }

/* ---- Footer nav --------------------------------------------- */
.foot-nav { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; padding-bottom: 1.4rem; }
.foot-nav a { text-decoration: none; color: var(--text-2); font-size: .92rem; }
.foot-nav a:hover { color: var(--mint); }

/* ---- Cookie choice bar --------------------------------------
   Analytics cookies need consent before they are set, so the bar
   appears until a choice is made and Google is not contacted
   until then. Note the [hidden] rule: `display: block` below
   would otherwise beat the UA's [hidden] on specificity. */
.cookie-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: block; padding: 1rem 0 1.1rem;
  background: var(--void); border-top: 1px solid var(--edge);
  box-shadow: 0 -18px 40px -30px rgba(24,28,70,.45);
}
.cookie-bar[hidden] { display: none; }
.cookie-in { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.cookie-in p { font-size: .93rem; color: var(--text-2); flex: 1 1 26rem; margin: 0; }
.cookie-btns { display: flex; gap: .6rem; flex: none; }
.cookie-btns .btn { padding: .62rem 1.15rem; font-size: .9rem; }
@media (max-width: 560px) {
  .cookie-in { gap: .9rem; }
  .cookie-btns { width: 100%; }
  .cookie-btns .btn { flex: 1; justify-content: center; }
}
