/* Modnio direct-response layer: offer pages + homepage edit. Loaded after theme.css. */

/* ===== shared ===== */
.pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: 999px; font-size: 12.5px; font-weight: 800; letter-spacing: .01em; }
.pill-soon { background: #fff3d8; color: #8a5b10; }
.pill-live { background: #e7f6ee; color: #1e6b3a; }
.pill-preview { background: #eaf2fb; color: var(--blue); }
.eyebrow { display: block; color: var(--green-dark); font-size: 12.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sec-lead { max-width: 640px; margin: 6px 0 0; color: var(--muted); font-size: 15px; }
.dr-toast { position: fixed; left: 50%; bottom: 84px; z-index: 70; transform: translate(-50%, 20px); max-width: min(92vw, 420px); padding: 12px 16px; border-radius: 10px; background: #17242b; color: #fff; font-size: 14px; line-height: 1.4; box-shadow: var(--shadow-lg); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; }
.dr-toast.show { opacity: 1; transform: translate(-50%, 0); }

/* compact cookie panel on small screens so it never covers the offer */
@media (max-width: 520px) {
  body #modnio-consent { left: 8px; right: 8px; bottom: 8px; padding: 12px 14px; font-size: 13px; line-height: 1.4; }
  body #modnio-consent strong { font-size: 14px; margin-bottom: 2px; }
  body #modnio-consent p { margin-bottom: 8px; }
  body #modnio-consent .modnio-consent-actions button { min-height: 38px; padding: 8px 10px; font-size: 13px; }
}

/* ===== homepage: edit ===== */
.edit-hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 28px; align-items: center; margin: 22px 0 8px; padding: 30px 32px; border-radius: 16px; background: linear-gradient(120deg, var(--blue-deep), var(--blue)); color: #fff; }
.edit-hero h1 { font-size: clamp(26px, 3.4vw, 40px); line-height: 1.1; letter-spacing: -.02em; max-width: 620px; }
.edit-hero p { margin: 14px 0 0; max-width: 560px; color: rgba(255,255,255,.86); font-size: 16px; }
.edit-hero .actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.edit-hero .btn-light { background: #fff; color: var(--blue); }
.edit-hero .btn-light:hover { background: #eaf2fb; }
.edit-hero .btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.edit-hero .btn-ghost:hover { background: rgba(255,255,255,.1); }
.edit-proof { display: grid; gap: 12px; padding: 18px 20px; border-radius: 12px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); }
.edit-proof li { list-style: none; display: grid; grid-template-columns: 26px 1fr; gap: 10px; align-items: start; font-size: 14px; line-height: 1.4; color: rgba(255,255,255,.92); }
.edit-proof li b { display: block; color: #fff; }
.edit-proof .ico { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.14); font-size: 13px; }
.edit-proof ul { margin: 0; padding: 0; display: grid; gap: 12px; }

.edit-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin: 34px 0 14px; }
.edit-head h2 { font-size: 24px; letter-spacing: -.01em; }
.edit-head a { color: var(--blue); font-weight: 700; font-size: 14px; white-space: nowrap; }

.edit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px 18px; }
.edit-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.edit-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.edit-card .media { aspect-ratio: 1 / 1; background: var(--soft); }
.edit-card .media img { width: 100%; height: 100%; object-fit: cover; }
.edit-card .body { display: flex; flex: 1; flex-direction: column; gap: 6px; padding: 14px 16px 16px; }
.edit-card .eyebrow { font-size: 11.5px; }
.edit-card h3 { font-size: 17px; line-height: 1.25; }
.edit-card p { margin: 0; color: #4a515c; font-size: 13.5px; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.edit-card .foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line); }
.edit-card .foot .price { font-size: 18px; }
.edit-card .foot .go { color: var(--blue); font-weight: 800; font-size: 13.5px; }

.edit-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 14px; }
.edit-step { padding: 20px 22px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.edit-step .num { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 800; font-size: 14px; }
.edit-step h3 { margin: 12px 0 6px; font-size: 17px; }
.edit-step p { margin: 0; color: #4a515c; font-size: 14px; line-height: 1.5; }

.merchant { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 24px; margin-top: 34px; padding: 26px 28px; border-radius: 16px; background: #fbfaf6; border: 1px solid var(--line); }
.merchant h2 { font-size: 22px; }
.merchant p { margin: 10px 0 0; color: #4a515c; font-size: 14.5px; line-height: 1.55; max-width: 560px; }
.merchant .contact { margin-top: 14px; font-size: 14px; line-height: 1.7; color: var(--ink); }
.merchant .contact a { color: var(--blue); font-weight: 700; }
.merchant-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-content: start; }
.merchant-links a { display: block; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.merchant-links a b { display: block; font-size: 14.5px; color: var(--ink); }
.merchant-links a span { display: block; margin-top: 3px; font-size: 13px; color: var(--muted); line-height: 1.4; }
.merchant-links a:hover { border-color: var(--blue); }

.catalog-more { display: flex; align-items: center; justify-content: center; margin: 6px 0 12px; }

@media (max-width: 1100px) { .edit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 820px) {
  .edit-hero { grid-template-columns: 1fr; padding: 24px 20px; gap: 18px; }
  .edit-hero p { font-size: 15px; }
  .edit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }
  .edit-card .body { padding: 12px 12px 14px; }
  .edit-card h3 { font-size: 15.5px; }
  .edit-steps { grid-template-columns: 1fr; }
  .merchant { grid-template-columns: 1fr; padding: 20px 18px; }
  .merchant-links { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .edit-head { flex-direction: column; align-items: start; gap: 4px; }
  .edit-card .foot { flex-direction: column; align-items: start; gap: 6px; }
  .merchant-links { grid-template-columns: 1fr; }
}

/* ===== offer page ===== */
body:has(#modnio-consent) .sticky-buy { display: none; }
.offer { max-width: 1140px; margin-inline: auto; }
.offer-top { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 40px; align-items: start; padding: 10px 0 30px; }
.offer-top .gallery, .offer-top .offer-buy { grid-area: auto; }
.offer-claim-note { margin: 8px 0 4px; padding: 12px 14px; border: 1px solid #f0dcae; border-radius: 12px; background: #fff9e9; color: #5f3c07; font-size: 13.5px; line-height: 1.5; }
.offer-claim-note b { display: block; margin-bottom: 2px; color: #4a2f04; }
.offer-gallery .main-media { max-height: none; }
.offer-kicker { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.offer-kicker .eyebrow { display: inline; }
.offer-gallery .ribbon { position: absolute; left: 0; top: 14px; padding: 6px 12px; border-radius: 0 8px 8px 0; background: #8a5b10; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.offer-buy { position: sticky; top: 92px; display: flex; flex-direction: column; gap: 14px; }
.offer-buy h1 { font-size: clamp(24px, 2.6vw, 30px); line-height: 1.15; letter-spacing: -.02em; margin-top: 6px; }
.offer-buy .promise { margin: 0; font-size: 17px; line-height: 1.45; color: #2f3742; }
.offer-buy .highlights { margin: 4px 0 0; }
.offer-buy .highlights li { font-size: 15px; }
.offer-price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.offer-price .price { font-size: 30px; }
.offer-price .per { color: var(--muted); font-size: 14px; }
.offer-soon { padding: 14px 16px; border-radius: 12px; background: #fff3d8; border: 1px solid #f0dcae; color: #5f3c07; font-size: 14px; line-height: 1.5; }
.offer-soon b { display: block; font-size: 15px; margin-bottom: 2px; color: #4a2f04; }
.bundles { display: grid; gap: 10px; }
.bundle { display: grid; grid-template-columns: 22px 1fr auto; gap: 12px; align-items: center; padding: 12px 14px; border: 2px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; text-align: left; font: inherit; color: inherit; }
.bundle:hover { border-color: #b9c9d2; }
.bundle.active { border-color: var(--blue); background: #f4f8fb; }
.bundle .radio { width: 18px; height: 18px; border-radius: 50%; border: 2px solid #9aabb3; display: grid; place-items: center; }
.bundle.active .radio { border-color: var(--blue); }
.bundle.active .radio::after { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); }
.bundle .label { font-weight: 700; font-size: 14.5px; }
.bundle .note { display: block; margin-top: 2px; color: #1e6b3a; font-size: 12.5px; font-weight: 700; }
.bundle .bprice { font-weight: 800; font-size: 16px; color: var(--ink); white-space: nowrap; }
.offer-cta { display: grid; gap: 10px; }
.offer-cta .btn { height: 52px; font-size: 16px; }
.offer-cta .btn[disabled] { background: #e6e2da; color: #7a7f88; border-color: #e6e2da; cursor: not-allowed; }
.offer-assure { display: grid; gap: 8px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: #fbfaf6; font-size: 13.5px; color: #3a3f4a; }
.offer-assure div { position: relative; padding-left: 24px; line-height: 1.45; }
.offer-assure div::before { content: "\2713"; position: absolute; left: 0; top: 0; color: #1e6b3a; font-weight: 800; }
.offer-assure b { color: var(--ink); }
.offer-buy .bb-pays { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: 12.5px; color: var(--muted); }

.offer-section { padding: 34px 0 6px; }
.offer-section h2 { font-size: clamp(22px, 2.4vw, 28px); letter-spacing: -.015em; }
.offer-demo { position: relative; aspect-ratio: 16 / 9; max-height: 560px; margin-top: 16px; border-radius: 16px; overflow: hidden; background: linear-gradient(135deg, #223b47, #0f2c37); color: #fff; display: grid; place-items: center; text-align: center; padding: 24px; }
.offer-demo video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.offer-demo .play { width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,.14); border: 2px solid rgba(255,255,255,.5); display: grid; place-items: center; margin: 0 auto 14px; font-size: 22px; }
.offer-demo p { margin: 0; max-width: 520px; color: rgba(255,255,255,.85); font-size: 15px; line-height: 1.5; }
.offer-demo b { display: block; font-size: 18px; margin-bottom: 4px; color: #fff; }

.problem-mech { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 16px; }
.problem-mech article { padding: 22px 24px; border-radius: 14px; border: 1px solid var(--line); background: #fff; }
.problem-mech h3 { font-size: 18px; margin-bottom: 8px; }
.problem-mech p { margin: 0; color: #3a3f4a; font-size: 15px; line-height: 1.6; }
.problem-mech .mech { background: #f4f8fb; border-color: #d7e4ec; }

.outcomes { display: grid; gap: 22px; margin-top: 18px; }
.outcome { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px; align-items: center; }
.outcome:nth-child(even) .outcome-media { order: 2; }
.outcome-media { margin: 0; position: relative; aspect-ratio: 3 / 2; border-radius: 14px; overflow: hidden; background: var(--soft); border: 1px solid var(--line); display: grid; place-items: center; text-align: center; padding: 20px; color: #6b6154; font-size: 13.5px; }
.outcome-media img { width: 100%; height: 100%; object-fit: cover; }
.outcome-media .cam { font-size: 26px; margin-bottom: 6px; }
.outcome h3 { font-size: 21px; margin-bottom: 8px; }
.outcome p { margin: 0; color: #3a3f4a; font-size: 15.5px; line-height: 1.6; }

.exact { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 16px; }
.exact article { padding: 20px 22px; border-radius: 14px; border: 1px solid var(--line); background: #fff; }
.exact h3 { font-size: 16.5px; margin-bottom: 10px; }
.exact ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.exact li { font-size: 14.5px; line-height: 1.45; color: #3a3f4a; padding-left: 22px; position: relative; }
.exact li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: #1e6b3a; font-weight: 800; }
.exact li.no::before { content: "\2013"; color: #9aabb3; }
.exact li .pend { display: block; color: #8a5b10; font-size: 12.5px; font-weight: 700; }
.exact p { margin: 0; color: #3a3f4a; font-size: 14.5px; line-height: 1.55; }
.exact .dims { background: #fff8ea; border-color: #f0dcae; }

.compare { width: 100%; margin-top: 16px; border-collapse: separate; border-spacing: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; }
.compare th, .compare td { padding: 14px 16px; text-align: left; font-size: 14.5px; vertical-align: top; border-bottom: 1px solid var(--line); }
.compare tr:last-child td { border-bottom: 0; }
.compare th { background: #f4f8fb; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: #39463e; }
.compare th.ours { color: var(--blue); }
.compare td.ours { font-weight: 700; color: var(--ink); }
.compare td.theirs { color: #5b6270; }
.compare-wrap { overflow-x: auto; }

.faq { margin-top: 14px; display: grid; gap: 10px; }
.faq details { border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px; font-weight: 700; font-size: 15px; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 20px; color: var(--blue); font-weight: 400; }
.faq details[open] summary::after { content: "\2212"; }
.faq .a { padding: 0 18px 16px; color: #3a3f4a; font-size: 14.5px; line-height: 1.6; }

.reviews-empty { margin-top: 14px; padding: 22px 24px; border-radius: 14px; border: 1px dashed #c9c1b4; background: #fbfaf6; color: #4a515c; font-size: 14.5px; line-height: 1.55; }
.reviews-empty b { display: block; color: var(--ink); font-size: 16px; margin-bottom: 4px; }

.final-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; margin: 36px 0 30px; padding: 28px 30px; border-radius: 16px; background: linear-gradient(120deg, var(--blue-deep), var(--blue)); color: #fff; }
.final-cta h2 { font-size: clamp(20px, 2.2vw, 26px); }
.final-cta p { margin: 8px 0 0; color: rgba(255,255,255,.85); font-size: 14.5px; }
.final-cta .btn { height: 52px; font-size: 16px; background: #fff; color: var(--blue); }
.final-cta .btn[disabled] { background: rgba(255,255,255,.2); color: #fff; cursor: not-allowed; }

@media (max-width: 1000px) {
  .offer-top { grid-template-columns: 1fr; gap: 18px; }
  .offer-buy { position: static; }
  .offer-top .offer-buy { display: contents; }
  .offer-buy > .offer-kicker { grid-row: 1; }
  .offer-buy > h1 { grid-row: 2; margin: 0; }
  .offer-buy > .promise { grid-row: 3; margin: 0; }
  .offer-top > .offer-gallery { grid-row: 4; }
  .offer-buy > .highlights { grid-row: 5; }
  .offer-buy > #price-block { grid-row: 6; }
  .offer-buy > #bundle-block { grid-row: 7; }
  .offer-buy > .offer-cta { grid-row: 8; }
  .offer-buy > .bb-pays { grid-row: 9; }
  .offer-buy > .offer-assure { grid-row: 10; }
  .offer-buy .highlights { order: 8; margin-top: 2px; }
  .offer-buy .bb-pays { order: 9; }
  .offer-buy .offer-assure { order: 10; }
  .exact { grid-template-columns: 1fr; }
  .problem-mech { grid-template-columns: 1fr; }
  .outcome { grid-template-columns: 1fr; gap: 14px; }
  .outcome:nth-child(even) .outcome-media { order: 0; }
  .final-cta { grid-template-columns: 1fr; padding: 22px 20px; }
  .final-cta .btn { width: 100%; }
}
@media (max-width: 600px) {
  .offer-gallery .main-media { aspect-ratio: 4 / 3; }
  .offer-gallery .thumbs { padding-top: 0; }
  .offer-buy h1 { font-size: clamp(26px, 7.2vw, 34px); line-height: 1.08; }
  .offer-buy .promise { font-size: 16px; }
  .offer-buy .highlights li { font-size: 15.5px; line-height: 1.45; }
  .offer-section { padding: 26px 0 4px; }
  .compare th, .compare td { padding: 12px 12px; font-size: 13.5px; }
}

/* gallery navigation */
.offer-gallery .main-media { position: relative; }
.gnav { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.94); color: var(--ink); font-size: 22px; line-height: 1; display: grid; place-items: center; box-shadow: var(--shadow); opacity: 0; transition: opacity .18s; }
.offer-gallery:hover .gnav, .gnav:focus-visible { opacity: 1; }
.gnav.prev { left: 10px; }
.gnav.next { right: 10px; }
.gcount { position: absolute; right: 12px; bottom: 12px; padding: 4px 10px; border-radius: 999px; background: rgba(23,36,43,.72); color: #fff; font-size: 12px; font-weight: 700; }
.media-note { margin: 8px 2px 0; color: var(--muted); font-size: 12.5px; line-height: 1.45; }
@media (max-width: 1000px) { .gnav { opacity: 1; } }

/* pre-launch checklist */
.checks { counter-reset: chk; margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; max-width: 780px; }
.checks li { position: relative; padding: 14px 18px 14px 54px; border: 1px solid var(--line); border-radius: 12px; background: #fff; font-size: 15px; line-height: 1.5; color: #3a3f4a; }
.checks li::before { counter-increment: chk; content: counter(chk); position: absolute; left: 16px; top: 13px; display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: #fff3d8; color: #8a5b10; font-weight: 800; font-size: 13px; }
.sticky-buy .sb-soon { font-size: 13px; font-weight: 800; color: #8a5b10; }

/* outcome captions + compact pending-demo strip */
.outcome-media figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 8px 12px; background: linear-gradient(transparent, rgba(23,36,43,.82)); color: rgba(255,255,255,.94); font-size: 11.5px; line-height: 1.35; }
.demo-pending { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; margin-top: 8px; padding: 20px 22px; border: 1px solid #d7e4ec; border-radius: 14px; background: #f4f8fb; }
.demo-pending .dp-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 15px; }
.demo-pending b { display: block; margin-bottom: 5px; font-size: 16px; color: var(--ink); }
.demo-pending p { margin: 0; color: #3a3f4a; font-size: 14.5px; line-height: 1.55; max-width: 720px; }
@media (max-width: 600px) { .demo-pending { grid-template-columns: 1fr; gap: 10px; padding: 16px 16px; } }

/* outcomes as cards: designed for the assets we actually have today */
.outcomes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 18px; }
.outcome-card { display: flex; flex-direction: column; padding: 24px 24px 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.outcome-card .on { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 800; font-size: 14px; }
.outcome-card h3 { margin: 14px 0 8px; font-size: 18.5px; line-height: 1.25; }
.outcome-card p { margin: 0; color: #3a3f4a; font-size: 15px; line-height: 1.6; }
.outcome-card .oc-media { margin: 16px 0 0; border-radius: 10px; overflow: hidden; aspect-ratio: 3 / 2; background: var(--soft); }
.outcome-card .oc-media img { width: 100%; height: 100%; object-fit: cover; }
.outcome-status { display: inline-flex; align-self: flex-start; margin-top: 14px; padding: 4px 8px; border-radius: 999px; font-size: 11.5px; font-weight: 800; line-height: 1.2; }
.outcome-status.verified { background: #e7f6ee; color: #1e6b3a; }
.outcome-status.pending { background: #fff3d8; color: #8a5b10; }
.outcome-card .oc-pending { margin-top: 16px; padding-top: 12px; border-top: 1px dashed var(--line); color: var(--muted); font-size: 12.5px; line-height: 1.4; }
@media (max-width: 900px) { .outcomes { grid-template-columns: 1fr; gap: 14px; } .outcome-card { padding: 20px 20px 18px; } }
