:root {
    --page: #edf3ee;
    --surface: #ffffff;
    --surface-soft: #f6faf5;
    --ink: #17251f;
    --muted: #65766f;
    --line: #d8e4dc;
    --brand: #247a4d;
    --brand-dark: #123629;
    --brand-soft: #e8f4df;
    --aqua: #d8edf2;
    --coral: #d95f3f;
    --coral-dark: #a6402b;
    --sun: #f4c84f;
    --danger: #c94d42;
    --shadow: 0 18px 42px rgba(18, 54, 41, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    background: var(--page);
    scroll-behavior: smooth;
}

html.modal-open {
    overflow: hidden;
}

body {
    display: flex;
    justify-content: center;
    min-width: 320px;
    margin: 0;
    color: var(--ink);
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.5;
    background:
        linear-gradient(90deg, rgba(36, 122, 77, 0.09), rgba(216, 237, 242, 0.52), rgba(244, 200, 79, 0.1)),
        var(--page);
}

html.modal-open body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 10;
    background: rgba(10, 31, 24, 0.68);
    backdrop-filter: blur(4px);
}

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

ul {
    margin: 0;
    padding: 0;
}

button,
input,
textarea {
    font: inherit;
}

button {
    -webkit-tap-highlight-color: transparent;
}

.wrapper {
    width: 100%;
    max-width: 430px;
    min-height: 100vh;
    overflow: hidden;
    background: var(--surface);
    box-shadow: 0 0 0 1px rgba(23, 37, 31, 0.08), 0 28px 80px rgba(23, 37, 31, 0.16);
}

.page-main {
    background: var(--surface);
}

.section {
    padding: 30px 18px;
}

.section + .section {
    border-top: 1px solid var(--line);
}

.section-heading {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
    text-align: center;
}

.section-eyebrow {
    justify-self: center;
    padding: 6px 12px;
    color: var(--brand);
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    background: var(--brand-soft);
    border: 1px solid rgba(36, 122, 77, 0.16);
    border-radius: 999px;
}

.section-title,
.hero-title {
    margin: 0;
    color: var(--brand-dark);
    font-weight: 900;
    line-height: 1.08;
    text-transform: uppercase;
    letter-spacing: 0;
}

.section-title {
    font-size: 27px;
}

.hero-section {
    position: relative;
    display: grid;
    gap: 16px;
    padding-top: 16px;
    background:
        linear-gradient(180deg, #e2f3e8 0%, #ffffff 50%, #fff7df 100%);
}

.hero-copy {
    display: grid;
    gap: 12px;
    text-align: center;
}

.hero-title {
    font-size: 31px;
}

.hero-text {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
}

.product-frame {
    margin: 0;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbf7 0%, #e9f3ea 100%);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.hero-frame {
    border-color: rgba(36, 122, 77, 0.2);
}

.hero-image,
.section-image,
.card-image,
.order-image {
    border-radius: 0;
}

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

.hero-badges span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 8px 7px;
    color: var(--brand-dark);
    font-size: 12px;
    line-height: 1.15;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.price-box,
.final-offer {
    margin-top: 2px;
}

.price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(23, 37, 31, 0.09);
}

.price-label,
.price-value {
    min-width: 0;
    text-align: center;
}

.price-label {
    padding: 10px 6px 8px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.15;
    font-weight: 900;
    text-transform: uppercase;
    background: var(--surface-soft);
}

.price-label-new {
    color: var(--coral-dark);
    background: #fff1e3;
}

.price-value {
    grid-row: 2;
    padding: 10px 6px 13px;
    color: var(--brand-dark);
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.price-value-old {
    color: #899992;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.price-value-new {
    color: var(--coral);
    font-size: 38px;
}

.timer {
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 12px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(36, 122, 77, 0.14);
    border-radius: 8px;
}

.promo-timer {
    margin-bottom: 0;
}

.timer-title {
    color: var(--brand-dark);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.timer-panel {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 4px;
    align-items: start;
    min-width: 0;
}

.timer-unit {
    display: grid;
    gap: 5px;
    min-width: 0;
    text-align: center;
}

.timer-number {
    display: block;
    color: var(--brand-dark);
    font-size: 34px;
    line-height: 0.95;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
}

.timer-label {
    display: block;
    color: var(--muted);
    font-size: 9px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.timer-separator {
    color: var(--coral);
    font-size: 30px;
    line-height: 0.9;
    font-weight: 900;
}

.order-button,
.form-submit-button,
.thanks-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    padding: 16px 18px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: linear-gradient(180deg, var(--sun) 0%, var(--coral) 100%);
    border: 0;
    border-bottom: 4px solid var(--coral-dark);
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 14px 26px rgba(217, 95, 63, 0.28);
    transition: transform 0.15s ease, filter 0.15s ease;
}

.order-button {
    margin-top: 0;
}

.models-section .order-button,
.power-section .order-button {
    margin-top: 16px;
}

.order-button:hover,
.form-submit-button:hover,
.thanks-button:hover {
    filter: brightness(1.03);
}

.order-button:active,
.form-submit-button:active,
.thanks-button:active {
    transform: translateY(1px);
    border-bottom-width: 3px;
}

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

.order-status-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 10px;
    color: var(--brand-dark);
    font-size: 13px;
    line-height: 1.22;
    font-weight: 900;
    text-align: center;
    background: var(--brand-soft);
    border: 1px solid rgba(36, 122, 77, 0.18);
    border-radius: 8px;
}

.order-status-left {
    color: var(--coral-dark);
    background: #fff1e3;
    border-color: rgba(217, 95, 63, 0.2);
}

.problem-section,
.power-section,
.final-section {
    color: #ffffff;
    background:
        linear-gradient(180deg, #247a4d 0%, #0f3b2c 100%);
}

.problem-section .section-title,
.power-section .section-title,
.final-section .section-title,
.problem-section .section-eyebrow,
.power-section .section-eyebrow,
.final-section .section-eyebrow {
    color: #ffffff;
}

.problem-section .section-eyebrow,
.power-section .section-eyebrow,
.final-section .section-eyebrow {
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(255, 255, 255, 0.16);
}

.problem-section .product-frame,
.final-section .product-frame {
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.feature-list {
    display: grid;
    gap: 8px;
    list-style: none;
}

.feature-item {
    position: relative;
    min-height: 45px;
    padding: 12px 13px 12px 42px;
    color: var(--ink);
    font-size: 15px;
    line-height: 1.25;
    font-weight: 800;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.feature-item::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 14px;
    width: 15px;
    height: 15px;
    background: var(--brand);
    border-radius: 999px;
    box-shadow: inset 0 0 0 4px #ffffff;
}

.problem-list {
    margin-top: 14px;
}

.problem-item {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(255, 255, 255, 0.14);
}

.problem-item::before {
    background: var(--sun);
    box-shadow: inset 0 0 0 4px rgba(15, 59, 44, 0.94);
}

.use-cases-section,
.models-section,
.reviews-section {
    background: var(--surface);
}

.task-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    list-style: none;
}

.task-item {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px 12px;
    align-content: start;
    min-height: 126px;
    padding: 14px;
    color: var(--brand-dark);
    background:
        linear-gradient(135deg, rgba(255, 247, 223, 0.82) 0%, rgba(255, 255, 255, 0) 44%),
        linear-gradient(180deg, #ffffff 0%, var(--surface-soft) 100%);
    border: 1px solid rgba(216, 228, 220, 0.92);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(23, 37, 31, 0.08);
}

.task-item::after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -34px;
    width: 90px;
    height: 90px;
    background:
        radial-gradient(circle, rgba(217, 95, 63, 0.13) 0 34%, rgba(217, 95, 63, 0) 36%),
        radial-gradient(circle, rgba(244, 200, 79, 0.2) 0 22%, rgba(244, 200, 79, 0) 24%);
    border-radius: 999px;
}

.task-name,
.task-note,
.task-mark {
    position: relative;
    z-index: 1;
}

.task-item-wide {
    grid-column: 1 / -1;
    min-height: 104px;
}

.task-mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    background: linear-gradient(180deg, var(--sun) 0%, var(--coral) 100%);
    border: 1px solid rgba(217, 95, 63, 0.16);
    border-radius: 999px;
    box-shadow: 0 10px 18px rgba(217, 95, 63, 0.18);
}

.task-name {
    align-self: center;
    min-width: 0;
    font-size: 18px;
    line-height: 1.16;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.task-note {
    grid-column: 1 / -1;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.32;
    font-weight: 750;
    overflow-wrap: anywhere;
}

.dark-task-grid .task-item {
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(244, 200, 79, 0.2) 0%, rgba(244, 200, 79, 0) 42%),
        rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 16px 30px rgba(0, 0, 0, 0.12);
}

.dark-task-grid .task-item::after {
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.13) 0 34%, rgba(255, 255, 255, 0) 36%),
        radial-gradient(circle, rgba(244, 200, 79, 0.24) 0 22%, rgba(244, 200, 79, 0) 24%);
}

.dark-task-grid .task-mark {
    color: #ffffff;
    background: linear-gradient(180deg, var(--sun) 0%, var(--coral) 100%);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.16);
}

.dark-task-grid .task-name {
    color: #ffffff;
}

.dark-task-grid .task-note {
    color: rgba(255, 255, 255, 0.76);
}

.model-grid {
    display: grid;
    gap: 14px;
}

.model-card,
.info-card {
    display: grid;
    gap: 14px;
    padding: 14px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.model-card-accent {
    border-color: rgba(217, 95, 63, 0.3);
    box-shadow: 0 18px 42px rgba(217, 95, 63, 0.11);
}

.model-card-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: start;
}

.model-title,
.card-title {
    margin: 0;
    color: var(--brand-dark);
    font-size: 20px;
    line-height: 1.16;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

.model-tag {
    padding: 6px 9px;
    color: var(--coral-dark);
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
    background: #fff1e3;
    border: 1px solid rgba(217, 95, 63, 0.2);
    border-radius: 999px;
}

.model-frame {
    background: linear-gradient(180deg, #fbfcf9 0%, #edf5ea 100%);
}

.model-details {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-soft);
}

.model-details summary {
    padding: 13px 14px;
    color: var(--brand-dark);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}

.specs-list {
    display: grid;
    gap: 1px;
    padding: 0 12px 12px;
    list-style: none;
}

.specs-item {
    display: grid;
    grid-template-columns: minmax(96px, 0.8fr) minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 42px;
    padding: 9px 0;
    border-top: 1px solid var(--line);
}

.specs-label {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}

.specs-value {
    color: var(--brand-dark);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
    text-align: right;
}

.cards-section {
    display: grid;
    gap: 14px;
    background: #eef6ef;
}

.card-frame {
    box-shadow: none;
}

.card-list-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.reviews-section {
    padding-right: 0;
    padding-left: 0;
}

.reviews-section .section-heading,
.order-steps {
    padding-right: 18px;
    padding-left: 18px;
}

.reviews-lead {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

.slider {
    overflow-x: auto;
    padding: 2px 18px 8px;
    scrollbar-width: thin;
    scroll-snap-type: x mandatory;
}

.slider-wrapper {
    display: grid;
    grid-auto-columns: minmax(248px, 82%);
    grid-auto-flow: column;
    gap: 10px;
}

.review-card {
    scroll-snap-align: start;
    min-height: 160px;
    padding: 16px;
    background: linear-gradient(180deg, var(--surface-soft) 0%, #ffffff 100%);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(23, 37, 31, 0.08);
}

.review-name {
    margin-bottom: 8px;
    color: var(--brand-dark);
    font-size: 17px;
    line-height: 1.2;
    font-weight: 900;
}

.review-text {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
}

.order-steps {
    margin-top: 20px;
}

.order-title {
    margin-bottom: 14px;
}

.order-frame {
    background: #ffffff;
}

.final-frame {
    margin-bottom: 14px;
}

.final-offer {
    display: grid;
    gap: 14px;
    padding: 14px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 8px;
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.2);
}

.final-offer .timer {
    background: var(--surface-soft);
}

.page-footer {
    display: grid;
    gap: 9px;
    padding: 24px 18px 26px;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
    background: #0b2f24;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 900;
    text-transform: uppercase;
}

.footer-link-button {
    width: 100%;
    padding: 11px 12px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    cursor: pointer;
}

.footer-link-button:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.footer-copy {
    padding-top: 5px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 1;
}

.modal {
    position: fixed;
    inset: 0;
    z-index: 20;
    width: min(390px, calc(100vw - 28px));
    max-height: min(82vh, 720px);
    margin: auto;
    padding: 54px 18px 20px;
    overflow: auto;
    color: var(--ink);
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.55;
    white-space: pre-line;
    background: var(--surface);
    border: 1px solid rgba(23, 37, 31, 0.14);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(10, 31, 24, 0.34);
}

.modal:not([open]) {
    display: none;
}

.modal::backdrop {
    background: rgba(10, 31, 24, 0.68);
    backdrop-filter: blur(4px);
}

.modal-close-form {
    position: sticky;
    top: -54px;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    margin: -54px -18px 16px;
    padding: 12px;
    background: linear-gradient(180deg, var(--surface) 72%, rgba(255, 255, 255, 0));
}

.modal-close-button {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: #ffffff;
    background: var(--brand-dark);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
}

.modal-close-button::before {
    content: "×";
    font-size: 27px;
    line-height: 1;
    font-weight: 700;
    transform: translateY(-1px);
}

.modal-close-button:hover {
    background: var(--brand);
}

.order-modal {
    padding-bottom: 18px;
    white-space: normal;
}

.order-form {
    display: grid;
    gap: 12px;
}

.order-modal-title {
    margin: 0;
    color: var(--brand-dark);
    font-size: 26px;
    line-height: 1.12;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.order-modal-text {
    margin: 0 0 2px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
}

.form-field {
    display: grid;
    gap: 6px;
}

.form-label {
    color: var(--brand-dark);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 900;
}

.form-input {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    color: var(--ink);
    font-size: 16px;
    line-height: 1.25;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: 8px;
    outline: none;
    transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.form-input::placeholder {
    color: #8da098;
}

.form-input:focus {
    background: var(--surface);
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(36, 122, 77, 0.16);
}

.product-options {
    display: grid;
    gap: 8px;
}

.product-choice-help {
    display: block;
    margin-top: -2px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.25;
    font-weight: 800;
}

.product-options.is-invalid {
    padding: 8px;
    background: #fff1ec;
    border: 1px solid rgba(207, 77, 66, 0.62);
    border-radius: 8px;
}

.product-option {
    position: relative;
    display: block;
    cursor: pointer;
}

.product-option-input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.product-option-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 10px;
    align-items: center;
    min-height: 58px;
    padding: 12px 14px;
    color: var(--ink);
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: 8px;
    transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.product-option-state {
    grid-column: 1 / -1;
    justify-self: start;
    padding: 5px 10px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 999px;
}

.product-option-name {
    min-width: 0;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
}

.product-option-price {
    color: var(--coral-dark);
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
}

.product-option-input:checked + .product-option-content {
    background: #fff7df;
    border-color: rgba(217, 95, 63, 0.55);
    box-shadow: 0 0 0 3px rgba(244, 200, 79, 0.24);
}

.product-option-input:checked + .product-option-content .product-option-state {
    color: #ffffff;
    background: var(--coral);
    border-color: var(--coral);
}

.product-option-input:focus-visible + .product-option-content {
    border-color: var(--coral);
    box-shadow: 0 0 0 3px rgba(217, 95, 63, 0.2);
}

.form-input.is-invalid {
    background: #fff1ec;
    border-color: rgba(207, 77, 66, 0.62);
}

.form-textarea {
    min-height: 86px;
    resize: vertical;
}

.form-message {
    min-height: 20px;
    color: var(--danger);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
    text-align: center;
}

.form-message.is-success {
    color: var(--brand);
}

.thanks-page {
    display: grid;
    place-items: center;
    min-height: 100vh;
    padding: 30px 18px;
    background:
        linear-gradient(180deg, #e2f3e8 0%, #ffffff 52%, #fff7df 100%);
}

.thanks-card {
    display: grid;
    gap: 14px;
    width: 100%;
    padding: 28px 18px;
    text-align: center;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.thanks-mark {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    background: var(--brand);
    border-radius: 999px;
}

.thanks-title {
    margin: 0;
    color: var(--brand-dark);
    font-size: 28px;
    line-height: 1.12;
    font-weight: 900;
    text-transform: uppercase;
}

.thanks-text {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
}

.thanks-button {
    margin-top: 4px;
}

@media (max-width: 380px) {
    body {
        font-size: 16px;
    }

    .section {
        padding: 26px 14px;
    }

    .section-title {
        font-size: 24px;
    }

    .hero-title {
        font-size: 27px;
    }

    .hero-text {
        font-size: 15px;
    }

    .timer {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 8px;
        padding: 10px;
    }

    .timer-title {
        font-size: 11px;
    }

    .timer-number {
        font-size: 29px;
    }

    .timer-separator {
        font-size: 27px;
    }

    .timer-label {
        font-size: 8px;
    }

    .price-value {
        font-size: 27px;
    }

    .price-value-new {
        font-size: 33px;
    }

    .hero-badges {
        grid-template-columns: 1fr;
    }

    .task-grid,
    .order-status {
        grid-template-columns: 1fr;
    }

    .task-item,
    .task-item-wide {
        min-height: 108px;
    }

    .task-name {
        font-size: 17px;
    }

    .task-note {
        font-size: 12px;
    }

    .model-card-header {
        grid-template-columns: 1fr;
    }

    .model-tag {
        justify-self: start;
    }

    .reviews-section .section-heading,
    .order-steps {
        padding-right: 14px;
        padding-left: 14px;
    }

    .slider {
        padding-right: 14px;
        padding-left: 14px;
    }

    .slider-wrapper {
        grid-auto-columns: minmax(238px, 88%);
    }

    .modal {
        width: calc(100vw - 20px);
        padding-right: 14px;
        padding-left: 14px;
        font-size: 14px;
    }

    .modal-close-form {
        margin-right: -14px;
        margin-left: -14px;
    }
}
