:root {
    --ink: #253640;
    --muted: #68777d;
    --cream: #fffaf2;
    --paper: #ffffff;
    --mint: #74b9a8;
    --mint-dark: #3f806f;
    --mint-soft: #e9f4ef;
    --coral: #f27258;
    --coral-dark: #d95d45;
    --sun: #f5c760;
    --line: rgba(37, 54, 64, 0.13);
    --shadow: 0 26px 70px rgba(49, 67, 72, 0.13);
    --radius-lg: 34px;
    --radius-md: 24px;
    --radius-sm: 16px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 92px;
}

body {
    margin: 0;
    min-width: 320px;
    color: var(--ink);
    background: var(--cream);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body,
button,
input {
    font: inherit;
}

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

a {
    color: inherit;
}

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

.announcement {
    color: #fff;
    background: var(--ink);
}

.announcement__inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: 0.02em;
}

.announcement__inner span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.announcement__inner span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--sun);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    border-bottom: 1px solid rgba(37, 54, 64, 0.08);
    background: rgba(255, 250, 242, 0.92);
    backdrop-filter: blur(14px);
}

.header__inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.brand__mark {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 2px solid var(--ink);
    border-radius: 15px 15px 15px 5px;
    color: var(--ink);
    background: var(--sun);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    font-weight: 800;
    transform: rotate(-3deg);
}

.brand > span:last-child {
    display: grid;
}

.brand strong {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.08em;
}

.brand small {
    margin-top: 3px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.2;
}

.button {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--coral);
    box-shadow: 0 14px 34px rgba(242, 114, 88, 0.27);
    font-size: 16px;
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
    background: var(--coral-dark);
    box-shadow: 0 18px 42px rgba(242, 114, 88, 0.34);
    transform: translateY(-2px);
}

.button:focus-visible,
.text-link:focus-visible,
summary:focus-visible,
input:focus-visible {
    outline: 3px solid rgba(245, 199, 96, 0.9);
    outline-offset: 3px;
}

.button--small {
    min-height: 47px;
    padding-inline: 22px;
    font-size: 14px;
}

.button--primary {
    min-width: 285px;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 68px 0 78px;
    background:
        radial-gradient(circle at 6% 10%, rgba(245, 199, 96, 0.33), transparent 27%),
        radial-gradient(circle at 94% 80%, rgba(116, 185, 168, 0.23), transparent 30%),
        var(--cream);
}

.hero::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -140px;
    width: 320px;
    height: 320px;
    border: 2px dashed rgba(63, 128, 111, 0.25);
    border-radius: 48% 52% 58% 42%;
    transform: rotate(14deg);
}

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

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--mint-dark);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 30px;
    height: 2px;
    background: currentColor;
}

.eyebrow--light {
    color: #f9d988;
}

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

h1,
h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 760;
    letter-spacing: -0.035em;
}

h1 {
    max-width: 650px;
    margin: 20px 0 22px;
    font-size: clamp(48px, 5.5vw, 78px);
    line-height: 0.99;
}

h1 em {
    position: relative;
    color: var(--mint-dark);
    font-style: normal;
    white-space: nowrap;
}

h1 em::after {
    content: "";
    position: absolute;
    left: 3px;
    right: 0;
    bottom: -4px;
    height: 8px;
    border-radius: 50%;
    background: rgba(245, 199, 96, 0.7);
    transform: rotate(-1deg);
    z-index: -1;
}

h2 {
    margin-bottom: 18px;
    font-size: clamp(36px, 4vw, 57px);
    line-height: 1.07;
}

h3 {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.25;
}

.hero__lead {
    max-width: 610px;
    margin-bottom: 22px;
    color: var(--muted);
    font-size: 19px;
    line-height: 1.62;
}

.hero__bullets {
    display: grid;
    gap: 9px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.hero__bullets li {
    position: relative;
    padding-left: 29px;
    color: #52636a;
    font-size: 16px;
}

.hero__bullets li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--mint);
    font-size: 14px;
    font-weight: 900;
}

.price-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 23px;
}

.price-row__old {
    display: grid;
    gap: 4px;
}

.price-row__old s {
    color: #8b989c;
    font-size: 16px;
}

.price-row__old span {
    width: fit-content;
    padding: 3px 9px;
    border-radius: 999px;
    color: #fff;
    background: var(--coral);
    font-size: 14px;
    font-weight: 850;
}

.price-row > strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 44px;
    line-height: 1;
}

.price-row > strong small {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 17px;
}

.microcopy {
    margin: 14px 0 0;
    color: #758388;
    font-size: 14px;
    line-height: 1.5;
}

.hero__visual {
    position: relative;
    min-width: 0;
}

.hero__image-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border: 10px solid #fff;
    border-radius: 46px 46px 14px 46px;
    background: #fff;
    box-shadow: var(--shadow);
    transform: rotate(1.3deg);
}

.hero__image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(37, 54, 64, 0.08));
    pointer-events: none;
}

.hero__image-frame img,
.image-card img,
.organization-gallery img,
.use-grid__image img,
.specs-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.float-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 17px;
    border: 4px solid #fff;
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(37, 54, 64, 0.16);
    line-height: 1.1;
}

.float-card strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
}

.float-card span {
    max-width: 70px;
    font-size: 14px;
    font-weight: 800;
}

.float-card--age {
    left: -28px;
    bottom: 38px;
    background: var(--sun);
    transform: rotate(-4deg);
}

.float-card--levels {
    right: -24px;
    top: 36px;
    color: #fff;
    background: var(--mint-dark);
    transform: rotate(3deg);
}

.quick-facts {
    position: relative;
    z-index: 3;
    margin-top: -26px;
}

.quick-facts__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid rgba(37, 54, 64, 0.08);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(37, 54, 64, 0.09);
}

.quick-facts__grid > div {
    min-height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px 26px;
}

.quick-facts__grid > div + div {
    border-left: 1px solid var(--line);
}

.quick-facts strong {
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 1.35;
}

.quick-facts span {
    color: var(--muted);
    font-size: 14px;
}

.section {
    padding: 100px 0;
}

.section--soft {
    padding-top: 122px;
    background: linear-gradient(180deg, var(--cream), #f4f8f4);
}

.section-heading {
    max-width: 760px;
    margin-bottom: 46px;
}

.section-heading h2 {
    margin-top: 16px;
}

.section-heading p,
.split-copy > p,
.organization-copy > p,
.specs-copy > p,
.faq-intro p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}

.section-heading--center {
    margin-inline: auto;
    text-align: center;
}

.section-heading--center .eyebrow {
    justify-content: center;
}

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

.benefit-card {
    min-height: 275px;
    padding: 33px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: #fff;
    box-shadow: 0 14px 36px rgba(37, 54, 64, 0.06);
}

.benefit-card:nth-child(2) {
    transform: translateY(20px);
}

.benefit-card__number {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin-bottom: 28px;
    border-radius: 16px 16px 16px 5px;
    color: #fff;
    background: var(--mint-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 800;
}

.benefit-card:nth-child(2) .benefit-card__number {
    color: var(--ink);
    background: var(--sun);
}

.benefit-card:nth-child(3) .benefit-card__number {
    background: var(--coral);
}

.benefit-card p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.split-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
    align-items: center;
    gap: 76px;
}

.image-card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    padding: 18px;
    border-radius: 42px 42px 42px 12px;
}

.image-card img {
    border-radius: 27px;
}

.image-card--mint {
    background: var(--mint-soft);
}

.split-copy h2 {
    margin-top: 16px;
}

.level-list {
    display: grid;
    gap: 11px;
    margin: 28px 0 28px;
}

.level-list > div {
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    column-gap: 14px;
    min-height: 74px;
    padding: 12px 18px;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: #fff;
}

.level-list span {
    grid-row: 1 / 3;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--mint-dark);
    font-weight: 850;
}

.level-list b {
    font-size: 16px;
    line-height: 1.3;
}

.level-list small {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.4;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--coral-dark);
    font-size: 17px;
    font-weight: 850;
    text-decoration: none;
}

.text-link span {
    font-size: 23px;
    transition: transform 0.2s ease;
}

.text-link:hover span {
    transform: translateX(5px);
}

.organization-section {
    color: #fff;
    background: var(--ink);
}

.organization-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 74px;
}

.organization-copy h2 {
    margin-top: 16px;
}

.organization-copy > p {
    color: rgba(255, 255, 255, 0.72);
}

.check-list {
    display: grid;
    gap: 10px;
    margin: 27px 0 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 31px;
    font-size: 16px;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--sun);
    font-weight: 900;
}

.organization-gallery {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: end;
    gap: 16px;
}

.organization-gallery figure {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    margin: 0;
    border: 7px solid #fff;
    border-radius: 25px 25px 25px 8px;
    background: #fff;
}

.organization-gallery__large {
    transform: translateY(-22px);
}

.use-section {
    background: #fff;
}

.use-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 34px;
}

.use-grid__image {
    overflow: hidden;
    min-height: 610px;
    border-radius: var(--radius-lg) var(--radius-lg) 12px var(--radius-lg);
}

.use-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.use-cards article {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 290px;
    padding: 28px;
    border-radius: var(--radius-md);
    background: var(--mint-soft);
}

.use-cards article:nth-child(2) {
    background: #fff1e9;
}

.use-cards article:nth-child(3) {
    background: #fff7dc;
}

.use-cards article:nth-child(4) {
    background: #eef1f5;
}

.use-cards article > span {
    width: fit-content;
    min-width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: auto;
    padding-inline: 10px;
    border-radius: 14px;
    color: #fff;
    background: var(--mint-dark);
    font-size: 16px;
    font-weight: 900;
}

.use-cards article:nth-child(2) > span {
    background: var(--coral);
}

.use-cards article:nth-child(3) > span {
    color: var(--ink);
    background: var(--sun);
}

.use-cards article:nth-child(4) > span {
    background: #667687;
}

.use-cards h3 {
    margin-top: 26px;
}

.use-cards p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.65;
}

.specs-section {
    background: #f2f6f3;
}

.specs-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    align-items: center;
    gap: 72px;
}

.specs-copy h2 {
    margin-top: 16px;
}

.spec-list {
    margin: 34px 0 0;
    border-top: 1px solid var(--line);
}

.spec-list > div {
    display: grid;
    grid-template-columns: minmax(150px, 0.8fr) minmax(0, 1.2fr);
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
}

.spec-list dt {
    color: var(--muted);
    font-size: 15px;
}

.spec-list dd {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    text-align: right;
}

.specs-image {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border: 12px solid #fff;
    border-radius: 42px 42px 14px 42px;
    background: #fff;
    box-shadow: var(--shadow);
}

.delivery-section {
    background: #fff;
}

.delivery-card {
    padding: 56px;
    border-radius: 34px 34px 12px 34px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(245, 199, 96, 0.22), transparent 30%),
        var(--mint-dark);
}

.delivery-card > div:first-child {
    max-width: 760px;
}

.delivery-card h2 {
    margin: 16px 0 36px;
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
    counter-reset: step;
}

.steps li {
    display: grid;
    grid-template-columns: 45px 1fr;
    align-items: center;
    column-gap: 13px;
    min-height: 91px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
}

.steps span {
    grid-row: 1 / 3;
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--ink);
    background: var(--sun);
    font-weight: 900;
}

.steps b {
    font-size: 15px;
    line-height: 1.3;
}

.steps small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.35;
}

.button--cream {
    color: var(--ink);
    background: #fff6df;
    box-shadow: none;
}

.button--cream:hover {
    color: #fff;
    background: var(--coral);
}

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

.review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.review-card {
    display: flex;
    flex-direction: column;
    min-height: 340px;
    padding: 29px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: #fff;
    box-shadow: 0 14px 38px rgba(37, 54, 64, 0.06);
}

.review-card__top {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 22px;
}

.avatar {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--mint-dark);
    font-size: 19px;
    font-weight: 900;
}

.review-card:nth-child(2) .avatar {
    background: var(--coral);
}

.review-card:nth-child(3) .avatar {
    color: var(--ink);
    background: var(--sun);
}

.review-card__top > div {
    display: grid;
}

.review-card__top b {
    font-size: 15px;
}

.stars {
    color: #efb544;
    font-size: 14px;
    letter-spacing: 1px;
}

.review-card p {
    margin-bottom: 22px;
    color: #53656c;
    font-size: 16px;
    line-height: 1.75;
}

.review-card > small {
    margin-top: auto;
    color: var(--mint-dark);
    font-size: 14px;
    font-weight: 800;
}

.faq-section {
    background: #fff;
}

.faq-grid {
    display: grid;
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
    gap: 74px;
}

.faq-intro h2 {
    margin-top: 16px;
}

.faq-list {
    border-top: 1px solid var(--line);
}

.faq-list details {
    border-bottom: 1px solid var(--line);
}

.faq-list summary {
    position: relative;
    padding: 25px 52px 25px 0;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.4;
    list-style: none;
    cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 19px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--mint-dark);
    background: var(--mint-soft);
    font-size: 23px;
    font-weight: 600;
}

.faq-list details[open] summary::after {
    content: "−";
}

.faq-list details p {
    max-width: 720px;
    margin: -5px 52px 23px 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
}

.order-section {
    padding: 100px 0;
    color: #fff;
    background:
        radial-gradient(circle at 8% 12%, rgba(245, 199, 96, 0.13), transparent 27%),
        radial-gradient(circle at 91% 90%, rgba(116, 185, 168, 0.15), transparent 30%),
        var(--ink);
}

.order-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.78fr);
    align-items: start;
    gap: 72px;
}

.order-copy h2 {
    margin: 16px 0 20px;
}

.order-copy > p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
    line-height: 1.75;
}

.order-product {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 33px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.07);
}

.order-product img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 14px;
    background: #fff;
}

.order-product > div {
    display: grid;
    gap: 4px;
}

.order-product b {
    font-size: 16px;
    line-height: 1.35;
}

.order-product span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
}

.order-price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-top: 25px;
}

.order-price > span {
    display: flex;
    align-items: center;
    gap: 9px;
}

.order-price s {
    color: rgba(255, 255, 255, 0.55);
    font-size: 15px;
}

.order-price em {
    padding: 4px 9px;
    border-radius: 999px;
    color: #fff;
    background: var(--coral);
    font-size: 14px;
    font-style: normal;
    font-weight: 850;
}

.order-price strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    line-height: 1;
}

.order-form {
    padding: 39px;
    border-radius: 30px 30px 10px 30px;
    color: var(--ink);
    background: #fff;
    box-shadow: 0 30px 75px rgba(0, 0, 0, 0.18);
}

.order-form__heading {
    display: grid;
    margin-bottom: 27px;
}

.order-form__heading span {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
    font-weight: 760;
    line-height: 1.2;
}

.order-form__heading small {
    margin-top: 7px;
    color: var(--muted);
    font-size: 15px;
}

.order-form label {
    display: block;
    margin: 19px 0 8px;
    font-size: 16px;
    font-weight: 850;
}

.order-form input {
    width: 100%;
    min-height: 62px;
    padding: 0 18px;
    border: 1.5px solid #d9ddd9;
    border-radius: 16px;
    color: var(--ink);
    background: #fffcf8;
    font-size: 17px;
    line-height: 1;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.order-form input:focus {
    border-color: var(--mint-dark);
    box-shadow: 0 0 0 4px rgba(116, 185, 168, 0.16);
}

.order-form input.is-invalid {
    border-color: #d95546;
    box-shadow: 0 0 0 4px rgba(217, 85, 70, 0.11);
}

.field-hint {
    display: block;
    margin-top: 8px;
    color: #788488;
    font-size: 14px;
    line-height: 1.5;
}

.field-error {
    display: block;
    min-height: 22px;
    padding-top: 4px;
    color: #cf463a;
    font-size: 14px;
    line-height: 1.4;
}

.button--submit {
    width: 100%;
    min-height: 64px;
    margin-top: 12px;
    font-size: 17px;
}

.button--submit:disabled {
    opacity: 0.72;
    cursor: wait;
    transform: none;
}

.form-consent {
    margin: 15px 0 0;
    color: #8a9598;
    font-size: 14px;
    line-height: 1.55;
    text-align: center;
}

.form-trust {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 23px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}

.form-trust > span {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #fff;
    background: var(--mint-dark);
    font-weight: 900;
}

.form-trust > div {
    display: grid;
}

.form-trust b {
    font-size: 15px;
}

.form-trust small {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.4;
}

footer {
    color: rgba(255, 255, 255, 0.7);
    background: #19282f;
}

footer .container {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-size: 14px;
}

.mobile-order {
    display: none;
}

@media (max-width: 1050px) {
    .hero__grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
        gap: 36px;
    }

    h1 {
        font-size: clamp(45px, 6vw, 64px);
    }

    .split-layout,
    .organization-grid,
    .specs-grid,
    .order-grid {
        gap: 46px;
    }

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

    .use-grid__image {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .use-cards article {
        min-height: 235px;
    }
}

@media (max-width: 860px) {
    .section {
        padding: 78px 0;
    }

    .hero {
        padding-top: 52px;
    }

    .hero__grid,
    .split-layout,
    .organization-grid,
    .specs-grid,
    .order-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .hero__copy {
        max-width: 720px;
    }

    .hero__visual {
        max-width: 650px;
        margin-inline: auto;
    }

    .quick-facts__grid {
        grid-template-columns: 1fr 1fr;
    }

    .quick-facts__grid > div:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .quick-facts__grid > div:nth-child(4) {
        border-top: 1px solid var(--line);
    }

    .benefit-grid,
    .review-grid {
        grid-template-columns: 1fr;
    }

    .benefit-card {
        min-height: 0;
    }

    .benefit-card:nth-child(2) {
        transform: none;
    }

    .image-card,
    .specs-image {
        max-width: 650px;
        margin-inline: auto;
    }

    .organization-copy {
        max-width: 700px;
    }

    .specs-grid {
        gap: 52px;
    }

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

    .review-card {
        min-height: 0;
    }

    .faq-grid {
        gap: 24px;
    }

    .order-grid {
        max-width: 680px;
    }
}

@media (max-width: 620px) {
    html {
        scroll-padding-top: 72px;
    }

    body {
        padding-bottom: 78px;
        font-size: 16px;
    }

    .container {
        width: min(100% - 28px, 1180px);
    }

    .announcement__inner {
        min-height: 44px;
        flex-wrap: wrap;
        gap: 2px 14px;
        padding-block: 5px;
        font-size: 14px;
        line-height: 1.3;
        text-align: center;
        letter-spacing: 0;
    }

    .announcement__inner span:nth-child(2)::before {
        display: none;
    }

    .header__inner {
        min-height: 66px;
    }

    .brand__mark {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    .brand strong {
        font-size: 14px;
    }

    .brand small {
        font-size: 14px;
    }

    .header__inner > .button {
        display: none;
    }

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

    .hero__grid {
        gap: 40px;
    }

    .eyebrow {
        font-size: 14px;
        letter-spacing: 0.07em;
    }

    h1 {
        margin-top: 16px;
        font-size: clamp(43px, 13vw, 57px);
        line-height: 1.01;
    }

    h2 {
        font-size: clamp(34px, 10.5vw, 45px);
    }

    h3 {
        font-size: 20px;
    }

    .hero__lead,
    .section-heading p,
    .split-copy > p,
    .organization-copy > p,
    .specs-copy > p,
    .faq-intro p,
    .order-copy > p {
        font-size: 17px;
        line-height: 1.65;
    }

    .hero__bullets li {
        font-size: 15px;
    }

    .price-row > strong {
        font-size: 40px;
    }

    .button--primary {
        width: 100%;
        min-width: 0;
    }

    .microcopy {
        font-size: 14px;
        text-align: center;
    }

    .hero__image-frame {
        border-width: 7px;
        border-radius: 29px 29px 10px 29px;
    }

    .float-card {
        padding: 9px 12px;
        border-width: 3px;
        border-radius: 14px;
    }

    .float-card strong {
        font-size: 25px;
    }

    .float-card span {
        font-size: 14px;
    }

    .float-card--age {
        left: -7px;
        bottom: 15px;
    }

    .float-card--levels {
        right: -7px;
        top: 16px;
    }

    .quick-facts {
        margin-top: -18px;
    }

    .quick-facts__grid {
        border-radius: 18px;
    }

    .quick-facts__grid > div {
        min-height: 100px;
        padding: 16px;
    }

    .quick-facts strong {
        font-size: 15px;
    }

    .quick-facts span {
        font-size: 14px;
    }

    .section {
        padding: 66px 0;
    }

    .section--soft {
        padding-top: 86px;
    }

    .section-heading {
        margin-bottom: 31px;
    }

    .benefit-grid {
        gap: 13px;
    }

    .benefit-card {
        padding: 25px;
        border-radius: 20px;
    }

    .benefit-card__number {
        margin-bottom: 20px;
    }

    .benefit-card p,
    .review-card p,
    .faq-list details p {
        font-size: 16px;
    }

    .split-layout,
    .organization-grid,
    .specs-grid,
    .order-grid {
        gap: 37px;
    }

    .image-card {
        padding: 10px;
        border-radius: 28px 28px 28px 10px;
    }

    .image-card img {
        border-radius: 20px;
    }

    .level-list > div {
        padding: 11px 13px;
    }

    .organization-gallery {
        gap: 10px;
    }

    .organization-gallery figure {
        border-width: 4px;
        border-radius: 17px 17px 17px 6px;
    }

    .organization-gallery__large {
        transform: translateY(-10px);
    }

    .use-grid {
        gap: 15px;
    }

    .use-grid__image {
        aspect-ratio: 1 / 1;
        border-radius: 24px 24px 8px 24px;
    }

    .use-cards {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .use-cards article {
        min-height: 0;
        padding: 23px;
    }

    .use-cards article > span {
        margin-bottom: 18px;
    }

    .use-cards h3 {
        margin-top: 0;
    }

    .spec-list > div {
        grid-template-columns: 1fr;
        gap: 2px;
        padding: 13px 0;
    }

    .spec-list dt,
    .spec-list dd {
        font-size: 15px;
        text-align: left;
    }

    .specs-image {
        border-width: 7px;
        border-radius: 28px 28px 9px 28px;
    }

    .delivery-card {
        padding: 30px 22px;
        border-radius: 25px 25px 8px 25px;
    }

    .steps {
        margin-bottom: 23px;
    }

    .button--cream {
        width: 100%;
    }

    .review-grid {
        gap: 12px;
    }

    .review-card {
        padding: 24px;
        border-radius: 20px;
    }

    .faq-list summary {
        padding-block: 21px;
        font-size: 16px;
    }

    .faq-list details p {
        margin-right: 0;
    }

    .order-section {
        padding: 65px 0;
    }

    .order-product img {
        width: 76px;
        height: 76px;
    }

    .order-price {
        align-items: center;
    }

    .order-price > span {
        align-items: flex-start;
        flex-direction: column;
    }

    .order-price strong {
        font-size: 37px;
    }

    .order-form {
        padding: 28px 20px;
        border-radius: 24px 24px 8px 24px;
    }

    .order-form__heading span {
        font-size: 29px;
    }

    .order-form input {
        min-height: 60px;
        font-size: 17px;
    }

    .field-hint,
    .field-error {
        font-size: 14px;
    }

    footer .container {
        min-height: 125px;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        padding-block: 25px;
        font-size: 14px;
        text-align: center;
    }

    .mobile-order {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 10px;
        z-index: 50;
        min-height: 59px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 21px;
        border: 3px solid #fff;
        border-radius: 999px;
        color: #fff;
        background: var(--coral);
        box-shadow: 0 14px 34px rgba(37, 54, 64, 0.27);
        text-decoration: none;
        transform: translateY(100px);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .mobile-order.is-visible {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .mobile-order span {
        font-family: Georgia, "Times New Roman", serif;
        font-size: 22px;
        font-weight: 800;
    }

    .mobile-order b {
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
    }
}
