:root {
  color-scheme: dark;
  --bg: #100d15;
  --surface: #19141f;
  --surface-raised: #241b2b;
  --text: #f4f7f2;
  --muted: #bab1c0;
  --green: #b5ee81;
  --line: #392e40;
  --container: 1180px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; background: var(--bg); color: var(--text); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.1; letter-spacing: -.04em; text-wrap: balance; }
h2 { font-size: clamp(2rem, 3.2vw, 2.8rem); }
h3 { font-size: 1.35rem; }
p { text-wrap: pretty; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
[hidden] { display: none !important; }
.container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; left: 20px; top: -100px; padding: 12px 18px; background: var(--green); color: var(--bg); border-radius: 8px; }
.skip-link:focus { top: 12px; }
.topbar { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(16,13,21,.97); }
.navigation { min-height: 84px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0; }
.brand img { width: 38px; height: 38px; }
.brand > span { font-size: 29px; letter-spacing: -.06em; font-weight: 700; }
.brand strong { color: var(--green); }
.navlinks { display: flex; gap: 28px; margin-left: auto; font-size: 14px; font-weight: 600; color: #d1dad3; }
.navlinks a:hover, .footer a:hover { color: var(--green); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 20px; min-height: 54px; padding: 14px 23px; border: 1px solid var(--green); border-radius: 8px; background: var(--green); color: #14220d; font-weight: 700; line-height: 1.3; text-align: center; transition: background .15s, border-color .15s; }
.button:hover { background: #cefba6; border-color: #cefba6; }
.button-small { min-height: 42px; padding: 10px 18px; font-size: 14px; }
.button-secondary { background: transparent; color: var(--text); border-color: #5b7060; }
.button-secondary:hover { color: var(--text); background: #24372a; border-color: var(--green); }
.text-link { display: inline-block; color: var(--green); font-size: 15px; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }
.text-link:hover { color: #dbffc0; }
.menu-toggle { display: none; color: var(--text); border: 1px solid var(--line); padding: 9px 13px; border-radius: 8px; background: var(--surface); }
h1 { font-size: clamp(2.65rem, 4.4vw, 3.85rem); letter-spacing: -.055em; line-height: 1.045; max-width: 620px; }
.hero-lead { font-size: 18px; color: #c1cdc4; max-width: 540px; margin-top: 26px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px 24px; align-items: center; margin-top: 32px; }
.affiliate-note { margin-top: 24px; color: var(--muted); font-size: 13px; max-width: 480px; }
.outline-tag { color: #c1d1c3; font-size: 12px; padding: 4px 9px; border: 1px solid #4b6150; border-radius: 6px; }
.facts-strip { border-block: 1px solid var(--line); background: #17121d; }
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 26px; gap: 35px; }
.facts-grid strong { display: block; font-size: 17px; }
.facts-grid span { display: block; color: var(--muted); font-size: 14px; margin-top: 2px; }
.section { padding: 88px 0; }
.section-label { color: var(--green); font-size: 14px; font-weight: 600; margin-bottom: 16px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.section-heading > p { max-width: 400px; color: var(--muted); font-size: 15px; }
.section-heading > p strong { color: #d7e0d9; font-weight: 600; }
.plans-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.plan { display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); scroll-margin-top: 110px; }
.plan-featured { border-color: #d660bc; background: linear-gradient(150deg, #32203c, #201725); }
.plan-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; font-size: 12px; color: #c1cfc4; margin-bottom: 26px; }
.screen-count { font-weight: 650; padding: 3px 9px; border: 1px solid #506154; border-radius: 5px; }
.plan-featured .screen-count { background: var(--green); color: #14220d; border-color: var(--green); }
.plan h3 { font-size: 25px; }
.plan-summary { color: var(--muted); font-size: 14px; min-height: 70px; margin-top: 13px; }
.plan-price { font-size: 55px; font-weight: 750; letter-spacing: -.055em; margin-top: 20px; line-height: 1.1; font-variant-numeric: lining-nums tabular-nums; }
.plan-price > span { font-size: 26px; }
.plan-price > span:first-child { font-size: 18px; font-weight: 500; letter-spacing: -.02em; }
.plan-period { color: #c1cec4; margin-top: 7px; font-size: 14px; }
.plan-features { list-style: none; padding: 22px 0; margin: 24px 0 8px; border-top: 1px solid var(--line); font-size: 14px; }
.plan-features li { display: flex; gap: 10px; margin: 10px 0; }
.plan-features li::before { content: '✓'; color: var(--green); font-weight: 700; }
.plan .button { width: 100%; margin-top: auto; font-size: 15px; padding-inline: 10px; }
.plan-footnote { margin-top: 15px; font-size: 12px; color: #afc0b1; }
.purchase-note { display: flex; gap: 24px; border-left: 3px solid #a8bd91; padding: 18px 22px; background: #1c1722; margin-top: 26px; border-radius: 0 8px 8px 0; font-size: 14px; }
.purchase-note > strong { min-width: 144px; }
.purchase-note p { color: #bdc9c0; }
.review-date { color: #a9b5ad; font-size: 12px; margin-top: 15px; }
.experience-section { background: #16111d; border-block: 1px solid var(--line); }
.experience-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.experience-intro > p:not(.section-label) { color: #bdc9c0; margin: 24px 0; max-width: 500px; }
.device-list article { display: flex; gap: 24px; border-bottom: 1px solid #344638; padding: 23px 0; }
.device-list article:first-child { padding-top: 0; }
.device-list svg { flex-shrink: 0; width: 34px; height: 34px; fill: none; stroke: var(--green); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.device-list h3 { font-size: 19px; letter-spacing: -.02em; }
.device-list article p { color: #b8c7bc; font-size: 14px; margin-top: 9px; }
.device-note { font-size: 12px; color: #adbdaf; margin-top: 22px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; list-style: none; padding: 0; margin: 42px 0 0; counter-reset: steps; }
.step-number { display: inline-block; color: #95b99d; font-size: 16px; margin-bottom: 24px; padding-bottom: 12px; border-bottom: 2px solid #465e4c; width: 52px; font-variant-numeric: tabular-nums; }
.steps-grid h3 { font-size: 23px; }
.steps-grid p { color: var(--muted); font-size: 15px; margin-top: 14px; }
.support-panel { display: flex; justify-content: space-between; align-items: center; gap: 44px; border: 1px solid var(--line); border-radius: 16px; padding: 32px; margin-top: 48px; }
.support-panel > div { max-width: 630px; }
.support-panel .section-label { margin-bottom: 10px; }
.support-panel p:last-child { color: var(--muted); font-size: 14px; margin-top: 12px; }
.support-panel .button { flex-shrink: 0; font-size: 14px; }
.faq-section { border-top: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; }
.faq-intro { color: var(--muted); margin: 24px 0; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 22px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 650; line-height: 1.5; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; flex-shrink: 0; color: var(--green); font-size: 22px; font-weight: 400; }
.faq details[open] summary::after { content: '−'; }
.faq details p { padding: 0 24px 24px 0; color: #b7c6bb; font-size: 15px; }
.final-section { padding: 0 0 70px; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; border-radius: 20px; padding: 44px; background: #32213d; }
.final-cta h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.final-cta p { color: #c0d1c4; font-size: 15px; margin-top: 15px; }
.final-cta .button { flex-shrink: 0; }
.footer { padding: 42px 0 25px; border-top: 1px solid var(--line); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.footer nav { display: flex; flex-wrap: wrap; gap: 22px; font-size: 13px; }
.footer > .container > p { max-width: 1050px; color: #acb8af; font-size: 12px; margin-top: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; color: #a9b9ad; font-size: 12px; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); }
@media (min-width: 821px) { .menu-toggle { display: none !important; } }
@media (max-width: 1050px) {
  .navlinks { gap: 18px; }
  .plan { padding: 22px; }
  .plan-top { min-height: 56px; }
  .experience-layout, .faq-layout { gap: 50px; }
  .support-panel { align-items: start; flex-direction: column; gap: 24px; }
}
@media (max-width: 820px) {
  .container { width: calc(100% - 40px); }
  .navigation { min-height: 72px; gap: 12px; flex-wrap: wrap; padding-block: 12px; }
  .header-cta { margin-left: auto; }
  .menu-toggle { display: block; }
  .navlinks { order: 4; width: 100%; margin: 0; padding-block: 8px; justify-content: space-between; }
  .navlinks[data-enhanced="true"] { display: none; }
  .navlinks[data-enhanced="true"].is-open { display: flex; }
  h1 { max-width: 650px; font-size: clamp(2.8rem, 7.5vw, 3.7rem); }
  .hero-lead { max-width: 620px; }
  .facts-grid { gap: 20px; }
  .facts-grid strong { font-size: 15px; }
  .facts-grid span { font-size: 12px; }
  .section { padding-block: 64px; }
  .section-heading { align-items: start; gap: 25px; }
  .section-heading > p { max-width: 310px; }
  .plans-grid { grid-template-columns: 1fr; gap: 20px; }
  .plan { padding: 28px; }
  .plan-top, .plan-summary { min-height: 0; }
  .plan-top { margin-bottom: 18px; }
  .plan-price { margin-top: 24px; }
  .plan-features { padding-block: 15px; margin-top: 22px; }
  .plan-footnote { max-width: 550px; }
  .experience-layout, .faq-layout { grid-template-columns: 1fr; gap: 36px; }
  .steps-grid { gap: 25px; }
  .steps-grid h3 { font-size: 20px; }
  .final-cta { flex-direction: column; align-items: start; padding: 32px; }
  .footer-top { flex-direction: column; align-items: start; }
}
@media (max-width: 520px) {
  html { scroll-padding-top: 96px; }
  .container { width: calc(100% - 36px); }
  .brand > span { font-size: 25px; }
  .brand img { width: 30px; height: 30px; }
  .navigation { gap: 8px; }
  .button-small { padding: 10px 12px; font-size: 13px; }
  .menu-toggle { font-size: 13px; padding: 9px 10px; }
  .navlinks { flex-wrap: wrap; font-size: 13px; gap: 12px; }
  h1 { font-size: clamp(2.45rem,10vw,3.15rem); }
  .hero-lead { font-size: 16px; margin-top: 22px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; margin-top: 26px; }
  .hero-actions .text-link { text-align: center; }
  .affiliate-note { font-size: 12px; }
  .facts-grid { grid-template-columns: 1fr; gap: 16px; padding-block: 25px; }
  .section { padding-block: 50px; }
  .section-heading { display: block; margin-bottom: 26px; }
  .section-heading > p { margin-top: 20px; max-width: none; }
  .plan { padding: 24px; }
  .purchase-note { flex-direction: column; gap: 8px; padding: 18px; }
  .steps-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 28px; }
  .step-number { margin-bottom: 15px; }
  .support-panel { padding: 24px; margin-top: 32px; }
  .support-panel .button { width: 100%; }
  .final-cta { padding: 28px 24px; }
  .final-cta .button { width: 100%; }
  .final-section { padding-bottom: 48px; }
  .footer nav { gap: 16px; }
  .footer-bottom { flex-wrap: wrap; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
@media (max-width: 359px) {
  .navigation .brand { gap: 5px; }
  .navigation .brand > span { font-size: 22px; }
  .navigation .brand img { width: 25px; height: 25px; }
  .header-cta { padding-inline: 9px; font-size: 12px; }
  .menu-toggle { padding-inline: 8px; font-size: 12px; }
}

/* Product identity and photographic presentation. */
.brand-lockup { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.product-logo { width: 124px; height: 69px; object-fit: contain; }
.brand-presented { display: flex; align-items: center; gap: 6px; border-left: 1px solid var(--line); padding-left: 18px; font-size: 13px; color: #c8bdce; }
.brand-presented img { width: 22px; height: 22px; }
.brand-presented strong { color: #f4f7f2; font-size: 16px; letter-spacing: -.045em; }
.navigation { min-height: 94px; }
.hero { position: relative; isolation: isolate; overflow: hidden; padding: 0; background: #100d15; }
.hero-backdrop { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; object-position: center 48%; z-index: -2; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #100d15 0%, #100d15ed 20%, #100d15b5 37%, #100d152b 62%, transparent 85%), linear-gradient(0deg, #100d15 0%, transparent 24%); }
.hero-layout { min-height: 700px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 54px; padding-block: 45px 60px; }
.hero-copy { max-width: 590px; }
.product-label { font-size: 14px; color: #f0c3e9; font-weight: 600; margin-bottom: 21px; }
h1 { font-size: clamp(3rem, 4.5vw, 4.25rem); letter-spacing: -.055em; line-height: 1.045; }
.hero-lead { color: #d2cbd7; font-size: 17px; max-width: 465px; margin-top: 24px; }
.hero-offer { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; margin-top: 24px; }
.hero-offer > span:first-child { width: 100%; color: #c5bacd; font-size: 13px; }
.hero-offer strong { font-size: 30px; line-height: 1.2; letter-spacing: -.04em; }
.hero-offer > span:last-child { color: #d7cedd; font-size: 13px; }
.hero-actions { gap: 17px; margin-top: 25px; }
.hero-actions .button { box-shadow: 0 8px 30px #a8e67d20; }
.hero-actions .text-link { font-size: 13px; }
.affiliate-note { max-width: 460px; font-size: 12px; color: #bfb5c8; margin-top: 22px; }
.hero-visual-note { align-self: end; justify-self: end; display: flex; gap: 15px; align-items: center; padding: 18px 22px; border: 1px solid #ffffff30; border-radius: 14px; background: #130e18bd; backdrop-filter: blur(12px); margin-bottom: 14px; }
.hero-visual-note svg, .fact svg, .plan-symbol svg { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; width: 32px; height: 32px; flex-shrink: 0; }
.hero-visual-note svg { color: #e885d0; }
.hero-visual-note strong { display: block; font-size: 15px; }
.hero-visual-note span { display: block; color: #c0b4c9; font-size: 12px; }
.facts-grid { padding-block: 28px; gap: 30px; }
.fact { display: flex; gap: 17px; align-items: center; }
.fact + .fact { border-left: 1px solid var(--line); padding-left: 32px; }
.fact > svg { width: 48px; height: 48px; color: #e88ed6; background: #38233e; padding: 10px; border-radius: 13px; }
.facts-grid strong { font-size: 16px; }
.facts-grid span { font-size: 12px; color: #bdb0c6; }
.plan { position: relative; padding: 30px; }
.plan-symbol { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 16px; background: #302138; border: 1px solid #664372; color: #e7a2de; margin-bottom: 24px; }
.plan-featured .plan-symbol { color: #f6c3eb; background: #5a3063; border-color: #ba61b0; }
.plan-top { min-height: 30px; margin-bottom: 20px; }
.screen-count { border-color: #685672; }
.plan-featured .screen-count { background: #e8a2db; border-color: #e8a2db; color: #341c3b; }
.plan-price { margin-top: 16px; }
.plan-features { border-color: #473650; }
.plan-footnote { color: #bbadc5; }
.plan-period { color: #d4c7dd; }
.plan-summary { color: #bfb1c8; }
.section-label { color: #e496d6; }
.purchase-note { border-left-color: #ad70a5; }
.purchase-note p, .review-date { color: #bcb0c4; }
.experience-layout { grid-template-columns: 1.15fr .85fr; align-items: center; gap: 72px; }
.lifestyle-image { margin: 28px 0 0; position: relative; overflow: hidden; border-radius: 18px; border: 1px solid #574052; }
.lifestyle-image img { width: 100%; height: auto; }
.lifestyle-image figcaption { position: absolute; bottom: 10px; left: 14px; font-size: 11px; color: #fff; text-shadow: 0 1px 4px #000; }
.experience-intro > p:not(.section-label) { color: #c2b7cc; }
.device-list article { padding: 27px 0; border-color: #42304c; }
.device-list svg { width: 54px; height: 54px; padding: 12px; border-radius: 15px; background: #302139; color: #e392d6; }
.device-list article p, .device-note { color: #c2b4cc; }
.device-list h3 { color: #f4e9fa; }
.steps-grid li { padding: 24px; border: 1px solid #3e2e48; border-radius: 15px; background: #19131f; }
.step-number { color: #efb8e5; border-color: #8e5b88; }
.support-panel { background: radial-gradient(ellipse at top right, #41204480, transparent 70%); }
.faq details p { color: #c4b9ce; }
.final-cta { background: linear-gradient(110deg, #342139f5, #291633d9), url('./shared-moments.webp') center 48% / cover; border: 1px solid #62416b; }
.button-secondary { border-color: #80658c; }
.button-secondary:hover { background: #3d2848; border-color: #d28ac7; }
@media (max-width: 1100px) {
  .brand-lockup { gap: 12px; }
  .brand-presented { padding-left: 12px; }
  .navigation { gap: 22px; }
  .hero-layout { gap: 24px; min-height: 690px; grid-template-columns: 1.05fr .95fr; }
  .hero-actions { align-items: start; flex-direction: column; }
  .fact + .fact { padding-left: 22px; }
  .plan { padding: 25px; }
  .experience-layout { gap: 42px; }
}
@media (max-width: 820px) {
  .navigation { min-height: 80px; gap: 12px; }
  .product-logo { width: 96px; height: 54px; }
  .brand-presented { font-size: 12px; }
  .hero-layout { min-height: 700px; grid-template-columns: 1fr; padding-block: 48px; }
  .hero-copy { max-width: 460px; }
  .hero-backdrop { object-position: 65% center; }
  .hero::before { background: linear-gradient(90deg, #100d15f5 0%, #100d15cd 38%, #100d1544 100%), linear-gradient(0deg,#100d15,transparent 40%); }
  .hero-visual-note { display: none; }
  .hero-actions { flex-direction: row; align-items: center; }
  .facts-grid { gap: 20px; }
  .fact { flex-direction: column; align-items: start; gap: 12px; }
  .fact + .fact { padding-left: 20px; }
  .plan { padding: 28px; }
  .plan-symbol { position: absolute; top: 28px; right: 28px; width: 48px; height: 48px; }
  .plan-top { justify-content: start; padding-right: 60px; flex-direction: column; align-items: start; gap: 7px; }
  .experience-layout { grid-template-columns: 1fr; gap: 35px; }
  .lifestyle-image { max-width: 640px; }
}
@media (max-width: 520px) {
  .navigation { min-height: 88px; gap: 8px; }
  .brand-lockup { gap: 9px; }
  .product-logo { width: 83px; height: 47px; }
  .brand-presented { display: grid; grid-template-columns: auto auto; gap: 0 3px; padding-left: 9px; font-size: 10px; }
  .brand-presented > span { grid-column: 1 / -1; }
  .brand-presented img { width: 15px; height: 15px; }
  .brand-presented strong { font-size: 13px; }
  .hero-layout { min-height: 0; padding-top: 254px; padding-bottom: 35px; }
  .hero-backdrop { height: 360px; object-position: 75% center; }
  .hero::before { background: linear-gradient(0deg, #100d15 0%, #100d15 57%, transparent 84%), linear-gradient(90deg,#100d1544,transparent); }
  .hero-copy { max-width: none; }
  .product-label { font-size: 12px; margin-bottom: 14px; }
  h1 { font-size: clamp(2.6rem,10.8vw,3.5rem); }
  .hero-lead { margin-top: 18px; font-size: 16px; }
  .hero-offer { margin-top: 20px; }
  .hero-offer strong { font-size: 29px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 18px; }
  .hero-actions .text-link { text-align: center; }
  .affiliate-note { font-size: 11px; margin-top: 20px; }
  .facts-grid { grid-template-columns: 1fr; gap: 20px; }
  .fact { flex-direction: row; align-items: center; gap: 17px; }
  .fact + .fact { padding-left: 0; border-left: 0; }
  .facts-grid p { display: block; }
  .facts-grid strong { font-size: 16px; }
  .plan { padding: 25px; }
  .steps-grid li { padding: 24px; }
}
@media (max-width: 359px) {
  .brand-lockup { gap: 6px; }
  .product-logo { width: 62px; height: 39px; }
  .brand-presented { padding-left: 6px; }
  .brand-presented strong { font-size: 11px; }
  .brand-presented img { width: 13px; height: 13px; }
  .navigation { gap: 5px; }
  .header-cta { padding-inline: 7px; font-size: 11px; }
  h1 { font-size: 2.2rem; }
}
