:root {
  --ink: #111114;
  --ink-soft: #25252a;
  --paper: #f5f2eb;
  --white: #fff;
  --yellow: #f4bd31;
  --yellow-light: #ffd86f;
  --red: #ef392f;
  --blue: #087ac1;
  --blue-dark: #041c35;
  --muted: #6d6d73;
  --line: rgba(17, 17, 20, 0.13);
  --radius: 24px;
  --shadow: 0 24px 70px rgba(17, 17, 20, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.mobile-break { display: none; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  transition: background .3s, box-shadow .3s;
}
.site-header.scrolled {
  background: rgba(17, 17, 20, .94);
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
  backdrop-filter: blur(14px);
}
.header-inner {
  width: min(1280px, calc(100% - 40px));
  height: 92px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
.brand img { width: 53px; height: 53px; border-radius: 14px; }
.brand span { display: flex; flex-direction: column; }
.brand strong { font-family: "Space Grotesk", sans-serif; font-size: 17px; letter-spacing: -.4px; }
.brand small { margin-top: 2px; color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-left: auto; }
.desktop-nav a {
  position: relative;
  padding: 10px 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 600;
  transition: color .2s;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--yellow);
  transform: scaleX(0);
  transition: transform .2s;
}
.desktop-nav a:hover { color: white; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-call {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  padding-left: 24px;
  border-left: 1px solid rgba(255,255,255,.18);
}
.header-call span { color: rgba(255,255,255,.55); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.header-call strong { margin-top: 3px; color: var(--yellow); font-size: 15px; }
.menu-toggle {
  display: none;
  margin-left: auto;
  padding: 8px;
  border: 0;
  background: transparent;
  color: white;
  cursor: pointer;
}
.mobile-nav {
  display: none;
  padding: 10px 20px 24px;
  background: var(--ink);
  border-top: 1px solid rgba(255,255,255,.1);
}
.mobile-nav a { display: block; padding: 12px 0; color: rgba(255,255,255,.8); font-weight: 600; }
.mobile-nav a:last-child { color: var(--yellow); }

.hero {
  position: relative;
  min-height: 780px;
  padding-top: 92px;
  overflow: hidden;
  background: var(--ink);
  color: white;
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, transparent 3%, black 35%, transparent 92%);
}
.hero::before {
  content: "";
  position: absolute;
  top: -300px;
  left: -200px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: rgba(244,189,49,.13);
  filter: blur(30px);
}
.hero-orbit { position: absolute; border: 1px solid rgba(244,189,49,.2); border-radius: 50%; }
.hero-orbit-one { right: -290px; top: 20px; width: 720px; height: 720px; }
.hero-orbit-two { right: -170px; top: 140px; width: 480px; height: 480px; }
.hero-layout { position: relative; z-index: 2; min-height: 640px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding-block: 60px 90px; }
.hero-copy, .hero-visual { min-width: 0; }
.eyebrow, .kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow { color: rgba(255,255,255,.64); }
.eyebrow span { width: 26px; height: 2px; background: var(--yellow); }
.hero h1, .section-heading h2, .pro-copy h2, .partner-copy h2, .contact-intro h2 {
  margin: 22px 0 20px;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -.065em;
  line-height: .98;
}
.hero h1 { max-width: 700px; font-size: clamp(54px, 6vw, 82px); }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-copy > p { max-width: 560px; margin: 0; color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.65; }
.hero-actions, .partner-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 51px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s, background .2s, color .2s, border-color .2s;
}
.button svg { width: 18px; height: 18px; transition: transform .2s; }
.button:hover { transform: translateY(-2px); }
.button:hover svg { transform: translateX(3px); }
.button-primary { background: var(--yellow); color: var(--ink); }
.button-primary:hover { background: var(--yellow-light); }
.button-ghost { border-color: rgba(255,255,255,.2); color: white; }
.button-ghost:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.06); }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 34px; }
.proof-avatars { display: flex; padding-left: 8px; }
.proof-avatars span {
  width: 34px;
  height: 34px;
  margin-left: -8px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: #34343a;
  color: white;
  font-size: 10px;
  font-weight: 700;
}
.proof-avatars span:nth-child(2) { background: var(--yellow); color: var(--ink); font-size: 16px; }
.proof-avatars span:nth-child(3) { background: var(--red); }
.hero-proof p { margin: 0; color: rgba(255,255,255,.45); font-size: 11px; line-height: 1.5; }
.hero-proof strong { color: white; font-size: 12px; }

.status-card {
  position: relative;
  width: min(100%, 510px);
  margin-left: auto;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  background: rgba(255,255,255,.055);
  box-shadow: 0 40px 100px rgba(0,0,0,.35);
  backdrop-filter: blur(18px);
}
.status-top { display: flex; align-items: center; gap: 9px; padding: 20px 22px; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.7); font-size: 11px; font-weight: 600; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #42d47b; box-shadow: 0 0 0 5px rgba(66,212,123,.12); }
.status-time { margin-left: auto; color: white; }
.device-stage { position: relative; min-height: 380px; display: grid; place-items: center; overflow: hidden; }
.device-stage::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 80px rgba(244,189,49,.2);
}
.device-stage::after {
  content: "";
  position: absolute;
  width: 325px;
  height: 325px;
  border: 1px dashed rgba(255,255,255,.22);
  border-radius: 50%;
  animation: spin 22s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.device-laptop { position: relative; z-index: 2; width: 285px; transform: perspective(800px) rotateY(-5deg) rotateX(2deg); }
.device-screen { height: 184px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 9px solid #2d2d32; border-radius: 16px 16px 8px 8px; background: var(--ink); box-shadow: 0 20px 40px rgba(0,0,0,.32); }
.screen-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 13px; border-radius: 14px; background: rgba(244,189,49,.12); color: var(--yellow); }
.screen-icon svg { width: 24px; height: 24px; }
.device-screen span { font-family: "Space Grotesk"; font-size: 13px; font-weight: 600; }
.progress { width: 125px; height: 4px; margin-top: 15px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.12); }
.progress i { display: block; width: 68%; height: 100%; border-radius: inherit; background: var(--yellow); animation: pulse-width 2.8s ease-in-out infinite; }
@keyframes pulse-width { 50% { width: 84%; } }
.device-base { width: 320px; height: 13px; margin-left: -17px; border-radius: 2px 2px 20px 20px; background: linear-gradient(#d5d5d5, #777); box-shadow: 0 13px 20px rgba(0,0,0,.25); }
.floating-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: rgba(17,17,20,.85);
  box-shadow: 0 15px 35px rgba(0,0,0,.25);
  color: rgba(255,255,255,.76);
  font-size: 10px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}
.floating-chip svg { width: 15px; height: 15px; padding: 2px; border-radius: 50%; background: #42d47b; color: var(--ink); stroke-width: 3; }
.chip-one { top: 80px; left: 20px; animation: float 4s ease-in-out infinite; }
.chip-two { right: 18px; bottom: 75px; animation: float 4.8s ease-in-out infinite reverse; }
@keyframes float { 50% { transform: translateY(-9px); } }
.status-footer { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.1); }
.status-footer div { padding: 18px; border-right: 1px solid rgba(255,255,255,.1); text-align: center; }
.status-footer div:last-child { border: 0; }
.status-footer strong, .status-footer span { display: block; }
.status-footer strong { font-family: "Space Grotesk"; font-size: 12px; }
.status-footer span { margin-top: 4px; color: rgba(255,255,255,.38); font-size: 9px; }
.service-ticker { position: absolute; z-index: 3; bottom: 0; width: 100%; overflow: hidden; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,.2); }
.ticker-content { width: max-content; display: flex; align-items: center; gap: 30px; padding: 18px 0; animation: ticker 35s linear infinite; }
.ticker-content span { color: rgba(255,255,255,.52); font-family: "Space Grotesk"; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.ticker-content i { width: 5px; height: 5px; border-radius: 50%; background: var(--yellow); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 50px; }
.kicker { color: var(--red); }
.section-heading h2, .pro-copy h2, .partner-copy h2, .contact-intro h2 { font-size: clamp(43px, 5vw, 68px); }
.section-heading h2 { margin-bottom: 0; }
.heading-side { padding-bottom: 6px; }
.heading-side p { max-width: 480px; margin: 0 0 25px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.audience-switch { display: inline-flex; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.audience-switch button { padding: 8px 12px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); font-size: 11px; font-weight: 700; cursor: pointer; }
.audience-switch button.active { background: var(--ink); color: white; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card {
  position: relative;
  min-height: 315px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.55);
  transition: transform .25s, box-shadow .25s, opacity .25s;
}
.service-card:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(17,17,20,.08); }
.service-card.featured { background: var(--yellow); border-color: var(--yellow); }
.service-card.is-hidden { display: none; }
.card-number { position: absolute; top: 28px; right: 28px; color: rgba(17,17,20,.25); font-family: "Space Grotesk"; font-size: 11px; font-weight: 700; }
.service-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 36px; border-radius: 12px; background: var(--ink); color: white; }
.service-icon svg { width: 22px; height: 22px; }
.service-card h3 { max-width: 240px; margin: 0 0 12px; font-family: "Space Grotesk"; font-size: 21px; letter-spacing: -.035em; }
.service-card p { margin: 0 0 24px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.featured p { color: rgba(17,17,20,.65); }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding: 0; border: 0; background: transparent; color: var(--ink); font-size: 11px; font-weight: 700; cursor: pointer; }
.text-link svg { width: 15px; height: 15px; transition: transform .2s; }
.text-link:hover svg { transform: translateX(4px); }

.pro-section { position: relative; padding: 120px 0; overflow: hidden; background: var(--yellow); }
.pro-section::after {
  content: "CY";
  position: absolute;
  right: -40px;
  bottom: -130px;
  color: rgba(17,17,20,.05);
  font-family: "Space Grotesk";
  font-size: 480px;
  font-weight: 700;
  line-height: 1;
}
.pro-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: center; }
.kicker-light { color: rgba(17,17,20,.55); }
.pro-copy h2 { max-width: 710px; }
.pro-copy > p { max-width: 580px; color: rgba(17,17,20,.65); font-size: 15px; line-height: 1.7; }
.check-list { display: grid; gap: 12px; margin: 28px 0 32px; }
.check-list span { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; }
.check-list svg { width: 18px; height: 18px; padding: 3px; border-radius: 50%; background: var(--ink); color: var(--yellow); stroke-width: 3; }
.pro-panel { padding: 14px; border: 1px solid rgba(17,17,20,.13); border-radius: 23px; background: rgba(255,255,255,.38); backdrop-filter: blur(10px); }
.panel-label { padding: 12px 14px 18px; color: rgba(17,17,20,.45); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.process-step { display: grid; grid-template-columns: 45px 1fr; gap: 14px; margin-bottom: 7px; padding: 20px; border-radius: 14px; background: rgba(255,255,255,.66); }
.process-step:last-child { margin-bottom: 0; }
.process-step > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--yellow); font-family: "Space Grotesk"; font-size: 10px; font-weight: 700; }
.process-step strong { display: block; font-family: "Space Grotesk"; font-size: 15px; }
.process-step p { margin: 5px 0 0; color: rgba(17,17,20,.56); font-size: 11px; line-height: 1.5; }

.partnership { background: var(--ink); color: white; }
.partner-shell { position: relative; overflow: hidden; padding: 50px; border: 1px solid rgba(255,255,255,.13); border-radius: 30px; background: linear-gradient(135deg, rgba(8,122,193,.18), rgba(255,255,255,.025) 55%); }
.partner-shell::before { content: ""; position: absolute; right: -120px; bottom: -200px; width: 560px; height: 560px; border: 1px solid rgba(8,122,193,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(8,122,193,.04), 0 0 0 140px rgba(8,122,193,.025); }
.partner-topline { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.1); }
.co-brand { display: flex; align-items: center; gap: 14px; }
.co-brand img { width: 45px; height: 45px; object-fit: contain; }
.co-brand img:last-child { width: 47px; }
.co-plus { color: rgba(255,255,255,.4); font-size: 18px; }
.partner-badge { padding: 8px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 99px; background: rgba(255,255,255,.05); color: rgba(255,255,255,.54); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.partner-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 85px; align-items: center; padding-top: 65px; }
.kicker-blue { color: #55bfff; }
.partner-copy h2 { max-width: 650px; margin-top: 20px; }
.partner-copy h2 em { color: #55bfff; font-style: normal; }
.partner-copy p { max-width: 580px; color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.75; }
.button-blue { background: var(--blue); color: white; }
.button-blue:hover { background: #1095e5; }
.button-partner-ghost { border-color: rgba(255,255,255,.18); background: transparent; color: white; }
.button-partner-ghost:hover { border-color: rgba(255,255,255,.5); }
.partner-offer { padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.055); box-shadow: 0 30px 70px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
.offer-label { display: block; margin-bottom: 16px; color: #55bfff; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.partner-offer > strong { display: block; font-family: "Space Grotesk"; font-size: 25px; letter-spacing: -.04em; }
.partner-offer > p { margin: 10px 0 22px; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.6; }
.partner-offer ul { margin: 0; padding: 0; list-style: none; }
.partner-offer li { display: flex; gap: 13px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.09); }
.partner-offer li > svg { width: 34px; height: 34px; padding: 8px; border-radius: 9px; background: rgba(8,122,193,.14); color: #55bfff; }
.partner-offer li span { display: flex; flex-direction: column; gap: 4px; color: rgba(255,255,255,.4); font-size: 9px; }
.partner-offer li b { color: white; font-size: 11px; }
.offer-note { display: flex; gap: 8px; margin-top: 14px; color: rgba(255,255,255,.3); font-size: 8px; line-height: 1.5; }
.offer-note span { color: #55bfff; }

.contact-section { padding: 120px 0; background: white; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.contact-intro h2 { margin-bottom: 24px; }
.contact-intro p { max-width: 480px; margin: 0 0 30px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #333338; }
.contact-details { border-top: 1px solid var(--line); }
.contact-row { position: relative; display: grid; grid-template-columns: 48px 1fr auto; gap: 16px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); }
.contact-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; background: var(--paper); color: var(--ink); }
.contact-icon svg { width: 19px; height: 19px; }
.contact-row span:nth-child(2) { display: flex; flex-direction: column; gap: 5px; }
.contact-row small { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-row strong { font-family: "Space Grotesk"; font-size: 14px; line-height: 1.45; }
.row-arrow { width: 18px; height: 18px; color: var(--muted); transition: transform .2s; }
a.contact-row:hover .row-arrow { transform: translateX(5px); }

footer { padding: 55px 0 20px; background: var(--ink); color: white; }
.footer-main { display: grid; grid-template-columns: 1fr auto auto; gap: 60px; align-items: center; padding-bottom: 45px; }
.footer-brand small { max-width: 230px; }
.footer-links { display: grid; grid-template-columns: repeat(2, auto); gap: 12px 35px; }
.footer-links a { color: rgba(255,255,255,.5); font-size: 11px; font-weight: 600; }
.footer-links a:hover { color: white; }
.footer-partner { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.footer-partner span { color: rgba(255,255,255,.35); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-partner img { width: 42px; height: 42px; object-fit: contain; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.3); font-size: 9px; }
.footer-bottom a { color: #55bfff; }

.modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity .25s; }
.modal.is-open { opacity: 1; pointer-events: auto; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(10,10,12,.74); backdrop-filter: blur(8px); }
.modal-card { position: relative; z-index: 2; width: min(600px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 38px; border-radius: 24px; background: var(--paper); box-shadow: var(--shadow); transform: translateY(12px); transition: transform .25s; }
.modal.is-open .modal-card { transform: translateY(0); }
.modal-close { position: absolute; top: 20px; right: 20px; width: 36px; height: 36px; display: grid; place-items: center; border: 0; border-radius: 50%; background: white; cursor: pointer; }
.modal-close svg { width: 17px; height: 17px; }
.modal-card h2 { max-width: 470px; margin: 14px 0 10px; font-family: "Space Grotesk"; font-size: 35px; letter-spacing: -.055em; line-height: 1.05; }
.modal-card > p { margin: 0 0 24px; color: var(--muted); font-size: 11px; }
.modal form { display: grid; gap: 15px; }
.modal label { display: grid; gap: 6px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.modal input, .modal textarea, .modal select { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 9px; outline: 0; background: white; color: var(--ink); font-size: 12px; font-weight: 500; letter-spacing: 0; text-transform: none; transition: border-color .2s; }
.modal input:focus, .modal textarea:focus, .modal select:focus { border-color: var(--ink); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.modal form .button { justify-self: start; margin-top: 5px; }
.form-success { display: none; padding: 35px 20px; text-align: center; }
.form-success svg { width: 48px; height: 48px; padding: 13px; border-radius: 50%; background: var(--yellow); stroke-width: 3; }
.form-success strong, .form-success span { display: block; }
.form-success strong { margin-top: 16px; font-family: "Space Grotesk"; font-size: 20px; }
.form-success span { margin-top: 7px; color: var(--muted); font-size: 11px; }
.modal.success form { display: none; }
.modal.success .form-success { display: block; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  .desktop-nav { display: none; }
  .header-call { margin-left: auto; }
  .menu-toggle { display: block; margin-left: 0; }
  .mobile-nav.is-open { display: block; }
  .hero-layout { gap: 25px; }
  .hero h1 { font-size: clamp(48px, 7vw, 70px); }
  .status-card { transform: scale(.92); transform-origin: right center; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .pro-layout, .partner-layout { gap: 55px; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-partner { display: none; }
}

@media (max-width: 800px) {
  .header-inner { height: 76px; }
  .brand img { width: 44px; height: 44px; border-radius: 11px; }
  .brand small { display: none; }
  .header-call { display: none; }
  .hero { min-height: auto; padding-top: 76px; }
  .hero-layout { min-height: auto; grid-template-columns: 1fr; padding: 65px 0 120px; text-align: center; }
  .hero-copy { width: 100%; display: flex; flex-direction: column; align-items: center; }
  .hero h1 { width: 100%; max-width: 350px; margin-top: 18px; font-size: clamp(44px, 11.8vw, 62px); }
  .mobile-break { display: block; }
  .hero-actions { justify-content: center; }
  .hero-visual { display: none; }
  .section { padding: 85px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 35px; }
  .section-heading h2, .pro-copy h2, .partner-copy h2, .contact-intro h2 { font-size: clamp(40px, 10vw, 58px); }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .pro-section { padding: 85px 0; }
  .pro-layout, .partner-layout, .contact-layout { grid-template-columns: 1fr; gap: 45px; }
  .partner-shell { padding: 30px; }
  .partner-layout { padding-top: 45px; }
  .contact-section { padding: 85px 0; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { gap: 15px; flex-direction: column; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { width: calc(100% - 28px); }
  .brand strong { font-size: 15px; }
  .hero h1 { letter-spacing: -.075em; }
  .eyebrow { max-width: 100%; justify-content: center; font-size: 9px; line-height: 1.5; }
  .eyebrow span { flex: 0 0 26px; }
  .hero-copy > p { max-width: 340px; font-size: 14px; }
  .hero-actions, .partner-actions { width: 100%; }
  .hero-actions .button, .partner-actions .button { width: 100%; }
  .hero-proof { margin-top: 25px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .audience-switch { width: 100%; }
  .audience-switch button { flex: 1; padding-inline: 5px; }
  .partner-shell { padding: 25px 19px; border-radius: 22px; }
  .partner-topline { align-items: flex-start; gap: 18px; flex-direction: column; }
  .co-brand img { width: 42px; height: 42px; }
  .partner-offer { padding: 21px; }
  .contact-row { grid-template-columns: 48px 1fr auto; }
  .footer-links { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .modal-card { padding: 32px 22px; }
  .modal-card h2 { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
