:root {
  --navy: #06172d;
  --navy2: #092d5c;
  --blue: #0b56bf;
  --sky: #b9daf4;
  --red: #ef3340;
  --cream: #fbf8ef;
  --paper: #fff;
  --ink: #122033;
  --muted: #647083;
  --line: #dfe5ec;
  --wrap: min(1180px, calc(100% - 40px));
  --shadow: 0 26px 70px rgba(4, 20, 43, .20);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 12px; top: 12px; z-index: 9999; background: #fff; padding: 10px 14px; border-radius: 8px; }

.announcement {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #0c64bd;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-align: center;
  padding: 7px 12px;
}
.announcement span { opacity: .55; }

.cs-header {
  height: 78px;
  background: #fff;
  border-bottom: 1px solid rgba(10, 29, 53, .08);
  position: relative;
  z-index: 20;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cs-logo { display: inline-flex; align-items: center; }
.cs-logo img { width: 128px; height: auto; object-fit: contain; }
.text-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  color: #154675;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid #d9e7f6;
  background: #f7fbff;
  padding: 10px 14px;
  border-radius: 999px;
}
.text-cta strong { color: var(--blue); font-size: 14px; }

.cs-hero {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}
.hero-photo {
  position: absolute;
  inset: 0;
  background: url('/assets/images/hero-beach.webp') center 58% / cover no-repeat;
  opacity: .48;
  transform: scale(1.02);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 38%, rgba(17, 95, 171, .15), transparent 31%),
    linear-gradient(90deg, rgba(3, 17, 36, .97) 0%, rgba(4, 24, 51, .93) 48%, rgba(5, 34, 72, .72) 75%, rgba(5, 28, 59, .76) 100%);
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: 46px;
  align-items: center;
  padding: 64px 0 72px;
}
.hero-copy { min-width: 0; }
.kicker {
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .17em;
  color: #9dcfff;
}
.kicker.blue { color: var(--blue); }
.kicker.light { color: #9ed1ff; }
.hero-copy h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 5.6vw, 74px);
  line-height: .98;
  letter-spacing: -.035em;
  margin: 14px 0 22px;
  max-width: 720px;
}
.hero-copy h1 em { font-style: italic; color: #ff4a55; }
.lede {
  font-size: 17px;
  color: #d9e6f5;
  max-width: 680px;
  margin: 0;
}
.benefit-row {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 24px 0 28px;
}
.benefit-row span {
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 800;
  color: #e7f1fb;
}
.benefit-row b { color: #fff; font-size: 14px; }

.form-card {
  background: #fff;
  color: var(--ink);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .26);
  max-width: 650px;
  border: 1px solid rgba(255, 255, 255, .7);
}
.form-heading { margin-bottom: 16px; }
.form-heading h2 { font: 800 27px/1.1 Georgia, "Times New Roman", serif; margin: 9px 0 6px; }
.form-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.free-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 10px;
  background: #ffe9eb;
  color: #b71e2c;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .13em;
}
.cs-form { display: grid; grid-template-columns: 1fr 1.3fr; gap: 11px; }
.cs-form label > span { display: block; font-size: 11px; font-weight: 900; color: #435064; margin-bottom: 5px; }
.cs-form input[type=text], .cs-form input[type=email] {
  width: 100%;
  border: 1px solid #d9e0e9;
  background: #fbfcfe;
  border-radius: 11px;
  padding: 12px 13px;
  font: inherit;
  font-size: 14px;
  outline: none;
}
.cs-form input:focus { border-color: #2f78cf; box-shadow: 0 0 0 4px rgba(11, 86, 191, .11); }
.consent { grid-column: 1 / -1; display: flex !important; gap: 9px; align-items: flex-start; }
.consent input { margin-top: 4px; flex: 0 0 auto; }
.consent span { font-weight: 650 !important; color: #6b7481 !important; line-height: 1.45; }
.honeypot { position: absolute !important; left: -9999px !important; }
.primary-btn {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-decoration: none;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #ef3340, #d81f2f);
  color: #fff;
  padding: 15px 18px;
  font-size: 14px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(239, 51, 64, .24);
  transition: transform .2s ease, box-shadow .2s ease;
}
.primary-btn:hover { transform: translateY(-2px); box-shadow: 0 17px 32px rgba(239, 51, 64, .32); }
.primary-btn b { font-size: 19px; }
.primary-btn:disabled { opacity: .65; cursor: wait; transform: none; }
.microcopy, .form-status { grid-column: 1 / -1; margin: 0; text-align: center; font-size: 11px; color: #758093; }
.form-status { font-weight: 800; min-height: 18px; }
.form-status.error { color: #b42318; }
.form-status.ok { color: #0f7a4f; }
.success-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 16px;
  background: #eefaf4;
  border: 1px solid #c9edd9;
}
.success-icon { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: #1b9a62; color: #fff; font-weight: 950; }
.success-card strong { display: block; }
.success-card p { margin: 2px 0 0; color: #587064; font-size: 12px; }
.secondary-btn { border: 1px solid #b8d9c7; background: #fff; color: #166b48; text-decoration: none; padding: 9px 11px; border-radius: 10px; font-size: 11px; font-weight: 900; }

.hero-art {
  position: relative;
  min-height: 590px;
  display: grid;
  place-items: center;
  padding: 10px 18px;
  isolation: isolate;
}
.hero-art::before {
  content: "";
  position: absolute;
  width: min(470px, 92%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(65, 153, 239, .27), rgba(65, 153, 239, 0) 68%);
  filter: blur(2px);
  z-index: 0;
}
.hero-mockup {
  position: relative;
  z-index: 3;
  width: min(520px, 100%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 28px rgba(0, 0, 0, .28));
  transform: rotate(-1deg);
}
.burst {
  position: absolute;
  z-index: 5;
  right: -42px;
  top: -24px;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  background: var(--red);
  color: #fff;
  border: 7px solid #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .25);
  transform: rotate(10deg);
}
.burst small, .burst span { font-size: 9px; font-weight: 950; letter-spacing: .11em; }
.burst strong { font-size: 23px; line-height: 1; }
.travel-stamp {
  position: absolute;
  width: 88px;
  height: 88px;
  border: 2px solid rgba(170, 218, 255, .60);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  color: #d2ecff;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .11em;
  line-height: 1.25;
  opacity: .72;
}
.stamp-one { left: -12px; bottom: 72px; transform: rotate(-12deg); }
.stamp-two { right: -5px; bottom: 118px; transform: rotate(12deg); }

.trust-strip { background: #f3f7fb; border-bottom: 1px solid #e4eaf0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 18px 0; }
.trust-grid div { padding: 4px 20px; border-right: 1px solid #dde5ed; }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { display: block; color: #0b56bf; font-size: 11px; letter-spacing: .13em; }
.trust-grid span { font-size: 13px; color: #5f6b7b; }

.section { padding: 82px 0; }
.section-intro { max-width: 820px; margin-bottom: 38px; }
.section-intro.centered { text-align: center; margin-inline: auto; margin-bottom: 44px; }
.section-intro h2, .preview-copy h2, .bridge-copy h2, .final-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 1.04;
  letter-spacing: -.025em;
  margin: 11px 0 17px;
}
.section-intro h2 span, .bridge-copy h2 span { color: var(--blue); }
.section-intro p { font-size: 16px; color: var(--muted); max-width: 760px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-grid article {
  border: 1px solid #e3e8ef;
  border-radius: 18px;
  padding: 23px;
  background: linear-gradient(180deg, #fff, #fbfcfe);
  min-height: 190px;
  box-shadow: 0 12px 34px rgba(14, 34, 61, .05);
}
.feature-grid article:nth-child(7) { grid-column: 2; }
.icon { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: #eaf3ff; color: #0b56bf; font-size: 21px; font-weight: 900; }
.feature-grid h3 { font-size: 17px; margin: 16px 0 7px; }
.feature-grid p { font-size: 13px; color: #687384; margin: 0; }

.preview-section { background: var(--cream); }
.preview-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 64px; align-items: center; }
.photo-panel { position: relative; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); min-height: 450px; }
.photo-panel img { width: 100%; height: 450px; object-fit: cover; }
.photo-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(4, 20, 43, .88)); }
.photo-caption { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 24px; color: #fff; }
.photo-caption span { display: block; font-size: 10px; font-weight: 950; letter-spacing: .16em; color: #b8dcff; }
.photo-caption strong { display: block; font: 700 29px/1.05 Georgia, serif; margin-top: 7px; max-width: 420px; }
.preview-copy h2 em { color: var(--red); }
.preview-copy p { font-size: 16px; color: var(--muted); }
.preview-copy ul { list-style: none; padding: 0; margin: 23px 0; display: grid; gap: 10px; }
.preview-copy li { font-weight: 800; color: #435064; }
.preview-copy li::before { content: "✓"; display: inline-grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: #e4f6ed; color: #168457; margin-right: 9px; }
.outline-btn { display: inline-block; text-decoration: none; border: 1px solid #b7c9df; color: #0b56bf; border-radius: 12px; padding: 12px 16px; font-weight: 900; font-size: 13px; background: #fff; }

.inbox-section { background: #fff; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps article { position: relative; border-radius: 20px; background: #071a32; color: #fff; padding: 27px; min-height: 210px; overflow: hidden; }
.steps article::after { content: ""; position: absolute; width: 150px; height: 150px; border: 1px solid rgba(130, 196, 255, .16); border-radius: 50%; right: -45px; bottom: -50px; }
.steps span { font: 900 32px/1 Georgia, serif; color: #6fb7ff; }
.steps h3 { font-size: 19px; margin: 17px 0 8px; }
.steps p { font-size: 13px; color: #c9d7e6; margin: 0; }

.ebook-bridge { background: linear-gradient(135deg, #06182e, #092d58); color: #fff; overflow: hidden; }
.bridge-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: center; padding: 70px 0; }
.book-side { position: relative; min-height: 500px; display: grid; place-items: center; }
.book-glow { position: absolute; width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle, rgba(50, 143, 255, .30), rgba(50, 143, 255, 0) 68%); }
.book-side img { position: relative; width: min(445px, 94%); max-height: 520px; object-fit: contain; filter: drop-shadow(0 30px 30px rgba(0, 0, 0, .36)); transform: rotate(-1deg); }
.bridge-copy h2 span { display: block; color: #9ed0ff; }
.bridge-copy p { font-size: 16px; color: #d1deeb; max-width: 680px; }
.bridge-list { display: flex; gap: 12px; flex-wrap: wrap; margin: 23px 0; }
.bridge-list span { border: 1px solid rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .07); border-radius: 999px; padding: 8px 12px; font-size: 12px; font-weight: 850; }
.bridge-btn { display: inline-flex; width: auto; padding-inline: 22px; }

.final-cta { padding: 46px 0; background: #f3f6fa; }
.final-card { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; background: #fff; border: 1px solid #e3e8ef; border-radius: 22px; padding: 31px 34px; box-shadow: 0 16px 50px rgba(12, 31, 54, .07); }
.final-card h2 { font-size: clamp(28px, 3.3vw, 40px); margin: 10px 0 0; max-width: 770px; }
.final-card .primary-btn { min-width: 250px; }

.cs-footer { background: #050d18; color: #b8c6d7; padding: 42px 0; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.footer-logo img { width: 132px; height: auto; }
.footer-copy p { margin: 0 0 4px; color: #fff; font-weight: 850; }
.footer-copy small { font-size: 11px; color: #718093; }
.footer-links { display: flex; gap: 16px; font-size: 12px; }
.footer-links a { text-decoration: none; color: #b8c6d7; }
.footer-links a:hover { color: #fff; }

@media (max-width: 1060px) {
  .hero-grid { grid-template-columns: 1fr .82fr; gap: 30px; }
  .hero-art { min-height: 520px; }
  .hero-mockup { width: min(460px, 100%); }
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; padding: 46px 0 54px; gap: 26px; }
  .hero-copy { max-width: 760px; margin-inline: auto; }
  .form-card { max-width: none; }
  .hero-art { min-height: 480px; padding: 0; }
  .hero-mockup { width: min(440px, 88vw); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid article:nth-child(7) { grid-column: 1 / -1; max-width: 520px; width: 100%; justify-self: center; }
  .preview-grid, .bridge-grid { grid-template-columns: 1fr; gap: 38px; }
  .book-side { min-height: 430px; }
  .bridge-copy { padding-top: 54px; }
  .final-card { grid-template-columns: 1fr; }
  .final-card .primary-btn { width: max-content; }
  .footer-inner { grid-template-columns: auto 1fr; }
  .footer-links { grid-column: 1 / -1; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); row-gap: 16px; }
  .trust-grid div:nth-child(2) { border-right: 0; }
}

@media (max-width: 640px) {
  :root { --wrap: min(100% - 24px, 1180px); }
  .announcement { font-size: 7px; min-height: 30px; letter-spacing: .055em; gap: 5px; padding-inline: 8px; white-space: normal; line-height: 1.25; }
  .cs-header { height: 68px; }
  .cs-logo img { width: 108px; }
  .text-cta { padding: 8px 11px; font-size: 0; }
  .text-cta::before { content: "Free cheatsheet"; font-size: 11px; }
  .text-cta strong { font-size: 12px; }
  .hero-grid { padding: 34px 0 42px; gap: 18px; }
  .hero-copy h1 { font-size: clamp(39px, 12vw, 46px); line-height: .98; margin: 11px 0 17px; }
  .lede { font-size: 14px; line-height: 1.55; }
  .benefit-row { gap: 7px; margin: 21px 0 24px; }
  .benefit-row span { font-size: 10px; }
  .form-card { padding: 17px; border-radius: 17px; width: 100%; }
  .cs-form { grid-template-columns: 1fr; }
  .consent, .primary-btn, .microcopy, .form-status { grid-column: auto; }
  .hero-art { min-height: 350px; padding: 0; margin-top: 4px; }
  .hero-art::before { width: min(320px, 86vw); height: auto; }
  .hero-mockup { width: min(350px, 94vw); }
  .burst { width: 70px; height: 70px; right: 2px; top: 2px; border-width: 4px; }
  .burst strong { font-size: 18px; }
  .burst small, .burst span { font-size: 7px; }
  .travel-stamp { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div { padding: 3px 12px; }
  .trust-grid strong { font-size: 9px; }
  .trust-grid span { font-size: 11px; }
  .section { padding: 52px 0; }
  .feature-grid, .steps { grid-template-columns: 1fr; }
  .feature-grid article:nth-child(7) { grid-column: auto; max-width: none; }
  .section-intro h2, .preview-copy h2, .bridge-copy h2 { font-size: clamp(32px, 9vw, 38px); }
  .photo-panel, .photo-panel img { min-height: 290px; height: 290px; }
  .preview-grid { gap: 31px; }
  .book-side { min-height: 350px; }
  .book-side img { width: min(315px, 88vw); max-height: 390px; }
  .bridge-grid { padding: 0 0 54px; }
  .bridge-copy { padding-top: 54px; }
  .bridge-btn { width: 100%; }
  .final-cta { padding: 28px 0; }
  .final-card { padding: 23px; }
  .final-card .primary-btn { width: 100%; min-width: 0; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-logo img { width: 116px; }
  .footer-links { grid-column: auto; }
  .success-card { grid-template-columns: auto 1fr; }
  .success-card .secondary-btn { grid-column: 1 / -1; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .primary-btn { transition: none; }
}

@media (max-width: 420px) {
  .header-inner { gap: 10px; }
  .cs-logo img { width: 96px; }
  .text-cta { padding: 7px 9px; }
  .text-cta::before { content: "Get free PDF"; font-size: 10px; }
  .kicker { font-size: 9px; letter-spacing: .13em; }
  .benefit-row span { padding: 6px 9px; }
  .form-heading h2 { font-size: 24px; }
  .cs-form input[type=text], .cs-form input[type=email] { min-height: 46px; font-size: 16px; }
  .primary-btn { min-height: 48px; }
  .hero-art { min-height: 320px; }
  .hero-mockup { width: min(320px, 92vw); }
  .trust-grid { grid-template-columns: 1fr 1fr; row-gap: 10px; }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .feature-grid article, .steps article { min-height: auto; }
  .photo-caption { left: 18px; right: 18px; bottom: 18px; }
  .photo-caption strong { font-size: 24px; }
  .bridge-list { gap: 8px; }
  .final-card h2 { font-size: 28px; }
  .footer-links { flex-wrap: wrap; }
}
