:root{
  --navy:#09274d;
  --blue:#1d4f9a;
  --gold:#f2b72b;
  --ink:#132d4f;
  --soft:#f7f9fc;
  --line:#e5eaf1;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  overflow-x:hidden;
}

img{
  max-width:100%;
}

a{
  color:inherit;
}

.hero{
  padding:28px 5vw 54px;
  background:linear-gradient(110deg,#fff 0%,#fff 54%,#f3f7fb 100%);
}

.brand{
  display:flex;
  gap:12px;
  align-items:center;
  max-width:1250px;
  margin:auto;
}

.brand-mark{
  font-size:34px;
  color:var(--gold);
  line-height:1;
}

.brand strong{
  display:block;
  font-size:17px;
  letter-spacing:.5px;
}

.brand small{
  display:block;
  font-size:10px;
  margin-top:4px;
  letter-spacing:.5px;
}

.hero-grid{
  max-width:1250px;
  margin:40px auto 0;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,.85fr) minmax(320px,1fr);
  align-items:center;
  gap:35px;
}

.hero-copy{
  min-width:0;
}

.eyebrow{
  font-size:12px;
  font-weight:800;
  letter-spacing:1.5px;
  color:#a87500;
}

.hero h1{
  font-size:clamp(48px,6vw,86px);
  line-height:.9;
  margin:15px 0 22px;
  text-transform:uppercase;
  letter-spacing:-3px;
}

.hero h1 em{
  font-style:normal;
  color:var(--gold);
}

.hero p{
  font-size:20px;
  line-height:1.45;
  max-width:520px;
}

.mini-benefits{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  margin-top:30px;
  font-weight:700;
  font-size:14px;
}

.book-wrap{
  width:100%;
  min-width:0;
  display:flex;
  justify-content:center;
  align-items:center;
}

.book{
  display:block;
  width:min(100%,370px);
  max-width:370px;
  height:auto;
  filter:drop-shadow(0 20px 25px rgba(0,0,0,.18));
  transform:rotate(2deg);
}

.form-card{
  min-width:0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:28px;
  box-shadow:0 18px 45px rgba(9,39,77,.12);
}

.form-card h2{
  margin:0 0 20px;
  font-size:27px;
  line-height:1.05;
}

.form-card input:not([type=checkbox]){
  width:100%;
  padding:15px 16px;
  margin:6px 0;
  border:1px solid #ccd6e3;
  border-radius:9px;
  font-size:16px;
  font-family:inherit;
}

.consent{
  display:flex;
  gap:9px;
  align-items:flex-start;
  font-size:12px;
  line-height:1.4;
  margin:13px 0;
}

.consent input{
  flex:0 0 auto;
  margin-top:3px;
}

.consent a{
  font-weight:700;
}

.hp{
  position:absolute;
  left:-9999px;
}

.form-card button,
.button{
  display:flex;
  justify-content:space-between;
  align-items:center;
  width:100%;
  border:0;
  border-radius:9px;
  background:var(--gold);
  color:#0b2546;
  padding:17px 20px;
  font-weight:900;
  font-size:15px;
  text-decoration:none;
  cursor:pointer;
}

.secure{
  display:block;
  text-align:center;
  margin-top:13px;
  color:#66778d;
}

.split{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
}

.intro-image{
  min-width:0;
  min-height:430px;
  overflow:hidden;
}

.intro-image img{
  display:block;
  width:100%;
  height:100%;
  min-height:430px;
  object-fit:cover;
  object-position:center center;
}

.section-copy{
  min-width:0;
  padding:70px 8vw;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.section-copy h2,
.features h2,
.about h2{
  font-size:clamp(34px,4vw,55px);
  line-height:1.03;
  margin:12px 0 18px;
  letter-spacing:-1.5px;
}

.section-copy p{
  font-size:18px;
  line-height:1.55;
}

.three{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:28px;
}

.three div{
  display:flex;
  gap:10px;
  align-items:flex-start;
  min-width:0;
  font-size:14px;
  line-height:1.35;
}

.three b{
  flex:0 0 auto;
  color:var(--gold);
  font-size:25px;
}

.features{
  padding:80px 6vw;
  background:var(--soft);
  text-align:center;
}

.feature-grid{
  max-width:1200px;
  margin:40px auto 0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}

.feature-grid article{
  padding:20px;
  min-width:0;
}

.feature-grid i{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  margin:auto;
  border-radius:50%;
  background:#fff3d2;
  color:var(--navy);
  font-size:27px;
  font-style:normal;
}

.feature-grid h3{
  font-size:18px;
  margin:16px 0 8px;
}

.feature-grid p{
  font-size:14px;
  line-height:1.45;
  color:#5d6d80;
}

.guide{
  background:#fff;
}

.guide-image{
  min-width:0;
  min-height:430px;
  padding:50px;
  display:grid;
  place-items:center;
  background:#f3eee4;
  overflow:hidden;
}

.guide-image img{
  display:block;
  width:auto;
  height:auto;
  max-width:75%;
  max-height:520px;
  filter:drop-shadow(0 22px 25px rgba(0,0,0,.18));
  transform:rotate(-4deg);
}

ul{
  padding:0;
  list-style:none;
  margin:22px 0;
}

li{
  margin:12px 0;
  font-weight:600;
}

li:before{
  content:'✓';
  display:inline-grid;
  place-items:center;
  width:23px;
  height:23px;
  border-radius:50%;
  background:var(--gold);
  margin-right:10px;
}

.button{
  max-width:390px;
}

.about{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  align-items:center;
  background:var(--soft);
}

.portrait{
  min-width:0;
  height:540px;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  background:linear-gradient(180deg,#eaf1f7,#fff);
}

.portrait img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 28%;
}

.about-copy{
  min-width:0;
  padding:60px 8vw;
}

.role{
  font-weight:800;
  font-size:13px;
  color:#6c7d92;
}

.pill-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:30px;
}

.pill-grid span{
  background:#fff;
  border:1px solid var(--line);
  padding:14px;
  border-radius:10px;
  font-size:13px;
  font-weight:700;
}

.final-cta{
  padding:55px 7vw;
  background:linear-gradient(90deg,var(--navy),#123f73);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}

.final-cta h2{
  font-size:clamp(34px,4vw,56px);
  margin:10px 0 0;
}

.button.light{
  background:var(--gold);
  color:var(--navy);
  max-width:390px;
}

footer{
  padding:28px 6vw;
  display:flex;
  justify-content:space-between;
  gap:25px;
  font-size:12px;
  color:#64748b;
}

footer strong,
footer small{
  display:block;
}

footer a{
  text-decoration:none;
}

.gold{
  color:var(--gold);
}

/* TABLET / MOBILE */
@media (max-width:900px){

  .hero{
    padding:20px 28px 45px;
  }

  .hero-grid,
  .split,
  .about{
    grid-template-columns:1fr;
  }

  .hero-grid{
    gap:28px;
    margin-top:45px;
  }

  .hero-copy{
    order:1;
  }

  .book-wrap{
    order:2;
  }

  .form-card{
    order:3;
  }

  .hero h1{
    font-size:clamp(48px,11vw,64px);
    letter-spacing:-2.5px;
  }

  .hero p{
    font-size:18px;
  }

  .book{
    width:290px;
    max-width:80%;
    height:auto;
  }

  .form-card{
    padding:28px;
  }

  .intro-image{
    min-height:380px;
    max-height:520px;
  }

  .intro-image img{
    min-height:380px;
    max-height:520px;
  }

  .three,
  .feature-grid,
  .pill-grid{
    grid-template-columns:1fr;
  }

  .features{
    padding:60px 7vw;
  }

  .section-copy,
  .about-copy{
    padding:55px 7vw;
  }

  .guide-image{
    min-height:380px;
    padding:45px 30px;
  }

  .guide-image img{
    max-width:65%;
    max-height:460px;
  }

  .portrait{
    height:520px;
  }

  .final-cta{
    flex-direction:column;
    align-items:flex-start;
  }

  footer{
    flex-direction:column;
  }
}

@media (max-width:560px){

  .hero{
    padding-left:20px;
    padding-right:20px;
  }

  .brand{
    gap:9px;
  }

  .brand-mark{
    font-size:28px;
  }

  .brand strong{
    font-size:15px;
  }

  .brand small{
    font-size:8px;
  }

  .hero-grid{
    margin-top:38px;
    gap:24px;
  }

  .hero h1{
    font-size:clamp(43px,13vw,56px);
    line-height:.92;
    letter-spacing:-2px;
  }

  .mini-benefits{
    gap:12px;
    font-size:13px;
  }

  .book{
    width:270px;
    max-width:78%;
  }

  .form-card{
    padding:22px;
    border-radius:16px;
  }

  .form-card h2{
    font-size:24px;
  }

  .form-card button{
    font-size:13px;
    padding:16px;
  }

  .intro-image{
    min-height:320px;
    max-height:400px;
  }

  .intro-image img{
    min-height:320px;
    max-height:400px;
  }

  .section-copy{
    padding:48px 25px;
  }

  .section-copy h2,
  .features h2,
  .about h2{
    font-size:38px;
  }

  .three{
    gap:16px;
  }

  .features{
    padding:50px 25px;
  }

  .feature-grid{
    margin-top:30px;
  }

  .guide-image{
    min-height:340px;
  }

  .guide-image img{
    max-width:68%;
    max-height:390px;
  }

  .about-copy{
    padding:48px 25px;
  }

  .portrait{
    height:470px;
  }

  .final-cta{
    padding:48px 25px;
  }
}
