:root {
    --lowi-black: #030408;
    --lowi-white: #ffffff;
    --lowi-red: #ee0000;
    --lowi-gray: #ebebeb;
    --lowi-text: #101216;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Montserrat", "Segoe UI", Tahoma, sans-serif;
    background: var(--lowi-black);
    color: var(--lowi-text);
}

.page {
    min-height: 100vh;
    background:
        radial-gradient(1200px 600px at 90% -10%, rgba(255, 255, 255, 0.08), transparent),
        radial-gradient(900px 500px at 10% 120%, rgba(238, 0, 0, 0.18), transparent),
        var(--lowi-black);
}

.top-nav {
    background: var(--lowi-black);
    min-height: 92px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--lowi-white);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.top-nav > a {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.logo {
    width: 94px;
    height: auto;
    display: block;
    flex: 0 0 auto;
    margin-top: -9px;
}

.menu {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    flex: 1 1 auto;
    min-width: 0;
}

.menu li {
    position: relative;
    display: flex;
    align-items: center;
}

.menu a {
    color: var(--lowi-white);
    text-decoration: none;
    white-space: nowrap;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    transition: opacity 160ms ease;
}

.menu a:hover {
    opacity: 0.72;
}

.menu li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 4px;
    width: 0;
    border-radius: 999px;
    background: var(--lowi-red);
    transition: width 180ms ease;
}

.menu li:hover::after,
.menu li:focus-within::after {
    width: 100%;
}

.nav-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: center;
    flex: 0 0 auto;
}

.phone-btn {
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    color: var(--lowi-white);
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border-radius: 999px;
    min-height: 48px;
    padding: 14px 22px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
    text-decoration: none;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.phone-btn svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    stroke: currentColor;
}

.phone-btn:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.75);
}

.call-btn,
.cta {
    border: 1px solid rgba(238, 0, 0, 0.9);
    background: var(--lowi-red);
    color: var(--lowi-white);
    font-family: inherit;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    border-radius: 999px;
    min-height: 48px;
    padding: 14px 26px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
    text-decoration: none;
}

.call-btn {
    min-width: 240px;
    white-space: nowrap;
}
.call-btn:hover,
.cta:hover {
    transform: translateY(-1px);
    background: #d40000;
    border-color: rgba(238, 0, 0, 1);
    box-shadow: 0 16px 34px rgba(238, 0, 0, 0.26);
}

.modal-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(238, 0, 0, 0.18), transparent 28%),
        rgba(3, 4, 8, 0.78);
    backdrop-filter: blur(6px);
    z-index: 200;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-backdrop:target {
    display: flex;
}

.modal {
    width: min(560px, 100%);
    background: linear-gradient(180deg, #ffffff 0%, #f7f7f8 100%);
    border-radius: 42px;
    padding: 38px 38px 34px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42), 0 12px 40px rgba(238, 0, 0, 0.2);
    color: var(--lowi-black);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.9);
    overflow: hidden;
}

.modal::before {
    content: "";
    position: absolute;
    top: -76px;
    right: -28px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(238, 0, 0, 0.12);
    z-index: 0;
}

.modal::after {
    content: "";
    position: absolute;
    left: -18px;
    bottom: -34px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(3, 4, 8, 0.08);
    z-index: 0;
}

.modal > * {
    position: relative;
    z-index: 1;
}

.modal h3 {
    margin: 0 0 14px;
    max-width: 9ch;
    font-size: clamp(30px, 2.6vw, 42px);
    line-height: 0.95;
    letter-spacing: -0.05em;
    color: #090b10;
}

.modal p {
    margin: 0 0 30px;
    max-width: 18ch;
    color: #1e232b;
    line-height: 1.2;
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: 600;
    letter-spacing: -0.03em;
}

.field-group {
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
}

.field-group label {
    font-size: 1rem;
    color: #090b10;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.field-group input {
    width: 100%;
    min-height: 72px;
    border-radius: 24px;
    border: 1px solid rgba(9, 11, 16, 0.12);
    background: #f1f2f4;
    color: #090b10;
    padding: 18px 22px;
    font-size: 1.1rem;
    font-weight: 600;
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.field-group input::placeholder {
    color: #72757d;
}

.field-group input:focus {
    border-color: rgba(238, 0, 0, 0.72);
    background: #ffffff;
    box-shadow: 0 0 0 5px rgba(238, 0, 0, 0.1);
}

.modal-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.modal .cta,
.close-btn {
    min-width: 184px;
    min-height: 64px;
    padding: 16px 28px;
    font-size: 18px;
}

.close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(9, 11, 16, 0.9);
    background: #090b10;
    color: var(--lowi-white);
    text-decoration: none;
    font-weight: 800;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.close-btn:hover {
    transform: translateY(-1px);
    background: #1a1d24;
    border-color: #1a1d24;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.modal-close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(9, 11, 16, 0.16);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(3, 4, 8, 0.08);
    color: var(--lowi-white);
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1;
    color: #090b10;
    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.modal-close:hover {
    transform: translateY(-1px);
    background: #fff1f1;
    box-shadow: 0 14px 26px rgba(238, 0, 0, 0.14);
}

.hero {
    background: var(--lowi-black);
    min-height: 0;
    display: block;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.hero-slider {
    display: flex;
    width: 300%;
    transition: transform 0.5s ease;
}

.hero-slide {
    width: 33.333%;
    flex-shrink: 0;
    align-items: stretch;
    min-height: clamp(320px, 31vw, 380px);
    background: var(--lowi-black);
}

.hero-banner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 1fr);
    align-items: stretch;
    gap: 24px;
    width: calc(100% - 80px);
    max-width: 1500px;
    min-height: clamp(280px, 24vw, 340px);
    margin: 0 auto;
    padding: 28px 32px;
    border-radius: 44px;
    background: #ffffff;
    overflow: hidden;
}

.hero-banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: var(--lowi-black);
}

.hero-banner-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #0d7377;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.hero-banner-badge svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    stroke: currentColor;
}

.hero-banner-badge--accent {
    background: var(--lowi-red);
}

.hero-banner-title {
    margin: 0 0 8px;
    max-width: 16ch;
    font-size: clamp(22px, 2.1vw, 32px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #090b10;
}

.hero-banner-accent {
    font-family: "Playfair Display", Georgia, serif;
    font-style: italic;
    font-weight: 600;
    color: var(--lowi-red);
}

.hero-banner-subtitle {
    margin: 0 0 14px;
    max-width: 40ch;
    font-size: clamp(15px, 1.05vw, 18px);
    line-height: 1.35;
    font-weight: 600;
    color: #3a3f47;
}

.hero-banner-features {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-bottom: 16px;
}

.hero-banner-feature {
    display: grid;
    gap: 6px;
    padding-right: 20px;
}

.hero-banner-feature + .hero-banner-feature {
    padding-left: 20px;
    border-left: 1px solid rgba(9, 11, 16, 0.14);
}

.hero-banner-feature > span {
    font-size: 13px;
    font-weight: 600;
    color: #6b7078;
}

.hero-banner-feature strong {
    font-size: clamp(17px, 1.3vw, 22px);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #090b10;
}

.hero-banner-feature small {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 700;
    color: var(--lowi-red);
}

.hero-banner-price-value {
    display: flex;
    align-items: flex-start;
    gap: 3px;
    color: var(--lowi-red);
    line-height: 0.86;
}

.hero-banner-price-amount {
    font-size: clamp(56px, 4.6vw, 72px);
    font-weight: 800;
    letter-spacing: -0.04em;
}

.hero-banner-price-decimals {
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 800;
}

.hero-banner-price-decimals span:first-child {
    font-size: 26px;
    line-height: 1;
}

.hero-banner-price-decimals span:last-child {
    font-size: 20px;
    line-height: 1.1;
}

.hero-banner-price-caption {
    margin: 6px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: #6b7078;
}

.hero-banner-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-banner-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 20px;
    border-radius: 999px;
    border: 2px solid #111111;
    background: #ffffff;
    color: #090b10;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 180ms ease, background 180ms ease;
}

.hero-banner-secondary:hover {
    transform: translateY(-1px);
    background: #f2f2f2;
}

.hero-banner .hero-banner-actions .hero-banner-cta {
    min-width: 0;
    min-height: 38px;
    padding: 8px 24px;
    font-size: 14px;
    background: var(--lowi-red);
    border-color: rgba(238, 0, 0, 0.9);
    color: #ffffff;
    box-shadow: none;
}

.hero-banner .hero-banner-actions .hero-banner-cta:hover {
    background: #d40000;
    border-color: rgba(238, 0, 0, 1);
}

.hero-banner-media-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 100%;
    max-height: 100%;
    aspect-ratio: 2.3 / 1;
    background: #ffffff;
}

.hero-banner-media,
.hero-banner-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.hero .hero-slide--promo .hero-promo-cta {
    margin-top: 26px;
    padding: 16px 36px;
    background: #111111;
    border-color: #111111;
    color: #ffffff;
    box-shadow: none;
    font-size: 18px;
    font-weight: 800;
}

.hero .hero-slide--promo .hero-promo-cta:hover {
    background: #1a1a1a;
    border-color: #1a1a1a;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.hero .cta {
    background: #101010;
    border-color: #101010;
    color: #ffffff;
    padding: 18px 34px;
    box-shadow: none;
}

.hero .cta:hover {
    background: #1b1b1b;
    border-color: #1b1b1b;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}

.cta {
    border: 1px solid rgba(238, 0, 0, 0.9);
    background: var(--lowi-red);
    color: var(--lowi-white);
    border-radius: 999px;
    padding: 18px 36px;
    font-size: 21px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.cta:hover {
    transform: translateY(-1px);
    background: #d40000;
    border-color: rgba(238, 0, 0, 1);
    box-shadow: 0 18px 40px rgba(238, 0, 0, 0.24);
}

.slider-ui {
    min-height: 66px;
    background: var(--lowi-black);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 10px 0;
}

.slider-ui button {
    border: 0;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 160ms ease;
}

.slider-ui button:hover {
    transform: scale(1.05);
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 160ms ease, transform 160ms ease, width 160ms ease, height 160ms ease;
}

.dot {
    background: #ededed;
    border: 0;
}

.dot.active {
    width: 60px;
    height: 18px;
    border-radius: 999px;
    background: var(--lowi-red);
}

.slider-ui button:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.62);
    outline-offset: 3px;
}

.benefits-dot.active {
    width: 60px;
    height: 18px;
    border-radius: 999px;
    background: var(--lowi-red);
}

.tariff-showcase {
    position: relative;
    background: linear-gradient(180deg, #f5f5f6 0%, #ffffff 20%, #f3f3f4 100%);
    padding: 52px 28px 72px;
    border-top-left-radius: clamp(160px, 14vw, 260px);
    border-top-right-radius: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
    scroll-margin-top: 170px;
}

.tariff-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(230px, 280px));
    justify-content: center;
    gap: 20px;
    margin-top: 0;
}

.tariff-card {
    position: relative;
    overflow: hidden;
    min-height: 528px;
    background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
    border-radius: 999px;
    border: 1px solid rgba(15, 18, 22, 0.16);
    box-shadow: 0 16px 36px rgba(10, 10, 10, 0.1);
    display: flex;
    flex-direction: column;
}

.tariff-card::before {
    content: none;
    display: none;
}

.tariff-card.featured {
    border-color: rgba(238, 0, 0, 0.55);
    box-shadow: 0 0 0 1px rgba(238, 0, 0, 0.22), 0 12px 30px rgba(238, 0, 0, 0.24);
}

.tariff-card-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    padding: 20px 28px 34px;
}

.tariff-badge {
    margin: 0 0 10px;
    min-height: 24px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: transparent;
}

.tariff-card.featured .tariff-badge {
    color: #ef0000;
}

.tariff-price-shell {
    width: min(100%, 232px);
    min-height: 232px;
    margin: 0 auto;
    padding: 30px 20px 24px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
    border: 1px solid rgba(15, 18, 22, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 18px 34px rgba(15, 18, 22, 0.1);
    display: grid;
    align-content: center;
    justify-items: center;
}

.tariff-card.featured .tariff-price-shell {
    background: linear-gradient(180deg, #ff3030 0%, #ef0000 100%);
    border-color: rgba(238, 0, 0, 0.36);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 22px 40px rgba(126, 0, 0, 0.28);
}

.tariff-price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    color: #050505;
}

.tariff-card.featured .tariff-price,
.tariff-card.featured .tariff-subtitle {
    color: #ffffff;
}

.tariff-price-amount {
    font-size: clamp(68px, 4.2vw, 92px);
    line-height: 0.84;
    font-weight: 800;
    letter-spacing: -0.06em;
}

.tariff-price-decimals {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    gap: 0;
    font-weight: 800;
}

.tariff-price-decimals span:first-child {
    font-size: 1.2rem;
    line-height: 1;
}

.tariff-price-decimals span:last-child {
    font-size: 1rem;
    line-height: 1.1;
}

.tariff-subtitle {
    margin: 12px 0 0;
    text-align: center;
    font-size: 1rem;
    color: #121212;
}

.tariff-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 28px;
    text-align: center;
    color: #0b0d12;
    font-size: clamp(16px, 1.18vw, 24px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.tariff-actions {
    width: min(100%, 238px);
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
}

.tariff-secondary,
.tariff-primary {
    width: 100%;
    min-height: 48px;
    border-radius: 999px;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.tariff-secondary {
    border: 2px solid #111111;
    background: transparent;
    color: #111111;
}

.tariff-primary {
    border: 0;
    background: #ef0000;
    color: #ffffff;
}

.tariff-secondary:hover,
.tariff-primary:hover {
    transform: translateY(-1px);
}

.tariff-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 28px;
    margin: 30px auto 0;
    padding: 0;
    list-style: none;
    max-width: 1340px;
}

.tariff-benefits li {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #0c1016;
    font-size: clamp(15px, 1vw, 19px);
    letter-spacing: -0.03em;
    white-space: nowrap;
}

.tariff-benefit-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
    background: #f2f2f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5ea313;
    font-size: 22px;
    line-height: 1;
}

.site-footer {
    background: var(--lowi-black);
    color: #ffffff;
    padding: 28px 24px 18px;
}

.footer-inner {
    max-width: 1600px;
    margin: 0 auto;
}

.footer-copy {
    margin: 42px 0 0;
    text-align: center;
    color: #ffffff;
    font-size: clamp(14px, 0.95vw, 17px);
    line-height: 1.45;
}

@media (max-width: 1200px) {
    .hero {
        min-height: auto;
    }

    .hero-banner {
        padding: 32px;
        border-radius: 36px;
    }

    .hero-slide {
        min-height: auto;
    }
}

@media (max-width: 940px) {
    .hero-banner {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 0.95fr);
        gap: 20px;
        padding: 28px;
    }

    .hero-banner-features {
        margin-bottom: 22px;
    }

    .top-nav {
        flex-wrap: wrap;
        padding: 16px 16px 18px;
    }

    .menu {
        width: 100%;
        order: 3;
        overflow-x: auto;
        padding-top: 14px;
        gap: 28px;
    }

    .nav-right {
        margin-left: auto;
        gap: 10px;
    }

    .call-btn {
        min-width: 0;
        padding: 12px 18px;
        font-size: 15px;
    }

    .phone-btn {
        padding: 12px 14px;
        font-size: 15px;
    }

    .hero {
        min-height: auto;
    }

    .tariff-showcase {
        padding: 40px 16px 56px;
        border-top-left-radius: 104px;
        border-top-right-radius: 0;
    }

    .tariff-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .tariff-benefits {
        gap: 14px 20px;
        margin-top: 24px;
    }

    .tariff-benefits li {
        font-size: 16px;
    }

    .tariff-card {
        min-height: 490px;
    }

    .tariff-card-inner {
        padding: 20px 24px 34px;
    }

    .tariff-price-shell {
        width: 208px;
        min-height: 208px;
        padding: 28px 18px 22px;
    }

    .tariff-details {
        margin-top: 24px;
        font-size: 18px;
    }

    .tariff-actions {
        width: min(100%, 226px);
        gap: 12px;
    }

    .site-footer {
        padding: 24px 16px 18px;
    }

    .footer-copy {
        margin-top: 36px;
    }
}

@media (max-width: 480px) {
    .phone-btn {
        width: 44px;
        height: 44px;
        min-height: 44px;
        padding: 0;
        border-radius: 50%;
    }

    .phone-btn span {
        display: none;
    }

    .call-btn {
        padding: 12px 14px;
        font-size: 14px;
    }
}

@media (max-width: 780px) {

    .hero-banner {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        width: calc(100% - 24px);
        min-height: 0;
        padding: 24px;
        border-radius: 30px;
    }

    .hero-banner-media-wrap {
        order: -1;
    }

    .hero-banner-image {
        border-radius: 22px;
    }

    .hero-banner-content {
        max-width: none;
        padding-top: 22px;
    }

    .hero-banner-subtitle {
        max-width: none;
    }

    .hero-banner-title {
        max-width: none;
    }
}

@media (max-width: 600px) {
    .modal-backdrop {
        padding: 12px;
    }

    .modal {
        border-radius: 30px;
        padding: 26px 18px 22px;
    }

    .modal::before {
        top: -58px;
        right: -34px;
        width: 142px;
        height: 142px;
    }

    .modal::after {
        width: 112px;
        height: 112px;
        left: -20px;
        bottom: -30px;
    }

    .modal h3 {
        max-width: 10ch;
        margin-bottom: 12px;
        font-size: 28px;
    }

    .modal p {
        margin-bottom: 22px;
        max-width: 20ch;
        font-size: 16px;
    }

    .field-group {
        gap: 8px;
        margin-bottom: 16px;
    }

    .field-group input {
        min-height: 62px;
        border-radius: 20px;
        padding: 16px 18px;
        font-size: 1rem;
    }

    .modal-actions {
        flex-direction: column;
        margin-top: 22px;
    }

    .modal .cta,
    .close-btn {
        width: 100%;
        min-width: 0;
        min-height: 58px;
        font-size: 17px;
    }

    .modal-close {
        top: 16px;
        right: 16px;
        width: 44px;
        height: 44px;
        font-size: 1.35rem;
    }

    .hero .cta {
        font-size: 17px;
        padding: 14px 24px;
    }


}

@media (min-width: 781px) and (max-width: 940px) {
    .top-nav {
        flex-wrap: nowrap;
        min-height: 84px;
        padding: 14px 18px;
        gap: 14px;
    }

    .logo {
        width: 86px;
    }

    .menu {
        width: auto;
        order: 0;
        overflow: visible;
        padding-top: 0;
        gap: 14px;
        font-size: 15px;
    }

    .menu a {
        min-height: 32px;
    }

    .nav-right {
        margin-left: auto;
    }

    .call-btn {
        min-width: 208px;
        min-height: 44px;
        padding: 12px 20px;
        font-size: 16px;
    }

    .phone-btn {
        min-height: 44px;
        padding: 12px 16px;
        font-size: 15px;
    }

    .slider-ui {
        min-height: 56px;
        gap: 12px;
        padding: 8px 0;
    }

    .benefits-dot.active {
        width: 52px;
        height: 16px;
    }

    .tariff-card-inner {
        padding: 18px 18px 26px;
    }

    .tariff-actions {
        width: min(100%, 206px);
        gap: 10px;
    }

    .tariff-card {
        min-height: 418px;
    }

    .tariff-price-shell {
        width: 174px;
        min-height: 174px;
        padding: 24px 16px 18px;
    }

    .tariff-price-amount {
        font-size: 56px;
    }

    .tariff-price-decimals span:first-child {
        font-size: 0.98rem;
    }

    .tariff-price-decimals span:last-child {
        font-size: 0.88rem;
    }

    .tariff-subtitle {
        margin-top: 8px;
        font-size: 0.92rem;
    }

    .tariff-details {
        margin-top: 20px;
        gap: 10px;
        font-size: 16px;
    }

    .tariff-benefits {
        justify-content: flex-start;
        gap: 12px;
    }

    .tariff-benefits li {
        width: 100%;
        white-space: normal;
        font-size: 15px;
    }

    .tariff-benefit-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        font-size: 20px;
    }
    .footer-copy  {
        font-size: 15px;
    }

    .footer-copy {
        margin-top: 28px;
    }
}
/* Shared tariff card overrides aligned with lowi.es */
.tariff-grid {
    grid-template-columns: repeat(4, minmax(230px, 270px));
    gap: 18px;
}

.tariff-card {
    min-height: 300px;
    border-radius: 40px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    box-shadow: 0 14px 28px rgba(10, 10, 10, 0.08);
}

.tariff-card.featured {
    border-color: rgba(238, 0, 0, 0.42);
    box-shadow: 0 0 0 1px rgba(238, 0, 0, 0.16), 0 14px 30px rgba(238, 0, 0, 0.14);
}

.tariff-card::before,
.tariff-card.featured::before {
    content: none;
}

.tariff-card-inner {
    align-items: center;
    padding: 12px 20px 20px;
}

.tariff-badge {
    margin-bottom: 8px;
    min-height: 20px;
    font-size: 0.78rem;
    letter-spacing: 0.05em;
}

.tariff-price-shell {
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: grid;
    justify-items: center;
    align-content: center;
}

.tariff-card:not(.featured) .tariff-price-shell {
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.tariff-card.featured .tariff-price-shell {
    width: min(100%, 182px);
    min-height: 182px;
    padding: 16px;
    border-radius: 50%;
    background: #ff1d1d;
    box-shadow: 0 16px 30px rgba(238, 0, 0, 0.18);
}

.tariff-price {
    gap: 4px;
}

.tariff-price-amount {
    font-size: clamp(58px, 3.8vw, 78px);
}

.tariff-price-decimals {
    margin-top: 6px;
}

.tariff-price-decimals span:first-child {
    font-size: 1rem;
}

.tariff-price-decimals span:last-child {
    font-size: 0.9rem;
}

.tariff-subtitle {
    margin-top: 10px;
    font-size: 0.78rem;
}

.tariff-details {
    gap: 12px;
    margin-top: 24px;
    font-size: clamp(18px, 1.15vw, 22px);
    line-height: 1.04;
}

.tariff-actions {
    width: 100%;
    margin-top: auto;
    display: flex;
    gap: 10px;
    align-items: center;
}

.tariff-secondary,
.tariff-primary {
    flex: 1 1 0;
    min-height: 40px;
    font-size: 0.78rem;
}

.tariff-secondary {
    border-width: 2px;
}

@media (max-width: 940px) {
    .tariff-card {
        min-height: 404px;
    }

    .tariff-card-inner {
        padding: 18px 20px 24px;
    }

    .tariff-card.featured .tariff-price-shell {
        width: 166px;
        min-height: 166px;
        padding: 20px 14px 16px;
    }

    .tariff-price-amount {
        font-size: 54px;
    }

    .tariff-details {
        font-size: 18px;
        gap: 14px;
    }
}

.official-shell {
    width: min(1500px, calc(100% - 48px));
    margin: 0 auto;
}
.testimonials-section {
    padding: 28px 24px 0;
}

.testimonials-section {
    background: transparent;
}
.testimonials-panel {
    max-width: 1500px;
    margin: 0 auto;
    border-radius: 44px;
    background: linear-gradient(135deg, #ffffff 0%, #faf6f6 100%);
    border: 1px solid rgba(15, 18, 22, 0.08);
    box-shadow: 0 18px 36px rgba(15, 18, 22, 0.06);
    overflow: hidden;
}
.testimonials-header h2 {
    margin: 0;
    color: #090b10;
    font-size: clamp(34px, 3.1vw, 56px);
    line-height: 0.98;
    letter-spacing: -0.05em;
}
.testimonials-header p {
    margin: 18px 0 0;
    color: #232830;
    font-size: clamp(18px, 1.25vw, 24px);
    line-height: 1.3;
    letter-spacing: -0.03em;
}

.testimonials-panel {
    padding: 40px 38px 42px;
    border-radius: 44px;
}

.testimonials-header {
    max-width: 760px;
}

.testimonials-grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.testimonial-card {
    min-height: 260px;
    border-radius: 34px;
    background: #ffffff;
    border: 1px solid rgba(15, 18, 22, 0.08);
    box-shadow: 0 12px 28px rgba(15, 18, 22, 0.06);
    padding: 24px 22px;
    display: grid;
    align-content: start;
    gap: 16px;
}

.testimonial-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #111111;
    color: #ffffff;
    font-weight: 800;
    font-size: 22px;
}

.testimonial-card blockquote {
    margin: 0;
    color: #090b10;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.03em;
    font-weight: 600;
}

.testimonial-card cite {
    color: var(--lowi-red);
    font-style: normal;
    font-weight: 800;
}

.site-footer {
    margin-top: 36px;
    background: #0d0d0d;
    color: #ffffff;
    padding: 34px 24px 22px;
}

.footer-inner {
    max-width: 1500px;
    margin: 0 auto;
}

.footer-top {
    display: block;
}

.footer-brand img {
    width: 100px;
    display: block;
}
.footer-legal  {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.footer-inner a {
    color: rgba(255, 255, 255, 0.86);
    text-decoration: none;
}

.footer-inner a:hover {
    color: #ffffff;
}

.footer-legal {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
}

.footer-copy {
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.64);
}

@media (max-width: 1100px) {
    .testimonials-grid  {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .footer-top {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .official-shell {
        width: min(100%, calc(100% - 32px));
    }
    .testimonials-section {
        padding-left: 16px;
        padding-right: 16px;
    }
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    .testimonials-panel  {
        padding: 28px 22px;
    }

    .testimonial-card {
        min-height: auto;
    }
}

@media (max-width: 600px) {
    .tariff-card {
        min-height: 384px;
        border-radius: 32px;
    }

    .tariff-card-inner {
        padding: 18px 18px 22px;
    }

    .tariff-card.featured .tariff-price-shell {
        width: 154px;
        min-height: 154px;
    }

    .tariff-price-amount {
        font-size: 50px;
    }

    .tariff-details {
        margin-top: 22px;
        font-size: 17px;
    }
    .testimonials-section,
    .site-footer {
        padding-left: 12px;
        padding-right: 12px;
    }
    .testimonials-panel {
        border-radius: 28px;
    }
    .testimonials-header h2 {
        font-size: 30px;
    }
    .testimonials-header p,
    .testimonial-card blockquote {
        font-size: 16px;
    }
}

#tarifas-fibra-movil.tariff-showcase {
    width: calc(100% - 80px) !important;
    max-width: 1500px !important;
    margin: 0 auto !important;
    background: linear-gradient(180deg, #f5f5f6 0%, #ffffff 20%, #f3f3f4 100%);
    padding: 52px 28px 72px;
    border-top-left-radius: 54px !important;
    border-top-right-radius: 54px !important;
    border-bottom-left-radius: 54px !important;
    border-bottom-right-radius: 54px !important;
}

#tarifas-fibra-movil .tariff-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(230px, 270px));
    justify-content: center;
    gap: 18px;
    margin-top: 0;
}

#tarifas-fibra-movil .tariff-card {
    position: relative;
    overflow: hidden;
    min-height: 432px;
    background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
    border-radius: 40px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    box-shadow: 0 14px 28px rgba(10, 10, 10, 0.08);
    display: flex;
    flex-direction: column;
}

#tarifas-fibra-movil .tariff-card::before,
#tarifas-fibra-movil .tariff-card.featured::before {
    content: none;
}

#tarifas-fibra-movil .tariff-card.featured {
    border-color: rgba(238, 0, 0, 0.42);
    box-shadow: 0 0 0 1px rgba(238, 0, 0, 0.16), 0 14px 30px rgba(238, 0, 0, 0.14);
}

#tarifas-fibra-movil .tariff-card-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    padding: 18px 24px 28px;
}

#tarifas-fibra-movil .tariff-badge {
    margin-bottom: 8px;
    min-height: 20px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: transparent;
}

#tarifas-fibra-movil .tariff-card.featured .tariff-badge {
    color: #ef0000;
}

#tarifas-fibra-movil .tariff-price-shell {
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: grid;
    justify-items: center;
    align-content: center;
}

#tarifas-fibra-movil .tariff-card.featured .tariff-price-shell {
    width: min(100%, 182px);
    min-height: 182px;
    padding: 16px;
    border-radius: 50%;
    background: #ff1d1d;
    box-shadow: 0 16px 30px rgba(238, 0, 0, 0.18);
}

#tarifas-fibra-movil .tariff-price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    color: #050505;
}

#tarifas-fibra-movil .tariff-card.featured .tariff-price,
#tarifas-fibra-movil .tariff-card.featured .tariff-subtitle {
    color: #ffffff;
}

#tarifas-fibra-movil .tariff-price-amount {
    font-size: clamp(58px, 3.8vw, 78px);
    line-height: 0.84;
    font-weight: 800;
    letter-spacing: -0.06em;
}

#tarifas-fibra-movil .tariff-price-decimals {
    display: flex;
    flex-direction: column;
    margin-top: 6px;
    gap: 0;
    font-weight: 800;
}

#tarifas-fibra-movil .tariff-price-decimals span:first-child {
    font-size: 1rem;
    line-height: 1;
}

#tarifas-fibra-movil .tariff-price-decimals span:last-child {
    font-size: 0.9rem;
    line-height: 1.1;
}

#tarifas-fibra-movil .tariff-subtitle {
    margin-top: 10px;
    text-align: center;
    font-size: 0.92rem;
    color: #121212;
}

#tarifas-fibra-movil .tariff-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 26px;
    text-align: center;
    color: #0b0d12;
    font-size: clamp(18px, 1.15vw, 22px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.04em;
}

#tarifas-fibra-movil .tariff-actions {
    margin-top: auto;
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center;
    gap: 12px;
    align-items: center;
    width: min(100%, 214px);
}

#tarifas-fibra-movil .tariff-secondary,
#tarifas-fibra-movil .tariff-primary {
    flex: 1 1 0;
    min-height: 44px;
    border-radius: 999px;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#tarifas-fibra-movil .tariff-secondary {
    border: 3px solid #111111;
    background: transparent;
    color: #111111;
}

#tarifas-fibra-movil .tariff-primary {
    border: 0;
    background: #ef0000;
    color: #ffffff;
}

@media (max-width: 940px) {
    #tarifas-fibra-movil .tariff-card {
        min-height: 404px;
    }

    #tarifas-fibra-movil .tariff-card-inner {
        padding: 18px 20px 24px;
    }

    #tarifas-fibra-movil .tariff-card.featured .tariff-price-shell {
        width: 166px;
        min-height: 166px;
        padding: 20px 14px 16px;
    }

    #tarifas-fibra-movil .tariff-price-amount {
        font-size: 54px;
    }

    #tarifas-fibra-movil .tariff-details {
        font-size: 18px;
        gap: 14px;
    }
}
.hero-slider > .hero-slide--promo:first-child {
    padding: 0;
    background: linear-gradient(180deg, #080909 0%, #15171b 100%);
}

.hero-slider > .hero-slide--promo:first-child .page-breadcrumbs {
    display: none;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-card {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(340px, 0.82fr);
    gap: 0;
    align-items: stretch;
    min-height: 360px;
    padding: 0;
    border-radius: 0;
    background: #111111;
    overflow: hidden;
    position: relative;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-copy {
    position: static;
    padding: 24px 28px 22px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: #ffffff;
    overflow: visible;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-copy::before,
.hero-slider > .hero-slide--promo:first-child .hero-promo-copy::after,
.hero-slider > .hero-slide--promo:first-child .hero-promo-visual::after {
    content: none;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-copy h1 {
    margin: 0;
    max-width: 12ch;
    font-size: clamp(34px, 3.35vw, 54px);
    line-height: 0.92;
    letter-spacing: -0.05em;
    color: #090b10;
    font-weight: 800;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-copy p {
    margin: 14px 0 0;
    max-width: 22ch;
    font-size: clamp(20px, 1.75vw, 34px);
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #ef0000;
    font-weight: 700;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-plan {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) minmax(150px, 0.72fr);
    gap: 0;
    align-items: stretch;
    width: min(444px, calc(100% - 44px));
    min-width: 0;
    margin-top: 0;
    padding: 0;
    border-radius: 999px;
    border: 0;
    background: #0b0b0b;
    box-shadow: 0 20px 34px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    position: absolute;
    right: 24px;
    bottom: 18px;
    z-index: 2;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-feature,
.hero-slider > .hero-slide--promo:first-child .hero-promo-price {
    min-height: 108px;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-feature {
    padding: 18px 0 18px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-feature + .hero-promo-feature,
.hero-slider > .hero-slide--promo:first-child .hero-promo-price {
    border-left: 0;
    padding-left: 0;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-feature span,
.hero-slider > .hero-slide--promo:first-child .hero-promo-price-label {
    font-size: clamp(17px, 1.25vw, 24px);
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-feature strong {
    display: block;
    margin-top: 4px;
    font-size: clamp(28px, 2.2vw, 42px);
    line-height: 0.9;
    letter-spacing: -0.05em;
    color: #ffffff;
    font-weight: 800;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-feature small {
    display: block;
    margin-top: 3px;
    font-size: clamp(12px, 0.72vw, 15px);
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #ffffff;
    font-weight: 700;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-price {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 150px;
    background: var(--lowi-red);
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-price-main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    color: #ffffff;
    line-height: 0.86;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-price-amount {
    font-size: clamp(46px, 3vw, 64px);
    letter-spacing: -0.08em;
    font-weight: 800;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-price-decimals {
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 800;
    color: #ffffff;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-price-decimals span:first-child {
    font-size: clamp(18px, 1.15vw, 24px);
    line-height: 1;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-price-decimals span:last-child {
    font-size: clamp(14px, 0.86vw, 18px);
    line-height: 1.05;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-price-label {
    margin-top: 4px;
    font-size: clamp(13px, 0.8vw, 16px);
    line-height: 1;
    font-weight: 800;
    color: #ffffff;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-cta {
    margin-top: 26px;
    padding: 16px 36px;
    background: #111111;
    border-color: #111111;
    color: #ffffff;
    box-shadow: none;
    font-size: 18px;
    font-weight: 800;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-cta:hover {
    background: #1a1a1a;
    border-color: #1a1a1a;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-visual {
    position: relative;
    align-self: stretch;
    min-height: 360px;
    height: auto;
    margin: 0;
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
    overflow: hidden;
    background: #111111;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-visual::before {
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 8%);
    z-index: 1;
    content: "";
    position: absolute;
    pointer-events: none;
}

.hero-slider > .hero-slide--promo:first-child .hero-promo-image {
    object-fit: cover;
    object-position: 58% center;
}

.hero-slider > .hero-slide--promo .hero-promo-card,
.hero-slider > .hero-slide--promo.hero-slide--promo-sleep .hero-promo-card,
.hero-slider > .hero-slide--promo.hero-slide--promo-tv .hero-promo-card {
    height: 360px;
    min-height: 360px;
}

.hero-slider > .hero-slide--promo,
.hero-slider > .hero-slide--promo.hero-slide--promo-sleep,
.hero-slider > .hero-slide--promo.hero-slide--promo-tv {
    height: 360px;
    min-height: 360px;
    overflow: hidden;
}

.hero-slider > .hero-slide--promo .hero-promo-visual,
.hero-slider > .hero-slide--promo.hero-slide--promo-sleep .hero-promo-visual,
.hero-slider > .hero-slide--promo.hero-slide--promo-tv .hero-promo-visual {
    height: 360px;
    min-height: 360px;
}

@media (max-width: 780px) {
    .hero-slider > .hero-slide--promo:first-child .hero-promo-card {
        grid-template-columns: 1fr;
        gap: 0;
        min-height: auto;
        padding: 0;
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-copy {
        padding: 22px 16px 28px;
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-copy p {
        max-width: 22ch;
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-plan {
        left: 14px;
        right: 14px;
        width: auto;
        bottom: 16px;
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-visual {
        min-height: 280px;
        height: 280px;
        margin: 0 16px 16px;
        border-radius: 44px;
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-visual::before {
        inset: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 18%);
    }
}

@media (max-width: 600px) {
    .hero-slider > .hero-slide--promo:first-child {
        padding: 14px 10px 0;
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-card {
        padding: 18px 14px 14px;
        border-radius: 32px;
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-copy h1 {
        max-width: 9ch;
        font-size: 30px;
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-copy p {
        margin-top: 14px;
        max-width: 16ch;
        font-size: 16px;
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-plan {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 18px;
        position: static;
        width: 100%;
        border-radius: 30px;
        padding: 18px 18px 16px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 243, 243, 0.98) 100%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-feature,
    .hero-slider > .hero-slide--promo:first-child .hero-promo-price {
        min-height: auto;
        padding: 0;
        border-left: 0;
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-feature + .hero-promo-feature,
    .hero-slider > .hero-slide--promo:first-child .hero-promo-price {
        border-top: 1px solid rgba(9, 11, 16, 0.16);
        padding-top: 12px;
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-feature span,
    .hero-slider > .hero-slide--promo:first-child .hero-promo-price-label {
        font-size: 15px;
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-feature strong {
        margin-top: 6px;
        font-size: 28px;
        color: #090b10;
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-feature span,
    .hero-slider > .hero-slide--promo:first-child .hero-promo-feature small,
    .hero-slider > .hero-slide--promo:first-child .hero-promo-price-label,
    .hero-slider > .hero-slide--promo:first-child .hero-promo-price-main {
        color: #090b10;
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-price {
        min-width: 0;
        background: transparent;
        border-radius: 0;
        color: var(--lowi-red);
        text-align: left;
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-price-main {
        justify-content: flex-start;
        color: var(--lowi-red);
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-price-amount {
        font-size: 48px;
        color: var(--lowi-red);
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-price-decimals {
        color: var(--lowi-red);
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-price-decimals span:first-child {
        font-size: 18px;
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-price-decimals span:last-child,
    .hero-slider > .hero-slide--promo:first-child .hero-promo-price-label {
        font-size: 13px;
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-cta {
        margin-top: 16px;
        padding: 14px 24px;
        font-size: 17px;
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-visual {
        min-height: 176px;
        height: 176px;
        border-radius: 48px 24px 24px 48px;
    }

    .hero-slider > .hero-slide--promo:first-child .hero-promo-visual::before {
        left: -50px;
        width: 100px;
        height: 100px;
    }
}

