:root {
  --ink: #081126;
  --ink-2: #0d1b3f;
  --surface: #f6f8ff;
  --white: #ffffff;
  --text: #101936;
  --muted: #5b6682;
  --cyan: #18bfff;
  --blue: #3775ff;
  --violet: #7b4dff;
  --magenta: #d748d7;
  --line: rgba(255,255,255,.15);
  --dark-line: #dce2f2;
  --shadow: 0 24px 60px rgba(5,16,48,.16);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--surface); line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(1160px, calc(100% - 36px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(5,13,34,.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; color: #fff; font-size: 2rem; font-weight: 800; letter-spacing: -.06em; }
.brand span { background: linear-gradient(120deg, var(--cyan), var(--magenta)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand small { font-size: .7em; letter-spacing: -.04em; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links > a:not(.button) { color: #dce7ff; text-decoration: none; font-weight: 650; font-size: .92rem; }
.nav-links > a:hover { color: #fff; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 50px; border-radius: 14px; padding: 0 22px; text-decoration: none; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; font: inherit; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(110deg, #b841d7, #624bff 52%, #14a9ff); box-shadow: 0 12px 28px rgba(89,71,255,.32); }
.button-secondary { color: #fff; background: rgba(255,255,255,.07); border-color: rgba(122,150,255,.65); }
.button-small { min-height: 42px; padding: 0 17px; border-radius: 12px; }
.button.full { width: 100%; }
.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 36%, rgba(37,71,255,.35), transparent 35%), linear-gradient(135deg, #050b1d 0%, #071634 58%, #18072a 100%); }
.hero:before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 82%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(18px); opacity: .45; }
.hero-glow-one { width: 440px; height: 440px; right: -180px; bottom: -120px; background: #d82dbb; }
.hero-glow-two { width: 380px; height: 380px; left: 25%; top: -240px; background: #008dff; }
.hero-grid { position: relative; min-height: 650px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 58px; padding: 72px 0 82px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #c9d8ff; text-transform: uppercase; letter-spacing: .17em; font-weight: 800; font-size: .78rem; }
.eyebrow.dark { color: #506386; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: #44ef93; box-shadow: 0 0 16px #44ef93; }
h1, h2, h3 { line-height: 1.08; margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 6vw, 5.6rem); letter-spacing: -.055em; }
h2 { margin-bottom: 18px; font-size: clamp(2.15rem, 4vw, 3.75rem); letter-spacing: -.045em; }
h3 { margin-bottom: 12px; font-size: 1.35rem; }
.gradient-text { background: linear-gradient(105deg, #1dc7ff, #6c67ff 48%, #e84bd1); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lede { max-width: 660px; color: #d8e3fb; font-size: clamp(1.08rem, 2vw, 1.32rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 22px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 18px; color: #aebde0; font-size: .9rem; }
.trust-row span:before { content: "✓"; color: #5cf0a5; margin-right: 7px; font-weight: 900; }
.call-guide { max-width: 670px; margin-top: 20px; padding: 13px 15px; border-left: 3px solid var(--cyan); color: #bfceed; background: rgba(14,37,84,.48); border-radius: 0 10px 10px 0; font-size: .93rem; }
.phone-stage { position: relative; display: grid; place-items: center; min-height: 520px; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(93,148,255,.34); }
.orbit-one { width: 510px; height: 330px; transform: rotate(-18deg); }
.orbit-two { width: 430px; height: 430px; transform: rotate(25deg); border-color: rgba(219,76,211,.3); }
.phone-shell { position: relative; width: min(310px, 75vw); height: 590px; border-radius: 46px; padding: 10px; background: linear-gradient(145deg, #7f8492, #171a25 25%, #030712 70%, #6e7280); box-shadow: 0 30px 70px rgba(0,0,0,.55), 0 0 70px rgba(41,92,255,.3); transform: rotate(2deg); }
.phone-screen { height: 100%; border-radius: 38px; padding: 64px 22px 26px; text-align: center; background: radial-gradient(circle at 50% 42%, rgba(70,59,255,.28), transparent 25%), linear-gradient(180deg, #080d2c, #050713 72%); }
.phone-notch { position: absolute; z-index: 2; width: 105px; height: 28px; left: 50%; top: 18px; transform: translateX(-50%); border-radius: 20px; background: #02030a; }
.calling-label { color: #bdc8e2; font-size: .93rem; }
.phone-name { margin-top: 8px; font-size: 2rem; font-weight: 800; }
.voice-orb { position: relative; width: 170px; height: 170px; margin: 34px auto 22px; display: grid; place-items: center; }
.voice-orb:before, .voice-orb:after, .voice-orb span { content: ""; position: absolute; border-radius: 50%; border: 5px solid transparent; }
.voice-orb:before { inset: 0; border-top-color: #22c7ff; border-left-color: #4775ff; filter: drop-shadow(0 0 12px #23bfff); animation: spin 5s linear infinite; }
.voice-orb:after { inset: 14px; border-right-color: #d344da; border-bottom-color: #774cff; animation: spin 4s linear infinite reverse; }
.voice-orb span:nth-child(1) { inset: 31px; border: 3px solid rgba(99,125,255,.5); }
.voice-orb span:nth-child(2) { inset: 49px; background: radial-gradient(circle, rgba(42,180,255,.55), rgba(104,39,219,.16) 55%, transparent 68%); box-shadow: 0 0 30px rgba(34,163,255,.65); }
@keyframes spin { to { transform: rotate(360deg); } }
.phone-subtitle { color: #e4e9f7; font-size: .95rem; }
.phone-controls { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 52px 0 22px; }
.phone-controls div { display: grid; gap: 5px; justify-items: center; color: #dce5ff; }
.phone-controls b { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #18213b; }
.phone-controls small { font-size: .68rem; }
.hangup { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto; border-radius: 50%; background: #ff4a4a; color: #fff; text-decoration: none; font-size: 1.35rem; transform: rotate(135deg); }
.section { padding: 92px 0; }
.light-section { background: #fff; }
.services-section { color: #fff; background: linear-gradient(145deg, #071126, #0a1740 55%, #160a2c); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading p { color: var(--muted); font-size: 1.08rem; }
.services-section .section-heading p { color: #b9c6e8; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.step-card { position: relative; padding: 30px; border: 1px solid var(--dark-line); border-radius: var(--radius); background: #fff; box-shadow: 0 16px 34px rgba(25,44,92,.08); }
.step-number { position: absolute; right: 22px; top: 20px; color: #7a87a7; font-weight: 900; font-size: 1.7rem; }
.step-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 22px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--violet)); font-size: 1.35rem; }
.step-card p, .cap-grid p { color: var(--muted); margin-bottom: 0; }
.offer-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; max-width: 980px; margin: 0 auto; }
.offer-card { position: relative; padding: 34px; border: 1px solid rgba(133,159,255,.24); border-radius: var(--radius); background: rgba(8,21,54,.76); box-shadow: var(--shadow); }
.offer-card.featured { border-color: rgba(222,73,217,.65); background: linear-gradient(160deg, rgba(27,36,92,.94), rgba(45,14,70,.9)); }
.offer-kicker { color: #9fbbff; text-transform: uppercase; letter-spacing: .13em; font-size: .75rem; font-weight: 850; }
.price { margin: 20px 0 8px; font-size: 3.25rem; font-weight: 900; letter-spacing: -.06em; }
.price small { font-size: 1rem; letter-spacing: 0; color: #aebce0; font-weight: 700; }
.offer-card > p { color: #c5d1ef; }
.offer-card ul { padding: 0; margin: 25px 0; list-style: none; }
.offer-card li { position: relative; padding: 8px 0 8px 27px; color: #e0e7fa; }
.offer-card li:before { content: "✓"; position: absolute; left: 0; color: #5cf0a5; font-weight: 900; }
.fine-print { color: #9daed3 !important; font-size: .83rem; }
.center-link { text-align: center; margin-top: 28px; }
.center-link a { color: #bfcfff; font-weight: 800; }
.cap-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.cap-grid article { padding: 25px; border: 1px solid var(--dark-line); border-radius: 20px; background: #f9faff; }
.cap-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 17px; border-radius: 15px; color: #fff; background: linear-gradient(140deg, #05b5ff, #7a4aff 55%, #d44cca); font-size: 1.25rem; }
.lead-section { background: linear-gradient(135deg, #edf1ff, #faf6ff); }
.lead-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 45px; padding: 46px; color: #fff; border-radius: 30px; background: linear-gradient(135deg, #071126, #101d52 58%, #311044); box-shadow: var(--shadow); }
.lead-copy p { color: #c5d0ed; }
.lead-form { display: grid; gap: 14px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
label { display: grid; gap: 7px; color: #dbe5ff; font-size: .82rem; font-weight: 750; }
input, select, textarea { width: 100%; border: 1px solid rgba(154,174,229,.55); border-radius: 11px; padding: 12px 13px; color: #101935; background: #fff; font: inherit; outline: none; }
input:focus, select:focus, textarea:focus { border-color: #5ea8ff; box-shadow: 0 0 0 3px rgba(76,133,255,.2); }
textarea { resize: vertical; }
.form-status { min-height: 1.4em; margin: 0; color: #b9fbd4; font-weight: 750; }
.form-status.error { color: #ffc3c3; }
.consent-copy { margin: 0; color: #9eacd0; font-size: .74rem; }
.site-footer { padding: 48px 0 24px; color: #b6c3e2; background: #050b1c; }
.footer-grid { display: flex; justify-content: space-between; gap: 38px; }
.footer-brand { display: inline-block; margin-bottom: 5px; }
.footer-grid p { margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: flex-end; gap: 14px 22px; }
.footer-links a { color: #dce5fb; text-decoration: none; }
.copyright { padding-top: 30px; margin-top: 30px; border-top: 1px solid var(--line); font-size: .82rem; }
@media (max-width: 920px) {
  .nav-links a:not(.button) { display: none; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { display: grid; justify-items: center; }
  .trust-row { justify-content: center; }
  .phone-stage { min-height: 540px; }
  .steps-grid, .cap-grid { grid-template-columns: 1fr 1fr; }
  .lead-panel { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 24px, 1160px); }
  .brand { font-size: 1.65rem; }
  .nav-wrap { min-height: 62px; }
  .nav-links .button { min-height: 38px; padding: 0 13px; font-size: .83rem; }
  .hero-grid { padding: 54px 0 64px; gap: 30px; }
  h1 { font-size: clamp(2.65rem, 14vw, 4.25rem); }
  .phone-shell { height: 535px; }
  .section { padding: 68px 0; }
  .steps-grid, .offer-grid, .cap-grid, .field-row { grid-template-columns: 1fr; }
  .offer-card, .lead-panel { padding: 26px 20px; }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .footer-grid { display: grid; }
  .footer-links { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
