:root { color-scheme: light; --ink: #263c32; --muted: #6c776f; --line: #dce3d9; --paper: #f8f9f5; --accent: #456450; }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.6 -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; }
button, select { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
button, a, select, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #729b7d; outline-offset: 5px; }
.wrap { width: min(1440px, calc(100% - 112px)); margin-inline: auto; }
.masthead { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 96px; border-bottom: 1px solid var(--line); }
.identity { display: inline-flex; align-items: center; gap: 9px; font-size: 20px; font-weight: 650; letter-spacing: -.8px; }
.identity__mark { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 8px; color: #fff; background: var(--accent); font-size: 25px; font-family: Georgia, serif; font-style: italic; }
.prepared-for { color: var(--muted); font-size: 12px; }
.prepared-for strong { font-weight: 500; color: var(--ink); }
.nav-link { font-size: 12px; font-weight: 600; }
.nav-link span { margin-left: 14px; }
.pitch-intro { padding: 76px 0 56px; max-width: 920px; }
.eyebrow { margin: 0 0 16px; font-size: 10px; font-weight: 650; text-transform: uppercase; letter-spacing: 1.65px; color: var(--accent); }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 9px; border-radius: 50%; background: #78977b; vertical-align: 2px; }
h1 { margin: 0; max-width: 890px; font-size: clamp(38px, 4.3vw, 66px); line-height: 1.08; font-weight: 500; letter-spacing: -2.8px; text-wrap: balance; }
.intro-summary { margin: 24px 0 0; max-width: 670px; color: var(--muted); font-size: 16px; line-height: 1.75; }
@media (min-width: 801px) {
  .pitch-intro { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); column-gap: clamp(32px, 5vw, 80px); align-items: center; max-width: none; }
  .pitch-intro > .eyebrow { grid-column: 1 / -1; }
  .pitch-intro > .intro-summary { margin: 0; }
}
h2, h3, p { overflow-wrap: break-word; }
h2 { margin: 0; font-size: 25px; font-weight: 500; line-height: 1.3; letter-spacing: -.8px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.section-heading > span { max-width: 300px; color: var(--muted); font-size: 11px; text-align: right; }
.changes .section-heading h2 { font-size: 16px; letter-spacing: -.3px; }
.improvement-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--line); }
.improvement { padding: 26px 30px 29px; }
.improvement:first-child { padding-left: 0; }
.improvement:last-child { padding-right: 0; }
.improvement + .improvement { border-left: 1px solid var(--line); }
.improvement__number { display: block; margin-bottom: 20px; font-size: 11px; font-variant-numeric: tabular-nums; color: #849383; }
.improvement h3 { margin: 0 0 10px; font-size: 18px; line-height: 1.35; font-weight: 500; letter-spacing: -.4px; }
.improvement p { margin: 0; font-size: 13px; line-height: 1.7; color: var(--muted); max-width: 350px; }
.preview-section { padding-top: 64px; }
.preview-section .eyebrow { margin-bottom: 10px; }
.preview-offer-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 3fr); align-items: start; gap: 28px; }
.preview-column { min-width: 0; }
.preview-viewer { position: relative; inset: auto; display: block; width: 100%; max-width: none; max-height: none; margin: 0; padding: 0; border: 1px solid #d3dccf; border-radius: 12px; overflow: hidden; background: #fff; color: var(--ink); box-shadow: 0 18px 40px -26px #27413055; }
.preview-bar { height: 43px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 16px; background: #eef1e9; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.preview-bar__dots { display: flex; gap: 5px; }
.preview-bar__dots i { width: 6px; height: 6px; border-radius: 50%; background: #c2cbbc; }
.preview-bar__label { font-size: 9px; }
.preview-canvas { position: relative; aspect-ratio: 1440 / 1080; overflow: hidden; background: #fff; }
.preview-canvas iframe { position: absolute; top: 0; left: 0; width: 1440px; height: 1080px; transform: scale(var(--preview-scale, .6)); transform-origin: top left; border: 0; pointer-events: none; }
.preview-open { position: absolute; inset: 0; display: grid; place-items: center; width: 100%; border: 0; background: linear-gradient(0deg, #17291f24, transparent 35%); cursor: zoom-in; }
.preview-open > span { display: flex; gap: 22px; align-items: center; padding: 13px 20px; border: 1px solid #ffffffc9; border-radius: 30px; background: #f8f9f5f2; color: var(--ink); box-shadow: 0 6px 24px #20352530; font-size: 12px; font-weight: 600; transition: transform 180ms; }
.preview-open:hover > span { transform: scale(1.04); }
.preview-caption { margin: 16px 0 0; color: var(--muted); font-size: 11px; }
.preview-caption .status-dot { width: 5px; height: 5px; vertical-align: 1px; }
.offer { background: #edf1e8; border: 1px solid #dce3d4; border-radius: 12px; padding: 28px; }
.offer .eyebrow { font-size: 9px; letter-spacing: 1.3px; }
.offer h2 { font-size: 24px; }
.price-line { display: flex; align-items: center; gap: 16px; margin: 16px 0; }
.offer__price { font-size: 64px; line-height: 1; letter-spacing: -3px; font-weight: 500; }
.price-line > span + span { font-size: 10px; color: var(--muted); line-height: 1.6; }
.offer__intro { color: var(--muted); font-size: 12px; margin: 0 0 22px; }
.offer-list { list-style: none; margin: 0 0 24px; padding: 20px 0 0; border-top: 1px solid #d5dfcf; }
.offer-list li { position: relative; padding-left: 20px; margin-bottom: 11px; font-size: 12px; line-height: 1.5; }
.offer-list li::before { content: '✓'; position: absolute; left: 0; color: #668363; }
.design-label { display: block; font-size: 11px; margin-bottom: 6px; }
select { width: 100%; min-width: 0; padding: 10px 8px; background: #f8f9f5; border: 1px solid #cfd9c9; border-radius: 5px; font-size: 12px; }
.offer__selection { font-size: 10px; color: var(--muted); margin: 8px 0 15px; }
.offer__selection strong { font-weight: 500; }
.button { display: block; width: 100%; padding: 13px 8px; border: 0; border-radius: 6px; background: var(--accent); color: #fff; font-weight: 500; font-size: 12px; cursor: pointer; }
.button:disabled { cursor: default; opacity: .72; }
.checkout-status { margin: 10px 0; font-size: 10px; color: var(--muted); text-align: center; }
.offer__note { margin: 17px 0 0; font-size: 10px; color: var(--muted); text-align: center; }
.resume-link { display: block; text-align: center; font-size: 12px; text-decoration: underline; }
.faq-section { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; margin-top: 82px; padding: 58px 0 70px; border-top: 1px solid var(--line); }
.faq-intro h2 { font-size: 38px; letter-spacing: -1.5px; line-height: 1.16; }
.faq-intro > p:last-child { color: var(--muted); font-size: 13px; margin-top: 19px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0; cursor: pointer; font-size: 13px; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; color: #83947f; font-size: 19px; line-height: 1; }
details[open] summary::after { content: '−'; }
details p { margin: 0 30px 20px 0; color: var(--muted); font-size: 13px; }
.footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 26px 0 34px; border-top: 1px solid var(--line); font-size: 10px; color: var(--muted); }
.footer .identity { font-size: 16px; color: var(--ink); }
body.is-preview-open { overflow: hidden; }
.preview-viewer.is-expanded { position: fixed; inset: 0; width: 100vw; height: 100dvh; margin: 0; border: 0; border-radius: 0; }
.preview-viewer::backdrop { background: #f8f9f5; }
.is-expanded .preview-bar { height: 48px; }
.is-expanded .preview-canvas { height: calc(100% - 48px); aspect-ratio: auto; }
.is-expanded iframe { width: 100%; height: 100%; transform: none; pointer-events: auto; }
[data-close-preview] { border: 0; padding: 8px 10px; background: transparent; cursor: pointer; font-size: 12px; }
[data-close-preview] span { font-size: 19px; margin-left: 20px; }
@media (max-width: 1100px) { .wrap { width: calc(100% - 64px); } .offer { padding: 20px; } .preview-offer-grid { gap: 20px; } .offer h2 { font-size: 21px; } .prepared-for { display: none; } }
@media (max-width: 800px) { .wrap { width: calc(100% - 40px); } .masthead { min-height: 76px; } .pitch-intro { padding: 48px 0 38px; } h1 { letter-spacing: -1.5px; } .intro-summary { font-size: 14px; } .section-heading > span { display: none; } .improvement { padding: 22px 16px; } .improvement h3 { font-size: 16px; } .preview-offer-grid { grid-template-columns: 1fr; gap: 28px; } .preview-canvas { aspect-ratio: 4 / 3; } .offer { padding: 26px; } .offer h2 { font-size: 26px; } .offer-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; } .faq-section { gap: 35px; grid-template-columns: 1fr 1.3fr; margin-top: 55px; padding-top: 40px; } .faq-intro h2 { font-size: 30px; } }
@media (max-width: 540px) { .identity { font-size: 18px; } .nav-link { font-size: 10px; } .nav-link span { margin-left: 4px; } .eyebrow { font-size: 9px; } h1 { font-size: 38px; } .improvement-grid { grid-template-columns: 1fr; } .improvement, .improvement:first-child, .improvement:last-child { position: relative; padding: 22px 0 22px 36px; } .improvement + .improvement { border-left: 0; border-top: 1px solid var(--line); } .improvement__number { position: absolute; top: 25px; left: 0; } .improvement h3 { font-size: 18px; } .preview-section { padding-top: 42px; } h2 { font-size: 23px; } .preview-bar { padding-inline: 10px; gap: 8px; font-size: 8px; } .preview-bar__label { display: none; } .preview-caption { font-size: 10px; } .offer-list { display: block; } .faq-section { grid-template-columns: 1fr; gap: 22px; padding-bottom: 42px; } .faq-intro h2 br { display: none; } .footer { flex-wrap: wrap; gap: 14px; } .footer > span:nth-child(2) { display: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
