:root {
  --teal: #006d79;
  --teal-dark: #005863;
  --teal-deep: #004f59;
  --cyan-bg: #eefaff;
  --red: #ed2f24;
  --green: #08a95b;
  --ink: #103d44;
  --muted: #5b7075;
  --line: #d9e9ec;
  --shadow: 0 14px 36px rgba(0, 72, 83, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: #fff; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.container { width: min(100% - 32px, 1080px); margin: 0 auto; }
.narrow { max-width: 760px; text-align: center; }
.urgency-bar { background: var(--red); color: #fff; text-align: center; font-size: 12px; font-weight: 800; letter-spacing: .04em; padding: 10px 14px; }
.secure-bar { background: #f8fbfb; color: #325158; text-align: center; padding: 9px 14px; font-size: 12px; font-weight: 700; }
.section-white { background: #fff; }
.section-blue { background: var(--cyan-bg); }
.section-padding { padding: 72px 0; }
.hero { padding: 58px 0 54px; text-align: center; }
.hero-inner { max-width: 700px; }
.eyebrow { display: inline-block; color: var(--teal); background: #e9f6f7; border-radius: 999px; padding: 7px 13px; font-size: 11px; font-weight: 800; letter-spacing: .06em; }
h1, h2, h3 { margin: 0 0 18px; line-height: 1.08; font-weight: 900; }
h1 { color: var(--teal); font-size: clamp(34px, 7vw, 66px); letter-spacing: -.04em; }
h2 { color: var(--teal); font-size: clamp(27px, 5vw, 43px); }
h3 { font-size: 21px; }
p { margin: 0 auto 20px; color: var(--muted); font-size: 16px; }
.hero-lead { max-width: 650px; font-size: 18px; }
.hero-support { max-width: 640px; font-size: 15px; }
strong { color: inherit; font-weight: 800; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 14px 24px; border-radius: 10px; font-weight: 900; font-size: 13px; letter-spacing: .025em; transition: transform .2s ease, filter .2s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.05); }
.button-primary { background: var(--green); color: #fff; box-shadow: 0 7px 16px rgba(8, 169, 91, .24); }
.button-light { background: #fff; color: var(--teal); }
.button-outline { border: 2px solid var(--green); color: var(--green); background: #fff; }
.delivery-note { font-size: 12px; margin-top: 15px; color: #688087; }
.delivery-icon { color: var(--green); font-weight: 900; }
.media-placeholder, .testimonial-placeholder { display: grid; place-items: center; border: 2px dashed #9ac7cc; background: repeating-linear-gradient(-45deg, #f7fdfe, #f7fdfe 10px, #edf8fa 10px, #edf8fa 20px); color: #5d989f; font-weight: 900; letter-spacing: .05em; font-size: 12px; text-align: center; border-radius: 16px; }
.hero-placeholder { max-width: 520px; min-height: 285px; margin: 22px auto 20px; }
.wide-placeholder { min-height: 260px; margin: 34px auto 0; }
.tall-placeholder { width: min(100%, 400px); min-height: 510px; margin: 34px auto 0; }
.product-placeholder { min-height: 360px; margin-bottom: 20px; }
.plan-placeholder { min-height: 260px; margin: 16px 0 18px; }
.hero-media, .inside-preview, .product-preview, .plan-preview { display: block; }
.hero-media { width: min(100%, 520px); margin: 22px auto 20px; }
.hero-media img, .inside-preview img, .product-preview img, .plan-preview img { display: block; width: 100%; height: auto; border-radius: 16px; box-shadow: var(--shadow); }
.inside-preview { width: min(100%, 520px); margin: 34px auto 0; }
.product-preview { max-width: 520px; margin: 0 auto 20px; }
.plan-preview { margin: 16px 0 18px; overflow: hidden; border-radius: 14px; }
.plan-preview img { border-radius: 14px; box-shadow: none; }
.product-carousel { position: relative; left: 50%; width: min(900px, calc(100vw - 24px)); margin: 34px 0 0; transform: translateX(-50%); }
.carousel-viewport { position: relative; overflow: hidden; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.carousel-track { display: flex; transform: translateX(0); transition: transform .38s ease; will-change: transform; }
.carousel-slide { flex: 0 0 100%; min-width: 100%; margin: 0; cursor: zoom-in; }
.carousel-slide picture, .carousel-slide img { display: block; width: 100%; height: auto; }
.carousel-slide img { cursor: zoom-in; }
.carousel-button { position: absolute; top: 50%; z-index: 2; width: 44px; height: 44px; transform: translateY(-50%); border: 0; border-radius: 50%; background: rgba(0, 88, 99, .9); color: #fff; font-size: 35px; line-height: 35px; cursor: pointer; box-shadow: 0 5px 14px rgba(0, 60, 70, .22); }
.carousel-button:hover { background: var(--green); }
.carousel-prev { left: 14px; }
.carousel-next { right: 14px; }
.carousel-footer { display: flex; align-items: center; justify-content: center; gap: 16px; min-height: 42px; margin-top: 10px; }
.carousel-dots { display: flex; gap: 7px; align-items: center; }
.carousel-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #b4d6da; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.carousel-dot.is-active { width: 24px; border-radius: 999px; background: var(--green); }
.carousel-counter { color: var(--teal); font-size: 12px; font-weight: 900; }
.testimonial-placeholder { min-height: 220px; margin: 28px auto 0; max-width: 720px; }
.testimonial-disclaimer { max-width: 680px; margin-top: -4px; font-size: 13px; color: #718388; }
.testimonial-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; max-width: 760px; margin: 28px auto 0; }
.testimonial-card { margin: 0; overflow: hidden; border-radius: 16px; background: #111; box-shadow: var(--shadow); cursor: zoom-in; transition: transform .2s ease, box-shadow .2s ease; }
.testimonial-card:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(0, 72, 83, .2); }
.testimonial-card:focus-visible { outline: 4px solid var(--green); outline-offset: 4px; }
.testimonial-card picture, .testimonial-card img { display: block; width: 100%; height: auto; }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 18px; list-style: none; padding: 0; margin: 32px 0 25px; text-align: left; }
.check-grid li, .feature-list li { position: relative; padding-left: 28px; }
.check-grid li::before, .feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.check-grid li { background: #fff; border-radius: 7px; padding: 10px 12px 10px 32px; font-size: 14px; box-shadow: 0 4px 10px rgba(0, 80, 90, .05); }
.small-note { font-size: 13px; }
.conversion-section { background: var(--teal); color: #fff; text-align: center; padding: 66px 0; }
.conversion-section h2, .conversion-section p { color: #fff; }
.red-label { display: inline-block; background: var(--red); color: #fff; padding: 8px 13px; font-weight: 900; font-size: 12px; border-radius: 4px; }
.urgency-section { background: #f8fbfb; text-align: center; padding: 55px 0 70px; }
.countdown-label { color: var(--red); font-weight: 900; margin: 18px auto 4px; }
.countdown-label strong { font-size: 23px; }
.countdown-note { font-size: 13px; }
.urgency-section h2 { margin-top: 20px; }
.product-card { max-width: 680px; margin: 32px auto 0; padding: 24px; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); background: #fff; text-align: center; }
.product-card h3 { color: var(--teal); }
.feature-list { list-style: none; padding: 0; margin: 22px 0 0; text-align: left; display: grid; gap: 10px; }
.feature-list li { font-size: 14px; }
.feature-list.compact { gap: 8px; margin-top: 8px; }
.feature-list.compact li { font-size: 13px; }
.plans-section { text-align: center; }
.plans-intro { max-width: 520px; }
.plans-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; max-width: 960px; margin: 34px auto 0; align-items: start; text-align: left; }
.plan { background: #fff; border-radius: 18px; padding: 24px; box-shadow: var(--shadow); position: relative; }
.plan-kicker { color: var(--teal); font-weight: 900; font-size: 13px; letter-spacing: .05em; }
.plan h3 { font-size: 22px; color: var(--teal); margin-top: 9px; }
.plan-complete { border: 3px solid var(--green); padding-top: 42px; }
.popular-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--green); color: #fff; padding: 8px 15px; border-radius: 999px; font-size: 12px; font-weight: 900; white-space: nowrap; }
.best-value { color: var(--green); font-weight: 900; font-size: 13px; text-align: center; margin-bottom: 18px; }
.excluded-list { border-top: 1px solid var(--line); margin-top: 18px; padding-top: 14px; color: #8a9699; font-size: 12px; line-height: 1.9; }
.excluded-list span { color: var(--red); font-weight: 900; margin-right: 4px; }
.payment-note, .content-note, .old-price, .now-label, .side-note, .price-label { font-size: 12px; text-align: center; margin: 18px auto 5px; }
.price-label { color: #789095; font-weight: 800; margin-top: 20px; margin-bottom: 4px; }
.price { display: flex; align-items: baseline; justify-content: center; gap: 1px; color: var(--green); text-align: center; font-weight: 900; font-size: 68px; line-height: .95; margin: 8px 0 12px; letter-spacing: -.055em; }
.price .currency-symbol, .modal-price .currency-symbol { font-size: .55em; letter-spacing: -.03em; }
.price .amount, .modal-price .amount { font-weight: 950; }
.price sup, .modal-price sup { font-size: .43em; letter-spacing: -.02em; }
.price .currency-code, .modal-price .currency-code { color: #768a8e; font-size: 14px; letter-spacing: 0; margin-left: 9px; font-weight: 800; }
.price.large { font-size: 82px; }
.old-price { text-decoration: line-through; color: #8d989a; margin-top: 22px; margin-bottom: 0; }
.now-label { margin: 2px 0 5px; }
.conversion-badge { display: inline-flex; align-items: center; justify-content: center; max-width: 100%; padding: 7px 12px; border: 1px solid #d4e58b; border-radius: 999px; background: #f6fbdc; color: #56651e; font-size: 12px; font-weight: 900; line-height: 1.25; }
.content-note { color: var(--green); font-weight: 800; }
.plan .button { width: 100%; }
.side-note { color: #708286; }
.modal-backdrop { position: fixed; inset: 0; z-index: 50; display: flex; align-items: center; justify-content: center; padding: 18px; background: rgba(0, 0, 0, .68); overflow-y: auto; }
.modal-backdrop[hidden] { display: none; }
body.modal-open { overflow: hidden; }
.upgrade-modal { width: min(100%, 480px); max-height: calc(100vh - 36px); overflow-y: auto; border-radius: 22px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.32); }
.modal-topbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 20px; background: #ed1b2e; color: #fff; font-size: 14px; font-weight: 900; }
.modal-close { width: 34px; height: 34px; border: 0; border-radius: 50%; background: #b91225; color: #fff; font-size: 26px; line-height: 1; cursor: pointer; }
.modal-body { padding: 20px; text-align: center; }
.modal-body h2 { color: #111; font-size: clamp(25px, 6vw, 34px); margin-bottom: 12px; }
.modal-body h2 span { color: var(--green); }
.modal-body p { font-size: 15px; }
.modal-price-card { margin: 16px 0; padding: 17px 12px 14px; border: 2px dashed #00899a; border-radius: 18px; background: #eaf8fa; }
.modal-old-price { color: #f0443f !important; font-weight: 800; margin: 0 0 3px !important; }
.modal-price { display: flex; align-items: baseline; justify-content: center; gap: 1px; color: #007e8e; font-weight: 950; font-size: 76px; line-height: .95; letter-spacing: -.055em; }
.modal-saving { color: #007e8e !important; font-weight: 900; margin: 7px 0 11px !important; }
.modal-payment { font-size: 12px !important; margin: 8px 0 0 !important; }
.modal-benefits { list-style: none; padding: 0; margin: 16px 0 18px; text-align: left; display: grid; gap: 10px; }
.modal-benefits li { position: relative; padding-left: 29px; font-size: 14px; font-weight: 800; }
.modal-benefits li::before { content: "✓"; position: absolute; left: 0; top: -2px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 4px; background: var(--green); color: #fff; font-weight: 900; }
.modal-secondary { width: 100%; margin-top: 10px; border: 0; background: #ed1b2e; color: #fff; cursor: pointer; }
.image-modal-backdrop { padding: 12px; }
.image-modal { position: relative; width: min(100%, 980px); max-height: calc(100vh - 24px); overflow: visible; border-radius: 18px; background: transparent; box-shadow: none; }
.image-modal-topbar { position: absolute; top: -8px; right: 8px; z-index: 2; padding: 0; background: transparent; }
.image-modal-topbar span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.image-modal-close { width: 42px; height: 42px; border: 0; border-radius: 50%; background: #fff; color: #111; font-size: 30px; line-height: 1; cursor: pointer; box-shadow: 0 5px 18px rgba(0,0,0,.24); }
.image-modal-content { max-height: calc(100vh - 24px); overflow: auto; padding: 0; background: transparent; border-radius: 16px; }
.image-modal-content img { display: block; width: min(100%, 900px); max-height: calc(100vh - 24px); height: auto; margin: 0 auto; border-radius: 14px; box-shadow: 0 8px 24px rgba(0, 0, 0, .28); cursor: zoom-out; object-fit: contain; }
.guarantee-section { text-align: center; }
.guarantee-icon { width: 56px; height: 56px; margin: 0 auto 15px; display: grid; place-items: center; background: #f5d77c; color: #a47908; border-radius: 50%; font-size: 26px; }
.guarantee-section p { max-width: 650px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 38px; text-align: center; }
.step { background: #fff; border-radius: 15px; padding: 24px 16px; box-shadow: 0 5px 16px rgba(0, 60, 75, .06); }
.step-icon { display: block; font-size: 28px; margin-bottom: 8px; }
.step b { display: inline-grid; place-items: center; width: 28px; height: 28px; background: var(--teal); color: #fff; border-radius: 50%; font-size: 13px; }
.step h3 { color: var(--teal); font-size: 18px; margin: 12px 0 8px; }
.step p { font-size: 13px; }
.faq-container { max-width: 720px; }
.faq-container h2 { text-align: center; margin-bottom: 28px; }
details { border-bottom: 1px solid var(--line); padding: 0; }
summary { cursor: pointer; list-style: none; padding: 17px 28px 17px 0; position: relative; font-size: 15px; font-weight: 800; color: var(--ink); }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 2px; color: var(--teal); font-size: 21px; top: 12px; }
details[open] summary::after { content: "−"; }
details p { margin: 0 0 18px; font-size: 14px; }
.final-section { background: var(--teal-deep); color: #fff; text-align: center; padding: 76px 0; }
.final-section h2, .final-section p { color: #fff; }
.final-section h2 { margin-top: 28px; }
.final-section h2:first-child { margin-top: 0; }
footer { background: #f7fbfc; text-align: center; color: #789095; font-size: 11px; padding: 20px 14px; }
footer span { display: inline-block; margin-top: 5px; max-width: 700px; }
@media (max-width: 760px) {
  .section-padding { padding: 52px 0; }
  .hero { padding-top: 40px; }
  .check-grid, .plans-grid, .steps-grid, .testimonial-gallery { grid-template-columns: 1fr; }
  .plans-grid { max-width: 520px; }
  .plan-complete { order: -1; }
  .product-card { padding: 18px; }
  .hero-placeholder { min-height: 240px; }
  .tall-placeholder { min-height: 420px; }
  .hero-media { width: min(100%, 460px); }
  .product-carousel { width: calc(100vw - 24px); }
  .carousel-button { width: 38px; height: 38px; font-size: 29px; line-height: 29px; }
  .carousel-prev { left: 9px; }
  .carousel-next { right: 9px; }
  .carousel-footer { gap: 10px; }
  .price { font-size: 60px; }
  .price.large { font-size: 68px; }
  .modal-body { padding: 18px 16px 20px; }
  .modal-topbar { font-size: 12px; }
}
