/* =========================================================
   OPIX — HOME
   Estilos exclusivos da página inicial
   ========================================================= */

.home-hero {
    position: relative;
    overflow: hidden;
    padding: 76px 0 64px;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 72% 22%,
            rgba(205, 62, 255, 0.34),
            transparent 25%
        ),
        radial-gradient(
            circle at 38% 110%,
            rgba(125, 36, 216, 0.44),
            transparent 40%
        ),
        linear-gradient(
            118deg,
            #12001f 0%,
            #260243 54%,
            #130022 100%
        );
}

.home-hero::before {
    content: "";
    position: absolute;
    top: 18%;
    right: -4%;
    width: 670px;
    height: 240px;
    border: 3px solid rgba(229, 92, 255, 0.38);
    border-radius: 50%;
    transform: rotate(-13deg);
    filter: drop-shadow(0 0 18px rgba(211, 67, 255, 0.46));
    pointer-events: none;
}

.home-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(320px, 0.74fr)
        minmax(280px, 0.76fr);
    gap: 32px;
    align-items: center;
}

.home-hero-copy {
    max-width: 550px;
}

.home-hero-copy .eyebrow {
    margin-bottom: 22px;
}

.home-hero-copy h1 {
    margin: 0;
    max-width: 540px;
    color: #ffffff;
    font-size: clamp(3.4rem, 5.2vw, 5.25rem);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.96;
}

.home-hero-copy h1 span {
    display: block;
    margin-top: 8px;
    background: linear-gradient(
        90deg,
        #c85dff 0%,
        #f340eb 52%,
        #ff67d4 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.home-hero-copy p {
    max-width: 510px;
    margin: 28px 0 0;
    color: #e8ddef;
    font-size: 1.16rem;
    line-height: 1.65;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.home-hero-actions .btn {
    min-width: 210px;
}

/* Oferta principal */

.home-offer {
    position: relative;
    padding: 28px;
    border: 1px solid rgba(235, 155, 255, 0.35);
    border-radius: 26px;
    background:
        linear-gradient(
            180deg,
            rgba(111, 18, 169, 0.93),
            rgba(31, 4, 55, 0.97)
        );
    box-shadow:
        0 30px 75px rgba(0, 0, 0, 0.30),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-offer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.home-offer-badge,
.home-offer-wifi {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    font-size: 0.70rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.home-offer-badge {
    color: #ffffff;
    background: linear-gradient(90deg, #b82df0, #e248f2);
}

.home-offer-wifi {
    color: #f3d7ff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.07);
}

.home-offer-speed {
    display: flex;
    align-items: flex-end;
    gap: 9px;
    margin-top: 24px;
    color: #ffffff;
}

.home-offer-speed strong {
    font-size: clamp(4.7rem, 6vw, 6rem);
    font-weight: 950;
    letter-spacing: -0.07em;
    line-height: 0.84;
}

.home-offer-speed span {
    padding-bottom: 8px;
    color: #e54ef1;
    font-size: 1.45rem;
    font-weight: 900;
}

.home-offer-service {
    margin-top: 14px;
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 800;
}

.home-offer-service strong {
    color: #ff6962;
    font-weight: 950;
}

.home-offer-divider {
    height: 1px;
    margin: 22px 0;
    background: rgba(255, 255, 255, 0.14);
}

.home-offer-benefits {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-offer-benefits li {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #eadff1;
    font-size: 0.88rem;
}

.home-offer-benefits svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    fill: none;
    stroke: #ec70ff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-offer-price {
    margin-top: 23px;
}

.home-offer-price > span {
    display: block;
    margin-bottom: 5px;
    color: #d8c9e1;
    font-size: 0.82rem;
}

.home-offer-value {
    display: flex;
    align-items: flex-end;
    gap: 7px;
}

.home-offer-value small {
    padding-bottom: 8px;
    color: #ffffff;
    font-size: 1.18rem;
    font-weight: 850;
}

.home-offer-value strong {
    color: #e943f4;
    font-size: clamp(3.1rem, 4vw, 4rem);
    font-weight: 950;
    letter-spacing: -0.055em;
    line-height: 0.9;
}

.home-offer-value em {
    padding-bottom: 7px;
    color: #ffffff;
    font-size: 0.87rem;
    font-style: normal;
}

.home-offer .btn {
    width: 100%;
    margin-top: 24px;
}

/* Imagem */

.home-hero-media {
    position: relative;
    height: 470px;
    overflow: hidden;
    border-radius: 30px;
    background: #24023f;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.27);
}

.home-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(36, 2, 63, 0.20),
            transparent 35%
        );
    pointer-events: none;
}

@media (max-width: 1100px) {
    .home-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
    }

    .home-hero-media {
        display: none;
    }
}

@media (max-width: 760px) {
    .home-hero {
        padding: 54px 0 42px;
    }

    .home-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .home-hero-copy h1 {
        font-size: clamp(3rem, 14vw, 4.2rem);
    }

    .home-hero-copy p {
        font-size: 1rem;
    }

    .home-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-hero-actions .btn {
        width: 100%;
        min-width: 0;
    }

    .home-offer {
        padding: 24px;
    }

    .home-offer-speed strong {
        font-size: 4.6rem;
    }
}

/* === availability-refino-start === */

.availability-card {
    padding: 34px 34px 30px;
    border-radius: 30px;
}

.availability-top {
    display: grid;
    grid-template-columns: minmax(320px, .95fr) minmax(0, 1.22fr);
    gap: 34px;
    align-items: center;
}

.availability-title {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.availability-badge {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, #b420ea, #6a0fb2);
    display: grid;
    place-items: center;
    box-shadow: 0 16px 34px rgba(130, 21, 201, .18);
}

.availability-badge svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.availability-copy h2 {
    margin: 0;
    font-size: 1.72rem;
    line-height: 1.08;
    color: var(--ink);
}

.availability-copy h2 span {
    color: var(--purple-600);
}

.availability-copy p {
    margin: 14px 0 0;
    max-width: 460px;
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.55;
}

.availability-form {
    display: grid;
    grid-template-columns:
        minmax(160px, .9fr)
        minmax(280px, 1.28fr)
        minmax(250px, .95fr);
    gap: 14px;
    align-items: end;
    padding: 20px;
    border-radius: 24px;
    background: #fbf7fd;
    border: 1px solid #eddcf8;
}

.availability-form .field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.availability-form .field label {
    margin: 0;
    color: #725d8d;
    font-size: .84rem;
    font-weight: 850;
    line-height: 1.25;
    letter-spacing: .02em;
    text-transform: none;
}

.availability-form .field input,
.availability-form .field select {
    min-height: 54px;
    border-radius: 16px;
    border: 1px solid #d9c7ed;
    background: #fff;
    color: var(--ink);
    padding: 0 16px;
}

.availability-form .field input::placeholder {
    color: #9a86b2;
}

.availability-form .btn {
    width: 100%;
    min-height: 54px;
    padding: 0 18px;
    border-radius: 16px;
}

.benefit-strip {
    padding-top: 26px;
    margin-top: 26px;
}

.benefit {
    padding: 0 18px;
}

.benefit strong {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    font-size: 1rem;
    line-height: 1.25;
    color: var(--ink);
}

.benefit span {
    display: block;
    color: var(--muted);
    font-size: .89rem;
    line-height: 1.45;
}

.benefit-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #f4e8ff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

.benefit-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: var(--purple-700);
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.trustbar {
    margin-top: 20px;
    padding: 24px 26px;
    border-radius: 26px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.trust-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.trust-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(255,255,255,.08);
}

.trust-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.trust-item strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.2;
}

.trust-item span {
    display: block;
    color: #d8cbe6;
    font-size: .88rem;
    line-height: 1.42;
}

@media (max-width: 1080px) {
    .availability-top {
        grid-template-columns: 1fr;
    }

    .availability-form {
        grid-template-columns: 1fr 1.2fr;
    }

    .availability-form .btn {
        grid-column: 1 / -1;
    }

    .trustbar {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .availability-card {
        padding: 24px 20px;
    }

    .availability-title {
        gap: 14px;
    }

    .availability-copy h2 {
        font-size: 1.42rem;
    }

    .availability-copy p {
        font-size: .96rem;
    }

    .availability-form {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .benefit-strip {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .benefit {
        padding: 0;
        border-right: 0;
    }

    .trustbar {
        grid-template-columns: 1fr;
        padding: 20px;
    }
}

@media (max-width: 560px) {
    .benefit-strip {
        grid-template-columns: 1fr;
    }
}

/* === availability-refino-end === */

/* === icon-alignment-fix-start === */

/*
 * Corrige regras genéricas de span que estavam removendo
 * a centralização dos ícones.
 */

.availability-title > .availability-badge {
    display: grid !important;
    place-items: center !important;
    align-items: center !important;
    justify-items: center !important;

    width: 58px;
    height: 58px;
    flex: 0 0 58px;

    padding: 0 !important;
    margin: 0 !important;

    border-radius: 18px;
    line-height: 0 !important;
    text-align: center;
}

.availability-title > .availability-badge svg {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0;
}


/* Ícones da faixa branca */

.benefit strong {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start;
    gap: 11px;
}

.benefit strong > .benefit-icon {
    display: inline-grid !important;
    place-items: center !important;
    align-items: center !important;
    justify-items: center !important;

    width: 38px;
    height: 38px;
    min-width: 38px;
    flex: 0 0 38px;

    padding: 0 !important;
    margin: 0 !important;

    border-radius: 12px;
    line-height: 0 !important;
    text-align: center;

    color: var(--purple-700);
    background:
        linear-gradient(
            145deg,
            #f8efff,
            #eddbfb
        );

    border: 1px solid #ead5fa;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .95),
        0 7px 18px rgba(102, 20, 161, .08);
}

.benefit strong > .benefit-icon svg {
    display: block !important;

    width: 19px !important;
    height: 19px !important;

    margin: 0 !important;
    padding: 0 !important;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;

    transform: none !important;
}

.benefit > span {
    display: block;
    padding-left: 49px;
}


/* Ícones da faixa roxa */

.trust-item {
    display: flex;
    align-items: center !important;
    justify-content: flex-start;
    gap: 14px;
    min-width: 0;
}

.trust-item > .trust-icon {
    display: inline-grid !important;
    place-items: center !important;
    align-items: center !important;
    justify-items: center !important;

    width: 42px;
    height: 42px;
    min-width: 42px;
    flex: 0 0 42px;

    padding: 0 !important;
    margin: 0 !important;

    border-radius: 13px;
    line-height: 0 !important;
    text-align: center;

    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .13),
            rgba(255, 255, 255, .05)
        );

    border: 1px solid rgba(255, 255, 255, .08);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .08);
}

.trust-item > .trust-icon svg {
    display: block !important;

    width: 20px !important;
    height: 20px !important;

    margin: 0 !important;
    padding: 0 !important;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;

    transform: none !important;
}

.trust-item > div {
    min-width: 0;
}

.trust-item > div > strong {
    display: block;
    margin: 0 0 4px;
}

.trust-item > div > span {
    display: block;
    margin: 0;
}


/* Ajuste em telas menores */

@media (max-width: 760px) {
    .benefit > span {
        padding-left: 49px;
    }

    .trust-item > .trust-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        flex-basis: 40px;
    }
}

/* === icon-alignment-fix-end === */

/* === availability-button-row-start === */

.availability-form {
    width: 100%;
    min-width: 0;

    display: grid;
    grid-template-columns:
        minmax(170px, 0.8fr)
        minmax(280px, 1.2fr);

    gap: 14px 16px;
    align-items: end;
}

.availability-form .field {
    width: 100%;
    min-width: 0;
}

.availability-form .field input,
.availability-form .field select {
    width: 100%;
    min-width: 0;
}

.availability-form > .btn {
    grid-column: 1 / -1;

    width: min(100%, 330px);
    min-width: 0;
    min-height: 54px;

    justify-self: center;
    margin-top: 4px;

    padding-left: 24px;
    padding-right: 24px;
}


/* Tablet */

@media (max-width: 1080px) {
    .availability-form {
        grid-template-columns:
            minmax(160px, 0.8fr)
            minmax(240px, 1.2fr);
    }

    .availability-form > .btn {
        grid-column: 1 / -1;
    }
}


/* Celular */

@media (max-width: 700px) {
    .availability-form {
        grid-template-columns: 1fr;
    }

    .availability-form > .btn {
        grid-column: auto;
        width: 100%;
        max-width: none;
    }
}

/* === availability-button-row-end === */

/* === home-plan-cards-refino-start === */

.home-plans-section {
    padding-top: 78px;
}

.home-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 32px;
}

.home-plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 24px 24px 22px;
    border-radius: 28px;
    border: 1px solid #eddcf8;
    background:
        linear-gradient(180deg, #ffffff 0%, #fcf8ff 100%);
    box-shadow:
        0 16px 34px rgba(35, 8, 66, .06),
        inset 0 1px 0 rgba(255,255,255,.95);
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
    overflow: hidden;
}

.home-plan-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 104px;
    background:
        linear-gradient(180deg, rgba(192, 97, 255, .09), rgba(255,255,255,0));
    pointer-events: none;
}

.home-plan-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 26px 54px rgba(35, 8, 66, .10),
        inset 0 1px 0 rgba(255,255,255,.95);
}

.home-plan-card.featured {
    border-color: #cd76ff;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbf4ff 100%);
    box-shadow:
        0 20px 44px rgba(120, 29, 189, .14),
        inset 0 1px 0 rgba(255,255,255,.95);
    transform: translateY(-10px);
}

.home-plan-card.featured::before {
    height: 132px;
    background:
        linear-gradient(180deg, rgba(210, 88, 255, .20), rgba(255,255,255,0));
}

.home-plan-highlight {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    width: fit-content;
    margin-bottom: 18px;
    padding: 10px 14px;
    border-radius: 16px;
    background:
        linear-gradient(135deg, #6d11b7, #bf31f3);
    box-shadow: 0 16px 30px rgba(121, 24, 189, .18);
}

.home-plan-highlight span {
    color: #fff;
    font-size: .86rem;
    font-weight: 900;
    line-height: 1.1;
}

.home-plan-highlight small {
    color: rgba(255,255,255,.90);
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.15;
}

.home-plan-top {
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
}

.home-plan-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    color: var(--purple-800);
    font-size: .84rem;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
    background: #f4e5ff;
    border: 1px solid #e6cdfa;
}

.home-plan-brand-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: inline-grid;
    place-items: center;
    border-radius: 10px;
    background:
        linear-gradient(145deg, #c64fff, #8f1ddb);
    box-shadow: 0 10px 18px rgba(122, 27, 194, .16);
}

.home-plan-brand-icon svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-plan-speed {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 10px;
    color: var(--purple-900);
}

.home-plan-speed strong {
    font-size: clamp(4rem, 4.2vw, 4.7rem);
    font-weight: 950;
    letter-spacing: -.07em;
    line-height: .84;
}

.home-plan-speed span {
    padding-bottom: 10px;
    color: #7f13c9;
    font-size: 1.22rem;
    font-weight: 850;
    text-transform: uppercase;
}

.home-plan-profile {
    position: relative;
    z-index: 1;
    min-height: 52px;
    margin: 0 0 18px;
    color: #6e5a85;
    font-size: .97rem;
    line-height: 1.5;
}

.home-plan-price {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    gap: 6px;
    margin-bottom: 22px;
    color: var(--purple-800);
}

.home-plan-price small {
    padding-bottom: 9px;
    font-size: 1rem;
    font-weight: 850;
}

.home-plan-price strong {
    color: #a115e0;
    font-size: clamp(2.7rem, 3.4vw, 3.3rem);
    font-weight: 950;
    letter-spacing: -.06em;
    line-height: .9;
}

.home-plan-price span {
    padding-bottom: 8px;
    color: #6e5a85;
    font-size: .9rem;
    font-weight: 700;
}

.home-plan-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-plan-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: #2b143e;
    font-size: .98rem;
    line-height: 1.45;
}

.home-plan-list li svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 2px;
    fill: none;
    stroke: #b020e6;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-plan-btn {
    width: 100%;
    margin-top: 22px;
    min-height: 56px;
    border-radius: 18px;
    font-size: 1rem;
    font-weight: 850;
}

.home-plan-card .btn-outline.home-plan-btn {
    border: 1px solid #dfc8f4;
    color: var(--purple-800);
    background: #fff;
}

.home-plan-card .btn-outline.home-plan-btn:hover {
    background: #f9f3ff;
    border-color: #cb9bf0;
}

.home-plan-card.featured .home-plan-btn {
    box-shadow: 0 16px 30px rgba(140, 28, 216, .18);
}

.home-plan-footer {
    margin-top: 28px;
    text-align: center;
}

@media (max-width: 1100px) {
    .home-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-plan-card.featured {
        transform: none;
    }
}

@media (max-width: 760px) {
    .home-plan-grid {
        grid-template-columns: 1fr;
    }

    .home-plan-card {
        padding: 22px 20px 20px;
        border-radius: 24px;
    }

    .home-plan-speed strong {
        font-size: 3.8rem;
    }

    .home-plan-price strong {
        font-size: 2.8rem;
    }

    .home-plan-profile {
        min-height: auto;
    }
}

/* === home-plan-cards-refino-end === */

/* === home-streaming-plans-start === */

.home-streaming-section {
    padding-top: 78px;
}

.home-streaming-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 430px));
    justify-content: center;
    gap: 28px;
    margin-top: 36px;
}

.home-streaming-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px;
    border: 1px solid #ead8f7;
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(224, 81, 255, .11),
            transparent 35%
        ),
        linear-gradient(180deg, #fff, #fcf8ff);
    box-shadow:
        0 18px 45px rgba(42, 7, 76, .08);
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.home-streaming-card:hover {
    transform: translateY(-7px);
    box-shadow:
        0 30px 65px rgba(42, 7, 76, .13);
}

.home-streaming-card.featured {
    border: 2px solid #ca3cf2;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(224, 81, 255, .20),
            transparent 38%
        ),
        linear-gradient(180deg, #fff, #faf1ff);
    box-shadow:
        0 26px 60px rgba(122, 22, 187, .15);
}

.home-streaming-highlight {
    position: absolute;
    top: -15px;
    left: 28px;
    padding: 8px 15px;
    border-radius: 999px;
    color: #fff;
    background:
        linear-gradient(135deg, #b727ed, #7111b7);
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow:
        0 12px 28px rgba(132, 22, 198, .23);
}

.home-streaming-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 26px;
}

.home-streaming-brand,
.home-streaming-wifi {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 13px;
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.home-streaming-brand {
    color: #e14b46;
    background: #fff0ee;
    border: 1px solid #ffd6d2;
}

.home-streaming-wifi {
    color: #7012b0;
    background: #f4e5ff;
    border: 1px solid #e4c8fa;
}

.home-streaming-speed {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.home-streaming-speed strong {
    color: #31004f;
    font-size: clamp(4.5rem, 6vw, 5.4rem);
    font-weight: 950;
    line-height: .83;
    letter-spacing: -.07em;
}

.home-streaming-speed span {
    padding-bottom: 10px;
    color: #9d19d7;
    font-size: 1.25rem;
    font-weight: 900;
    text-transform: uppercase;
}

.home-streaming-profile {
    min-height: 54px;
    margin: 20px 0;
    color: #705c82;
    font-size: 1rem;
    line-height: 1.5;
}

.home-streaming-price {
    display: flex;
    align-items: flex-end;
    gap: 7px;
    margin-bottom: 25px;
}

.home-streaming-price small {
    padding-bottom: 9px;
    color: #31004f;
    font-size: 1.05rem;
    font-weight: 850;
}

.home-streaming-price strong {
    color: #af14df;
    font-size: 3.5rem;
    font-weight: 950;
    line-height: .9;
    letter-spacing: -.06em;
}

.home-streaming-price span {
    padding-bottom: 8px;
    color: #705c82;
    font-size: .9rem;
    font-weight: 700;
}

.home-streaming-list {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-streaming-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: #271238;
    font-size: .97rem;
    line-height: 1.4;
}

.home-streaming-list svg {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    margin-top: 1px;
    fill: none;
    stroke: #b11ee3;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-streaming-button {
    width: 100%;
    min-height: 56px;
    margin-top: 26px;
    border-radius: 18px;
    color: #fff;
    background:
        linear-gradient(135deg, #bd27ec, #7411b8);
    box-shadow:
        0 15px 30px rgba(126, 20, 188, .18);
}

.home-streaming-note {
    max-width: 710px;
    margin: 27px auto 0;
    color: #7a6988;
    font-size: .84rem;
    line-height: 1.5;
    text-align: center;
}

.home-streaming-footer {
    margin-top: 23px;
    text-align: center;
}

@media (max-width: 860px) {
    .home-streaming-grid {
        grid-template-columns: minmax(0, 500px);
    }
}

@media (max-width: 560px) {
    .home-streaming-card {
        padding: 24px 20px;
    }

    .home-streaming-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-streaming-speed strong {
        font-size: 4.3rem;
    }

    .home-streaming-price strong {
        font-size: 3rem;
    }
}

/* === home-streaming-plans-end === */

/* === home-condo-refino-start === */

.home-condo-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 8% 20%,
            rgba(190, 70, 242, .08),
            transparent 25%
        ),
        linear-gradient(180deg, #fbf8fd 0%, #f8f3fb 100%);
}

.home-condo-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
    gap: 48px;
    align-items: center;
}

.home-condo-content .section-title {
    max-width: 680px;
}

.home-condo-content .section-subtitle {
    max-width: 690px;
}

.home-condo-states {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.home-condo-states span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    color: #7614bd;
    background: #fff;
    border: 1px solid #e3cff4;
    font-size: .83rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    box-shadow: 0 8px 20px rgba(80, 14, 128, .05);
}

.home-condo-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.home-condo-benefit {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 154px;
    padding: 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .82);
    border: 1px solid #eadcf4;
    box-shadow: 0 12px 30px rgba(50, 9, 87, .04);
    transition: transform .2s ease, box-shadow .2s ease;
}

.home-condo-benefit:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 42px rgba(50, 9, 87, .08);
}

.home-condo-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(145deg, #c330ed, #7413ba);
    box-shadow: 0 12px 24px rgba(120, 20, 189, .17);
}

.home-condo-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-condo-benefit h3 {
    margin: 1px 0 7px;
    color: #260039;
    font-size: 1rem;
    line-height: 1.25;
}

.home-condo-benefit p {
    margin: 0;
    color: #746481;
    font-size: .9rem;
    line-height: 1.5;
}

.home-condo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.home-condo-actions .btn {
    min-width: 225px;
}

.home-condo-secondary {
    color: #60109b;
    background: #fff;
    border: 1px solid #dac3ed;
}

.home-condo-secondary:hover {
    background: #f9f3fd;
    border-color: #c79be7;
}

.home-condo-panel {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    border-radius: 34px;
    color: #fff;
    background:
        radial-gradient(
            circle at 80% 5%,
            rgba(225, 82, 255, .40),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            #320052 0%,
            #69098e 50%,
            #3a005d 100%
        );
    box-shadow: 0 30px 75px rgba(45, 0, 75, .22);
}

.home-condo-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.06),
            transparent 45%
        );
    pointer-events: none;
}

.home-condo-panel-orbit {
    position: absolute;
    width: 690px;
    height: 230px;
    right: -260px;
    top: 85px;
    border: 2px solid rgba(239, 151, 255, .35);
    border-radius: 50%;
    transform: rotate(-20deg);
    box-shadow: 0 0 28px rgba(225, 92, 255, .18);
}

.home-condo-panel-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    min-height: 610px;
    padding: 42px 38px 34px;
}

.home-condo-panel-states {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}

.home-condo-panel-states span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.24);
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.home-condo-panel h3 {
    max-width: 510px;
    margin: 50px 0 22px;
    font-size: clamp(2.6rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: -.04em;
}

.home-condo-panel > div p,
.home-condo-panel-content > p {
    max-width: 520px;
    margin: 0;
    color: #eadff1;
    font-size: 1.04rem;
    line-height: 1.6;
}

.home-condo-audiences {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.home-condo-audiences > div {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(8px);
}

.home-condo-audience-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    margin-bottom: 13px;
    border-radius: 13px;
    color: #fff;
    background: rgba(255,255,255,.12);
}

.home-condo-audience-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-condo-audiences strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 1rem;
}

.home-condo-audiences small {
    display: block;
    color: #dacbe3;
    font-size: .82rem;
    line-height: 1.45;
}

.home-condo-panel-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    padding-top: 30px;
}

.home-condo-panel-footer span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    color: #f4eaf8;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    font-size: .78rem;
    font-weight: 750;
}

@media (max-width: 1080px) {
    .home-condo-grid {
        grid-template-columns: 1fr;
    }

    .home-condo-panel {
        min-height: 540px;
    }

    .home-condo-panel-content {
        min-height: 540px;
    }
}

@media (max-width: 700px) {
    .home-condo-benefits {
        grid-template-columns: 1fr;
    }

    .home-condo-benefit {
        min-height: auto;
    }

    .home-condo-actions {
        display: grid;
    }

    .home-condo-actions .btn {
        width: 100%;
        min-width: 0;
    }

    .home-condo-panel {
        min-height: auto;
        border-radius: 28px;
    }

    .home-condo-panel-content {
        min-height: auto;
        padding: 32px 24px 26px;
    }

    .home-condo-panel h3 {
        margin-top: 36px;
        font-size: 2.6rem;
    }

    .home-condo-audiences {
        grid-template-columns: 1fr;
    }

    .home-condo-panel-footer {
        margin-top: 28px;
    }
}

/* === home-condo-refino-end === */
