:root {
  --ink: #081323;
  --muted: #526173;
  --blue: #0758f7;
  --blue-2: #18a0ff;
  --navy: #07172d;
  --line: rgba(7, 88, 247, .13);
  --soft: #f5f9ff;
  --cream: #fff8ed;
  --gold: #f2b950;
  --shadow: 0 28px 90px rgba(6, 48, 125, .14);
  --deep-shadow: 0 35px 110px rgba(6, 24, 60, .22);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 90% 4%, rgba(24,160,255,.24), transparent 30rem),
    radial-gradient(circle at 5% 8%, rgba(242,185,80,.20), transparent 26rem),
    linear-gradient(180deg, #fbfdff 0%, #f3f8ff 42%, #ffffff 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.page { width: min(1220px, calc(100% - 1rem)); margin: 0 auto; }
.hero {
  min-height: calc(100vh - 1rem);
  padding: .5rem 0 1rem;
  display: grid;
  grid-template-columns: .93fr .9fr;
  gap: 1rem;
  align-items: stretch;
}
.copy, .visual-card, .promise, .section, .story, .final {
  border: 1px solid rgba(255,255,255,.86);
  box-shadow: var(--shadow);
}
.copy {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 18% 16%, rgba(242,185,80,.24), transparent 18rem),
    radial-gradient(circle at 92% 22%, rgba(7,88,247,.12), transparent 16rem),
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(246,250,255,.96));
  padding: clamp(1.35rem, 4.6vw, 4.25rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.copy::after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 16rem;
  height: 16rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(7,88,247,.10), rgba(242,185,80,.16));
  filter: blur(1px);
}
.brand { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: .72rem; width: fit-content; margin-bottom: clamp(2rem, 7vw, 5rem); }
.brand img { width: 3rem; height: 3rem; filter: drop-shadow(0 12px 22px rgba(7,88,247,.2)); }
.brand strong { display: block; font-size: 1.1rem; letter-spacing: -.04em; }
.brand small { display: block; color: var(--blue); text-transform: uppercase; letter-spacing: .11em; font-size: .58rem; font-weight: 950; margin-top: .1rem; }
.pill {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 0 .9rem;
  padding: .5rem .72rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--blue);
  font-weight: 900;
  font-size: .9rem;
  box-shadow: 0 12px 35px rgba(7,88,247,.08);
}
h1, h2, h3 { margin: 0; letter-spacing: -.058em; line-height: .94; }
h1 { position: relative; z-index: 1; font-size: clamp(3.15rem, 7vw, 7.1rem); max-width: 10.5ch; }
h2 { font-size: clamp(2.05rem, 4.9vw, 4.75rem); max-width: 12ch; }
h3 { font-size: clamp(1.35rem, 2vw, 1.9rem); }
p { color: var(--muted); font-size: 1.06rem; line-height: 1.62; }
.sub { position: relative; z-index: 1; max-width: 680px; color: #263246; font-size: clamp(1.1rem, 1.65vw, 1.33rem); }
.buttons { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.25rem 0 1rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.25rem; padding: .92rem 1.16rem; border-radius: .92rem; font-weight: 950; }
.primary { color: white; background: linear-gradient(135deg, var(--blue), var(--blue-2)); box-shadow: 0 16px 38px rgba(7, 88, 247, .28); }
.secondary { color: var(--blue); background: white; border: 1px solid var(--line); }
.price { position: relative; z-index: 1; margin: 0; color: #39475b; }
.price strong { color: var(--ink); }
.visual-card { position: relative; min-height: 620px; border-radius: 2rem; overflow: hidden; background: #eaf1ff; }
.photo, .photo img { width: 100%; height: 100%; display: block; }
.photo img { object-fit: cover; }
.visual-card::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(180deg, transparent, rgba(5,20,45,.34)); pointer-events: none; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: .62rem; padding: .72rem .85rem; border-radius: 1rem; background: rgba(255,255,255,.88); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.78); box-shadow: 0 18px 55px rgba(6,24,60,.16); color: #132239; font-weight: 900; }
.floating-card img { width: 2.1rem; height: 2.1rem; }
.floating-card span { display: block; color: #4b5b71; font-size: .88rem; font-weight: 760; }
.card-a { left: 1rem; bottom: 1rem; }
.card-b { right: 1rem; top: 1rem; flex-direction: column; align-items: flex-start; gap: .1rem; }
.promise { margin: .25rem 0 clamp(3.5rem, 7vw, 6rem); padding: .95rem 1.1rem; border-radius: 1.4rem; background: rgba(255,255,255,.86); display: flex; align-items: center; justify-content: center; gap: 1rem; text-align: left; }
.promise img { width: 4rem; height: 4rem; border-radius: 1.1rem; box-shadow: 0 16px 38px rgba(7,88,247,.18); }
.promise p { margin: 0; color: #172235; font-size: clamp(1.05rem, 2vw, 1.28rem); max-width: 860px; }
.promise strong { color: var(--blue); }
.section, .story { margin: 0 0 1rem; padding: clamp(1.3rem, 4vw, 3rem); border-radius: 1.7rem; background: rgba(255,255,255,.84); }
.tag { margin: 0 0 .8rem; color: var(--blue); text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 950; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; }
.cards { display: grid; gap: 1rem; }
.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards article, .price-card { padding: 1.1rem; border-radius: 1.2rem; background: linear-gradient(145deg, #f8fbff, #eef6ff); border: 1px solid var(--line); }
.step-icon { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: .85rem; background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: white; font-weight: 950; margin-bottom: .9rem; box-shadow: 0 12px 28px rgba(7,88,247,.22); }
.cards p { margin-bottom: 0; }
.split, .pricing { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(1.4rem, 5vw, 4rem); align-items: start; }
.feature { background: linear-gradient(145deg, #ffffff, #f4f9ff); }
.checklist { margin: 0; padding: 0; list-style: none; display: grid; gap: .72rem; }
.checklist li { padding: .92rem 1rem; border-radius: 1rem; background: white; border: 1px solid var(--line); color: #223047; font-weight: 760; box-shadow: 0 10px 28px rgba(7,88,247,.06); }
.checklist li::before { content: "✓"; color: var(--blue); font-weight: 1000; margin-right: .55rem; }
.story { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(1rem, 4vw, 3rem); align-items: center; background: linear-gradient(145deg, #fff, var(--cream)); overflow: hidden; }
.story-img { display: block; min-height: 520px; border-radius: 1.35rem; overflow: hidden; box-shadow: var(--deep-shadow); }
.story-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.story-copy p { max-width: 650px; }
.mini-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: .7rem; margin-top: 1.2rem; }
.mini-grid span { padding: .85rem .75rem; border-radius: 1rem; background: rgba(255,255,255,.78); border: 1px solid rgba(7,88,247,.12); text-align: center; font-weight: 900; color: var(--blue); }
.simple-box { background: linear-gradient(145deg, #ffffff, var(--cream)); }
.pricing { background: radial-gradient(circle at 80% 0%, rgba(24,160,255,.36), transparent 22rem), linear-gradient(145deg, #071220, #073a9b); }
.pricing h2, .pricing h3 { color: white; }
.pricing p { color: #dce7ff; }
.pricing .tag { color: #9ec2ff; }
.big { margin: 0 0 .5rem; color: white !important; font-size: clamp(2.4rem, 6vw, 5rem); font-weight: 1000; letter-spacing: -.07em; line-height: 1; }
.price-card { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); }
.safety { background: #f7fbff; }
.safety h2 { max-width: none; }
.final { margin: 0 0 1rem; padding: clamp(2rem, 6vw, 5rem); border-radius: 1.8rem; background: radial-gradient(circle at 50% 0%, rgba(24,160,255,.16), transparent 20rem), linear-gradient(145deg, #ffffff, #eaf4ff); text-align: center; }
.final > img { width: 4.75rem; height: 4.75rem; margin-bottom: .75rem; filter: drop-shadow(0 16px 30px rgba(7,88,247,.22)); }
.final h2 { margin-inline: auto; max-width: 760px; }
.final p { max-width: 640px; margin-inline: auto; }
.lead-form { width: min(760px, 100%); margin: 1.35rem auto 0; text-align: left; display: grid; gap: .9rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
.lead-form label { display: grid; gap: .38rem; color: #21304a; font-weight: 900; font-size: .92rem; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid rgba(7,88,247,.18); background: rgba(255,255,255,.94); color: var(--ink); border-radius: .95rem; padding: .92rem 1rem; font: inherit; box-shadow: 0 10px 28px rgba(7,88,247,.05); outline: none; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(7,88,247,.12); }
.lead-form textarea { resize: vertical; }
.lead-form button { border: 0; cursor: pointer; width: fit-content; justify-self: center; margin-top: .35rem; }
.lead-form button:disabled { opacity: .65; cursor: wait; }
.trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status { min-height: 1.6rem; text-align: center; color: var(--blue); font-weight: 850; }
.fallback { text-align: center; font-size: .95rem; }
.fallback a { color: var(--blue); font-weight: 900; }
@media (max-width: 900px) {
  .page { width: min(100% - .8rem, 560px); }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: .4rem; }
  .copy { padding: 1.2rem; border-radius: 1.35rem; }
  .brand { margin-bottom: 2.2rem; }
  .visual-card { min-height: 410px; border-radius: 1.35rem; }
  h1 { font-size: clamp(2.65rem, 13.6vw, 4.45rem); max-width: 10ch; }
  h2 { max-width: 100%; }
  .buttons { flex-direction: column; }
  .button { width: 100%; }
  .promise { flex-direction: column; text-align: center; }
  .section-head, .split, .pricing, .story { display: block; }
  .three, .mini-grid, .form-grid { grid-template-columns: 1fr; }
  .section, .story, .final { border-radius: 1.25rem; }
  .story-img { min-height: 420px; margin-bottom: 1.2rem; }
  .floating-card { transform: scale(.88); transform-origin: bottom left; }
  .card-b { display: none; }
}
