@font-face {
  font-family: Fredoka;
  src: url("fonts/fredoka.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("fonts/dmsans.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("fonts/dmsans-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --paper: #fff9ed;
  --cream: #fffdf6;
  --ink: #34271f;
  --muted: #68574b;
  --red: #b63e32;
  --red-hover: #963025;
  --sky: #dceefa;
  --blush: #f5ded4;
  --line: #d7c6b6;
  --focus: #2245b4;
  --radius: 32px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 17px/1.6 "DM Sans", sans-serif; }
::selection { background: var(--ink); color: var(--paper); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3, .wordmark, .price strong, .step-number { font-family: Fredoka, "DM Sans", sans-serif; font-weight: 700; letter-spacing: -.025em; }
h2 { font-size: clamp(36px, 3.65vw, 52px); line-height: 1.12; }
h3 { font-size: 26px; line-height: 1.16; }
a { color: var(--red); text-decoration-thickness: 1.5px; text-underline-offset: 5px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; box-shadow: 0 0 0 4px var(--paper); }
main:focus { outline: none; }
img { display: block; max-width: 100%; height: auto; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.shell { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: absolute; top: 12px; left: 20px; transform: translateY(-160%); padding: 12px 20px; z-index: 10; background: var(--paper); border: 2px solid var(--ink); border-radius: 12px; font-weight: 700; }
.skip-link:focus { transform: none; }
.site-header { min-height: 104px; display: flex; align-items: center; gap: 36px; }
.wordmark { display: inline-flex; align-items: center; min-height: 48px; color: var(--ink); font-size: 36px; line-height: 1; text-decoration: none; letter-spacing: -1.2px; white-space: nowrap; }
.wordmark span { color: var(--red); }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav a, .site-footer nav a { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink); font-size: 16px; text-decoration: none; }
.main-nav a:hover, .site-footer nav a:hover { color: var(--red); text-decoration: underline; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 56px; padding: 13px 26px; gap: 12px; border: 2px solid var(--red); border-radius: 999px; background: var(--red); color: #fff; font: 700 17px/1.35 "DM Sans", sans-serif; text-align: center; text-decoration: none; transition: background-color .15s, transform .15s, box-shadow .15s; }
.button:hover { background: var(--red-hover); border-color: var(--red-hover); transform: translateY(-2px); box-shadow: 0 4px 0 var(--ink); }
.button-outline { color: var(--ink); background: transparent; }
.button-outline:hover { color: var(--ink); background: var(--blush); }
.header-signin { min-height: 46px; padding: 8px 28px; font-size: 16px; }
.arrow { width: 22px; height: 22px; stroke-width: 2; }
.hero { display: grid; grid-template-columns: 1.08fr 1fr; gap: 44px; align-items: center; padding-block: 42px 76px; }
.hero h1 { font-size: clamp(48px, 5.3vw, 76px); line-height: 1.03; margin-bottom: 24px; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: var(--red); font-size: .87em; font-style: normal; margin-top: 6px; white-space: nowrap; }
.hero-lead { max-width: 43ch; font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-block: 28px 16px; }
.hero-price { font-size: 17px; }
.hero-price strong { font-weight: 700; }
.account-note { margin-top: 9px; color: var(--muted); font-size: 14px; }
.hero-art { position: relative; isolation: isolate; margin: 0 14px 14px 0; }
.hero-art::before { content: ""; position: absolute; inset: 18px -14px -14px 18px; z-index: -1; border-radius: var(--radius); background: var(--sky); }
.hero-art img { width: 100%; border-radius: var(--radius); }
.hero-art figcaption { position: absolute; right: -8px; bottom: -20px; max-width: calc(100% - 16px); transform: rotate(-3deg); border: 1px solid var(--line); border-radius: 14px; outline: 5px solid var(--paper); background: var(--paper); padding: 10px 18px; font: 700 22px/1.3 Fredoka, sans-serif; letter-spacing: -.01em; color: var(--red); box-shadow: 0 8px 12px rgb(52 39 31 / 7%); }
.audience { display: flex; align-items: center; justify-content: center; gap: 32px; padding-block: 26px 30px; border-top: 1px solid var(--line); }
.audience p { font: 700 21px/1.3 Fredoka, sans-serif; }
.audience ul { list-style: none; margin: 0; padding: 0 0 0 32px; display: flex; flex-wrap: wrap; gap: 8px 22px; border-left: 1px solid var(--line); font-size: 15px; }
.pack-section { padding: 48px 36px 32px; background: var(--sky); border-radius: var(--radius); }
.section-heading { margin-bottom: 36px; }
.section-heading.centered { text-align: center; }
.eyebrow { margin-bottom: 14px; font-size: 12px; font-weight: 700; line-height: 1.5; text-transform: uppercase; letter-spacing: .14em; }
.section-heading > p:last-child:not(.eyebrow) { margin-top: 16px; font-size: 20px; }
.pack-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.feature { padding: 26px; background: var(--cream); border-radius: 22px; }
.feature-icon { width: 38px; height: 38px; color: var(--red); margin-bottom: 18px; }
.feature h3 { margin-bottom: 12px; font-size: 25px; }
.feature p { font-size: 16px; line-height: 1.65; }
.text-link { display: flex; align-items: center; gap: 10px; width: fit-content; max-width: 100%; min-height: 44px; font-weight: 700; line-height: 1.5; }
.pack-link { margin: 24px auto 0; text-align: center; }
.how-section { padding-block: 88px 72px; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.steps li { padding-right: 36px; }
.steps li + li { padding-left: 36px; border-left: 1px solid var(--line); }
.steps li:last-child { padding-right: 0; }
.step-number { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 18px; border-radius: 50%; background: var(--red); color: #fff; font-size: 28px; line-height: 1; }
.steps h3 { margin-bottom: 12px; }
.steps p { font-size: 17px; line-height: 1.65; }
.in-charge { margin-top: 32px; padding: 17px 24px; border-radius: 18px; background: var(--sky); font-weight: 700; text-align: center; font-size: 16px; }
.price-panel { display: grid; grid-template-columns: 1.05fr 1fr; gap: 46px; align-items: center; background: var(--blush); border-radius: var(--radius); padding: 48px; }
.price-intro > p:last-child { margin-top: 24px; max-width: 39ch; font-size: 18px; }
.price-offer { border-left: 1px solid #c4a99a; padding-left: 46px; }
.price { display: flex; align-items: baseline; gap: 10px; line-height: 1; }
.price strong { font-size: 94px; color: var(--red); }
.price > span { font-weight: 700; font-size: 24px; }
.price-inclusions { display: grid; gap: 13px; list-style: none; margin: 24px 0 28px; padding: 0; font-size: 16px; line-height: 1.5; }
.price-inclusions li { display: flex; gap: 12px; align-items: flex-start; }
.price-inclusions svg { width: 24px; height: 24px; color: var(--red); }
.price-inclusions strong { font-weight: 700; }
.price-offer > .button { width: 100%; }
.existing-account { text-align: center; margin-top: 14px; font-size: 14px; }
.existing-account a { color: var(--red-hover); font-weight: 700; display: inline-block; padding-block: 8px; }
.pricing-details { padding: 20px 12px 0; }
.pricing-details p { font-size: 14px; color: var(--muted); line-height: 1.7; }
.detail-links { display: flex; flex-wrap: wrap; gap: 8px 32px; margin-top: 12px; }
.detail-links a { display: inline-flex; align-items: center; min-height: 44px; font-size: 15px; color: var(--ink); }
.site-footer { border-top: 1px solid var(--line); margin-top: 52px; padding-block: 28px 32px; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-main p { margin-top: 8px; font-size: 14px; }
.site-footer nav { display: flex; gap: 30px; flex-wrap: wrap; }
.site-footer nav a { font-size: 15px; }
.copyright { font-size: 14px; color: var(--muted); margin-top: 24px; }

@media (max-width: 1100px) {
  .shell { width: calc(100% - 64px); }
  .site-header { gap: 24px; }
  .main-nav { gap: 20px; }
  .hero { gap: 32px; }
  .hero h1 { font-size: clamp(48px, 5.3vw, 62px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { gap: 12px; }
  .hero-actions .button { font-size: 15px; padding-inline: 18px; }
  .hero-art figcaption { font-size: 19px; }
  .audience { gap: 24px; }
  .audience ul { padding-left: 24px; gap: 8px 16px; }
  .pack-section { padding: 40px 28px 28px; }
  .pack-grid { gap: 16px; }
  .feature { padding: 22px; }
  .feature h3 { font-size: 23px; }
  .steps li { padding-right: 24px; }
  .steps li + li { padding-left: 24px; }
  .price-panel { padding: 36px; gap: 32px; }
  .price-offer { padding-left: 32px; }
}

@media (max-width: 800px) {
  .shell { width: calc(100% - 40px); }
  .site-header { min-height: 0; padding-block: 16px 10px; gap: 4px 16px; flex-wrap: wrap; }
  .wordmark { font-size: 32px; }
  .header-signin { margin-left: auto; min-height: 44px; padding: 8px 22px; }
  .main-nav { order: 3; width: 100%; margin: 0; justify-content: space-between; gap: 12px; }
  .main-nav a { font-size: 15px; }
  .hero { grid-template-columns: 1fr; gap: 36px; padding-block: 30px 54px; }
  .hero-copy { max-width: 580px; }
  .hero h1 { font-size: clamp(48px, 9.5vw, 66px); margin-bottom: 20px; }
  .hero h1 em { font-size: .82em; margin-top: 8px; }
  .hero-lead { font-size: 18px; }
  .hero-actions { margin-block: 24px 14px; }
  .hero-actions .button { font-size: 16px; padding-inline: 22px; }
  .hero-art { width: min(500px, calc(100% - 14px)); margin: 0 auto 12px 0; justify-self: center; }
  .hero-art figcaption { font-size: 21px; }
  .audience { flex-direction: column; align-items: flex-start; gap: 12px; padding-block: 26px; }
  .audience ul { border: 0; padding: 0; gap: 4px 18px; }
  .pack-section { padding: 36px 24px 24px; }
  .pack-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-heading { margin-bottom: 28px; }
  .section-heading > p:last-child:not(.eyebrow) { font-size: 18px; }
  .how-section { padding-block: 64px 48px; }
  .steps { grid-template-columns: 1fr; gap: 24px; }
  .steps li { position: relative; padding: 0 0 24px 66px; border-bottom: 1px solid var(--line); }
  .steps li + li { border-left: 0; padding-left: 66px; }
  .steps li:last-child { border-bottom: 0; padding-bottom: 0; }
  .step-number { position: absolute; top: 0; left: 0; width: 42px; height: 42px; font-size: 26px; }
  .steps h3 { padding-top: 5px; }
  .in-charge { font-size: 15px; padding: 18px 20px; }
  .price-panel { grid-template-columns: 1fr; gap: 28px; padding: 32px; }
  .price-intro > p:last-child { max-width: 50ch; margin-top: 20px; font-size: 17px; }
  .price-offer { border-left: 0; border-top: 1px solid #c4a99a; padding: 28px 0 0; }
  .price strong { font-size: 86px; }
  .existing-account { font-size: 15px; }
  .footer-main { align-items: flex-start; flex-direction: column; gap: 16px; }
}

@media (max-width: 520px) {
  h2 { font-size: 36px; }
  .hero h1 { font-size: 49px; }
  .hero h1 em { font-size: .82em; }
  .hero-actions { gap: 10px; flex-wrap: nowrap; }
  .hero-actions .button { padding-inline: 17px; font-size: 15px; gap: 8px; }
  .hero-actions .button:first-child { flex: 1; }
  .hero-actions .button-outline { padding-inline: 20px; }
  .hero-price { font-size: 16px; }
  .account-note { font-size: 13px; }
  .hero-art figcaption { padding: 9px 14px; font-size: 20px; }
  .audience p { font-size: 20px; }
  .audience ul { font-size: 13px; gap: 8px 14px; }
  .pack-section { padding: 32px 16px 22px; border-radius: 26px; }
  .pack-section h2 { font-size: 35px; }
  .pack-grid { grid-template-columns: 1fr; gap: 14px; }
  .feature { padding: 24px; border-radius: 20px; }
  .feature h3 { font-size: 25px; }
  .feature-icon { margin-bottom: 16px; }
  .pack-link { font-size: 15px; gap: 8px; }
  .pack-link .arrow { width: 20px; }
  .steps h3 { font-size: 25px; }
  .steps p { font-size: 16px; }
  .steps li, .steps li + li { padding-left: 60px; }
  .price-panel { padding: 30px 24px; border-radius: 26px; }
  .price-intro .eyebrow { font-size: 11px; letter-spacing: .11em; }
  .price-intro h2 { font-size: 37px; }
  .price strong { font-size: 82px; }
  .price > span { font-size: 21px; }
  .price-inclusions { font-size: 16px; }
  .price-offer > .button { font-size: 16px; padding-inline: 16px; }
  .pricing-details { padding-inline: 0; }
  .existing-account { line-height: 1.5; }
  .detail-links { column-gap: 24px; }
  .site-footer { margin-top: 36px; }
}

@media (max-width: 360px) {
  .hero h1 { font-size: 43px; }
  .hero-actions { flex-wrap: wrap; }
  .hero-actions .button { width: 100%; flex-basis: 100%; }
  .main-nav a { font-size: 13px; }
  .wordmark { font-size: 29px; }
  .header-signin { padding-inline: 18px; }
  .feature { padding: 22px; }
  .price-panel { padding-inline: 20px; }
  .price-intro h2 { font-size: 33px; }
  .steps li, .steps li + li { padding-left: 54px; }
  .site-footer nav { gap: 24px; }
}

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