.offer-page {
    background: #ffffff;
    color: #111111;
}

.offer-page * {
    box-sizing: border-box;
}

.offer-page img {
    display: block;
    max-width: 100%;
}

.offer-page a {
    text-decoration: none;
}

.offer-page .container {
    width: min(100% - 32px, 1180px);
    margin: 0 auto;
}

.offer-page h1,
.offer-page h2,
.offer-page h3,
.offer-page p {
    margin-top: 0;
}

.section-soft {
    background: #eef4f8;
}

.section-narrow {
    max-width: 920px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    margin-bottom: 28px;
    font-size: clamp(2rem, 4vw, 2.9rem);
    line-height: 1.08;
    color: #0b74d1;
}

/* hero */
.offer-hero {
    padding: 34px 0 26px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.offer-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 34px;
    align-items: center;
}

.offer-label {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(184, 90, 18, 0.12);
    color: #b85a12;
    border: 1px solid rgba(184, 90, 18, 0.16);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.offer-hero__content h1 {
    margin-bottom: 16px;
    font-size: clamp(2.2rem, 4vw, 3.7rem);
    line-height: 1.05;
    color: #0b74d1;
    letter-spacing: -0.02em;
}

.offer-subtitle {
    margin-bottom: 20px;
    font-size: 1.06rem;
    line-height: 1.7;
    color: #4e5965;
    max-width: 720px;
}

.offer-points {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: grid;
    gap: 10px;
}

.offer-points li {
    position: relative;
    padding-left: 28px;
    font-size: 1rem;
    color: #1d2731;
    line-height: 1.55;
}

.offer-points li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: linear-gradient(180deg, #67d79d 0%, #42c883 100%);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 20px;
    text-align: center;
}

.offer-rating-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 22px;
    color: #52606d;
    font-size: 0.95rem;
}

.offer-stars {
    color: #f5a623;
    letter-spacing: 0.08em;
    font-size: 1.1rem;
}

.offer-cta-row {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.offer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(180deg, #ff9b22 0%, #f07f00 100%);
    color: #ffffff;
    font-weight: 800;
    font-size: 1rem;
    box-shadow: 0 10px 24px rgba(240, 127, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    cursor: pointer;
}

.offer-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(240, 127, 0, 0.28);
}

.offer-link,
.text-link {
    color: #0b74d1;
    font-weight: 700;
}

.offer-link:hover,
.text-link:hover {
    text-decoration: underline;
}

.offer-mini-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.offer-mini-badges span {
    padding: 9px 12px;
    border-radius: 999px;
    background: #f3f7fb;
    border: 1px solid #dde8f2;
    color: #4c5d6c;
    font-size: 0.87rem;
    font-weight: 600;
}

.offer-hero__media img {
    width: 200%;
   
}

/* icons */
.offer-icons {
    padding: 18px 0 28px;
    background: #ffffff;
}

.offer-icons__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.offer-icon-item {
    text-align: center;
    padding: 14px 10px;
}

.offer-icon-item span {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.offer-icon-item p {
    margin: 0;
    color: #445364;
    font-size: 0.95rem;
    font-weight: 700;
}

/* common sections */
.offer-intro,
.comparison,
.tech-specs,
.lifestyle,
.faq {
    padding: 56px 0;
}

.feature-split,
.reviews {
    padding: 60px 0;
}

.offer-intro h2,
.comparison h2,
.tech-specs h2,
.lifestyle h2,
.faq h2,
.offer-banner h2,
.lead-form-copy h2 {
    text-align: center;
    margin-bottom: 16px;
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.1;
    color: #0b74d1;
}

.offer-intro p,
.comparison p,
.tech-specs p,
.lifestyle p,
.faq p,
.offer-banner p,
.lead-form-copy p {
    text-align: center;
    color: #4f5f6e;
    line-height: 1.75;
    font-size: 1rem;
}

/* feature rows */
.feature-row {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: 34px;
    align-items: center;
    margin-bottom: 34px;
}

.feature-row:last-child {
    margin-bottom: 0;
}

.feature-row--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
}

.feature-row--reverse .feature-row__media {
    order: 2;
}

.feature-row--reverse .feature-row__content {
    order: 1;
}

.feature-row__media {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.dark-card {
    background: #111111;
}

.light-card {
    background: #f5f7fa;
}

.feature-row__media img {
    width: 100%;
}

.feature-row__content h3 {
    margin-bottom: 14px;
    font-size: clamp(1.55rem, 2.5vw, 2rem);
    line-height: 1.2;
    color: #f07f00;
}

.feature-row__content p {
    margin-bottom: 14px;
    color: #3c4b59;
    line-height: 1.75;
    font-size: 1rem;
}

/* comparison */
.comparison-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(23, 42, 63, 0.08);
    margin-top: 28px;
}

.comparison-box {
    min-height: 138px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dde5ee;
    text-align: center;
    font-weight: 800;
    color: #1e2730;
    padding: 10px;
}

.comparison-box span {
    display: block;
    margin-top: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #5f6b78;
}

.comparison-box--accent {
    background: #0b74d1;
    color: #ffffff;
}

.comparison-box--accent span {
    color: rgba(255, 255, 255, 0.82);
}

.comparison-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* specs */
.spec-image-card {
    margin: 26px auto 22px;
    max-width: 760px;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.spec-tags {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.spec-tags span {
    padding: 10px 14px;
    border-radius: 999px;
    background: #f4f7fa;
    border: 1px solid #dfe7ef;
    color: #455564;
    font-size: 0.9rem;
    font-weight: 700;
}

/* gallery */
.gallery-strip {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.gallery-strip img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

/* reviews */
.review-highlight {
    max-width: 980px;
    margin: 0 auto 26px;
    padding: 24px 26px;
    background: #f5fbff;
    border: 1px solid #d9ebf8;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(18, 55, 96, 0.06);
}

.review-highlight p {
    margin-bottom: 10px;
    color: #324252;
    line-height: 1.8;
    font-size: 1rem;
}

.review-highlight span {
    color: #6a7988;
    font-size: 0.92rem;
    font-weight: 700;
}

.center-cta {
    text-align: center;
    margin-bottom: 28px;
}

.review-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.review-card {
    background: #ffffff;
    border: 1px solid #e3eaf1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.review-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.review-card h3 {
    margin: 14px 14px 8px;
    color: #111111;
    font-size: 1rem;
}

.review-card p {
    margin: 0 14px 16px;
    color: #4c5d6c;
    font-size: 0.94rem;
    line-height: 1.65;
}

/* faq */
.faq-list {
    margin-top: 28px;
    display: grid;
    gap: 12px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #dde5ed;
    border-radius: 14px;
    padding: 0 18px;
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 26px 18px 0;
    position: relative;
    font-weight: 800;
    color: #1d2731;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 18px;
    font-size: 1.25rem;
    color: #0b74d1;
    font-weight: 800;
}

.faq-item[open] summary::after {
    content: "–";
}

.faq-item p {
    text-align: left;
    padding: 0 0 18px;
    margin: 0;
    color: #516171;
}

/* banner */
.offer-banner {
    padding: 54px 0;
    background: #2f4f9b;
    color: #ffffff;
    text-align: center;
}

.offer-banner h2 {
    color: #ffffff;
}

.offer-banner p {
    color: rgba(255, 255, 255, 0.86);
    margin-bottom: 20px;
}

/* guarantee */
.guarantee-strip {
    background: #111111;
    color: #ffffff;
    padding: 22px 0;
}

.guarantee-strip__inner {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 18px;
    align-items: center;
}

.guarantee-badge {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(180deg, #f7c948 0%, #d89f00 100%);
    color: #111111;
    font-weight: 900;
    font-size: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(216, 159, 0, 0.25);
}

.guarantee-strip h3 {
    margin-bottom: 8px;
    font-size: 1.2rem;
}

.guarantee-strip p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
}

/* form */
.lead-form-section {
    padding: 64px 0 74px;
    background: #f7fbff;
}

.lead-form-wrap {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.85fr);
    gap: 28px;
    align-items: start;
}

.lead-form-copy {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #dce8f3;
    border-radius: 22px;
    box-shadow: 0 12px 28px rgba(10, 40, 70, 0.06);
}

.lead-form-copy p {
    text-align: left;
}

.lead-benefits {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
    display: grid;
    gap: 12px;
}

.lead-benefits li {
    position: relative;
    padding-left: 28px;
    color: #25313d;
    font-weight: 700;
}

.lead-benefits li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -1px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: linear-gradient(180deg, #67d79d 0%, #42c883 100%);
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    font-size: 0.88rem;
    font-weight: 900;
}

.lead-form-card {
    padding: 28px;
    background: #ffffff;
    border: 1px solid #dce8f3;
    border-radius: 22px;
    box-shadow: 0 12px 28px rgba(10, 40, 70, 0.08);
}

.lead-form {
    display: grid;
    gap: 16px;
}

.form-field label {
    display: block;
    margin-bottom: 8px;
    color: #1d2731;
    font-weight: 800;
    font-size: 0.95rem;
}

.form-field input,
.form-field textarea {
    width: 100%;
    border: 1px solid #cfdae4;
    border-radius: 12px;
    padding: 14px 15px;
    font-size: 1rem;
    color: #111111;
    background: #ffffff;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-field input:focus,
.form-field textarea:focus {
    border-color: #0b74d1;
    box-shadow: 0 0 0 4px rgba(11, 116, 209, 0.08);
}

.check-row {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    align-items: start;
    color: #445364;
    font-size: 0.95rem;
    line-height: 1.6;
}

.check-row input {
    margin-top: 4px;
}

.check-row a {
    color: #0b74d1;
    font-weight: 700;
}

.form-note {
    padding: 14px 15px;
    border-radius: 12px;
    background: #f5f9fc;
    border: 1px solid #dbe7f0;
    color: #4a5a69;
    font-size: 0.92rem;
    line-height: 1.65;
}

.offer-btn--full {
    width: 100%;
}

/* preloader */
.lead-preloader {
    position: fixed;
    inset: 0;
    background: rgba(8, 16, 26, 0.72);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 9999;
}

.lead-preloader.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.lead-preloader__box {
    width: min(100%, 460px);
    background: #ffffff;
    border-radius: 22px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.lead-preloader__box h3 {
    margin: 0 0 10px;
    color: #111111;
    font-size: 1.4rem;
}

.lead-preloader__box p {
    margin: 0;
    color: #52606d;
    line-height: 1.7;
}

.lead-spinner {
    width: 54px;
    height: 54px;
    margin: 0 auto 18px;
    border-radius: 50%;
    border: 4px solid #d8e6f4;
    border-top-color: #0b74d1;
    animation: leadSpin 0.9s linear infinite;
}

@keyframes leadSpin {
    to {
        transform: rotate(360deg);
    }
}

/* responsive */
@media (max-width: 1024px) {
    .offer-icons__grid,
    .review-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-strip {
        grid-template-columns: repeat(3, 1fr);
    }

    .comparison-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lead-form-wrap,
    .offer-hero__grid,
    .feature-row,
    .feature-row--reverse {
        grid-template-columns: 1fr;
    }

    .feature-row--reverse .feature-row__media,
    .feature-row--reverse .feature-row__content {
        order: initial;
    }
}

@media (max-width: 768px) {
    .offer-page .container {
        width: min(100% - 24px, 1180px);
    }

    .offer-hero,
    .offer-intro,
    .comparison,
    .tech-specs,
    .lifestyle,
    .faq,
    .feature-split,
    .reviews,
    .lead-form-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .offer-icons__grid,
    .review-cards,
    .gallery-strip {
        grid-template-columns: 1fr 1fr;
    }

    .offer-cta-row {
        flex-direction: column;
        align-items: stretch;
    }

    .offer-btn,
    .offer-link {
        width: 100%;
        text-align: center;
    }

    .offer-hero__content h1,
    .offer-intro h2,
    .comparison h2,
    .tech-specs h2,
    .lifestyle h2,
    .faq h2,
    .offer-banner h2,
    .lead-form-copy h2,
    .section-title {
        font-size: 2rem;
    }

    .lead-form-copy,
    .lead-form-card {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .guarantee-strip__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .guarantee-badge {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .offer-icons__grid,
    .review-cards,
    .gallery-strip,
    .comparison-grid {
        grid-template-columns: 1fr;
    }

    .offer-mini-badges,
    .spec-tags {
        flex-direction: column;
    }

    .offer-btn {
        min-height: 48px;
        font-size: 0.96rem;
    }

    .offer-hero__content h1 {
        font-size: 1.9rem;
    }

    .offer-subtitle,
    .feature-row__content p,
    .offer-intro p,
    .comparison p,
    .tech-specs p,
    .lifestyle p,
    .faq p,
    .lead-form-copy p {
        font-size: 0.97rem;
    }
}
/*  */
.spec-image-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 28px auto 22px;
    width: 100%;
}

.spec-image-center img {
    display: block;
    width: min(100%, 360px);
    height: auto;
    margin: 0 auto;
}