: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);
    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);
}

.tv-landing {
    background: #ffffff;
    margin-top: 0;
    padding: 0 0 22px;
    overflow: hidden;
}

.tv-breadcrumbs {
    max-width: none;
    margin: 0 0 42px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: clamp(17px, 1vw, 20px);
    line-height: 1.2;
}

.tv-breadcrumbs a {
    color: var(--lowi-red);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.tv-breadcrumbs span:last-child {
    color: #090b10;
}

.tv-breadcrumbs-separator {
    width: 12px;
    height: 12px;
    border-top: 2px solid #111111;
    border-right: 2px solid #111111;
    transform: rotate(45deg);
    flex: 0 0 auto;
}

.hero {
    background: var(--lowi-black);
    min-height: 0;
    display: block;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.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-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-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-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;
}

.tv-hero-tabs {
    max-width: 1500px;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    padding: 10px 12px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 999px;
    background: linear-gradient(135deg, #ffffff 0%, #faf6f6 100%);
    box-shadow: 0 12px 32px rgba(10, 10, 10, 0.08);
}

.tv-tab {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 999px;
    background: transparent;
    color: #090b10;
    font-size: clamp(16px, 0.95vw, 20px);
    font-weight: 700;
    cursor: pointer;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.tv-tab:hover {
    transform: translateY(-1px);
}

.tv-tab[aria-selected="true"] {
    background: var(--lowi-red);
    color: #ffffff;
}

.tv-tab:focus-visible {
    outline: 2px solid rgba(238, 0, 0, 0.5);
    outline-offset: 3px;
}

.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);
}

.tariff-showcase {
    position: relative;
    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;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
    scroll-margin-top: 170px;
}

.tariff-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(260px, 328px));
    justify-content: center;
    gap: 24px;
    margin-top: 0;
}

.tariff-card {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
    border-radius: 40px;
    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: "";
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-image: radial-gradient(circle, rgba(238, 0, 0, 0.9) 0 3.5px, transparent 4px);
    background-size: 16px 16px;
    opacity: 0.18;
    pointer-events: 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.featured::before {
    background: linear-gradient(135deg, #ff3131 0%, #ef0000 100%);
}

.tariff-card-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 12px 20px 20px;
}

.tariff-badge {
    margin: 0 0 4px;
    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: #ffffff;
}

.tariff-price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    color: #050505;
}

.tariff-card.featured .tariff-price,
.tariff-card.featured .tariff-subtitle {
    color: #ffffff;
}

.tariff-price-amount {
    font-size: clamp(48px, 3.2vw, 60px);
    line-height: 0.84;
    font-weight: 800;
    letter-spacing: -0.06em;
}

.tariff-price-decimals {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
    gap: 0;
    font-weight: 800;
}

.tariff-price-decimals span:first-child {
    font-size: 0.78rem;
    line-height: 1;
}

.tariff-price-decimals span:last-child {
    font-size: 0.76rem;
    line-height: 1.1;
}

.tariff-subtitle {
    margin: 4px 0 0;
    text-align: center;
    font-size: 0.78rem;
    color: #121212;
}

.tariff-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
    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 {
    margin-top: auto;
    display: flex;
    gap: 10px;
    align-items: center;
}

.tariff-secondary,
.tariff-primary {
    flex: 1 1 0;
    min-height: 40px;
    border-radius: 999px;
    font: inherit;
    font-size: 0.78rem;
    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: #0d0d0d;
    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;
    }
}

@media (max-width: 760px) {
    .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;
    }

    .tv-landing {
        padding: 0 0 18px;
    }

    .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;
    }

    .tariff-showcase {
        padding: 40px 16px 56px;
        border-top-left-radius: 34px;
        border-top-right-radius: 34px;
        border-bottom-left-radius: 34px;
        border-bottom-right-radius: 34px;
    }

    .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: 280px;
    }

    .tariff-details {
        margin-top: 22px;
        font-size: 18px;
    }

    .site-footer {
        padding: 24px 16px 18px;
    }

    .footer-copy {
        margin-top: 36px;
    }
}

@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;
    }

    .tv-breadcrumbs {
        gap: 10px;
        margin-bottom: 24px;
        font-size: 15px;
    }

    .tv-breadcrumbs-separator {
        width: 10px;
        height: 10px;
        border-top-width: 2px;
        border-right-width: 2px;
    }

    .tv-hero-tabs {
        gap: 8px;
        margin-top: 14px;
        padding: 8px 10px;
    }

    .tv-tab {
        min-height: 42px;
        padding: 0 14px;
        font-size: 13px;
    }

    .hero .cta {
        font-size: 17px;
        padding: 14px 24px;
    }

    .tariff-card-inner {
        padding: 14px 18px 18px;
    }

    .tariff-actions {
        flex-direction: column;
    }

    .tariff-card {
        min-height: 248px;
    }

    .tariff-card::before {
        height: 92px;
    }

    .tariff-price-amount {
        font-size: 44px;
    }

    .tariff-details {
        margin-top: 18px;
        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(3, minmax(250px, 300px));
    gap: 20px;
}

.tariff-card {
    min-height: 432px;
    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: 18px 24px 28px;
}

.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.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.92rem;
}

.tariff-details {
    gap: 16px;
    margin-top: 26px;
    font-size: clamp(18px, 1.15vw, 22px);
    line-height: 1.04;
}

/* Home-aligned page-specific sections */
.tv-landing {
    background: var(--lowi-black);
    padding: 0 0 24px;
}

.tv-breadcrumbs {
    display: none;
}

.tv-hero-tabs {
    margin: 18px auto 0;
    box-shadow: 0 18px 36px rgba(15, 18, 22, 0.06);
}

.tariff-actions {
    width: min(100%, 214px);
    gap: 12px;
}

.tariff-secondary,
.tariff-primary {
    min-height: 44px;
    font-size: 0.86rem;
}

.tariff-secondary {
    border-width: 3px;
}

@media (max-width: 940px) {
    .tv-landing {
        padding: 0 0 18px;
    }
    .tv-hero-tabs {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 12px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .tv-hero-tabs::-webkit-scrollbar {
        display: none;
    }

    .tv-tab {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .hero-banner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .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;
    }
}

@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;
    }
}

.official-shell {
    width: min(1500px, calc(100% - 48px));
    margin: 0 auto;
}

.testimonials-section {
    padding: 28px 24px 0;
}

.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-panel {
    padding: 40px 38px 42px;
}

.testimonials-header {
    max-width: 760px;
}

.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-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,
    .footer-top {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .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) {
    .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;
    }
}

@media (max-width: 600px) {
    .top-nav {
        align-items: flex-start;
        gap: 10px 12px;
        padding: 12px;
    }

    .logo {
        width: 76px;
    }

    .menu {
        order: 2;
        width: 100%;
        gap: 18px;
        padding-top: 6px;
        padding-bottom: 2px;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .menu::-webkit-scrollbar {
        display: none;
    }

    .menu li {
        flex: 0 0 auto;
    }

    .menu a {
        min-height: 32px;
        white-space: nowrap;
        font-size: 14px;
    }

    .nav-right {
        order: 3;
        width: 100%;
        margin-left: 0;
        flex-wrap: wrap;
    }

    .call-btn {
        width: 100%;
        min-width: 0;
        min-height: 48px;
        justify-content: center;
        padding: 12px 18px;
        font-size: 16px;
    }

    .phone-btn {
        width: 100%;
        min-height: 48px;
        justify-content: center;
        padding: 12px 18px;
        font-size: 16px;
    }

    .hero-banner {
        padding: 20px;
    }
}

@media (max-width: 940px) {
    .top-nav {
        flex-wrap: wrap;
        gap: 14px;
        padding: 14px 16px 16px;
    }

    .menu {
        order: 3;
        width: 100%;
        gap: 22px;
        overflow-x: auto;
        padding-top: 8px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .menu::-webkit-scrollbar {
        display: none;
    }

    .menu li {
        flex: 0 0 auto;
    }

    .menu a {
        white-space: nowrap;
    }

    .call-btn {
        min-height: 46px;
        padding: 12px 20px;
        font-size: 16px;
    }

    .phone-btn {
        min-height: 46px;
        padding: 12px 16px;
        font-size: 15px;
    }
}

