@font-face { font-family: 'Chipkie Nexa'; src: url('../fonts/Nexa-Book.ttf') format('truetype'); font-weight: 400; font-display: swap; }
:root { --deep: #004053; --ink: #123d46; --teal: #007481; --mint: #6dc4bc; --pale: #e6f3ef; --paper: #fbf9f4; --muted: #4c6468; --line: #d6e0dc; --display: 'Chipkie Nexa', 'Trebuchet MS', sans-serif; --body: Arial, Helvetica, sans-serif; --ease: cubic-bezier(.16,1,.3,1); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; scrollbar-color: #7d9d9d var(--paper); }
body { margin: 0; background: #fff; color: var(--ink); font: 16px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
::selection { background: var(--mint); color: var(--deep); }
a { color: inherit; text-underline-offset: 5px; text-decoration-thickness: 1px; }
a:hover { color: var(--teal); }
a, summary { -webkit-tap-highlight-color: #6dc4bc55; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 5px; }
img { max-width: 100%; height: auto; display: block; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
h1,h2,h3,p { margin: 0; }
h1,h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: clamp(48px,4.8vw,72px); line-height: 1.04; max-width: 10ch; }
h2 { font-size: clamp(32px,3.1vw,44px); line-height: 1.14; }
h3 { font-size: 19px; line-height: 1.35; letter-spacing: -.015em; }
p { max-width: 72ch; }
.wrap { width: min(1180px,calc(100% - 80px)); margin-inline: auto; }
.section-space { padding-block: 100px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; padding: 12px 20px; background: var(--deep); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: none; color: white; }
summary::-webkit-details-marker { display: none; }
.hero-band { background: var(--paper); }
.breadcrumb { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; padding-top: 24px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span:last-child { max-width: 100%; overflow-wrap: anywhere; }
.hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; padding-block: 46px 64px; }
.hero-promise { font-family: var(--display); font-size: 25px; line-height: 1.3; color: var(--teal); margin-top: 20px; max-width: 30ch; }
.hero-intro { font-size: 17px; line-height: 1.65; color: var(--muted); margin-top: 18px; max-width: 51ch; }
.offer-price { display: flex; gap: 20px; align-items: center; margin-top: 28px; }
.price { font-size: 34px; font-weight: 700; line-height: 1.2; letter-spacing: -.025em; font-variant-numeric: tabular-nums; }
.price-note { font-size: 12px; line-height: 1.6; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin-top: 24px; }
.button { min-height: 54px; display: inline-flex; gap: 28px; align-items: center; justify-content: center; text-align: center; padding: 14px 24px; border-radius: 8px; font-size: 15px; font-weight: 700; line-height: 1.35; text-decoration: none; transition: background-color .2s,color .2s; }
.button-primary { background: var(--deep); color: white; }
.button-primary:hover { background: var(--teal); color: white; }
.button-mint { background: var(--mint); color: var(--deep); }
.button-mint:hover { background: #a4ddd4; color: var(--deep); }
.button svg { width: 20px; height: 20px; }
.text-link { font-size: 13px; font-weight: 700; padding: 12px 0; }
.cta-note { font-size: 12px; line-height: 1.6; color: var(--muted); margin-top: 12px; max-width: 52ch; }
.document-scene { margin: 0; min-width: 0; }
.scene-stage { background: #d7ebe5; position: relative; min-height: 510px; padding: 32px 75px 46px 32px; border-radius: 45% 45% 8px 8px / 28% 28% 8px 8px; isolation: isolate; }
.paper { position: relative; z-index: 1; background: #fffefa; border-radius: 3px; padding: 26px 26px 18px; box-shadow: 6px 16px 32px #00405326; transform: rotate(-5deg); min-height: 405px; animation: paper-settle .75s var(--ease) both; }
.paper-brand { font-size: 10px; letter-spacing: .12em; font-weight: 700; display: flex; justify-content: space-between; align-items: center; color: var(--deep); }
.paper-brand span { font-size: 9px; font-weight: 400; letter-spacing: .05em; }
.paper-title { font: 32px/1.13 Georgia,'Times New Roman',serif; letter-spacing: -.025em; margin-top: 34px; max-width: 15ch; }
.paper-subtitle { font: italic 12px/1.6 Georgia,'Times New Roman',serif; color: var(--muted); margin-top: 9px; }
.paper-rule { height: 1px; background: #d6dcd3; margin-block: 20px; }
.paper-fields { margin: 0; display: grid; gap: 17px; font-size: 10px; line-height: 1.5; }
.paper-fields dt { font-weight: 700; margin: 0 0 3px; }
.paper-fields dd { margin: 0; color: #526b66; }
.paper-footer { display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid #d6dcd3; padding-top: 12px; margin-top: 24px; font-size: 8px; color: var(--muted); }
.hero-avatar { position: absolute; bottom: 2px; right: -42px; width: 240px; height: 240px; object-fit: contain; z-index: 2; }
.document-scene figcaption { font-size: 11px; line-height: 1.6; color: var(--muted); margin: 16px 8px 0; max-width: 56ch; }
.product-release .paper-title { font-size: 28px; margin-top: 26px; }
.product-release h1 { max-width: 12ch; font-size: clamp(46px,4.6vw,68px); }
.reassurance-band { background: var(--deep); color: #e4f4ef; }
.reassurance-list { list-style: none; padding-block: 21px; padding-inline: 0; display: flex; gap: 24px; justify-content: space-between; font-size: 13px; margin-block: 0; }
.reassurance-list li { display: flex; align-items: center; gap: 12px; }
.reassurance-list svg { color: var(--mint); width: 22px; height: 22px; }
.story-section { display: grid; grid-template-columns: .8fr 1fr; align-items: center; gap: 100px; padding-block: 80px; }
.story-art { height: 300px; display: flex; align-items: center; justify-content: center; }
.story-art img { width: 310px; height: 300px; object-fit: contain; }
.story-copy h2 { max-width: 20ch; }
.story-copy>p { margin-top: 24px; color: var(--muted); font-size: 17px; }
.story-copy .story-end { color: var(--deep); font-size: 18px; font-weight: 700; margin-top: 20px; }
.included-section { background: var(--paper); }
.included-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 110px; }
.section-illustration { margin-bottom: 22px; width: 88px; height: 88px; object-fit: contain; }
.section-lead h2 { font-size: 38px; max-width: 19ch; }
.section-lead>p { margin-top: 24px; color: var(--muted); max-width: 37ch; }
.section-lead .included-price { font-size: 15px; color: var(--deep); }
.feature-list { border-top: 1px solid var(--line); }
.feature-row { display: flex; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.feature-check { color: var(--teal); width: 23px; height: 23px; margin-top: 1px; }
.feature-row p { margin-top: 9px; color: var(--muted); font-size: 15px; max-width: 51ch; }
.section-heading { display: flex; gap: 80px; align-items: flex-end; justify-content: space-between; margin-bottom: 52px; }
.section-heading>p { max-width: 32ch; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 46px; margin: 0; padding: 0; list-style: none; }
.steps li { border-top: 1px solid #8ca8a6; padding-top: 26px; }
.step-marker { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; background: var(--pale); border-radius: 50%; font-size: 13px; font-weight: 700; margin-bottom: 24px; }
.steps h3 { font-size: 20px; }
.steps p { font-size: 15px; color: var(--muted); margin-top: 14px; }
.preparation { margin-top: 52px; padding: 28px 32px; background: var(--pale); display: grid; grid-template-columns: 1fr 2.2fr; gap: 30px; border-radius: 12px; }
.preparation h3 { font-size: 17px; }
.preparation ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 35px; margin: 0; padding-left: 18px; font-size: 14px; color: #375b60; }
.preparation li::marker { color: var(--teal); }
.compare-section { background: #eff4f0; padding-block: 56px; }
.compare-layout { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 48px; }
.compare-layout h2 { font-size: 32px; }
.document-choice { padding-left: 28px; border-left: 1px solid #afc9c0; }
.choice-state { display: block; font-size: 12px; color: var(--muted); margin-bottom: 14px; }
.document-choice h3 { font-size: 18px; }
.document-choice h3 a { display: block; }
.document-choice p { font-size: 14px; margin-top: 12px; color: var(--muted); }
.document-choice .choice-price { font-weight: 700; color: var(--deep); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.35fr; gap: 105px; }
.faq-lead>p { margin-top: 20px; color: var(--muted); }
.faq-lead img { width: 155px; height: 155px; object-fit: contain; margin-top: 36px; }
.faq { border-bottom: 1px solid var(--line); }
.faq:first-child { border-top: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 20px; align-items: center; cursor: pointer; list-style: none; padding: 24px 0; font-size: 16px; line-height: 1.5; font-weight: 700; }
.faq summary svg { width: 18px; height: 18px; transition: transform .2s; }
.faq[open] summary svg { transform: rotate(45deg); }
.faq>p { padding: 0 35px 24px 0; color: var(--muted); font-size: 15px; }
.local-note { margin-top: 30px; font-size: 12px; line-height: 1.7; color: var(--muted); }
.local-note h3 { font-size: 13px; font-weight: 700; margin-bottom: 8px; }
.local-note a { display: inline-block; margin-top: 10px; }
.closing-section { background: var(--deep); color: white; padding-block: 66px; }
.closing-layout { display: grid; grid-template-columns: 1.3fr 1fr; gap: 110px; align-items: center; }
.closing-layout h2 { font-size: 44px; max-width: 20ch; }
.closing-layout>div>p { color: #c5dedc; margin-top: 18px; max-width: 44ch; }
.closing-action { max-width: 370px; width: 100%; justify-self: end; }
.closing-action>p { display: flex; align-items: center; gap: 20px; }
.closing-action strong { font-size: 34px; line-height: 1.3; color: white; font-variant-numeric: tabular-nums; }
.closing-action span { font-size: 13px; }
.closing-action .button { width: 100%; margin-top: 18px; }
.closing-action .closing-note { font-size: 12px; line-height: 1.6; margin-top: 12px; color: #c5dedc; }
.closing-section :focus-visible { outline-color: var(--mint); }
@keyframes paper-settle { from { transform: translateY(12px) rotate(-7deg); } to { transform: translateY(0) rotate(-5deg); } }
@media (min-width:1500px) { .wrap { width: min(1240px,calc(100% - 96px)); } .hero { gap: 84px; } }
@media (max-width:1050px) {
    .wrap { width: calc(100% - 56px); } .hero { gap: 36px; }
    .scene-stage { padding: 28px 44px 38px 22px; min-height: 480px; }
    .paper { padding: 22px 20px; min-height: 398px; } .paper-title { font-size: 28px; }
    .hero-avatar { width: 210px; height: 210px; right: -28px; }
    .story-section,.included-layout,.faq-layout,.closing-layout { gap: 60px; }
    .section-lead h2 { font-size: 34px; } .compare-layout { gap: 28px; }
    .document-choice { padding-left: 20px; } .compare-layout h2 { font-size: 28px; } .steps { gap: 30px; }
}
@media (max-width:760px) {
    .wrap { width: calc(100% - 40px); } .breadcrumb { font-size: 11px; padding-top: 18px; }
    .hero { grid-template-columns: 1fr; gap: 36px; padding-block: 26px 36px; } .hero-copy { max-width: 570px; }
    h1 { font-size: 48px; max-width: 13ch; } .product-release h1 { font-size: 40px; max-width: 100%; }
    .hero-promise { font-size: 23px; margin-top: 14px; } .hero-intro { font-size: 16px; line-height: 1.6; margin-top: 14px; }
    .offer-price { margin-top: 22px; } .price { font-size: 30px; } .price-note { font-size: 11px; }
    .hero-actions { margin-top: 20px; gap: 12px 22px; } .button { min-height: 52px; padding: 14px 22px; } .cta-note { font-size: 11px; }
    .document-scene { max-width: 440px; width: 100%; justify-self: center; }
    .scene-stage { min-height: 410px; padding: 28px 74px 36px 30px; } .paper { min-height: 348px; padding: 20px 23px 18px; }
    .paper-title { margin-top: 24px; font-size: 28px; } .paper-subtitle { font-size: 11px; } .paper-rule { margin-block: 16px; }
    .paper-fields { gap: 12px; font-size: 9px; } .paper-footer { font-size: 8px; margin-top: 20px; }
    .hero-avatar { width: 205px; height: 205px; right: -14px; } .document-scene figcaption { font-size: 10px; }
    .reassurance-list { gap: 12px; padding-block: 18px; flex-wrap: wrap; font-size: 11px; justify-content: center; }
    .reassurance-list li { gap: 7px; } .reassurance-list svg { width: 18px; height: 18px; }
    .section-space { padding-block: 64px; }
    .story-section { grid-template-columns: 1fr; gap: 30px; padding-block: 55px; }
    .story-art { height: 190px; order: 2; } .story-art img { height: 190px; width: 230px; }
    .story-copy h2 { max-width: 22ch; } .story-copy>p { font-size: 16px; margin-top: 20px; } .story-copy .story-end { font-size: 16px; }
    .included-layout { grid-template-columns: 1fr; gap: 30px; } .section-lead h2 { font-size: 32px; max-width: 25ch; }
    .section-lead>p { max-width: 55ch; margin-top: 16px; } .section-illustration { width: 66px; height: 66px; margin-bottom: 16px; }
    .feature-row { padding: 24px 0; gap: 16px; } .feature-row h3 { font-size: 18px; }
    .section-heading { display: block; margin-bottom: 32px; } .section-heading>p { margin-top: 20px; max-width: 45ch; }
    .steps { grid-template-columns: 1fr; gap: 26px; } .steps li { display: grid; grid-template-columns: 36px 1fr; column-gap: 16px; padding-top: 24px; }
    .step-marker { grid-row: 1/3; margin: 0; } .steps h3 { font-size: 18px; } .steps p { margin-top: 10px; grid-column: 2; }
    .preparation { grid-template-columns: 1fr; gap: 16px; padding: 24px; margin-top: 34px; } .preparation ul { grid-template-columns: 1fr; gap: 10px; }
    .compare-section { padding-block: 42px; } .compare-layout { grid-template-columns: 1fr; gap: 26px; } .compare-layout h2 { font-size: 30px; }
    .document-choice { padding: 24px 0 0; border-left: 0; border-top: 1px solid #afc9c0; } .choice-state { margin-bottom: 10px; }
    .faq-layout { grid-template-columns: 1fr; gap: 26px; } .faq-lead { position: relative; padding-right: 90px; min-height: 120px; }
    .faq-lead h2 { font-size: 32px; } .faq-lead>p { font-size: 14px; margin-top: 14px; }
    .faq-lead img { position: absolute; right: -10px; bottom: 0; width: 100px; height: 100px; margin: 0; }
    .faq summary { font-size: 15px; padding: 22px 0; } .faq>p { padding-right: 12px; font-size: 14px; } .local-note { margin-top: 26px; }
    .closing-section { padding-block: 44px; } .closing-layout { grid-template-columns: 1fr; gap: 24px; }
    .closing-layout h2 { font-size: 35px; } .closing-layout>div>p { font-size: 15px; margin-top: 16px; }
    .closing-action { justify-self: start; max-width: 100%; } .closing-action>p { gap: 18px; } .closing-action strong { font-size: 30px; } .closing-action .closing-note { font-size: 11px; }
}
@media (max-width:380px) {
    .wrap { width: calc(100% - 32px); } h1 { font-size: 40px; } .product-release h1 { font-size: 38px; max-width: 100%; }
    .hero-promise { font-size: 20px; } .hero-intro { font-size: 14px; } .hero-actions { gap: 8px 16px; }
    .button { font-size: 14px; padding-inline: 18px; gap: 18px; } .text-link { font-size: 12px; } .hero { padding-top: 22px; }
    .scene-stage { padding-left: 22px; padding-right: 55px; min-height: 390px; } .paper-title { font-size: 26px; }
    .hero-avatar { width: 170px; height: 170px; right: -14px; } .faq-lead { padding-right: 76px; } .faq-lead h2 { font-size: 28px; } .faq-lead img { width: 88px; height: 88px; }
}
@media (max-height:500px) and (min-width:761px) {
    .hero { padding-block: 28px; align-items: start; } .hero h1 { font-size: 42px; }
    .hero-promise { font-size: 21px; margin-top: 12px; } .hero-intro { font-size: 15px; margin-top: 12px; }
    .scene-stage { min-height: 400px; } .offer-price,.hero-actions { margin-top: 18px; } .section-space { padding-block: 50px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation: none !important; transition: none !important; } }
