@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('assets/fonts/inter-latin.woff2') format('woff2'); }
@font-face { font-family: 'Nunito'; font-style: normal; font-weight: 700 900; font-display: swap; src: url('assets/fonts/nunito-latin.woff2') format('woff2'); }

:root {
  --color-primary: #124e96;
  --color-primary-dark: #082f63;
  --color-accent: #f6b928;
  --color-accent-red: #e33b35;
  --color-background: #fff9ef;
  --color-background-blue: #edf6ff;
  --color-text: #172033;
  --color-success: #218b57;
  --color-white: #fff;
  --line: #dbe4ee;
  --shadow: 0 18px 45px rgba(8, 47, 99, .12);
  --radius: 24px;
  --container: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--color-text); background: var(--color-background); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Nunito, Arial Rounded MT Bold, Arial, sans-serif; line-height: 1.08; }
h2 { margin-bottom: 18px; color: var(--color-primary-dark); font-size: clamp(2rem, 5.5vw, 3.4rem); font-weight: 900; letter-spacing: -.035em; }
h3 { margin-bottom: 8px; }
.container { width: min(var(--container), calc(100% - clamp(36px, 10vw, 64px))); margin: auto; }
.narrow { max-width: 760px; }
.centered { text-align: center; margin-inline: auto; }
.section { padding: clamp(62px, 10vw, 112px) 0; }
.skip-link { position: fixed; top: -100px; left: 18px; z-index: 10; padding: 10px 15px; color: #fff; background: var(--color-primary-dark); border-radius: 8px; }
.skip-link:focus { top: 18px; }
.topbar { display: grid; height: 34px; place-items: center; padding: 0 18px; overflow: hidden; color: #fff; background: var(--color-primary-dark); font-size: .73rem; font-weight: 700; text-align: center; }
.topbar-message { max-width: 100%; padding: 0; margin: 0; overflow: hidden; line-height: 1; text-overflow: ellipsis; white-space: nowrap; transition: opacity .3s ease, transform .3s ease; }
.topbar-message.is-changing { opacity: 0; transform: translateY(-5px); }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--color-primary-dark); text-decoration: none; font-family: Nunito, sans-serif; font-size: .79rem; font-weight: 700; line-height: .9; }
.brand strong { font-size: 1.23rem; }
.brand-mark { display: grid; width: 33px; height: 33px; place-items: center; color: var(--color-primary); background: var(--color-accent); border-radius: 11px; font-size: 1.15rem; transform: rotate(-10deg); }
.cta { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 13px 20px; border: 0; border-radius: 12px; background: var(--color-accent); color: var(--color-primary-dark); box-shadow: 0 6px 0 #d89b0a; font-weight: 800; font-size: .88rem; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.cta:hover { transform: translateY(-2px); box-shadow: 0 8px 0 #d89b0a; }
.cta:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--color-accent-red); outline-offset: 4px; }
.cta span { padding-left: 10px; font-size: 1.15rem; }
.cta-small { min-height: 40px; padding: 9px 12px; border-radius: 9px; box-shadow: none; font-size: .66rem; }
.cta-small:hover { box-shadow: none; }
.cta-primary { width: 100%; max-width: 410px; }
.hero { position: relative; overflow: hidden; padding: clamp(12px, 3.5vw, 44px) 0 30px; background: linear-gradient(120deg, #f3f9ff 0%, #fff9ef 70%); }
.hero::before { position: absolute; top: -130px; right: -130px; width: 330px; height: 330px; border: 30px solid rgba(246,185,40,.19); border-radius: 50%; content: ''; }
.hero-grid { display: grid; align-items: center; gap: 20px; }
.hero-copy { position: relative; z-index: 1; order: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 13px; color: var(--color-primary); font-size: .73rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow-gold { color: #9b6500; }
.eyebrow-blue { color: var(--color-primary); }
h1 { margin-bottom: 14px; color: var(--color-primary-dark); font-size: clamp(2.05rem, 8.7vw, 4.8rem); font-weight: 900; letter-spacing: -.05em; line-height: 1.06; }
h1 em { display: inline; color: var(--color-primary); font-style: normal; }
.hero-lead { max-width: 560px; margin-bottom: 14px; font-size: clamp(.98rem, 3.8vw, 1.21rem); font-weight: 500; }
.check-list { display: grid; gap: 7px; padding: 0; margin: 0 0 22px; list-style: none; font-size: .91rem; font-weight: 600; }
.check-list li::before { padding-right: 9px; color: var(--color-success); content: '✓'; font-weight: 900; }
.secure-note, .hero-trust { margin: 15px 0 0; color: #466074; font-size: .77rem; font-weight: 600; }
.hero-visual { position: relative; order: 2; width: min(100%, 470px); margin: 3px auto 0; }
.hero-cta { order: 3; text-align: center; }
.hero-trust { order: 4; grid-column: 1 / -1; margin: 2px 0 0; text-align: center; }
.hero-mockups { position: relative; z-index: 1; display: grid; gap: 18px; }
.hero-mockups img { width: 100%; height: auto; border-radius: 14px; box-shadow: 0 10px 20px rgba(8,47,99,.12); }
.hero-mockups .hero-mockup-main { width: min(100%, 360px); margin-inline: auto; filter: drop-shadow(0 20px 20px rgba(8,47,99,.18)); }
.hero-mockup-copy { padding: 4px 4px 8px; text-align: center; }
.hero-mockup-copy h2 { margin-bottom: 12px; color: var(--color-primary-dark); font-size: clamp(1.35rem, 6vw, 1.8rem); line-height: 1.12; text-transform: uppercase; }
.hero-mockup-copy p { margin-bottom: 15px; color: #40536a; font-size: .95rem; line-height: 1.5; }
.hero-mockup-copy ul { display: grid; justify-content: center; gap: 6px; padding: 0; margin: 0; color: var(--color-primary-dark); font-size: .87rem; font-weight: 700; list-style: none; }
.hero-mockup-copy li::before { padding-right: 8px; color: var(--color-success); content: '✓'; }
.mockup-cta { text-align: center; }
.mockup-cta .cta { margin-inline: auto; }
.hero-secondary-mockups { display: grid; grid-template-columns: 1fr; gap: 18px; }
.sunburst { position: absolute; inset: 7% 8%; border-radius: 50%; background: repeating-conic-gradient(from 0deg, rgba(246,185,40,.25) 0 7deg, transparent 7deg 17deg); }
.hero-sticker { position: relative; z-index: 2; display: grid; width: 78px; height: 78px; place-content: center; margin: 14px auto 0; color: #fff; background: var(--color-accent-red); border: 4px solid #fff; border-radius: 50%; box-shadow: 0 8px 20px rgba(227,59,53,.25); font-family: Nunito, sans-serif; font-size: 1.15rem; font-weight: 900; line-height: .8; text-align: center; transform: rotate(9deg); }
.hero-sticker small { font-family: Inter, sans-serif; font-size: .55rem; font-weight: 800; text-transform: uppercase; }
.trust-strip { padding: 18px 0; color: #fff; background: var(--color-primary-dark); }
.trust-grid { display: grid; gap: 9px; text-align: center; }
.trust-grid p { margin: 0; font-size: .77rem; font-weight: 600; }
.trust-grid b { color: var(--color-accent); }
.intro p:not(.eyebrow) { max-width: 680px; margin: auto; color: #4d5b6e; }
.intro h2 span { color: var(--color-primary); }
.receive { background: var(--color-background-blue); }
.section-heading { display: grid; gap: 12px; margin-bottom: 30px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 390px; margin: 0; color: #536477; font-size: .95rem; }
.delivery-showcase { width: min(100%, 500px); margin: 0 auto 42px; }
.delivery-showcase img { display: block; width: 100%; height: auto; object-fit: contain; border-radius: 18px; box-shadow: 0 12px 30px rgba(8,47,99,.1); }
.resource-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.resource-card { width: 100%; max-width: 100%; padding: 21px; background: #fff; border-radius: 17px; box-shadow: 0 9px 24px rgba(8,47,99,.08); }
.resource-card div { padding: 0; }
.resource-card span { display: inline-block; margin-bottom: 12px; padding: 4px 8px; color: var(--color-primary-dark); background: #fff0c5; border-radius: 7px; font-size: .72rem; font-weight: 800; }
.resource-card h3 { color: var(--color-primary-dark); font-size: 1.08rem; }
.resource-card p { margin-bottom: 0; color: #536477; font-size: .82rem; line-height: 1.45; }
.content-details { margin-top: 25px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.content-details summary { display: flex; justify-content: space-between; padding: 17px; cursor: pointer; color: var(--color-primary-dark); font-weight: 800; list-style: none; }
.content-details summary::-webkit-details-marker, .faq summary::-webkit-details-marker { display: none; }
.content-details[open] summary span { transform: rotate(45deg); }
.content-details-body { padding: 0 20px 18px; color: #40536a; font-size: .9rem; }
.content-details-body ul { display: grid; gap: 10px; padding-left: 18px; margin: 0; }
.cta-row { margin-top: 32px; text-align: center; }
.problem { color: #fff; background: var(--color-primary-dark); }
.problem h2 { color: #fff; }
.problem p:not(.eyebrow) { color: #d9e7f6; }
.problem-grid { display: grid; align-items: center; gap: 35px; }
.quote { margin: 23px 0 0; padding: 15px; border-left: 4px solid var(--color-accent); background: rgba(255,255,255,.07); font-size: .91rem; font-weight: 600; }
.problem-art { display: grid; min-height: 210px; place-content: center; color: var(--color-primary-dark); background: var(--color-accent); border-radius: 27px; text-align: center; transform: rotate(-2deg); }
.problem-art span { font-size: 4.5rem; line-height: 1; }
.problem-art p { margin: 10px 0 0; color: var(--color-primary-dark) !important; font-family: Nunito, sans-serif; font-size: 1.45rem; font-weight: 800; line-height: 1.05; }
.solution { background: #fff; }
.solution-grid { display: grid; align-items: center; gap: 38px; }
.solution-image { position: relative; padding: 10px; background: var(--color-background-blue); border-radius: 27px; }
.solution-image::after { position: absolute; right: -8px; bottom: -12px; z-index: 0; width: 60%; height: 40%; background: var(--color-accent); border-radius: 22px; content: ''; }
.solution-image img { position: relative; z-index: 1; width: 100%; height: auto; border-radius: 18px; object-fit: contain; }
.text-link { display: inline-block; color: var(--color-primary); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.for-whom { background: var(--color-background); }
.audience-grid { display: grid; gap: 14px; margin-top: 31px; }
.audience-grid article { padding: 24px; background: #fff; border: 1px solid #f0e8d8; border-radius: 18px; }
.audience-grid span { display: grid; width: 41px; height: 41px; place-content: center; margin-bottom: 16px; color: var(--color-primary-dark); background: #fff3cd; border-radius: 12px; font-size: 1.25rem; }
.audience-grid h3 { color: var(--color-primary-dark); font-size: 1.18rem; }
.audience-grid p { margin-bottom: 0; color: #566679; font-size: .9rem; }
.bonus-section { overflow: hidden; color: #fff; background: var(--color-primary); }
.bonus-section .section-heading { margin-bottom: 30px; }
.bonus-section h2 { color: #fff; }
.bonus-section .section-heading > p { color: #e4eefb; }
.bonus-eyebrow { display: inline-block; padding: 8px 13px; color: #082f63; background: #f6b928; border: 1px solid #f6b928; border-radius: 999px; font-size: .68rem; line-height: 1.2; }
.bonus-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; }
.bonus-card { margin: 0; }
.bonus-card img { display: block; width: 100%; height: auto; object-fit: contain; border-radius: 16px; box-shadow: 0 15px 32px rgba(0,0,0,.2); }
.bonus-section .cta-row { margin-top: 32px; }
.samples { background: #fff; }
.samples-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.samples-grid img { display: block; width: 100%; height: auto; min-height: 0; border-radius: 15px; object-fit: contain; }
.testimonials { background: var(--color-background-blue); }
.testimonials-lead { margin: 0 auto; color: #536477; font-size: .94rem; }
.testimonials-grid { display: grid; grid-template-columns: 1fr; align-items: stretch; gap: 16px; margin-top: 30px; }
.testimonial-card { display: flex; flex-direction: column; padding: 24px; background: #fff; border: 1px solid #dce8f4; border-radius: 18px; box-shadow: 0 10px 26px rgba(8,47,99,.08); }
.testimonial-name { margin-bottom: 14px; color: var(--color-primary-dark); font-family: Nunito, sans-serif; font-size: 1.15rem; font-weight: 900; }
.testimonial-name span { display: block; margin-top: 3px; color: #5f7185; font-family: Inter, sans-serif; font-size: .75rem; font-weight: 700; }
.testimonial-card blockquote { margin: 0; color: #34475d; font-size: .95rem; line-height: 1.58; }
.testimonial-card blockquote::before { color: var(--color-accent-red); content: '“'; font-family: Nunito, sans-serif; font-size: 2.4rem; font-weight: 900; line-height: 0; vertical-align: -.6rem; }
.testimonial-proof { margin-top: 18px; border-top: 1px solid #e2eaf2; }
.testimonial-proof summary { padding-top: 14px; cursor: pointer; color: var(--color-primary); font-size: .78rem; font-weight: 800; }
.testimonial-proof img { width: 100%; max-width: 391px; margin-top: 14px; border-radius: 12px; }
.offer { padding: clamp(65px, 10vw, 110px) 0; color: #fff; background: linear-gradient(135deg, #082f63, #124e96); scroll-margin-top: 20px; }
.offer h2 { color: #fff; }
.offer-grid { display: grid; align-items: center; gap: 34px; }
.offer-list { display: grid; gap: 17px; padding: 0; margin: 24px 0 0; list-style: none; }
.offer-list li { display: grid; gap: 1px; }
.offer-list b { color: #fff; }
.offer-list b::before { padding-right: 9px; color: var(--color-accent); content: '✓'; }
.offer-list span { color: #d3e4f7; font-size: .84rem; }
.price-card { padding: 29px 22px; color: var(--color-text); background: #fff; border: 5px solid var(--color-accent); border-radius: 24px; box-shadow: var(--shadow); text-align: center; }
.price-card > p:first-child { margin-bottom: 5px; color: var(--color-primary); font-size: .75rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.price-card h3 { color: var(--color-primary-dark); font-size: 1.47rem; }
.price { margin: 20px 0; }
.price small { display: block; color: #647386; font-weight: 600; }
.price strong { color: var(--color-primary-dark); font-family: Nunito, sans-serif; font-size: 3.2rem; font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.price strong span { font-size: .94rem; letter-spacing: 0; }
.price-card .cta { max-width: none; }
.faq { background: #fff; }
.faq-list { display: grid; gap: 10px; margin-top: 28px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 17px 34px 17px 0; cursor: pointer; color: var(--color-primary-dark); font-weight: 800; list-style: none; }
.faq-list summary::after { position: absolute; top: 14px; right: 4px; color: var(--color-primary); content: '+'; font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list p { padding-bottom: 17px; margin-bottom: 0; color: #536477; font-size: .91rem; }
.final-cta { padding: clamp(66px, 11vw, 118px) 0; background: #fff0c5; }
.final-cta h2 { max-width: 810px; margin-inline: auto; }
.final-cta > .container > p:not(.eyebrow) { max-width: 600px; margin-inline: auto; color: #536477; }
.final-cta .cta { margin-top: 13px; }
footer { padding: 34px 0; color: #c8dbef; background: #061d3e; }
.footer-content { display: grid; gap: 16px; }
.brand-footer-logo { display: block; width: min(38vw, 145px); line-height: 0; }
.brand-footer-logo img { display: block; width: 100%; height: auto; filter: brightness(0) invert(1); }
.footer-content p { margin: 0; font-size: .79rem; }
.footer-content > a:last-child { color: #fff; font-size: .78rem; font-weight: 700; }

@media (max-width: 759px) {
  .hero-copy, .section-heading, .solution-grid > div:last-child, .problem-grid > div:first-child, .bonus-grid > div, .offer-grid > div:first-child { text-align: center; }
  .hero-cta .cta, .bonus-grid .cta { margin-inline: auto; }
  .section-heading > p, .solution-grid > div:last-child > p:not(.eyebrow), .problem-grid > div:first-child > p:not(.quote):not(.eyebrow) { margin-inline: auto; }
  .hero-points, .check-list, .offer-list, .quote { text-align: left; }
  .offer-list { margin-inline: auto; }
}

@media (max-width: 539px) {
  .footer-content { justify-items: center; text-align: center; }
}

@media (min-width: 540px) {
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-content { grid-template-columns: 1fr 1.4fr auto; align-items: center; }
}

@media (min-width: 760px) {
  .hero-secondary-mockups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero { padding: 30px 0 72px; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; column-gap: 10px; row-gap: 18px; }
  .hero-copy { grid-column: 1; grid-row: 1; order: 1; }
  .hero-visual { grid-column: 2; grid-row: 1 / span 2; order: 2; width: 100%; }
  .hero-cta { grid-column: 1; grid-row: 2; order: 3; text-align: left; }
  .hero-trust { grid-row: 3; order: 4; }
  .hero .cta-primary { width: auto; }
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .resource-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
  .resource-feature { grid-column: span 2; }
  .resource-feature div { padding: 18px; }
  .testimonials-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .section-heading { grid-template-columns: 1.3fr .7fr; align-items: end; }
  .section-heading > p { justify-self: end; }
  .problem-grid, .solution-grid { grid-template-columns: 1fr 1fr; }
  .problem-art { min-height: 290px; }
  .bonus-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .bonus-section .cta-primary { width: auto; }
  .offer-grid { grid-template-columns: 1.08fr .72fr; }
}

@media (min-width: 980px) {
  .hero-sticker { right: 0; width: 110px; height: 110px; font-size: 1.65rem; }
  .hero-sticker small { font-size: .65rem; }
  .resource-feature { display: grid; grid-template-columns: 1.05fr .95fr; }
  .resource-feature img { height: auto; }
  .resource-feature div { align-self: center; }
  .samples-grid { grid-template-columns: .9fr .9fr 1.2fr; grid-template-rows: auto; }
  .samples-grid img:first-child { grid-row: auto; }
  .samples-grid img { min-height: 0; }
}

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