:root {
  --black: #080b0f;
  --charcoal: #10151b;
  --panel: #151b22;
  --panel-2: #1a212a;
  --powder: #92c5f5;
  --powder-light: #c7e3fb;
  --steel: #6b7280;
  --silver: #d1d5db;
  --white: #f8fafc;
  --muted: #9ca6b5;
  --border: rgba(209, 213, 219, 0.13);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--black);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0; position: relative; }
.page-glow {
  position: fixed;
  width: 520px; height: 520px; border-radius: 50%;
  filter: blur(120px); opacity: .12; pointer-events: none; z-index: -1;
}
.page-glow-one { background: var(--powder); top: -160px; right: -190px; }
.page-glow-two { background: #536d88; bottom: -220px; left: -220px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  background: rgba(8, 11, 15, .78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
}
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 205px; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { font-size: 14px; color: var(--silver); transition: .2s; }
.desktop-nav a:hover { color: var(--powder); }
.nav-cta {
  border: 1px solid rgba(146,197,245,.45);
  border-radius: 10px; padding: 10px 16px;
  background: rgba(146,197,245,.08);
}
.menu-button { display: none; color: white; background: none; border: 0; font-size: 24px; }
.mobile-nav { display: none; padding: 0 20px 20px; }
.mobile-nav.open { display: grid; gap: 12px; }
.mobile-nav a { color: var(--silver); padding: 8px 0; }

.hero { padding-top: 185px; min-height: 790px; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.eyebrow {
  display: flex; align-items: center; gap: 10px;
  color: var(--powder); font-size: 12px; letter-spacing: .16em;
  text-transform: uppercase; font-weight: 700; margin-bottom: 18px;
}
.eyebrow span { width: 26px; height: 2px; background: var(--powder); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(52px, 7vw, 82px);
  line-height: .98; letter-spacing: -.055em;
  margin-bottom: 26px; max-width: 750px;
}
h1 span { color: var(--powder); }
.hero-lead { color: var(--muted); font-size: 19px; max-width: 650px; }
.hero-actions { display: flex; gap: 14px; margin: 34px 0 42px; }
.button {
  display: inline-flex; justify-content: center; align-items: center;
  min-height: 50px; padding: 0 22px; border-radius: 10px;
  font-weight: 700; border: 1px solid transparent; cursor: pointer;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); }
.primary {
  color: #071019; background: linear-gradient(135deg, var(--powder-light), var(--powder));
  box-shadow: 0 12px 34px rgba(146,197,245,.18);
}
.secondary { border-color: var(--border); color: var(--white); background: rgba(255,255,255,.025); }
.full { width: 100%; }
.trust-row { display: flex; gap: 36px; }
.trust-row div { display: flex; flex-direction: column; }
.trust-row strong { font-size: 18px; color: var(--powder-light); }
.trust-row span { color: var(--steel); font-size: 12px; }

.hero-visual { position: relative; }
.visual-card {
  background: linear-gradient(145deg, rgba(26,33,42,.95), rgba(13,18,24,.96));
  border: 1px solid rgba(146,197,245,.18); border-radius: 24px;
  padding: 24px; box-shadow: var(--shadow); position: relative; z-index: 2;
}
.visual-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.status { color: var(--silver); font-size: 13px; display: flex; gap: 9px; align-items: center; }
.status i { width: 9px; height: 9px; background: #65d698; border-radius: 50%; box-shadow: 0 0 0 5px rgba(101,214,152,.1); }
.visual-top > span { color: #65d698; background: rgba(101,214,152,.1); padding: 5px 10px; border-radius: 999px; font-size: 11px; }
.call-window { background: rgba(4,7,10,.56); border: 1px solid var(--border); border-radius: 18px; padding: 22px; }
.caller { display: flex; align-items: center; gap: 13px; }
.avatar { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: rgba(146,197,245,.15); color: var(--powder); font-weight: 800; }
.caller small, .caller strong { display: block; }
.caller small { color: var(--steel); }
.caller strong { font-size: 14px; }
.waveform { height: 60px; display: flex; align-items: center; justify-content: center; gap: 5px; margin: 22px 0 12px; }
.waveform b { width: 5px; border-radius: 5px; background: var(--powder); animation: wave 1.2s ease-in-out infinite; }
.waveform b:nth-child(1), .waveform b:nth-child(12) { height: 15px; }
.waveform b:nth-child(2), .waveform b:nth-child(11) { height: 27px; animation-delay: .1s; }
.waveform b:nth-child(3), .waveform b:nth-child(10) { height: 42px; animation-delay: .2s; }
.waveform b:nth-child(4), .waveform b:nth-child(9) { height: 30px; animation-delay: .3s; }
.waveform b:nth-child(5), .waveform b:nth-child(8) { height: 52px; animation-delay: .4s; }
.waveform b:nth-child(6), .waveform b:nth-child(7) { height: 38px; animation-delay: .5s; }
@keyframes wave { 50% { transform: scaleY(.55); opacity: .65; } }
.call-window p { color: var(--silver); font-size: 14px; margin-bottom: 0; }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.result-grid div { padding: 12px; border: 1px solid var(--border); border-radius: 11px; color: var(--silver); font-size: 12px; display: flex; gap: 8px; align-items: center; }
.result-grid span { color: var(--powder); }
.floating-shield { position: absolute; width: 115px; right: -45px; bottom: -52px; opacity: .85; filter: drop-shadow(0 18px 24px rgba(0,0,0,.5)); z-index: 3; }

.logo-strip { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 28px 0; background: rgba(255,255,255,.018); }
.logo-strip p { color: var(--steel); text-align: center; font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.industry-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 34px; color: var(--silver); font-weight: 600; font-size: 13px; }

.section-heading { max-width: 720px; margin-bottom: 54px; }
.section-heading h2, .outcome-copy h2, .contact-copy h2 { font-size: clamp(36px, 5vw, 54px); line-height: 1.08; letter-spacing: -.04em; margin-bottom: 18px; }
.section-heading p, .outcome-copy p, .contact-copy p { color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  background: linear-gradient(150deg, rgba(24,31,40,.9), rgba(14,19,25,.9));
  border: 1px solid var(--border); border-radius: 18px; padding: 28px;
  transition: transform .25s, border-color .25s;
}
.service-card:hover { transform: translateY(-5px); border-color: rgba(146,197,245,.35); }
.icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: rgba(146,197,245,.1); color: var(--powder); font-size: 20px; margin-bottom: 20px; }
.service-card h3 { font-size: 18px; margin-bottom: 10px; }
.service-card p { color: var(--muted); font-size: 14px; margin: 0; }

.section-dark { background: linear-gradient(180deg, rgba(18,24,31,.75), rgba(10,14,19,.75)); border-block: 1px solid var(--border); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { padding: 25px; border-top: 1px solid rgba(146,197,245,.4); background: rgba(255,255,255,.018); }
.step b { color: var(--powder); font-size: 12px; letter-spacing: .12em; }
.step h3 { margin: 20px 0 9px; }
.step p { color: var(--muted); font-size: 14px; margin-bottom: 0; }

.outcome-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: center; }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.check-list li { color: var(--silver); }
.check-list li::before { content: "✓"; color: var(--powder); margin-right: 10px; }
.metric-panel { display: grid; gap: 14px; }
.metric { border: 1px solid var(--border); border-radius: 18px; padding: 26px; background: rgba(255,255,255,.02); }
.metric strong { display: block; color: var(--powder-light); font-size: 35px; letter-spacing: -.04em; }
.metric span { color: var(--muted); font-size: 13px; }

.pricing-section { background: rgba(255,255,255,.012); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; background: var(--panel); border: 1px solid var(--border); border-radius: 22px; padding: 30px; }
.price-card.featured { border-color: rgba(146,197,245,.55); box-shadow: 0 20px 65px rgba(146,197,245,.1); transform: translateY(-10px); }
.popular { position: absolute; right: 20px; top: 18px; color: var(--powder); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.plan-label { color: var(--powder); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.price-header h3 { font-size: 25px; margin: 10px 0 8px; }
.price-header p { color: var(--muted); font-size: 13px; min-height: 44px; }
.price { margin-top: 22px; }
.price strong { font-size: 45px; letter-spacing: -.05em; }
.price span { color: var(--muted); font-size: 13px; }
.annual { color: var(--powder-light); font-size: 12px; margin-bottom: 21px; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 11px; flex: 1; }
.price-card li { color: var(--silver); font-size: 13px; }
.price-card li::before { content: "✓"; color: var(--powder); margin-right: 9px; }
.setup { color: var(--muted); font-size: 12px; border-top: 1px solid var(--border); padding-top: 18px; }
.setup strong { color: var(--silver); }

.contact-section { border-top: 1px solid var(--border); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.contact-benefits { display: flex; flex-wrap: wrap; gap: 12px 20px; color: var(--silver); font-size: 13px; margin-top: 28px; }
.contact-benefits span::first-letter { color: var(--powder); }
.contact-form { background: linear-gradient(145deg, var(--panel-2), var(--panel)); border: 1px solid var(--border); border-radius: 22px; padding: 28px; box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 7px; color: var(--silver); font-size: 12px; margin-bottom: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
input, select, textarea { width: 100%; color: var(--white); background: rgba(4,7,10,.62); border: 1px solid var(--border); border-radius: 10px; padding: 12px 13px; outline: none; }
input:focus, select:focus, textarea:focus { border-color: rgba(146,197,245,.58); box-shadow: 0 0 0 3px rgba(146,197,245,.08); }
select option { background: var(--panel); }
.form-note { color: var(--steel); font-size: 10px; text-align: center; margin: 12px 0 0; }
.form-note code { color: var(--powder); }

footer { padding: 55px 0 24px; border-top: 1px solid var(--border); background: #06090c; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 50px; align-items: center; }
.footer-brand img { width: 210px; margin-bottom: 14px; }
.footer-brand p { color: var(--steel); font-size: 12px; max-width: 350px; }
.footer-links { display: grid; gap: 8px; color: var(--silver); font-size: 13px; }
.footer-shield { width: 58px; }
.footer-bottom { border-top: 1px solid var(--border); margin-top: 32px; padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; color: var(--steel); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero-grid, .outcome-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 65px; }
  .hero-visual { max-width: 650px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 650px; }
  .price-card.featured { transform: none; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1140px); }
  .section { padding: 78px 0; }
  .brand img { width: 175px; }
  .hero { padding-top: 140px; min-height: auto; }
  h1 { font-size: 49px; }
  .hero-actions, .trust-row { flex-direction: column; align-items: stretch; }
  .trust-row { gap: 13px; }
  .hero-actions .button { width: 100%; }
  .floating-shield { right: -5px; bottom: -55px; width: 90px; }
  .service-grid, .steps, .form-row { grid-template-columns: 1fr; }
  .result-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-links { grid-column: 1 / -1; grid-row: 2; }
  .footer-bottom { flex-direction: column; }
}
