:root {
  --navy: #071b33;
  --navy-soft: #0d2c4c;
  --blue: #1e9fe6;
  --yellow: #ffc928;
  --ink: #10273e;
  --muted: #65778a;
  --line: #dfe8ef;
  --white: #fff;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--navy); }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100dvh;
  color: var(--ink);
  font-family: "Manrope", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.page-shell { min-height: 100dvh; display: grid; grid-template-columns: minmax(360px, 46%) 1fr; }
.visual-panel { position: relative; min-height: 100dvh; overflow: hidden; color: white; padding: 44px 8%; display: flex; flex-direction: column; justify-content: space-between; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.visual-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,27,51,.18), rgba(7,27,51,.45) 42%, rgba(7,27,51,.94)); }
.brand, .visual-copy, .trust-row { position: relative; z-index: 1; }
.brand img { width: min(230px, 70%); height: auto; filter: brightness(0) invert(1); }
.visual-copy { max-width: 580px; margin-top: auto; padding: 16vh 0 8vh; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .14em; font-size: .71rem; font-weight: 800; }
.eyebrow { display: block; color: #8bd6ff; margin-bottom: 18px; }
.visual-copy h1 { margin: 0 0 22px; font-size: clamp(3rem, 5vw, 5.7rem); line-height: .96; letter-spacing: -.055em; }
.visual-copy p { max-width: 520px; margin: 0; color: rgba(255,255,255,.8); font-size: 1.04rem; line-height: 1.7; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 24px; color: rgba(255,255,255,.78); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.trust-row span::before { content: "✓"; color: var(--blue); margin-right: 8px; }

.review-panel { min-height: 100dvh; background: #f4f8fb; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 48px max(24px, 7vw) 24px; }
.mobile-brand { display: none; }
.review-card { width: min(100%, 630px); background: white; border: 1px solid rgba(12,44,75,.07); border-radius: 28px; padding: clamp(32px, 5vw, 64px); box-shadow: 0 24px 70px rgba(11,38,64,.11); }
.step { animation: reveal .35s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(8px); } }
.icon-badge, .success-mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; margin-bottom: 28px; background: #e9f6fd; color: var(--blue); font-size: 1.35rem; }
.kicker { margin: 0 0 12px; color: var(--blue); }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; letter-spacing: -.045em; }
.intro { margin: 18px 0 28px; color: var(--muted); line-height: 1.7; }
.stars { display: flex; align-items: center; justify-content: center; gap: clamp(4px, 1.4vw, 12px); padding: 18px 4px 10px; }
.star { appearance: none; border: 0; background: transparent; color: #dce4ea; padding: 4px; font-size: clamp(2.65rem, 6vw, 4.15rem); line-height: 1; cursor: pointer; transition: transform .16s ease, color .18s ease, filter .18s ease; }
.star:hover, .star:focus-visible { transform: translateY(-3px) scale(1.05); outline: none; }
.star.filled { color: var(--yellow); filter: drop-shadow(0 5px 8px rgba(255,201,40,.25)); }
.star:active { transform: scale(.92); }
.rating-label { min-height: 24px; margin: 8px 0 0; text-align: center; font-weight: 800; color: var(--navy-soft); }
.privacy-note { margin: 30px 0 0; border-top: 1px solid var(--line); padding-top: 22px; text-align: center; color: #8695a3; font-size: .77rem; }
.privacy-note span { color: #4fc182; margin-right: 8px; }
.back-button { border: 0; padding: 0; margin-bottom: 30px; background: none; color: var(--blue); font-size: .8rem; font-weight: 800; cursor: pointer; }
form label { display: block; margin: 19px 0 9px; font-size: .78rem; font-weight: 800; }
form label span { color: #e14949; }
form label small { color: #8a99a7; font-weight: 500; }
textarea, input { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: #f9fbfc; color: var(--ink); padding: 14px 15px; outline: none; transition: border-color .2s, box-shadow .2s; }
textarea { resize: vertical; min-height: 130px; }
textarea:focus, input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(30,159,230,.1); background: white; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.submit-button, .home-link { width: 100%; min-height: 54px; margin-top: 24px; border: 0; border-radius: 12px; background: var(--blue); color: white; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; font-weight: 800; text-decoration: none; cursor: pointer; box-shadow: 0 12px 25px rgba(30,159,230,.22); }
.submit-button:disabled { opacity: .6; cursor: wait; }
.form-status { margin: 12px 0 0; min-height: 22px; color: #b43c3c; font-size: .8rem; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.success-mark { border-radius: 50%; background: #e9f8f0; color: #2da66b; font-weight: 800; }
.success-step { text-align: center; }
.success-step .success-mark { margin-inline: auto; }
.home-link { justify-content: center; }
footer { margin-top: 24px; color: #8493a0; font-size: .72rem; }

@media (max-width: 800px) {
  .page-shell { display: block; min-height: 100dvh; background: linear-gradient(180deg, var(--navy) 0 245px, #f4f8fb 245px); }
  .visual-panel { min-height: 245px; padding: 28px 22px; justify-content: flex-end; }
  .hero-image { object-position: 58% center; }
  .visual-overlay { background: linear-gradient(180deg, rgba(7,27,51,.24), rgba(7,27,51,.88)); }
  .brand, .trust-row { display: none; }
  .visual-copy { padding: 0 0 30px; margin: 0; }
  .eyebrow { margin-bottom: 10px; font-size: .62rem; }
  .visual-copy h1 { font-size: 2.15rem; margin-bottom: 10px; }
  .visual-copy p { font-size: .82rem; line-height: 1.5; max-width: 320px; }
  .review-panel { min-height: auto; margin-top: -28px; position: relative; z-index: 2; background: transparent; padding: 0 14px max(18px, env(safe-area-inset-bottom)); }
  .mobile-brand {
    display: block;
    position: absolute;
    z-index: 2;
    top: max(24px, env(safe-area-inset-top));
    left: 22px;
  }
  .mobile-brand img { display: block; width: 175px; max-height: 54px; filter: brightness(0) invert(1); }
  .review-card { border-radius: 22px; padding: 30px 20px; box-shadow: 0 16px 50px rgba(11,38,64,.15); }
  .icon-badge { margin-bottom: 22px; }
  h2 { font-size: 2rem; }
  .intro { margin: 13px 0 20px; font-size: .9rem; }
  .stars { gap: 0; padding-inline: 0; }
  .star { font-size: clamp(2.45rem, 13vw, 3.5rem); padding-inline: 2px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  footer { margin: 18px 0 4px; }
}

@media (max-width: 360px) {
  .star { font-size: 2.35rem; }
  .review-card { padding-inline: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
