@font-face {
    font-family: "Now";
    src: url("../fonts/now-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Now";
    src: url("../fonts/now-medium.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Now";
    src: url("../fonts/Now-Bold.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --green-950: #052c20;
    --green-900: #063f28;
    --green-800: #0b5b36;
    --green-700: #167145;
    --leaf: #8eb66c;
    --honey: #f3a51f;
    --honey-dark: #b66d12;
    --cream: #fff7df;
    --paper: #fffdf5;
    --red: #e11212;
    --red-dark: #af0505;
    --yellow: #fff100;
    --brown: #4d2417;
    --ink: #171b17;
    --muted: #5f6b60;
    --line: #e8dcc2;
    --white: #ffffff;
    --shadow: 0 18px 42px rgba(18, 37, 24, 0.16);
    --radius: 8px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Now", Arial, sans-serif;
    color: var(--ink);
    background: var(--cream);
    line-height: 1.6;
}

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

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

button,
input,
textarea,
select {
    font: inherit;
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 253, 245, 0.96);
    border-bottom: 1px solid rgba(6, 63, 40, 0.12);
    backdrop-filter: blur(16px);
}

.nav-wrap {
    width: min(1180px, calc(100% - 28px));
    min-height: 72px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
}

.brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.brand img,
.footer-brand img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 50%;
    background: var(--white);
    border: 1px solid rgba(6, 63, 40, 0.12);
}

.brand strong {
    display: block;
    color: var(--green-900);
    font-size: 16px;
    line-height: 1.15;
    white-space: nowrap;
}

.brand small {
    display: block;
    color: var(--honey-dark);
    font-size: 11px;
    line-height: 1.2;
}

.nav-list {
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-list a {
    display: block;
    padding: 8px 0;
    color: #2d3d32;
    font-size: 14px;
    font-weight: 900;
}

.nav-list a:hover,
.nav-list a:focus {
    color: var(--green-800);
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(6, 63, 40, 0.18);
    border-radius: var(--radius);
    background: var(--white);
    padding: 10px;
}

.nav-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--green-900);
}

.header-cta,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: var(--radius);
    cursor: pointer;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.header-cta {
    min-height: 44px;
    padding: 12px 16px;
    color: var(--white);
    background: var(--green-800);
    box-shadow: 0 12px 24px rgba(6, 63, 40, 0.2);
}

.btn {
    min-height: 52px;
    padding: 15px 20px;
    font-size: 15px;
}

.btn:hover,
.btn:focus,
.header-cta:hover,
.header-cta:focus {
    transform: translateY(-2px);
}

.btn-primary {
    color: var(--green-950);
    background: var(--yellow);
    border: 2px solid var(--green-950);
    box-shadow: 0 12px 0 rgba(5, 44, 32, 0.18);
}

.btn-whatsapp {
    color: var(--white);
    background: #1fb45b;
    box-shadow: 0 14px 28px rgba(31, 180, 91, 0.25);
}

.btn-light {
    color: var(--green-950);
    background: var(--white);
    border: 2px solid rgba(5, 44, 32, 0.18);
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 64px 0 72px;
    background:
        radial-gradient(circle at 86% 14%, rgba(255, 241, 0, 0.3), transparent 32%),
        linear-gradient(110deg, rgba(5, 44, 32, 0.98) 0%, rgba(10, 87, 52, 0.94) 48%, rgba(255, 242, 180, 0.78) 100%);
    color: var(--white);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(30deg, rgba(255, 255, 255, 0.07) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.07) 87.5%, rgba(255, 255, 255, 0.07)),
        linear-gradient(150deg, rgba(255, 255, 255, 0.07) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.07) 87.5%, rgba(255, 255, 255, 0.07)),
        linear-gradient(30deg, rgba(255, 255, 255, 0.07) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.07) 87.5%, rgba(255, 255, 255, 0.07)),
        linear-gradient(150deg, rgba(255, 255, 255, 0.07) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.07) 87.5%, rgba(255, 255, 255, 0.07));
    background-position: 0 0, 0 0, 45px 78px, 45px 78px;
    background-size: 90px 156px;
    opacity: 0.26;
    pointer-events: none;
}

.hero::after,
.offer::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 12px;
    background: repeating-linear-gradient(90deg, var(--honey) 0 24px, var(--yellow) 24px 48px);
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    align-items: center;
    gap: 42px;
}

.top-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    color: var(--yellow);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.hero h1,
.section-title h2,
.warning-strip h2,
.product-detail h2,
.offer h2,
.guarantee h2,
.contact h2,
.form-banner h2 {
    margin: 0;
    letter-spacing: 0;
}

.hero h1 {
    max-width: 650px;
    color: var(--white);
    font-size: 68px;
    line-height: 0.96;
    text-transform: uppercase;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}

.hero-lead {
    max-width: 590px;
    margin: 20px 0 22px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 19px;
}

.badge-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 24px;
}

.badge-row span {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 10px 14px;
    color: var(--green-950);
    background: rgba(255, 255, 255, 0.93);
    border: 2px solid rgba(243, 165, 31, 0.55);
    border-radius: var(--radius);
    font-weight: 900;
}

.badge-row i {
    color: var(--green-800);
}

.cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.small-note,
.health-note {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

.hero-card,
.poster-card,
.product-photo,
.education figure,
.gallery figure {
    overflow: hidden;
    margin: 0;
    border-radius: var(--radius);
    border: 2px solid rgba(255, 241, 0, 0.42);
    box-shadow: var(--shadow);
    background: var(--white);
}

.hero-card img,
.poster-card img,
.education figure img,
.gallery figure img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    padding: 18px;
    background: var(--white);
}

.trust-band {
    background: var(--red);
    color: var(--white);
}

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

.trust-grid div {
    min-height: 104px;
    padding: 20px 18px;
    display: grid;
    align-content: center;
    gap: 4px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.trust-grid div:first-child {
    border-left: 0;
}

.trust-grid strong {
    font-size: 22px;
    line-height: 1.1;
}

.trust-grid span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
}

.section {
    padding: 78px 0;
}

.section-title {
    max-width: 780px;
    margin: 0 auto 34px;
    text-align: center;
}

.section-title .top-label {
    color: var(--honey-dark);
}

.section-title h2,
.product-detail h2,
.offer h2,
.guarantee h2,
.contact h2 {
    color: var(--green-950);
    font-size: 44px;
    line-height: 1.05;
}

.section-title p,
.product-detail p,
.offer p,
.guarantee p,
.contact-copy p,
.site-footer p {
    color: var(--muted);
}

.symptoms {
    background: var(--paper);
}

.symptom-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.symptom {
    min-height: 124px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px;
    color: var(--white);
    background: linear-gradient(145deg, var(--green-900), var(--green-700));
    border: 2px solid rgba(255, 241, 0, 0.55);
    border-radius: var(--radius);
    box-shadow: 0 14px 28px rgba(5, 44, 32, 0.12);
    font-weight: 900;
}

.symptom i {
    display: inline-grid;
    place-items: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    color: var(--red);
    background: var(--yellow);
    border-radius: 50%;
    font-size: 20px;
}

.warning-strip {
    background: var(--red);
    color: var(--white);
    padding: 44px 0;
}

.warning-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
}

.warning-kicker {
    display: inline-block;
    margin: 0 0 10px;
    padding: 4px 10px;
    color: var(--red);
    background: var(--white);
    border-radius: var(--radius);
    font-weight: 900;
    text-transform: uppercase;
}

.warning-strip h2 {
    color: var(--white);
    font-size: 40px;
    line-height: 1.05;
}

.warning-strip p:last-child {
    max-width: 780px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.86);
}

.education {
    background: #ffd891;
    background-image: radial-gradient(circle at top left, rgba(255, 255, 255, 0.55), transparent 35%);
}

.education-grid,
.product-detail-grid,
.offer-grid,
.contact-grid,
.guarantee-grid {
    display: grid;
    align-items: center;
    gap: 36px;
}

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

.risk-list {
    display: grid;
    gap: 14px;
}

.risk-list .top-label {
    color: var(--green-900);
}

.risk-list h2 {
    margin: 0 0 8px;
    color: var(--brown);
    font-size: 42px;
    line-height: 1.08;
}

.risk-list article {
    padding: 18px;
    background: rgba(255, 255, 255, 0.86);
    border-left: 7px solid var(--honey);
    border-radius: var(--radius);
}

.risk-list strong {
    display: block;
    color: var(--green-950);
    font-size: 18px;
    margin-bottom: 4px;
}

.risk-list p {
    margin: 0;
    color: #4f493e;
}

.product-detail {
    background: var(--green-950);
    color: var(--white);
}

.product-detail-grid {
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
}

.product-detail h2 {
    color: var(--white);
}

.product-detail p {
    color: rgba(255, 255, 255, 0.82);
}

.product-detail .top-label {
    color: var(--yellow);
}

.product-photo {
    position: relative;
    padding: 22px;
    background: linear-gradient(145deg, #fff7e7, #e7f4e8);
}

.product-photo img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.original-seal {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 10px 12px;
    color: var(--green-950);
    background: var(--yellow);
    border: 2px solid var(--green-950);
    border-radius: var(--radius);
    font-weight: 900;
}

.composition {
    margin: 24px 0;
    padding: 22px;
    color: var(--ink);
    background: var(--paper);
    border-radius: var(--radius);
}

.composition h3 {
    margin: 0 0 14px;
    color: var(--green-950);
    font-size: 22px;
}

.composition ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.composition li {
    padding: 10px 12px;
    color: var(--green-950);
    background: #e9f5e8;
    border-radius: var(--radius);
    font-weight: 900;
}

.usage-box {
    display: grid;
    gap: 6px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: var(--radius);
}

.usage-box strong {
    color: var(--yellow);
}

.usage-box small {
    color: rgba(255, 255, 255, 0.72);
}

.benefits {
    background: var(--paper);
}

.benefit-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.benefit-list span {
    position: relative;
    min-height: 78px;
    display: flex;
    align-items: center;
    padding: 14px 14px 14px 42px;
    color: var(--green-950);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 10px 22px rgba(18, 37, 24, 0.08);
    font-weight: 900;
}

.benefit-list span::before {
    content: "\f00c";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
    color: var(--green-700);
}

.health-note {
    max-width: 780px;
    margin: 24px auto 0;
    color: var(--muted);
    text-align: center;
}

.offer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--paper), #ffe2a8);
}

.offer-grid {
    grid-template-columns: minmax(0, 0.98fr) minmax(340px, 1.02fr);
}

.offer .top-label {
    color: var(--red);
}

.price-box {
    display: grid;
    gap: 6px;
    justify-items: start;
    margin: 22px 0;
}

.old-price {
    display: inline-block;
    color: var(--red);
    font-size: 26px;
    font-weight: 900;
    text-decoration: line-through;
}

.price-box strong {
    color: var(--green-950);
    font-size: 70px;
    line-height: 0.94;
}

.discount {
    padding: 8px 12px;
    color: var(--white);
    background: var(--red);
    border-radius: var(--radius);
    font-weight: 900;
}

.offer-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 24px;
}

.offer-points span {
    padding: 12px;
    color: var(--green-950);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    font-weight: 900;
}

.offer-points i {
    color: var(--green-700);
    margin-right: 8px;
}

.guarantee {
    padding: 48px 0;
    color: var(--white);
    background: var(--red);
}

.guarantee-grid {
    grid-template-columns: auto 1fr auto;
}

.guarantee h2,
.guarantee p {
    color: var(--white);
}

.guarantee-badge {
    width: 150px;
    height: 150px;
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--green-950);
    background: var(--yellow);
    border: 4px solid var(--white);
    border-radius: 50%;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.guarantee-badge span {
    display: block;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.guarantee-badge strong {
    display: block;
    max-width: 112px;
    font-size: 15px;
    line-height: 1.1;
}

.gallery {
    background: #edf6e9;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.gallery-grid.single-photo {
    grid-template-columns: minmax(280px, 540px);
    justify-content: center;
}

.gallery figure {
    border-color: rgba(6, 63, 40, 0.12);
}

.gallery figure:last-child img {
    object-fit: contain;
    padding: 18px;
    background: var(--white);
}

.reviews {
    background:
        radial-gradient(circle at top left, rgba(251, 174, 38, 0.16), transparent 32%),
        var(--paper);
}

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

.review-grid article {
    position: relative;
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 12px 28px rgba(18, 37, 24, 0.08);
}

.testimonial-card::before {
    content: "\f10d";
    position: absolute;
    top: 24px;
    right: 24px;
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--white);
    background: linear-gradient(135deg, var(--green-800), var(--green-700));
    border-radius: 50%;
    font-size: 18px;
    font-family: FontAwesome;
}

.testimonial-person {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 104px;
    padding-right: 54px;
    margin-bottom: 14px;
}

.testimonial-photo {
    flex: 0 0 96px;
    width: 96px;
    height: 96px;
    object-fit: cover;
    background: #fff3bc;
    border: 3px solid var(--green-700);
    clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
}

.review-grid h3 {
    margin: 0 0 8px;
    color: var(--green-950);
    font-size: 22px;
}

.review-grid p {
    margin: 0;
    color: var(--muted);
    font-style: italic;
    line-height: 1.65;
}

.testimonial-age {
    display: inline-block;
    margin-bottom: 7px;
    padding: 6px 10px;
    color: var(--green-950);
    background: #fff3bc;
    border: 1px solid rgba(182, 109, 18, 0.24);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}

.testimonial-note {
    max-width: 780px;
    margin: 22px auto 0;
    color: var(--muted);
    text-align: center;
    font-size: 14px;
}

.form-banner {
    padding: 42px 0 28px;
    background: var(--red);
    color: var(--white);
    text-align: center;
}

.form-banner h2 {
    color: var(--white);
    font-size: 46px;
    line-height: 1;
    text-transform: uppercase;
}

.arrow-row {
    display: flex;
    justify-content: center;
    gap: 26px;
    margin-top: 22px;
}

.arrow-row span {
    width: 74px;
    height: 94px;
    background: var(--yellow);
    clip-path: polygon(30% 0, 70% 0, 70% 52%, 100% 52%, 50% 100%, 0 52%, 30% 52%);
}

.contact {
    background: var(--white);
}

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

.contact .top-label {
    color: var(--honey-dark);
}

.contact-direct {
    margin: 8px 0 24px;
}

.contact-info {
    display: grid;
    gap: 4px;
    max-width: 320px;
    padding: 16px;
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.contact-info span {
    color: var(--muted);
    font-size: 13px;
}

.contact-info strong {
    color: var(--green-950);
}

.order-form {
    display: grid;
    gap: 15px;
    padding: 28px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.order-form label {
    display: grid;
    gap: 7px;
    color: var(--green-950);
    font-size: 14px;
    font-weight: 900;
}

.order-form input,
.order-form textarea,
.order-form select {
    width: 100%;
    border: 1px solid #d8cfba;
    border-radius: var(--radius);
    background: var(--white);
    color: var(--ink);
    padding: 13px 14px;
    outline: none;
}

.order-form textarea {
    resize: vertical;
}

.order-form input:focus,
.order-form textarea:focus,
.order-form select:focus {
    border-color: var(--green-800);
    box-shadow: 0 0 0 3px rgba(11, 91, 54, 0.14);
}

.order-form fieldset {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 14px;
    border: 1px solid #d8cfba;
    border-radius: var(--radius);
}

.order-form legend {
    padding: 0 7px;
    color: var(--green-950);
    font-weight: 900;
}

.radio-row {
    display: flex !important;
    grid-template-columns: none;
    align-items: center;
    gap: 10px !important;
    min-height: 42px;
    padding: 10px;
    background: var(--white);
    border-radius: var(--radius);
}

.radio-row input {
    width: auto;
}

.site-footer {
    background: #102419;
    color: var(--white);
    padding: 54px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr 1fr;
    gap: 34px;
}

.footer-brand {
    margin-bottom: 14px;
    font-weight: 900;
}

.site-footer h2 {
    margin: 0 0 14px;
    color: var(--white);
    font-size: 17px;
}

.site-footer a,
.site-footer span {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 8px;
}

.site-footer a:hover,
.site-footer a:focus {
    color: var(--yellow);
}

.copyright {
    margin-top: 38px;
    padding: 18px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.copyright span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
}

.floating-wa {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 60;
    display: inline-grid;
    place-items: center;
    width: 62px;
    height: 62px;
    color: var(--white);
    background: #1fb45b;
    border: 4px solid var(--white);
    border-radius: 50%;
    box-shadow: 0 16px 38px rgba(13, 74, 39, 0.34);
    font-size: 30px;
}

.floating-wa:hover,
.floating-wa:focus {
    transform: translateY(-2px);
}

@media (max-width: 1080px) {
    .nav-wrap {
        grid-template-columns: auto auto auto;
    }

    .nav-toggle {
        display: block;
        justify-self: end;
    }

    .nav-list {
        position: absolute;
        top: 72px;
        left: 14px;
        right: 14px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px;
        background: var(--white);
        border: 1px solid var(--line);
        border-radius: var(--radius);
        box-shadow: var(--shadow);
    }

    .nav-list.is-open {
        display: flex;
    }

    .nav-list a {
        padding: 12px;
    }

    .hero h1 {
        font-size: 54px;
    }

    .section-title h2,
    .product-detail h2,
    .offer h2,
    .guarantee h2,
    .contact h2 {
        font-size: 38px;
    }

    .hero-grid,
    .education-grid,
    .product-detail-grid,
    .offer-grid,
    .contact-grid,
    .guarantee-grid {
        grid-template-columns: 1fr;
    }

    .hero-card,
    .poster-card,
    .product-photo,
    .education figure {
        max-width: 620px;
    }

    .symptom-grid,
    .benefit-list,
    .review-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 760px) {
    .container {
        width: min(100% - 28px, 1120px);
    }

    .nav-wrap {
        width: min(100% - 24px, 1180px);
        min-height: 68px;
        grid-template-columns: 1fr auto;
        gap: 12px;
    }

    .brand img {
        width: 38px;
        height: 38px;
    }

    .brand strong {
        max-width: 190px;
        white-space: normal;
        font-size: 14px;
    }

    .brand small,
    .header-cta {
        display: none;
    }

    .nav-list {
        top: 68px;
        left: 12px;
        right: 12px;
    }

    .hero {
        padding: 30px 0 42px;
    }

    .hero h1 {
        font-size: 32px;
        text-shadow: 0 3px 0 rgba(0, 0, 0, 0.18);
    }

    .hero-lead {
        font-size: 16px;
        margin: 14px 0 16px;
    }

    .badge-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 16px;
    }

    .badge-row span {
        min-height: 44px;
        padding: 8px 10px;
        font-size: 13px;
    }

    .trust-grid,
    .symptom-grid,
    .benefit-list,
    .offer-points,
    .review-grid,
    .gallery-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .trust-grid div {
        min-height: 82px;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .trust-grid div:first-child {
        border-top: 0;
    }

    .section {
        padding: 58px 0;
    }

    .section-title h2,
    .product-detail h2,
    .offer h2,
    .contact h2 {
        font-size: 31px;
    }

    .warning-strip h2 {
        font-size: 30px;
    }

    .risk-list h2 {
        font-size: 31px;
    }

    .warning-grid {
        grid-template-columns: 1fr;
    }

    .composition ul {
        grid-template-columns: 1fr;
    }

    .price-box strong {
        font-size: 48px;
    }

    .guarantee-badge {
        width: 128px;
        height: 128px;
    }

    .form-banner h2 {
        font-size: 32px;
    }

    .arrow-row {
        gap: 14px;
    }

    .arrow-row span {
        width: 58px;
        height: 74px;
    }

    .order-form {
        padding: 18px;
    }

    .cta-row,
    .btn {
        width: 100%;
    }

    .cta-row {
        gap: 9px;
        margin-bottom: 12px;
    }

    .btn {
        min-height: 48px;
        padding: 13px 16px;
    }

    .floating-wa {
        width: 58px;
        height: 58px;
        right: 16px;
        bottom: 16px;
    }
}

@media (max-width: 420px) {
    .hero h1 {
        font-size: 31px;
    }

    .section-title h2,
    .product-detail h2,
    .offer h2,
    .contact h2 {
        font-size: 28px;
    }

    .symptom {
        min-height: 104px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
