:root {
  --ink: #07121f;
  --muted: #5c6a7d;
  --line: #dce7f2;
  --blue: #057ab7;
  --cyan: #17c7df;
  --deep: #04152d;
  --soft: #f6fbff;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Manrope, Inter, Arial, sans-serif;
  line-height: 1.04;
  letter-spacing: 0;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(220, 231, 242, 0.9);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 150px;
  height: auto;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #344256;
  font-size: 14px;
  font-weight: 800;
}

.header-cta,
.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-weight: 900;
}

.header-cta {
  padding: 12px 18px;
  background: var(--cyan);
  color: var(--deep);
  box-shadow: 0 18px 35px rgba(23, 199, 223, 0.22);
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--deep);
  color: var(--white);
}

.hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background:
    radial-gradient(circle at 20% 20%, #00d6ff 0, transparent 30%),
    radial-gradient(circle at 80% 10%, #1d4ed8 0, transparent 28%),
    linear-gradient(135deg, #04152d, #082f49 55%, #07121f);
}

.hero-inner,
.section,
.dark-section,
.contact,
.facts {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: clamp(18px, 5vw, 48px);
  padding-right: clamp(18px, 5vw, 48px);
}

.hero-inner {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
}

.eyebrow,
.kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow {
  padding: 10px 12px;
  border: 1px solid rgba(103, 232, 249, 0.28);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.1);
  color: #c8f6ff;
}

.light {
  color: #86eefc;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(44px, 7vw, 78px);
  font-weight: 900;
}

.lead,
.hero-copy p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 26px;
  color: #d6e4f2;
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-btn {
  padding: 16px 24px;
  background: #67e8f9;
  color: var(--deep);
}

.secondary-btn {
  padding: 16px 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
}

.hero-panel {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
}

.hero-panel article {
  padding: 22px;
  border-radius: 7px;
  background: #ffffff;
  color: var(--ink);
}

.hero-panel span,
.process-grid strong {
  color: var(--blue);
  font-weight: 900;
}

.hero-panel h2,
.service-grid h3,
.process-grid h3 {
  margin-top: 8px;
  font-size: 22px;
}

.hero-panel p,
.service-grid p,
.process-grid p,
.split p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.65;
}

.facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-top: 46px;
  padding-bottom: 46px;
  background: #fff;
}

.facts div {
  padding: 18px;
  border-left: 4px solid var(--cyan);
  background: #f8fbff;
}

.facts strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.facts span {
  font-weight: 800;
}

.section,
.dark-section,
.contact {
  padding-top: 92px;
  padding-bottom: 92px;
}

.white {
  background: #fff;
}

.section-heading {
  max-width: 760px;
}

.section h2,
.dark-section h2,
.contact h2 {
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 900;
}

.service-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 44px;
}

.service-grid article,
.process-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(7, 18, 31, 0.05);
}

.icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #e8fbff;
  color: var(--blue);
  font-weight: 900;
}

.dark-section,
.contact {
  max-width: none;
  background: #061529;
  color: #fff;
}

.dark-section > .split,
.contact > .split {
  max-width: 1240px;
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: start;
}

.dark-section p,
.contact p {
  color: #cbd8e8;
}

.check-grid,
.outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.check-grid span,
.outcome-grid span {
  padding: 18px;
  border-radius: 7px;
  font-weight: 800;
  line-height: 1.45;
}

.check-grid span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.outcome-grid span {
  background: #f3f8fd;
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.contact-list a,
.contact-list span {
  padding: 16px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 800;
  line-height: 1.5;
}

form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.24);
}

label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 7px;
  padding: 13px 14px;
  font: inherit;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

button {
  border: 0;
  border-radius: 7px;
  padding: 15px 20px;
  background: var(--cyan);
  color: var(--deep);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.form-note {
  color: #64748b;
  font-size: 14px;
}

.form-result {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 20% 20%, rgba(23, 199, 223, 0.18), transparent 30%),
    linear-gradient(135deg, #04152d, #07121f);
}

.result-card {
  width: min(100%, 620px);
  padding: 42px;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-align: center;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

.result-card img {
  width: 170px;
  height: auto;
  margin-bottom: 20px;
}

.result-card h1 {
  font-size: clamp(30px, 5vw, 46px);
}

.result-card p {
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.7;
}

.result-card a {
  display: inline-flex;
  margin-top: 26px;
  padding: 14px 20px;
  border-radius: 7px;
  background: var(--cyan);
  color: var(--deep);
  font-weight: 900;
}

.result-card.success {
  border-top: 6px solid #10b981;
}

.result-card.error {
  border-top: 6px solid #ef4444;
}

.site-footer {
  width: 100%;
  background: #030b16;
  color: #a8b6c7;
  font-size: 14px;
}

.footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 48px);
}

@media (max-width: 920px) {
  .nav {
    display: none;
  }

  .hero-inner,
  .split,
  .facts,
  .service-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
  }

  .check-grid,
  .outcome-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    align-items: flex-start;
  }

  .brand img {
    width: 118px;
  }

  .header-cta {
    padding: 10px 12px;
    font-size: 13px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .footer-inner {
    flex-direction: column;
  }
}
