:root {
  --navy: #081d38;
  --navy-2: #0d2d52;
  --teal: #0aa7c0;
  --teal-2: #18c2d3;
  --ink: #132238;
  --muted: #64748b;
  --line: #dfe8ef;
  --paper: #ffffff;
  --soft: #f4f8fb;
  --success: #15857b;
  --shadow: 0 24px 65px rgba(8, 29, 56, .14);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link {
  position: fixed; left: 12px; top: -80px; z-index: 9999;
  padding: 10px 14px; background: white; border-radius: 8px;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  border-bottom: 1px solid rgba(223, 232, 239, .8);
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; margin-right: auto; }
.brand img { width: 164px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a, .site-footer a { text-decoration: none; }
.main-nav a { font-size: .94rem; font-weight: 650; color: #314158; }
.main-nav a:hover { color: var(--teal); }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 24px; border: 0; border-radius: 12px;
  color: white; background: linear-gradient(135deg, var(--teal-2), var(--teal));
  box-shadow: 0 12px 30px rgba(10, 167, 192, .26);
  text-decoration: none; font-weight: 800; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 35px rgba(10, 167, 192, .32); filter: saturate(1.05); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(24, 194, 211, .35); outline-offset: 3px;
}
.button-small { min-height: 44px; padding-inline: 18px; font-size: .93rem; }
.button-full { width: 100%; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--navy); }

.hero {
  position: relative; overflow: hidden; padding-top: 78px;
  background:
    radial-gradient(circle at 15% 16%, rgba(24,194,211,.12), transparent 28%),
    linear-gradient(180deg, #fbfdff 0%, #f4f8fb 72%, #fff 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; padding-bottom: 78px; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow {
  display: inline-block; margin-bottom: 14px; color: var(--teal);
  font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase;
}
h1, h2, h3 { color: var(--navy); line-height: 1.12; margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 22px; font-size: clamp(2.65rem, 5.4vw, 5.45rem); letter-spacing: -.055em; }
h1 span, h2 span { color: var(--teal); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.5vw, 3.35rem); letter-spacing: -.04em; }
h3 { margin-bottom: 10px; font-size: 1.14rem; }
p { margin-top: 0; }
.hero-lead { max-width: 625px; margin-bottom: 22px; color: #4b5e75; font-size: 1.17rem; }
.price-line { display: flex; align-items: baseline; gap: 12px; margin: 6px 0 18px; }
.price-line strong { color: var(--teal); font-size: clamp(4rem, 7vw, 6rem); letter-spacing: -.07em; line-height: .95; }
.price-line span { color: var(--navy); font-weight: 800; }
.hero-list { display: grid; gap: 9px; padding: 0; margin: 0 0 28px; list-style: none; }
.hero-list li { display: flex; align-items: center; gap: 10px; font-weight: 750; }
.hero-list li span {
  display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%;
  color: white; background: var(--teal);
}
.hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.text-link { color: var(--navy); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.microcopy { margin: 16px 0 0; color: var(--muted); font-size: .88rem; }

.hero-visual { position: relative; min-width: 0; }
.browser-card {
  position: relative; z-index: 2; overflow: hidden; border: 9px solid #0b1522; border-radius: 24px;
  background: #0b1522; box-shadow: var(--shadow); transform: perspective(1400px) rotateY(-5deg) rotateX(2deg);
}
.browser-top { display: flex; align-items: center; gap: 7px; height: 34px; padding: 0 12px; background: #101d2c; }
.browser-top > span { width: 8px; height: 8px; border-radius: 50%; background: #88a0b7; }
.browser-address {
  width: 44%; height: 17px; margin-left: 8px; padding-left: 8px; border-radius: 5px;
  color: #b9c5cf; background: #1d2c3e; font-size: .52rem; line-height: 17px;
}
.browser-screen { height: 555px; overflow: hidden; background: white; }
.browser-screen img { width: 100%; }
.floating-card {
  position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px;
  padding: 13px 15px; border: 1px solid rgba(255,255,255,.72); border-radius: 16px;
  background: rgba(255,255,255,.92); box-shadow: 0 18px 40px rgba(8,29,56,.18); backdrop-filter: blur(10px);
}
.floating-card-one { left: -42px; bottom: 45px; }
.floating-card-two { right: -28px; top: 72px; }
.floating-icon {
  display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 8px; border-radius: 12px;
  color: white; background: var(--navy); font-weight: 900; font-size: .78rem;
}
.floating-card strong, .floating-card small { display: block; line-height: 1.25; }
.floating-card small { color: var(--muted); font-size: .72rem; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .6; }
.hero-glow-one { width: 260px; height: 260px; right: -70px; top: 140px; background: rgba(24,194,211,.12); }
.hero-glow-two { width: 180px; height: 180px; left: 38%; bottom: 50px; background: rgba(31,88,139,.08); }
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.9); }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; padding-block: 18px; text-align: center; }
.trust-grid span { color: #53657a; font-size: .83rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }

.section { padding: 105px 0; }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading p, .lead { color: var(--muted); font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card {
  min-height: 240px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius);
  background: white; box-shadow: 0 12px 30px rgba(8,29,56,.055);
  transition: transform .2s ease, border-color .2s ease;
}
.feature-card:hover { transform: translateY(-5px); border-color: rgba(10,167,192,.35); }
.feature-card p { margin-bottom: 0; color: var(--muted); }
.icon-box {
  display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 24px;
  border-radius: 16px; color: var(--teal); background: #e9f9fb; font-weight: 900; font-size: 1.45rem;
}

.process-section {
  position: relative; overflow: hidden; color: white;
  background:
    radial-gradient(circle at 90% 25%, rgba(24,194,211,.18), transparent 30%),
    linear-gradient(135deg, #071a32, #0c3158);
}
.section-heading.light h2, .process-section h3 { color: white; }
.section-heading.light { margin-bottom: 48px; }
.process-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.process-grid article { position: relative; }
.process-grid article:not(:last-child)::after {
  content: "→"; position: absolute; right: -18px; top: 19px; color: rgba(24,194,211,.8); font-size: 1.8rem;
}
.process-grid span {
  display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 22px;
  border: 1px solid rgba(255,255,255,.18); border-radius: 50%;
  background: rgba(255,255,255,.08); color: var(--teal-2); font-weight: 900;
}
.process-grid p { margin-bottom: 0; color: #c4d0dc; font-size: .94rem; }
.rocket { position: absolute; right: 4%; bottom: -25px; opacity: .16; transform: rotate(18deg); }
.rocket-body {
  display: grid; place-items: center; width: 120px; height: 190px; border-radius: 60% 60% 42% 42%;
  color: var(--navy); background: white; font-size: 4rem; font-weight: 900;
}
.rocket-flame { width: 45px; height: 85px; margin: -5px auto 0; clip-path: polygon(50% 100%, 0 0, 100% 0); background: var(--teal-2); }

.split-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 82px; align-items: center; }
.image-panel {
  position: relative; overflow: hidden; height: 570px; border-radius: 30px;
  background: #eaf3f7; box-shadow: var(--shadow);
}
.image-panel img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.image-panel::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(8,29,56,.62));
}
.image-badge {
  position: absolute; z-index: 2; left: 25px; bottom: 25px; padding: 11px 14px;
  border-radius: 999px; color: white; background: rgba(8,29,56,.78); backdrop-filter: blur(8px); font-weight: 800;
}
.check-list { display: grid; gap: 19px; margin: 32px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 14px; }
.check-list li > span {
  display: grid; place-items: center; flex: 0 0 auto; width: 28px; height: 28px;
  border-radius: 50%; color: white; background: var(--teal); font-weight: 900;
}
.check-list strong, .check-list small { display: block; }
.check-list small { margin-top: 3px; color: var(--muted); }

.pricing-section { background: var(--soft); }
.pricing-layout { display: grid; grid-template-columns: 1.18fr .82fr; gap: 70px; align-items: center; }
.pricing-copy > p { max-width: 710px; color: var(--muted); font-size: 1.05rem; }
.included { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin-top: 30px; }
.included span { font-weight: 750; }
.price-card {
  padding: 38px; border: 1px solid rgba(10,167,192,.24); border-radius: 28px;
  background: white; box-shadow: var(--shadow);
}
.price-tag {
  display: inline-flex; margin-bottom: 28px; padding: 7px 11px; border-radius: 999px;
  color: var(--teal); background: #e9f9fb; font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em;
}
.price-card > p { margin-bottom: 3px; color: var(--muted); }
.price-card > div { display: flex; align-items: baseline; gap: 10px; }
.price-card strong { color: var(--navy); font-size: 4rem; letter-spacing: -.07em; line-height: 1; }
.price-card > div span { font-weight: 800; }
.price-card ul { display: grid; gap: 8px; margin: 28px 0; padding-left: 20px; color: #4f6176; }
.price-card > small { display: block; margin-top: 13px; color: var(--muted); text-align: center; }

.faq-section { padding-bottom: 90px; }
.faq-list { display: grid; max-width: 880px; margin-inline: auto; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: white; }
.faq-list summary { padding: 19px 22px; color: var(--navy); font-weight: 850; cursor: pointer; }
.faq-list p { padding: 0 22px 20px; margin: 0; color: var(--muted); }

.contact-section { padding: 105px 0; color: white; background: linear-gradient(135deg, #071a32, #0b3159); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.contact-copy h2 { color: white; }
.contact-copy > p { max-width: 560px; color: #c4d1dd; }
.contact-cards { display: grid; gap: 12px; margin-top: 32px; }
.contact-cards a {
  display: flex; align-items: center; gap: 13px; width: fit-content;
  color: white; text-decoration: none;
}
.contact-cards a > span {
  display: grid; place-items: center; width: 43px; height: 43px; border-radius: 12px;
  color: var(--teal-2); background: rgba(255,255,255,.09);
}
.contact-cards small, .contact-cards strong { display: block; }
.contact-cards small { color: #aac0d2; }
.contact-form {
  padding: 34px; border: 1px solid rgba(255,255,255,.1); border-radius: 28px;
  color: var(--ink); background: white; box-shadow: 0 25px 70px rgba(0,0,0,.22);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 15px; font-size: .88rem; font-weight: 750; }
.contact-form input, .contact-form textarea {
  width: 100%; border: 1px solid #cedae4; border-radius: 11px;
  padding: 13px 14px; color: var(--ink); background: #fbfdff;
}
.contact-form textarea { min-height: 128px; resize: vertical; }
.contact-form .consent { display: flex; align-items: flex-start; gap: 10px; color: #5c6c7e; font-weight: 500; }
.consent input { width: 17px; height: 17px; margin-top: 3px; }
.consent a { color: var(--teal); }
.contact-form > small { display: block; margin-top: 11px; color: var(--muted); text-align: center; }
.form-status { min-height: 22px; margin: 11px 0 0; color: var(--success); font-size: .9rem; text-align: center; }

.site-footer { padding: 54px 0 20px; color: #dce6ee; background: #051426; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 50px; align-items: start; }
.footer-grid img { filter: brightness(0) invert(1); opacity: .95; }
.footer-grid p { max-width: 390px; margin-top: 15px; color: #9fb1c1; }
.site-footer nav, .footer-contact { display: grid; gap: 10px; }
.site-footer a:hover { color: var(--teal-2); }
.footer-contact { justify-items: end; font-weight: 800; }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 20px; margin-top: 36px; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1); color: #8ea2b4; font-size: .85rem;
}

.legal-page { min-height: 100vh; background: var(--soft); }
.legal-shell { max-width: 900px; padding: 70px 0; }
.legal-shell article { padding: clamp(26px, 5vw, 55px); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.legal-shell h1 { font-size: clamp(2.2rem, 6vw, 4.5rem); }
.legal-shell h2 { margin-top: 32px; font-size: 1.45rem; }
.legal-note { padding: 14px 16px; border-left: 4px solid var(--teal); background: #eefbfc; }

@media (max-width: 1030px) {
  .main-nav { gap: 16px; }
  .hero-grid, .split-layout, .pricing-layout, .contact-grid { gap: 42px; }
  .browser-screen { height: 480px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid article:nth-child(2)::after { display: none; }
}

@media (max-width: 820px) {
  .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute; left: 20px; right: 20px; top: 68px; display: none;
    padding: 20px; border: 1px solid var(--line); border-radius: 16px;
    background: white; box-shadow: var(--shadow);
  }
  .main-nav.open { display: grid; }
  .hero { padding-top: 48px; }
  .hero-grid, .split-layout, .pricing-layout, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .price-line, .hero-actions { justify-content: center; }
  .hero-list { width: fit-content; margin-inline: auto; text-align: left; margin-bottom: 28px; }
  .browser-card { transform: none; }
  .floating-card-one { left: -8px; }
  .floating-card-two { right: -8px; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .image-panel { height: 460px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-contact { justify-items: start; }
}

@media (max-width: 590px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section, .contact-section { padding: 76px 0; }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 136px; }
  h1 { font-size: clamp(2.6rem, 15vw, 4.5rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { padding: 8px; }
  .browser-screen { height: 400px; }
  .floating-card-two { top: 38px; }
  .floating-card { padding: 10px 12px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid, .process-grid, .included, .form-row { grid-template-columns: 1fr; }
  .process-grid article::after { display: none !important; }
  .image-panel { height: 400px; }
  .price-card, .contact-form { padding: 25px; }
  .price-card strong { font-size: 3.3rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
