/* ============================================================
   iRocket.me landing - design system + sections.
   Layout grid comes from Bootstrap grid; this file owns tokens,
   components, section visuals, reveal motion, and responsiveness.
   ============================================================ */

/* ---- Tokens ---- */
:root {
  --bg-dark: #0a0e1a;
  --bg-dark-2: #0d1b2a;
  --bg-light: #ffffff;
  --bg-light-2: #f4f7fb;
  --cyan: #1e9be0;
  --cyan-2: #00c2ff;
  --grad-cyan: linear-gradient(135deg, #1e9be0 0%, #00c2ff 100%);
  --text-on-dark: #ffffff;
  --text-on-dark-muted: #9bb0c9;
  --text-on-light: #1a2332;
  --text-on-light-muted: #5a6b82;
  --radius: 14px;
  --radius-pill: 999px;
  --container: 1200px;
  --gap: clamp(2.5rem, 6vw, 6rem);
  --ff-display: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --ff-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* ---- Base ---- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--ff-body);
  color: var(--text-on-light);
  background: var(--bg-dark);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--ff-display); font-weight: 800; line-height: 1.1; margin: 0; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 1.25rem; }
.text-center { text-align: center; }
.text-start { text-align: left; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.accent {
  background: var(--grad-cyan);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--cyan);
}

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 1000;
  background: var(--cyan); color: #fff; padding: .6rem 1rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  font-family: var(--ff-display); font-weight: 700; font-size: .95rem;
  letter-spacing: .02em; text-transform: uppercase;
  padding: .85rem 1.8rem; border: 0; border-radius: var(--radius-pill);
  cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.btn--primary {
  background: var(--grad-cyan); color: #fff;
  box-shadow: 0 10px 30px -8px rgba(0, 194, 255, .55);
}
.btn--primary::after { content: "\2192"; font-size: 1.1em; }
.btn--primary:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 14px 36px -8px rgba(0, 194, 255, .7); }
.btn--lg { padding: 1.05rem 2.4rem; font-size: 1rem; }
.btn--block { width: 100%; }

/* ---- Header ---- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10, 14, 26, .82); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(155, 176, 201, .12);
}
.site-header__inner { display: flex; align-items: center; gap: 1.25rem; padding-block: .85rem; }
.logo { font-family: var(--ff-display); font-weight: 800; font-size: 1.35rem; color: #fff; white-space: nowrap; }
.logo__i { color: var(--cyan); }
.logo__me { color: var(--cyan); }
.nav { display: flex; gap: 1.4rem; margin-left: auto; }
.nav a { color: var(--text-on-dark-muted); font-weight: 500; font-size: .95rem; white-space: nowrap; }
.nav a:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.lang { display: inline-flex; gap: .15rem; }
.lang__btn {
  background: transparent; color: var(--text-on-dark-muted);
  border: 1px solid rgba(155, 176, 201, .25); border-radius: 8px;
  padding: .3rem .5rem; font-size: .8rem; font-weight: 600; cursor: pointer;
}
.lang__btn.is-active { color: #fff; border-color: var(--cyan); background: rgba(30, 155, 224, .18); }
.phone { color: #fff; font-weight: 600; white-space: nowrap; }
.phone:hover { color: var(--cyan-2); }

/* ---- Section shell ---- */
.section {
  position: relative; overflow: hidden;
  padding-block: var(--gap);
}
.section--dark { background: linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-dark-2) 100%); color: var(--text-on-dark); }
.section--light { background: var(--bg-light-2); color: var(--text-on-light); }
.section--dark .section__title { color: #fff; }
.section__title { font-size: clamp(1.6rem, 4vw, 2.6rem); text-transform: uppercase; margin-bottom: 1.5rem; }
.section__title::after {
  content: ""; display: block; width: 46px; height: 3px; margin-top: 1rem;
  background: var(--grad-cyan); border-radius: 2px;
}
.text-center .section__title::after, .section__title.text-center::after { margin-inline: auto; }
.eyebrow { color: var(--text-on-light-muted); font-weight: 500; margin: 0 0 .4rem; }
.section--dark .eyebrow { color: var(--text-on-dark-muted); }

/* Large outline section number */
.section__num {
  position: absolute; right: clamp(.5rem, 3vw, 3rem); bottom: .5rem;
  font-family: var(--ff-display); font-weight: 800; font-size: clamp(4rem, 12vw, 9rem);
  line-height: 1; letter-spacing: -.03em; pointer-events: none;
  color: transparent; -webkit-text-stroke: 2px rgba(30, 155, 224, .45); text-stroke: 2px rgba(30, 155, 224, .45);
  opacity: .5;
}
.section__num--dark { -webkit-text-stroke-color: rgba(26, 35, 50, .12); }

/* Diagonal accent cut (top-left) on dark sections */
.section--dark::before {
  content: ""; position: absolute; top: -1px; left: -1px; width: 220px; height: 120px;
  background: var(--grad-cyan); clip-path: polygon(0 0, 100% 0, 0 100%); opacity: .9;
}

/* ---- Reveal motion ---- */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].is-revealed { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .btn { transition: none; }
  .rocket-svg .rk-flame, .rocket-svg .rk-glow,
  .rocket-svg .rk-body, .rocket-svg .rk-boosters, .rocket-svg .rk-fins,
  .rocket-svg .rk-window, .rocket-svg .rk-window-shine, .rocket-svg > path:last-of-type { animation: none; }
  .sol__tags li { opacity: 1; transform: none; animation: none; }
  .sol__tags li::after { transition: none; }
  .rk-fx > * { animation: none; opacity: 0; }
}

/* ---- 01 Hero ---- */
.hero { min-height: 88vh; display: flex; align-items: center; text-align: center; }
.hero__inner { max-width: 860px; margin-inline: auto; position: relative; z-index: 2; }
.hero__title { font-size: clamp(2rem, 6vw, 4rem); text-transform: uppercase; margin-bottom: 1.2rem; }
.hero__subtitle { color: var(--text-on-dark-muted); font-size: clamp(1rem, 2.2vw, 1.25rem); max-width: 620px; margin: 0 auto 2rem; }
.hero__earth {
  position: absolute; left: 50%; bottom: -46vw; transform: translateX(-50%);
  width: 120vw; height: 120vw; border-radius: 50%;
  background: radial-gradient(circle at 50% 0%, rgba(30,155,224,.55), rgba(13,27,42,0) 60%),
              radial-gradient(circle at 50% 40%, #123 0%, #0a0e1a 70%);
  box-shadow: 0 -30px 120px -20px rgba(0,194,255,.5); z-index: 1;
}
.hero__next {
  position: absolute; right: 3rem; top: 50%; color: var(--text-on-dark-muted);
  font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; z-index: 2;
}
.hero__next::before { content: "\2013  "; color: var(--cyan); }

/* ---- 02 Pain ---- */
.pain__card {
  height: 100%; background: #fff; border: 1px solid rgba(26,35,50,.08); border-radius: var(--radius);
  padding: 1.6rem; display: flex; flex-direction: column; gap: 1rem; align-items: flex-start;
  box-shadow: 0 16px 40px -28px rgba(26,35,50,.5);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.pain__card:hover { transform: translateY(-6px); border-color: var(--cyan); box-shadow: 0 22px 46px -22px rgba(0,194,255,.45); }
.pain__icon {
  flex: 0 0 auto; width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center;
  color: #fff; background: var(--grad-cyan); box-shadow: 0 10px 24px -12px rgba(0,194,255,.7);
}
.pain__icon svg { width: 30px; height: 30px; }
.pain__card p { margin: 0; color: var(--text-on-light); font-weight: 500; }

/* ---- 03 Consequence ---- */
.cons__grid { margin-block: 2.5rem 2rem; }
.cons__item { display: flex; flex-direction: column; align-items: center; }
.cons__word { font-family: var(--ff-display); font-weight: 800; font-size: clamp(1.8rem, 5vw, 3rem); text-transform: uppercase; }
.cons__sub { color: var(--text-on-dark-muted); text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; margin-top: .3rem; }

/* ---- 04 Solution ---- */
.sol__head { max-width: 760px; margin: 0 auto 2.5rem; }
.sol__sub { color: var(--text-on-light-muted); font-size: 1.1rem; margin: .3rem 0 0; }
.sol__steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.4rem; }
.sol__steps li { display: flex; gap: 1rem; align-items: baseline; }
.sol__step-n { font-family: var(--ff-display); font-weight: 800; font-size: 1.5rem; color: var(--cyan); flex: 0 0 auto; }
.sol__rocket { position: relative; display: flex; gap: 1.5rem; align-items: center; justify-content: center; padding: 1rem; }
.sol__tags { list-style: none; margin: 0; padding: 0; display: grid; gap: .8rem; }
.sol__tags li {
  position: relative; background: #fff; border: 1px solid rgba(26,35,50,.08); border-radius: var(--radius-pill);
  padding: .55rem 1.1rem .55rem 1.4rem; font-weight: 600; font-size: .85rem; text-transform: uppercase; letter-spacing: .03em;
  box-shadow: 0 8px 20px -14px rgba(26,35,50,.4); cursor: default; color: var(--text-on-light);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease, color .3s ease;
}
/* connector dot + line (points toward the rocket on the left) */
.sol__tags li::before {
  content: ""; position: absolute; left: .7rem; top: 50%; transform: translateY(-50%);
  width: 8px; height: 8px; border-radius: 50%; background: rgba(26,35,50,.2); transition: background .3s ease, box-shadow .3s ease;
}
.sol__tags li::after {
  content: ""; position: absolute; right: 100%; top: 50%; height: 2px; width: 0;
  background: var(--grad-cyan); transform: translateY(-50%); transition: width .35s ease; opacity: 0;
}
.sol__tags li:hover, .sol__tags li.is-active {
  transform: translateX(-6px); border-color: var(--cyan); color: var(--cyan);
  box-shadow: 0 12px 28px -12px rgba(0,194,255,.65);
}
.sol__tags li:hover::before, .sol__tags li.is-active::before { background: var(--cyan-2); box-shadow: 0 0 0 4px rgba(0,194,255,.2); }
.sol__tags li:hover::after, .sol__tags li.is-active::after { width: clamp(14px, 3vw, 42px); opacity: 1; }

/* staggered entrance when the block reveals */
.sol__tags li { opacity: 0; transform: translateX(22px); }
.rocket-stage.is-revealed .sol__tags li { animation: tag-in .5s ease forwards; }
.rocket-stage.is-revealed .sol__tags li:nth-child(1) { animation-delay: .05s; }
.rocket-stage.is-revealed .sol__tags li:nth-child(2) { animation-delay: .13s; }
.rocket-stage.is-revealed .sol__tags li:nth-child(3) { animation-delay: .21s; }
.rocket-stage.is-revealed .sol__tags li:nth-child(4) { animation-delay: .29s; }
.rocket-stage.is-revealed .sol__tags li:nth-child(5) { animation-delay: .37s; }
.rocket-stage.is-revealed .sol__tags li:nth-child(6) { animation-delay: .45s; }
@keyframes tag-in { to { opacity: 1; transform: none; } }
/* Rocket illustration + interaction */
.rocket-wrap { flex: 0 0 auto; display: grid; place-items: center; }
.rocket-svg { width: clamp(150px, 20vw, 220px); height: auto; overflow: visible; }
.rocket-svg .rk-body,
.rocket-svg .rk-boosters,
.rocket-svg .rk-fins,
.rocket-svg .rk-window,
.rocket-svg .rk-window-shine { transition: transform .35s ease, filter .35s ease; }
.rocket-svg .rk-window { transform-box: fill-box; transform-origin: center; }

/* Idle float + flame flicker */
.rk-craft { }
@keyframes rk-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes rk-flicker { 0%,100% { transform: scaleY(.9); opacity: .85; } 50% { transform: scaleY(1.12); opacity: 1; } }
@keyframes rk-glow-pulse { 0%,100% { opacity: .5; } 50% { opacity: .85; } }
.rocket-svg .rk-body, .rocket-svg .rk-boosters, .rocket-svg .rk-fins,
.rocket-svg .rk-window, .rocket-svg .rk-window-shine, .rocket-svg > path:last-of-type {
  animation: rk-bob 4s ease-in-out infinite;
}
.rocket-svg .rk-flame { transform-box: fill-box; transform-origin: 50% 0; animation: rk-flicker 1.4s ease-in-out infinite; }
.rocket-svg .rk-glow { animation: rk-glow-pulse 2.6s ease-in-out infinite; }

/* Boost state (a tag is active) */
.rocket-stage.is-boosting .rk-craft-parts { }
.rocket-stage.is-boosting .rocket-svg .rk-body,
.rocket-stage.is-boosting .rocket-svg .rk-boosters,
.rocket-stage.is-boosting .rocket-svg .rk-fins { transform: translateY(-14px); }
.rocket-stage.is-boosting .rocket-svg .rk-window,
.rocket-stage.is-boosting .rocket-svg .rk-window-shine { transform: translateY(-14px) scale(1.12); filter: drop-shadow(0 0 6px rgba(0,194,255,.9)); }
.rocket-stage.is-boosting .rocket-svg .rk-flame { animation-duration: .5s; }
.rocket-stage.is-boosting .rocket-svg .rk-flame__outer { transform: scaleY(1.35); }
.rocket-stage.is-boosting .rocket-svg .rk-glow { opacity: 1; }

/* Per-tag FX overlay: a distinct effect per Solution tag (data-anim 1..6) */
.rk-fx > * { opacity: 0; }
.fx-ripple, .fx-signal-1, .fx-signal-2, .fx-aura,
.fx-spark path { transform-box: fill-box; transform-origin: center; }
.fx-sweep { transform-box: fill-box; }

/* 1 - Analytics: cyan ripple from the window */
.rocket-stage[data-anim="1"] .fx-ripple { animation: fx-ripple 1.1s ease-out infinite; }
@keyframes fx-ripple { 0% { opacity: .8; transform: scale(1); } 100% { opacity: 0; transform: scale(2.4); } }

/* 2 - Ad setup: broadcast signal rings from the nose */
.rocket-stage[data-anim="2"] .fx-signal-1 { animation: fx-signal 1.2s ease-out infinite; }
.rocket-stage[data-anim="2"] .fx-signal-2 { animation: fx-signal 1.2s ease-out .6s infinite; }
@keyframes fx-signal { 0% { opacity: .85; transform: scale(.5); } 100% { opacity: 0; transform: scale(2.6); } }

/* 3 - WEB dev: light scan sweeping down the body */
.rocket-stage[data-anim="3"] .fx-sweep { animation: fx-sweep 1.4s ease-in-out infinite; }
@keyframes fx-sweep { 0% { transform: translateY(0); opacity: 0; } 20% { opacity: .4; } 80% { opacity: .4; } 100% { transform: translateY(250px); opacity: 0; } }

/* 4 - USP: sparkles twinkle near the nose */
.rocket-stage[data-anim="4"] .fx-spark-1 { animation: fx-spark 1s ease-in-out infinite; }
.rocket-stage[data-anim="4"] .fx-spark-2 { animation: fx-spark 1s ease-in-out .33s infinite; }
.rocket-stage[data-anim="4"] .fx-spark-3 { animation: fx-spark 1s ease-in-out .66s infinite; }
@keyframes fx-spark { 0%,100% { opacity: 0; transform: scale(.4); } 50% { opacity: 1; transform: scale(1.2); } }

/* 5 - Marketing: stronger flame flare + booster shake */
.rocket-stage[data-anim="5"] .rk-flame { animation-duration: .35s; }
.rocket-stage[data-anim="5"] .rk-flame__outer { transform: scaleY(1.6); }
.rocket-stage[data-anim="5"] .rk-boosters { animation: fx-shake .18s ease-in-out infinite; }
@keyframes fx-shake { 0%,100% { transform: translateX(0); } 25% { transform: translateX(-2px); } 75% { transform: translateX(2px); } }

/* 6 - Business analysis: aura ring pulsing around the rocket */
.rocket-stage[data-anim="6"] .fx-aura { animation: fx-aura 1.6s ease-out infinite; }
@keyframes fx-aura { 0% { opacity: .6; transform: scale(.7); } 100% { opacity: 0; transform: scale(1.12); } }

.rocket-mini { display: inline-grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%; background: var(--grad-cyan); position: relative; }
.rocket-mini::after { content: "\2191"; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-weight: 800; }

/* ---- 05 Benefits ---- */
.ben__for { font-family: var(--ff-display); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin: 1.5rem 0 1.5rem; }
.ben__grid { max-width: 900px; margin-inline: auto; }
.ben__item { display: flex; gap: .8rem; align-items: center; }
.ben__dot { flex: 0 0 auto; width: 12px; height: 12px; border-radius: 50%; background: var(--grad-cyan); }
.ben__item p { margin: 0; }

/* ---- 06 Stats ---- */
.stats__row { margin-bottom: 3rem; }
.stats__item { display: flex; flex-direction: column; }
.stats__n { font-family: var(--ff-display); font-weight: 800; font-size: clamp(3rem, 9vw, 5.5rem); background: var(--grad-cyan); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stats__label { color: var(--text-on-dark-muted); text-transform: uppercase; letter-spacing: .08em; font-size: .85rem; }
.stats__quote { max-width: 720px; margin: 0 auto; }
.stats__slogan { font-family: var(--ff-display); font-weight: 800; font-size: clamp(1.6rem, 4.5vw, 2.6rem); text-transform: uppercase; margin: .3rem 0 1.6rem; }

/* ---- 07 Process ---- */
.proc__steps { list-style: none; margin: 2.5rem auto; padding: 0; max-width: 760px; display: grid; gap: 1.2rem; }
.proc__steps li { display: flex; gap: 1.2rem; align-items: center; background: rgba(255,255,255,.04); border: 1px solid rgba(155,176,201,.14); border-radius: var(--radius); padding: 1rem 1.3rem; }
.proc__n { font-family: var(--ff-display); font-weight: 800; font-size: 1.4rem; color: var(--cyan); flex: 0 0 auto; }

/* ---- 08 Team ---- */
.team__grid { margin-block: 2.5rem; }
.team__card { display: flex; flex-direction: column; align-items: center; gap: .7rem; }
.team__avatar {
  width: 92px; height: 92px; border-radius: 50%; display: grid; place-items: center;
  background: radial-gradient(circle at 50% 35%, #22405c, #0d1b2a); border: 2px solid var(--cyan);
  color: var(--cyan-2); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.team__avatar svg { width: 40px; height: 40px; }
.team__card:hover .team__avatar {
  transform: translateY(-6px); border-color: var(--cyan-2);
  box-shadow: 0 14px 30px -10px rgba(0,194,255,.6), inset 0 0 24px rgba(0,194,255,.25);
}
.team__role { font-size: .85rem; color: var(--text-on-dark-muted); text-align: center; transition: color .3s ease; }
.team__card:hover .team__role { color: #fff; }

/* ---- 09 Testimonials ---- */
.tst__grid { margin-top: 2.5rem; }
.tst__card { display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.tst__avatar { width: 84px; height: 84px; border-radius: 50%; background: radial-gradient(circle at 50% 35%, #24455f, #0a0e1a); border: 2px solid rgba(0,194,255,.5); position: relative; }
.tst__avatar::after { content: "\25B6"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--cyan-2); }
.tst__name { font-weight: 700; }
.tst__role { font-size: .8rem; color: var(--text-on-dark-muted); }

/* ---- 10 Pricing ---- */
.pricing__grid { margin-top: 2.5rem; }
.plan {
  position: relative; height: 100%; background: #fff; border-radius: var(--radius);
  padding: 2rem 1.6rem; display: flex; flex-direction: column; gap: 1rem;
  box-shadow: 0 20px 50px -30px rgba(26,35,50,.5); border: 1px solid rgba(26,35,50,.06);
}
.plan--featured { border: 2px solid var(--cyan); transform: translateY(-10px); box-shadow: 0 30px 60px -25px rgba(0,194,255,.5); }
.plan__badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--grad-cyan); color: #fff; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: .3rem .9rem; border-radius: var(--radius-pill); }
.plan__pre { color: var(--text-on-light-muted); font-size: .85rem; margin: 0; }
.plan__title { font-size: 1.25rem; text-transform: uppercase; }
.plan__features { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; flex: 1; }
.plan__features li { position: relative; padding-left: 1.3rem; font-size: .92rem; color: var(--text-on-light); }
.plan__features li::before { content: ""; position: absolute; left: 0; top: .5em; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); }
.plan__price { font-family: var(--ff-display); font-weight: 800; font-size: 2rem; color: var(--text-on-light); }
.plan .btn { align-self: flex-start; }

/* ---- 11 Guarantee ---- */
.guar__grid { margin-top: 2.5rem; }
.guar__item { display: flex; gap: 1rem; align-items: flex-start; }
.guar__item p { margin: .3rem 0 0; color: var(--text-on-dark-muted); }

/* ---- 12 Lead / form ---- */
.lead__sub { color: var(--text-on-dark-muted); font-size: 1.1rem; margin: 0 0 2.2rem; }
.lead__form { background: rgba(255,255,255,.04); border: 1px solid rgba(155,176,201,.16); border-radius: var(--radius); padding: 1.8rem; display: grid; gap: 1.1rem; }
.hp { position: absolute; left: -9999px; }
.field { display: grid; gap: .35rem; }
.field label { font-size: .85rem; font-weight: 600; color: var(--text-on-dark-muted); }
.field input, .field textarea {
  width: 100%; padding: .8rem 1rem; border-radius: 10px; font-family: var(--ff-body); font-size: 1rem;
  background: rgba(10,14,26,.6); border: 1px solid rgba(155,176,201,.25); color: #fff;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(155,176,201,.6); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(30,155,224,.25); }
.field--invalid input, .field--invalid textarea { border-color: #ff5a6a; }
.field__error { min-height: 1em; margin: 0; color: #ff8a95; font-size: .82rem; }
.form__privacy { margin: 0; font-size: .78rem; color: var(--text-on-dark-muted); text-align: center; }
.form__status { margin: .3rem 0 0; text-align: center; font-weight: 600; color: var(--cyan-2); }

/* Post-submit success panel */
.lead__success {
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
  background: rgba(0,194,255,.06); border: 1px solid rgba(0,194,255,.35); border-radius: var(--radius);
  padding: 2.4rem 1.8rem; text-align: center; display: flex; flex-direction: column; align-items: center; gap: .9rem;
}
.lead__success:focus { outline: none; }
.lead__success-check {
  width: 64px; height: 64px; border-radius: 50%; background: var(--grad-cyan); color: #fff;
  display: grid; place-items: center; font-size: 2rem; font-weight: 800;
  box-shadow: 0 10px 30px -8px rgba(0,194,255,.7);
}
.lead__success-title { font-family: var(--ff-display); font-size: 1.6rem; text-transform: uppercase; color: #fff; margin: 0; }
.lead__success-sub { color: var(--text-on-dark-muted); margin: 0; max-width: 420px; }
.lead__success-phone { font-family: var(--ff-display); font-size: 1.4rem; color: var(--cyan-2); }
.lead__success-more {
  margin-top: .3rem; background: transparent; color: var(--text-on-dark-muted);
  border: 1px solid rgba(155,176,201,.35); border-radius: var(--radius-pill);
  padding: .6rem 1.4rem; font-weight: 600; cursor: pointer; transition: color .2s ease, border-color .2s ease;
}
.lead__success-more:hover { color: #fff; border-color: var(--cyan); }

/* ---- Footer ---- */
.site-footer { background: var(--bg-dark); color: var(--text-on-dark-muted); padding-block: 2.5rem; border-top: 1px solid rgba(155,176,201,.12); }
.site-footer__inner { display: flex; flex-direction: column; align-items: center; gap: .7rem; text-align: center; }
.site-footer__tagline { max-width: 520px; margin: 0; }
.site-footer__copy { margin: 0; font-size: .82rem; opacity: .8; }

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .nav { display: none; }
  .plan--featured { transform: none; }
}
@media (max-width: 767px) {
  .site-header__inner { flex-wrap: wrap; gap: .75rem; }
  .header-actions { width: 100%; justify-content: space-between; gap: .6rem; }
  .header-actions__cta { display: none; }
  .hero { min-height: 78vh; }
  .hero__next { display: none; }
  .btn { width: 100%; }
  .plan .btn { align-self: stretch; }
  .section__num { font-size: 4rem; }
}
@media (min-width: 1921px) {
  .container { max-width: 1320px; }
}
