:root {
  --navy: #0f2238;
  --navy-2: #17334f;
  --orange: #f47c20;
  --orange-dark: #c44d00;
  --cream: #fdfbf6;
  --white: #ffffff;
  --blue: #dce8f5;
  --green: #2e9e5b;
  --ink: #14283c;
  --muted: #5d6d7c;
  --line: #d4dde7;
  --shadow: 0 22px 55px rgba(15, 34, 56, .14);
  --radius: 22px;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --body: Inter, Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); line-height: 1.55; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.container { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 88px 0; position: relative; }
.eyebrow { margin: 0 0 12px; color: var(--orange-dark); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .display { font-family: var(--display); font-weight: 900; letter-spacing: .015em; line-height: .96; text-transform: uppercase; }
h1 { margin-bottom: 22px; font-size: clamp(3.45rem, 7vw, 6.6rem); }
h2 { margin-bottom: 18px; font-size: clamp(2.55rem, 5vw, 4.5rem); }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.btn { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 15px 24px; border: 2px solid transparent; border-radius: 14px; background: var(--orange); color: var(--navy); font-weight: 950; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; box-shadow: 0 12px 24px rgba(244, 124, 32, .24); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); background: #ff8b31; box-shadow: 0 16px 28px rgba(244, 124, 32, .3); }
.btn-small { min-height: 44px; padding: 10px 18px; font-size: .82rem; }
.btn-light { background: var(--white); color: var(--navy); box-shadow: none; }
.tiny { margin: 10px 0 0; color: var(--muted); font-size: .78rem; font-weight: 700; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; color: var(--white); }
.offer-banner { min-height: 38px; display: flex; align-items: center; justify-content: center; padding: 7px 14px; background: #b42318; color: var(--white); font-size: .76rem; font-weight: 950; letter-spacing: .09em; line-height: 1.2; text-align: center; }
.header-inner { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; font-size: .82rem; font-weight: 950; letter-spacing: .11em; line-height: 1.1; text-decoration: none; text-transform: uppercase; }
.brand-mark { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--orange); color: var(--navy); box-shadow: inset 0 0 0 3px rgba(15, 34, 56, .15); }
.brand-mark svg { width: 27px; height: 27px; }

.hero { min-height: 760px; overflow: hidden; padding: 132px 0 82px; background: var(--navy); color: var(--white); }
body.has-offer-banner .hero { padding-top: 170px; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(circle at 1px 1px, #fff 1.2px, transparent 0); background-size: 28px 28px; mask-image: linear-gradient(90deg, #000, transparent 65%); }
.hero::after { content: ""; position: absolute; right: -220px; bottom: -340px; width: 780px; height: 780px; border: 3px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(244,124,32,.06), 0 0 0 140px rgba(255,255,255,.025); }
.hero-grid { position: relative; z-index: 2; display: grid; align-items: center; grid-template-columns: 1.02fr .98fr; gap: 54px; }
.hero-copy { max-width: 630px; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.08); font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-badge svg { width: 20px; height: 20px; color: var(--orange); }
.hero h1 { max-width: 610px; color: var(--white); font-size: clamp(3.8rem, 6.2vw, 5.8rem); }
.hero-sub { max-width: 600px; margin-bottom: 12px; color: #eef5fc; font-size: clamp(1.2rem, 2.2vw, 1.55rem); font-weight: 750; line-height: 1.35; }
.hero-note { max-width: 560px; color: #bfcfe0; }
.check-list { display: grid; gap: 9px; margin: 24px 0 28px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; font-weight: 750; }
.check-list li::before { content: "✓"; display: grid; width: 23px; height: 23px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--green); color: white; font-size: .8rem; }
.hero .tiny { color: #bdd0e1; }
.hero-visual { position: relative; min-height: 585px; }
.mock-page { position: absolute; overflow: hidden; border: 8px solid var(--white); border-radius: 12px; background: var(--white); box-shadow: var(--shadow); }
.mock-page img { width: 100%; height: 100%; object-fit: cover; }
.mock-cover { z-index: 3; top: 6px; left: 18%; width: 55%; aspect-ratio: 8.5 / 11; transform: rotate(-2.2deg); }
.mock-left { z-index: 1; bottom: 15px; left: 0; width: 42%; aspect-ratio: 8.5 / 11; transform: rotate(-8deg); }
.mock-right { z-index: 2; right: 0; bottom: 8px; width: 43%; aspect-ratio: 8.5 / 11; transform: rotate(7deg); }
.ball-deco { position: absolute; z-index: 5; right: 0; top: 52px; width: 86px; filter: drop-shadow(0 18px 22px rgba(0,0,0,.25)); transform: rotate(12deg); }
.cone-deco { position: absolute; z-index: 5; bottom: 2px; left: 8%; width: 66px; filter: drop-shadow(0 14px 18px rgba(0,0,0,.24)); }
.utility-strip { position: relative; z-index: 5; background: var(--orange); color: var(--navy); }
.utility-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.utility-item { padding: 17px 12px; text-align: center; font-size: .76rem; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.utility-item + .utility-item { border-left: 1px solid rgba(15,34,56,.22); }

.problem { background: var(--cream); }
.problem .eyebrow { color: #c44d00; }
.problem-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.problem-copy .lead strong { color: var(--navy); }
.cards-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.problem-card { min-height: 238px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 14px 30px rgba(15,34,56,.07); }
.icon-badge { display: grid; width: 54px; height: 54px; margin-bottom: 22px; place-items: center; border-radius: 16px; background: var(--blue); color: var(--navy); }
.icon-badge.orange { background: #ffe5d0; color: var(--orange-dark); }
.icon-badge.green { background: #dff3e7; color: var(--green); }
.icon-badge svg { width: 30px; height: 30px; }
.problem-card h3 { margin-bottom: 10px; font-size: 1rem; line-height: 1.2; }
.problem-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.skills { overflow: hidden; background: var(--blue); }
.skills .eyebrow { color: #a83e00; }
.skills .lead { color: #526270; }
.skills::after { content: ""; position: absolute; right: -120px; top: -180px; width: 440px; height: 440px; border: 60px solid rgba(255,255,255,.33); border-radius: 50%; }
.skill-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.skill-card { display: flex; min-height: 104px; align-items: center; gap: 14px; padding: 18px; border: 1px solid rgba(15,34,56,.12); border-radius: 18px; background: rgba(255,255,255,.78); font-weight: 900; text-transform: uppercase; }

.inside { background: var(--navy); color: var(--white); }
.inside .eyebrow { color: var(--orange); }
.inside .lead { color: #c2d1df; }
.preview-stage { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: stretch; }
.preview-main { position: relative; min-height: 600px; overflow: hidden; border-radius: 26px; background: #20384f; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.preview-main button { width: 100%; height: 100%; }
.preview-main img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.preview-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.preview-button { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 16px; background: #20384f; cursor: zoom-in; box-shadow: 0 12px 26px rgba(0,0,0,.2); }
.preview-button::after { content: "+"; position: absolute; right: 10px; bottom: 10px; display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; background: var(--orange); color: var(--navy); font-size: 1.35rem; font-weight: 950; }
.preview-button img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .25s ease; }
.preview-button:hover img { transform: scale(1.025); }
.preview-strip { display: flex; gap: 14px; margin-top: 16px; overflow-x: auto; padding: 4px 2px 12px; scroll-snap-type: x mandatory; }
.preview-strip .preview-button { min-width: 185px; height: 238px; scroll-snap-align: start; }
.inside-highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.inside-highlight { padding: 22px; border-top: 2px solid var(--orange); background: rgba(255,255,255,.07); }
.inside-highlight h3 { margin-bottom: 6px; color: var(--orange); font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; }
.inside-highlight p { margin: 0; color: #cfdae5; font-size: .9rem; }

.pricing { background: var(--cream); }
.pricing-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 24px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; padding: 38px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: 0 16px 38px rgba(15,34,56,.08); }
.price-card.featured { position: relative; border: 3px solid var(--orange); box-shadow: 0 24px 55px rgba(244,124,32,.18); }
.best-value { position: absolute; top: -16px; right: 24px; padding: 7px 13px; border-radius: 999px; background: var(--orange); color: var(--navy); font-size: .72rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.package-label { margin-bottom: 12px; color: var(--orange-dark); font-size: .72rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.price-card h3 { margin-bottom: 8px; font-family: var(--display); font-size: 2rem; line-height: 1; text-transform: uppercase; }
.includes { color: var(--muted); font-weight: 750; }
.price-list { display: grid; gap: 10px; margin: 22px 0 28px; padding: 0; list-style: none; }
.price-list li { display: flex; gap: 10px; font-size: .93rem; }
.price-list li::before { content: "✓"; color: var(--green); font-weight: 950; }
.price-card.featured .price-list li::before { content: "🎁"; flex: 0 0 auto; }
.price-bottom { margin-top: auto; }
.price { margin-bottom: 16px; color: var(--navy); font-family: var(--display); font-size: 3.2rem; line-height: 1; }
.price-card .btn { width: 100%; }
.price-card .btn[aria-disabled="true"] { background: #aeb8c2; box-shadow: none; color: #34495d; cursor: not-allowed; }
.guarantee-panel { max-width: 760px; margin: 28px auto 0; padding: 18px 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); text-align: center; }
.guarantee-panel p { margin: 4px 0 0; color: var(--muted); }

.how { background: var(--white); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { position: relative; padding: 28px; border-radius: 22px; background: var(--cream); }
.step-number { display: grid; width: 48px; height: 48px; margin-bottom: 22px; place-items: center; border-radius: 50%; background: var(--orange); color: var(--navy); font-family: var(--display); font-size: 1.5rem; }
.step h3 { margin-bottom: 8px; font-size: 1rem; text-transform: uppercase; }
.step p { margin: 0; color: var(--muted); }
.how-note { margin: 28px 0 0; text-align: center; font-weight: 850; }

.faq { background: var(--cream); }
.faq-list { max-width: 860px; margin-inline: auto; }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 23px 50px 23px 0; cursor: pointer; font-weight: 850; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 8px; top: 17px; color: var(--orange-dark); font-size: 1.6rem; }
details[open] summary::after { content: "−"; }
details p { max-width: 760px; padding: 0 40px 22px 0; color: var(--muted); }

.final-cta { overflow: hidden; padding: 90px 0; background: var(--navy); color: var(--white); text-align: center; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 260px; height: 260px; border: 3px solid rgba(244,124,32,.25); border-radius: 50%; }
.final-cta::before { left: -110px; top: -120px; }
.final-cta::after { right: -90px; bottom: -140px; }
.final-cta .container { position: relative; z-index: 2; }
.final-cta h2 { max-width: 800px; margin-inline: auto; }
.final-cta p { max-width: 630px; margin: 0 auto 26px; color: #cad8e5; font-size: 1.15rem; }
.final-cta .tiny { color: #aec2d3; }

.site-footer { padding: 48px 0 100px; background: #091929; color: #b9c8d5; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; }
.footer-brand { color: var(--white); }
.footer-links { display: flex; justify-content: flex-end; gap: 24px; font-size: .88rem; font-weight: 750; }
.disclaimer { max-width: 760px; margin: 25px 0 0; font-size: .78rem; }
.copyright { margin: 18px 0 0; font-size: .76rem; }

#preview-dialog { width: min(880px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 0; border-radius: 20px; background: var(--navy); color: white; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
#preview-dialog::backdrop { background: rgba(5,15,25,.88); backdrop-filter: blur(4px); }
.dialog-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 16px; }
.dialog-bar strong { font-size: .86rem; }
.dialog-close, .dialog-arrow { display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); color: white; cursor: pointer; font-size: 1.45rem; }
.dialog-body { position: relative; display: grid; min-height: 0; place-items: center; background: #071421; }
#dialog-image { width: auto; max-width: 100%; max-height: calc(100vh - 100px); object-fit: contain; }
.dialog-arrow { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); background: rgba(15,34,56,.88); }
.dialog-arrow.prev { left: 12px; }
.dialog-arrow.next { right: 12px; }


@media (max-width: 900px) {
  .section { padding: 72px 0; }
  .hero-grid, .problem-grid, .preview-stage, .footer-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 118px; }
  body.has-offer-banner .hero { padding-top: 156px; }
  .hero-copy { max-width: none; }
  .hero-visual { min-height: 560px; max-width: 600px; width: 100%; margin-inline: auto; }
  .problem-grid { gap: 36px; }
  .skill-grid { grid-template-columns: repeat(2, 1fr); }
  .preview-main { min-height: 520px; }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .price-card { padding: 25px; }
  .price-card.featured { transform: none; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 560px); }
  .section { padding: 58px 0; }
  .header-inner { min-height: 72px; justify-content: center; }
  .brand span { max-width: 170px; font-size: .68rem; }
  .site-header .btn { display: none; }
  .hero { min-height: 0; padding: 98px 0 52px; }
  body.has-offer-banner .hero { padding-top: 136px; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 0; text-align: center; }
  .hero-copy { display: contents; }
  .hero-badge { order: 1; align-self: center; max-width: 100%; justify-content: center; margin-bottom: 14px; text-align: center; }
  .hero h1 { order: 2; margin: 0 auto 14px; font-size: clamp(2.75rem, 12vw, 3.7rem); }
  .hero-sub { order: 3; margin: 0 auto 12px; font-size: 1.12rem; }
  .hero-copy > .btn { order: 4; align-self: center; }
  .hero-copy > .tiny { order: 5; }
  .hero-note { order: 7; margin: 0 auto 8px; }
  .hero .check-list { order: 8; width: min(100%, 310px); margin: 8px auto 0; }
  .hero .check-list li { text-align: left; }
  .hero-visual { order: 6; width: min(100%, 340px); height: 195px; min-height: 195px; margin: 15px auto 8px; }
  .hero-visual .mock-page { border-width: 5px; border-radius: 8px; }
  .mock-cover { top: 0; left: 30%; width: 40%; }
  .mock-left { top: 24px; bottom: auto; left: 0; width: 37%; }
  .mock-right { top: 24px; right: 0; bottom: auto; width: 37%; }
  .ball-deco, .cone-deco { display: none; }
  .utility-grid { grid-template-columns: 1fr 1fr; }
  .utility-item:nth-child(3) { border-left: 0; border-top: 1px solid rgba(15,34,56,.22); }
  .utility-item:nth-child(4) { border-top: 1px solid rgba(15,34,56,.22); }
  .cards-three, .steps, .inside-highlights { grid-template-columns: 1fr; }
  .problem-copy { max-width: 520px; margin-inline: auto; text-align: center; }
  .problem-copy .lead { margin-inline: auto; }
  .problem-card { min-height: 0; text-align: center; }
  .problem-card .icon-badge { margin-inline: auto; }
  .skill-grid { gap: 9px; }
  .skill-card { min-height: 86px; padding: 13px; font-size: .78rem; }
  .preview-stage { display: block; }
  .preview-main { min-height: 0; aspect-ratio: 8.5 / 11; }
  .preview-stack { display: flex; gap: 12px; margin-top: 12px; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; }
  .preview-stack .preview-button { min-width: 46%; height: 230px; scroll-snap-align: start; }
  .preview-strip .preview-button { min-width: 46%; height: 230px; }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; padding-top: 14px; }
  .price-card { min-width: 0; padding: 20px 12px 17px; border-radius: 18px; }
  .price-card.featured { border-width: 2px; }
  .best-value { top: -13px; right: 9px; padding: 5px 8px; font-size: .57rem; }
  .package-label { margin-bottom: 10px; font-size: .65rem; }
  .price-card h3 { font-size: clamp(1.17rem, 5.1vw, 1.5rem); line-height: 1.05; overflow-wrap: anywhere; }
  .includes { font-size: .78rem; line-height: 1.35; }
  .price-list { gap: 10px; margin: 19px 0 22px; }
  .price-list li { gap: 5px; font-size: .82rem; line-height: 1.38; overflow-wrap: anywhere; }
  .price { margin-bottom: 12px; font-size: clamp(2rem, 8vw, 2.5rem); }
  .price-card .btn { min-height: 47px; padding: 10px 5px; font-size: .68rem; line-height: 1.2; text-align: center; }
  .price-card .tiny { font-size: .69rem; line-height: 1.35; }
  .site-footer { padding-bottom: 90px; }
  .footer-links { flex-wrap: wrap; gap: 18px; }
  .dialog-arrow { top: auto; bottom: 12px; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
