:root {
    --ink: oklch(16% 0.02 151);
    --ink-2: oklch(24% 0.025 151);
    --muted: oklch(58% 0.025 151);
    --soft: oklch(96% 0.014 115);
    --paper: oklch(99% 0.006 115);
    --green: oklch(74% 0.23 136);
    --green-deep: oklch(31% 0.12 145);
    --lime: oklch(86% 0.24 128);
    --yellow: oklch(84% 0.16 80);
    --orange: oklch(78% 0.17 63);
    --red: oklch(78% 0.18 83);
    --line: oklch(82% 0.03 130 / 0.45);
    --shadow: 0 28px 70px oklch(12% 0.03 151 / 0.22);
    --radius: 28px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Montserrat", Arial, sans-serif;
    color: var(--ink);
    background: var(--paper);
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input {
    font: inherit;
}

.site-wrap {
    min-height: 100vh;
    overflow: clip;
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.hero {
    position: relative;
    min-height: 100vh;
    padding: 28px 0 66px;
    color: oklch(99% 0.004 150);
    background:
        linear-gradient(135deg, oklch(13% 0.034 154), oklch(24% 0.09 145) 52%, oklch(9% 0.025 150));
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(oklch(88% 0.12 132 / 0.08) 1px, transparent 1px),
        linear-gradient(90deg, oklch(88% 0.12 132 / 0.08) 1px, transparent 1px);
    background-size: 74px 74px;
    mask-image: linear-gradient(to bottom, oklch(0% 0 0), transparent 92%);
    pointer-events: none;
}

.hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.hero-bg::before,
.hero-bg::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(2px);
    opacity: 0.65;
}

.hero-bg::before {
    width: 520px;
    height: 520px;
    right: -110px;
    top: 120px;
    border: 2px dashed oklch(81% 0.18 135 / 0.3);
    animation: spinSlow 34s linear infinite;
}

.hero-bg::after {
    width: 260px;
    height: 260px;
    left: -80px;
    bottom: 90px;
    border: 2px solid oklch(84% 0.17 80 / 0.18);
}

.logo-row {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.logo {
    display: inline-flex;
    align-items: center;
    color: var(--yellow);
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0;
}

.logo span {
    color: oklch(98% 0.006 115);
    font-size: 12px;
    margin-left: 4px;
    transform: translateY(-8px);
}

.hero-badges-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.hb {
    padding: 10px 14px;
    border: 1px solid oklch(95% 0.006 115 / 0.22);
    border-radius: 999px;
    color: oklch(96% 0.006 115 / 0.86);
    background: oklch(100% 0 0 / 0.08);
    font-size: 13px;
    font-weight: 700;
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.05fr);
    align-items: start;
    gap: 36px;
    padding-top: 42px;
}

.hero-text {
    max-width: 620px;
}

.hero-tag,
.order-top-tag,
.feature-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--yellow);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.hero-tag::before,
.order-top-tag::before,
.feature-tag::before {
    content: "";
    width: 42px;
    height: 5px;
    border-radius: 999px;
    background: var(--orange);
}

h1,
h2,
h3,
p {
    margin: 0;
}

h1 {
    max-width: 590px;
    font-size: clamp(38px, 4.1vw, 56px);
    line-height: 0.96;
    letter-spacing: 0;
    font-weight: 900;
    overflow-wrap: break-word;
}

h1 span {
    color: var(--lime);
}

.mobile-line {
    display: inline;
}

.hero-sub {
    max-width: 660px;
    margin-top: 20px;
    color: oklch(94% 0.006 115 / 0.82);
    font-size: clamp(17px, 1.6vw, 20px);
    line-height: 1.55;
    font-weight: 600;
}

.hero-bullets {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
}

.hero-bullets li {
    display: flex;
    gap: 10px;
    align-items: start;
    color: oklch(96% 0.006 115 / 0.88);
    font-size: 16px;
    line-height: 1.45;
}

.hero-bullets span,
.fl-icon {
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: var(--lime);
    color: var(--ink);
    font-weight: 900;
}

.price-block {
    position: relative;
    margin-top: 28px;
    padding: 26px 30px;
    border: 1px solid oklch(93% 0.006 115 / 0.18);
    border-radius: var(--radius);
    background: linear-gradient(135deg, oklch(28% 0.055 151 / 0.78), oklch(21% 0.04 151 / 0.7));
    box-shadow: 0 24px 70px oklch(6% 0.02 151 / 0.28);
}

.hero .price-block {
    margin-top: 22px;
    padding: 18px 22px;
}

.price-old {
    color: oklch(91% 0.006 115 / 0.75);
    font-size: 18px;
    font-weight: 600;
}

.price-old s {
    opacity: 0.82;
}

.price-new {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 10px;
}

.amount {
    color: var(--green);
    font-size: clamp(54px, 8vw, 92px);
    line-height: 0.92;
    font-weight: 900;
}

.hero .amount {
    font-size: clamp(46px, 5.4vw, 66px);
}

.curr {
    color: oklch(99% 0.004 115);
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 900;
}

.hero .curr {
    font-size: clamp(24px, 3vw, 32px);
}

.discount,
.otf-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 999px;
    color: var(--ink);
    background: linear-gradient(135deg, var(--yellow), var(--lime));
    font-size: 24px;
    font-weight: 900;
    transform: rotate(-2deg);
}

.price-note,
.otf-note {
    margin-top: 16px;
    color: var(--yellow);
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
}

.hero .price-note {
    margin-top: 10px;
    font-size: 15px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 17px 26px;
    border: 0;
    border-radius: 999px;
    color: var(--ink);
    background: linear-gradient(135deg, var(--lime), var(--green));
    box-shadow: 0 18px 35px oklch(72% 0.18 136 / 0.25);
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
    transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.cta-btn:hover {
    transform: translateY(-2px);
    filter: saturate(1.05);
    box-shadow: 0 22px 42px oklch(72% 0.18 136 / 0.35);
}

.cta-big {
    margin-top: 14px;
    min-width: 280px;
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.trust-item {
    padding: 11px 14px;
    border-radius: 999px;
    border: 1px solid oklch(95% 0.006 115 / 0.18);
    color: oklch(95% 0.006 115 / 0.82);
    background: oklch(100% 0 0 / 0.08);
    font-size: 13px;
    font-weight: 800;
}

.hero-image-mobile {
    display: none;
}

.hero-img-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 640px;
    display: grid;
    place-items: center;
    min-width: 0;
}

.hero-photo-bg {
    position: absolute;
    inset: 42px 10px 30px;
    border: 1px solid oklch(95% 0.006 115 / 0.2);
    border-radius: 42px;
    background:
        linear-gradient(135deg, oklch(99% 0.004 115), oklch(94% 0.03 126) 55%, oklch(88% 0.08 136));
    box-shadow: inset 0 1px 0 oklch(100% 0 0 / 0.12), var(--shadow);
}

.hero-photo-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-image:
        linear-gradient(oklch(18% 0.045 151 / 0.055) 1px, transparent 1px),
        linear-gradient(90deg, oklch(18% 0.045 151 / 0.055) 1px, transparent 1px);
    background-size: 58px 58px;
}

.hero-photo-glow {
    position: absolute;
    width: 390px;
    height: 390px;
    border-radius: 999px;
    background: radial-gradient(circle, oklch(82% 0.2 136 / 0.48), transparent 66%);
    filter: blur(16px);
    animation: breathe 5s ease-in-out infinite;
}

.hero-photo {
    position: relative;
    z-index: 3;
    width: min(100%, 650px);
    max-height: 620px;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: saturate(1.08) contrast(1.02) drop-shadow(0 30px 30px oklch(7% 0.02 151 / 0.34));
    transform: rotate(-4deg);
    animation: floatProduct 5.8s ease-in-out infinite;
}

.hero-discount-badge {
    position: absolute;
    z-index: 5;
    right: 34px;
    top: 0;
    width: 158px;
    height: 158px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    align-content: center;
    color: var(--ink);
    background: linear-gradient(135deg, var(--yellow), var(--lime));
    box-shadow: 0 28px 48px oklch(58% 0.17 120 / 0.34);
    text-transform: uppercase;
    animation: pulseBadge 2.4s ease-in-out infinite;
}

.hero-discount-badge span {
    font-size: 42px;
    line-height: 0.95;
    font-weight: 900;
}

.hero-discount-badge small {
    font-size: 15px;
    font-weight: 900;
}

.hero-floating-badge {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    padding: 14px 20px;
    border-radius: 999px;
    color: var(--ink);
    background: oklch(99% 0.006 115);
    box-shadow: 0 18px 40px oklch(5% 0.02 151 / 0.28);
    font-weight: 900;
    white-space: nowrap;
}

.hfb-1 {
    left: 0;
    top: 120px;
}

.hfb-2 {
    left: 36px;
    bottom: 105px;
}

.hfb-3 {
    right: 2px;
    bottom: 140px;
    background: var(--yellow);
}

.hero-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
    padding: 14px;
    border: 1px solid oklch(95% 0.006 115 / 0.18);
    border-radius: 28px;
    background: oklch(100% 0 0 / 0.08);
    box-shadow: 0 24px 70px oklch(7% 0.02 151 / 0.22);
    backdrop-filter: blur(16px);
}

.hero-stats div {
    min-height: 112px;
    display: grid;
    align-content: center;
    gap: 8px;
    padding: 18px;
    border-radius: 20px;
    background: oklch(100% 0 0 / 0.08);
}

.hero-stats b {
    color: var(--lime);
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1;
    font-weight: 900;
}

.hero-stats span {
    color: oklch(96% 0.006 115 / 0.78);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 800;
}

.section {
    padding: 86px 0;
}

.order-top-section,
.visual-cards-section,
.faq-section {
    background: var(--soft);
}

.order-top-grid,
.feature-grid,
.kit-grid,
.final-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: 44px;
    align-items: center;
}

.order-top-text h2,
.feature-text h2,
.kit-text h2,
.final-copy h2 {
    font-size: clamp(34px, 4.8vw, 64px);
    line-height: 1.02;
    font-weight: 900;
}

.order-top-text p,
.feature-lead,
.kit-text p,
.final-copy p {
    max-width: 650px;
    margin-top: 18px;
    color: var(--muted);
    font-size: 20px;
    line-height: 1.55;
    font-weight: 600;
}

.order-top-list {
    display: grid;
    gap: 13px;
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
}

.order-top-form {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        radial-gradient(circle at 86% 18%, oklch(84% 0.19 134 / 0.26), transparent 35%),
        var(--paper);
    box-shadow: 0 25px 70px oklch(15% 0.03 150 / 0.14);
}

.otf-price {
    padding: 23px;
    border-radius: 24px;
    color: oklch(98% 0.005 115);
    background: linear-gradient(135deg, oklch(22% 0.045 151), oklch(34% 0.08 142));
}

.otf-old {
    color: oklch(92% 0.006 115 / 0.72);
    font-weight: 700;
}

.otf-new {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.otf-amount {
    color: var(--green);
    font-size: 62px;
    line-height: 0.96;
    font-weight: 900;
}

.otf-curr {
    font-size: 30px;
    font-weight: 900;
}

.otf-badge {
    margin-left: auto;
    font-size: 18px;
    padding: 10px 16px;
}

.main-order-form {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.main-order-form input {
    width: 100%;
    height: 62px;
    padding: 0 20px;
    border: 2px solid oklch(84% 0.025 135);
    border-radius: 18px;
    color: var(--ink);
    background: oklch(99% 0.004 115);
    font-size: 16px;
    font-weight: 800;
    outline: none;
}

.main-order-form input:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 4px oklch(78% 0.16 136 / 0.18);
}

.cta-form {
    width: 100%;
}

.form-note {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
    font-weight: 700;
}

.section-title {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 900;
}

.section-sub {
    max-width: 720px;
    margin: 16px auto 0;
    color: var(--muted);
    text-align: center;
    font-size: 19px;
    line-height: 1.55;
    font-weight: 600;
}

.gallery {
    margin-top: 38px;
}

.gallery-main {
    position: relative;
    min-height: 560px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid oklch(43% 0.035 145 / 0.18);
    border-radius: 34px;
    background:
        radial-gradient(circle at 58% 44%, oklch(78% 0.16 134 / 0.2), transparent 36%),
        linear-gradient(135deg, oklch(96% 0.012 120), oklch(90% 0.025 130));
    box-shadow: var(--shadow);
}

.gallery-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(oklch(18% 0.045 151 / 0.055) 1px, transparent 1px),
        linear-gradient(90deg, oklch(18% 0.045 151 / 0.055) 1px, transparent 1px);
    background-size: 58px 58px;
}

.gallery-main img {
    position: relative;
    z-index: 2;
    max-width: 86%;
    max-height: 500px;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: saturate(1.08) contrast(1.02) drop-shadow(0 24px 34px oklch(7% 0.02 151 / 0.34));
    transition: opacity 180ms ease, transform 220ms ease;
}

.gallery-main img.switching {
    opacity: 0;
    transform: scale(0.98);
}

.gallery-nav {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 999px;
    color: var(--ink);
    background: oklch(98% 0.006 115 / 0.95);
    box-shadow: 0 14px 30px oklch(8% 0.02 151 / 0.3);
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
    cursor: pointer;
}

.gallery-nav.prev {
    left: 22px;
}

.gallery-nav.next {
    right: 22px;
}

.gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.thumb {
    width: 100%;
    aspect-ratio: 1.28;
    padding: 8px;
    border: 2px solid transparent;
    border-radius: 18px;
    background:
        radial-gradient(circle at 55% 38%, oklch(79% 0.16 134 / 0.18), transparent 56%),
        oklch(96% 0.012 120);
    object-fit: contain;
    mix-blend-mode: multiply;
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease;
}

.thumb:hover {
    transform: translateY(-2px);
}

.thumb.active {
    border-color: var(--lime);
    background:
        radial-gradient(circle at 55% 38%, oklch(78% 0.17 134 / 0.24), transparent 56%),
        oklch(93% 0.035 128);
}

.problem {
    color: oklch(99% 0.004 115);
    background:
        radial-gradient(circle at 20% 20%, oklch(79% 0.19 80 / 0.22), transparent 34%),
        linear-gradient(135deg, oklch(13% 0.034 151), oklch(23% 0.06 144));
}

.problem .section-sub {
    color: oklch(94% 0.006 115 / 0.75);
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 38px;
}

.problem-card {
    min-height: 250px;
    padding: 26px;
    border: 1px solid oklch(95% 0.006 115 / 0.16);
    border-radius: 26px;
    background: oklch(100% 0 0 / 0.08);
}

.problem-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    border-radius: 18px;
    color: var(--ink);
    background: var(--yellow);
    font-weight: 900;
}

.problem-card h3,
.visual-card h3,
.review-card b {
    font-size: 22px;
    line-height: 1.15;
    font-weight: 900;
}

.problem-card p,
.visual-card p,
.review-card p,
.faq-list p {
    margin-top: 14px;
    color: oklch(95% 0.006 115 / 0.76);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
}

.feature-wheels {
    background: var(--paper);
}

.feature-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
}

.feature-text h2,
.kit-text h2,
.final-copy h2 {
    max-width: 720px;
}

.feature-list {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

.fl-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid var(--line);
    background: var(--soft);
}

.fl-icon {
    width: 34px;
    height: 34px;
}

.fl-item h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
}

.fl-item p {
    margin-top: 6px;
    color: var(--muted);
    line-height: 1.5;
    font-weight: 600;
}

.feature-image {
    position: relative;
    min-height: 600px;
    display: grid;
    place-items: center;
    border-radius: 42px;
    background:
        linear-gradient(135deg, oklch(99% 0.004 115), oklch(93% 0.03 128) 56%, oklch(84% 0.1 136));
    overflow: hidden;
    box-shadow: var(--shadow);
}

.feature-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(oklch(95% 0.02 130 / 0.06) 1px, transparent 1px),
        linear-gradient(90deg, oklch(95% 0.02 130 / 0.06) 1px, transparent 1px);
    background-size: 62px 62px;
}

.feature-image img {
    position: relative;
    z-index: 2;
    max-width: 92%;
    max-height: 560px;
    object-fit: contain;
    mix-blend-mode: multiply;
    transform: rotate(0deg);
    filter: saturate(1.08) contrast(1.02) drop-shadow(0 26px 35px oklch(7% 0.02 151 / 0.28));
}

.orbit {
    position: absolute;
    z-index: 1;
    width: 440px;
    height: 440px;
    border: 3px dashed oklch(80% 0.18 135 / 0.33);
    border-radius: 999px;
    animation: spinSlow 26s linear infinite;
}

.visual-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
}

.visual-card {
    padding: 16px 16px 24px;
    border-radius: 28px;
    background: var(--paper);
    box-shadow: 0 24px 70px oklch(16% 0.03 151 / 0.12);
}

.visual-card img {
    width: 100%;
    aspect-ratio: 1.44;
    padding: 12px;
    border-radius: 22px;
    object-fit: contain;
    mix-blend-mode: multiply;
    background:
        radial-gradient(circle at 56% 40%, oklch(78% 0.16 134 / 0.12), transparent 58%),
        oklch(97% 0.008 115);
}

.visual-card h3 {
    margin: 22px 6px 0;
    color: var(--ink);
}

.visual-card p {
    margin-left: 6px;
    margin-right: 6px;
    color: var(--muted);
}

.kit-section {
    color: oklch(99% 0.004 115);
    background:
        radial-gradient(circle at 80% 30%, oklch(82% 0.18 136 / 0.26), transparent 30%),
        linear-gradient(135deg, oklch(13% 0.035 151), oklch(23% 0.06 144));
}

.kit-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
}

.kit-image {
    position: relative;
    min-height: 520px;
    display: grid;
    place-items: center;
    border-radius: 34px;
    background:
        linear-gradient(135deg, oklch(99% 0.004 115), oklch(94% 0.03 126), oklch(86% 0.09 136));
    overflow: hidden;
}

.kit-image img {
    width: 92%;
    max-height: 470px;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: saturate(1.08) contrast(1.02) drop-shadow(0 24px 32px oklch(7% 0.02 151 / 0.32));
}

.kit-ribbon {
    position: absolute;
    right: 24px;
    bottom: 24px;
    padding: 16px 22px;
    border-radius: 999px;
    color: var(--ink);
    background: var(--yellow);
    font-weight: 900;
}

.kit-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0;
}

.kit-list span {
    display: inline-flex;
    padding: 11px 14px;
    border-radius: 999px;
    border: 1px solid oklch(95% 0.006 115 / 0.17);
    color: oklch(96% 0.006 115 / 0.88);
    background: oklch(100% 0 0 / 0.08);
    font-weight: 800;
}

.spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: 980px;
    margin: 38px auto 0;
}

.spec-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 20px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--soft);
}

.spec-row span {
    color: var(--muted);
    font-weight: 700;
}

.spec-row b {
    text-align: right;
    font-weight: 900;
}

.reviews-section {
    background: var(--paper);
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 38px;
}

.review-card {
    padding: 26px;
    border-radius: 26px;
    border: 1px solid var(--line);
    background: var(--soft);
}

.stars {
    color: var(--orange);
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 900;
    text-transform: uppercase;
}

.review-card p {
    color: var(--ink-2);
}

.review-card b {
    display: block;
    margin-top: 20px;
    font-size: 16px;
}

.faq-list {
    max-width: 900px;
    display: grid;
    gap: 12px;
    margin: 38px auto 0;
}

.faq-list details {
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--paper);
    overflow: hidden;
}

.faq-list summary {
    padding: 22px;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
}

.faq-list p {
    margin: 0;
    padding: 0 22px 22px;
    color: var(--muted);
}

.final-order {
    color: oklch(99% 0.004 115);
    background:
        radial-gradient(circle at 78% 20%, oklch(82% 0.18 136 / 0.25), transparent 34%),
        linear-gradient(135deg, oklch(13% 0.035 151), oklch(24% 0.06 144));
}

.final-copy p {
    color: oklch(94% 0.006 115 / 0.76);
}

.price-block-final {
    max-width: 640px;
}

.final-form {
    padding: 28px;
    border-radius: 30px;
    background: oklch(96% 0.014 115);
    box-shadow: var(--shadow);
}

.footer {
    padding: 42px 0;
    color: oklch(96% 0.006 115 / 0.78);
    background: oklch(13% 0.035 151);
}

.footer-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.footer-logo {
    color: var(--yellow);
    font-size: 24px;
    font-weight: 900;
}

.footer p {
    max-width: 560px;
    margin-top: 8px;
    line-height: 1.5;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px;
    font-weight: 700;
}

.footer-links a:hover {
    color: var(--yellow);
}

.sticky-cta {
    position: fixed;
    z-index: 20;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 14px;
    border: 1px solid oklch(95% 0.006 115 / 0.18);
    border-radius: 24px;
    color: oklch(99% 0.004 115);
    background: oklch(16% 0.038 151 / 0.95);
    box-shadow: 0 22px 60px oklch(8% 0.02 151 / 0.35);
    transform: translateY(130%);
    transition: transform 300ms ease;
}

.sticky-cta.visible {
    transform: translateY(0);
}

.sticky-cta span {
    display: block;
    color: oklch(90% 0.006 115 / 0.62);
    font-size: 13px;
    font-weight: 800;
}

.sticky-cta b {
    display: block;
    color: var(--green);
    font-size: 26px;
    line-height: 1.1;
    font-weight: 900;
}

.sticky-cta .cta-btn {
    min-height: 54px;
    padding: 14px 22px;
}

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.in {
    opacity: 1;
    transform: translateY(0);
}

@keyframes floatProduct {
    0%, 100% { transform: translateY(0) rotate(-4deg); }
    50% { transform: translateY(-14px) rotate(-2deg); }
}

@keyframes breathe {
    0%, 100% { transform: scale(0.92); opacity: 0.58; }
    50% { transform: scale(1.08); opacity: 0.85; }
}

@keyframes pulseBadge {
    0%, 100% { transform: rotate(-2deg) scale(1); }
    50% { transform: rotate(2deg) scale(1.04); }
}

@keyframes spinSlow {
    to { transform: rotate(360deg); }
}

@media (max-width: 980px) {
    .hero {
        padding-bottom: 54px;
    }

    .hero-grid,
    .order-top-grid,
    .feature-grid,
    .kit-grid,
    .final-grid {
        grid-template-columns: 1fr;
    }

    .hero-text {
        max-width: none;
        min-width: 0;
    }

    .hero-image-desktop {
        display: none;
    }

    .hero-image-mobile {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 22px 0;
        min-width: 0;
    }

    .hero-img-wrap {
        min-height: 520px;
    }

    .hero-photo {
        max-height: 500px;
    }

    .gallery-thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .problem-grid,
    .visual-card-grid,
    .review-grid,
    .spec-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 22px, 1180px);
    }

    .hero {
        min-height: auto;
        padding-top: 18px;
    }

    .logo-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-badges-top {
        justify-content: flex-start;
    }

    .hero-grid {
        padding-top: 34px;
    }

    .hero-text,
    .hero-sub,
    .hero .price-block,
    .hero .cta-btn,
    .trust-row {
        max-width: calc(100vw - 22px);
    }

    .hero-sub,
    .hero .price-note,
    .trust-item,
    .hero-bullets li {
        overflow-wrap: anywhere;
    }

    .hero-tag,
    .order-top-tag,
    .feature-tag {
        font-size: 12px;
    }

    h1 {
        max-width: 100%;
        font-size: clamp(32px, 9.7vw, 38px);
        line-height: 1;
    }

    h1 span {
        display: block;
        font-size: 0.94em;
    }

    .mobile-line {
        display: block;
    }

    .hero-img-wrap {
        min-height: 430px;
    }

    .hero-photo-bg {
        inset: 26px 0;
        border-radius: 30px;
    }

    .hero-photo {
        max-height: 390px;
        width: 96%;
    }

    .hero-stats {
        grid-template-columns: 1fr;
        margin-top: 22px;
    }

    .hero-stats div {
        min-height: auto;
    }

    .hero-photo-glow {
        width: 330px;
        height: 330px;
    }

    .hero-discount-badge {
        width: 118px;
        height: 118px;
        right: 6px;
    }

    .hero-discount-badge span {
        font-size: 32px;
    }

    .hero-floating-badge {
        padding: 10px 13px;
        font-size: 12px;
    }

    .hfb-1 {
        top: 70px;
        left: 6px;
    }

    .hfb-2 {
        left: 10px;
        bottom: 70px;
    }

    .hfb-3 {
        right: 8px;
        bottom: 108px;
    }

    .price-block {
        padding: 22px;
        border-radius: 24px;
    }

    .amount {
        font-size: 54px;
    }

    .hero .amount {
        font-size: 52px;
    }

    .hero .curr {
        font-size: 24px;
    }

    .hero .price-new {
        gap: 8px;
    }

    .hero .price-block {
        padding: 18px 20px;
    }

    .hero .price-note {
        font-size: 13px;
    }

    .discount {
        font-size: 16px;
        padding: 9px 14px;
    }

    .section {
        padding: 64px 0;
    }

    .gallery-main {
        min-height: 420px;
        border-radius: 26px;
    }

    .gallery-main img {
        max-width: 88%;
        max-height: 360px;
    }

    .gallery-nav {
        width: 44px;
        height: 44px;
        font-size: 34px;
    }

    .gallery-nav.prev {
        left: 10px;
    }

    .gallery-nav.next {
        right: 10px;
    }

    .gallery-thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .feature-image,
    .kit-image {
        min-height: 440px;
        border-radius: 28px;
    }

    .feature-image img {
        max-width: 92%;
        max-height: 390px;
    }

    .sticky-cta {
        left: 10px;
        right: 10px;
        bottom: 10px;
        justify-content: space-between;
    }

    .sticky-cta b {
        font-size: 22px;
    }

    .sticky-cta .cta-btn {
        min-width: 130px;
        padding: 12px 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
