/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 15 2026 | 22:49:04 */
/* Auto-generated from style.css: installation.html specific rules */

/* ===== INSTALLATION PAGE ===== */
.installation-page {
    position: relative;
    padding-top: 120px;
    overflow: hidden;
}

.installation-hero {
    position: relative;
    padding: 72px 0 110px;
}

.installation-head {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 42px;
    position: relative;
    z-index: 1;
}

.installation-head h1 {
    font-size: clamp(38px, 6vw, 62px);
    font-weight: 800;
    margin-bottom: 12px;
    letter-spacing: -0.03em;
    line-height: 1;
}

.installation-head p {
    color: var(--text-secondary);
    font-size: 18px;
}

.wow-offer {
    position: relative;
    margin-bottom: 22px;
    padding: 10px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        radial-gradient(circle at 12% 50%, rgba(255, 255, 255, 0.14), transparent 40%),
        linear-gradient(108deg, rgba(210, 15, 42, 0.88), rgba(179, 15, 44, 0.84) 48%, rgba(13, 18, 34, 0.9) 100%);
    box-shadow: 0 16px 32px rgba(6, 12, 28, 0.38);
    overflow: hidden;
    isolation: isolate;
    background-size: 120% 120%, 220% 220%;
    background-position: 0% 45%, 0% 50%;
    transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
    animation:
        wow-offer-enter 0.55s cubic-bezier(0.2, 0.7, 0.2, 1) both,
        wow-offer-bg-pan 10s ease-in-out infinite alternate;
    contain: layout paint;
}

.wow-offer:hover {
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 20px 38px rgba(6, 12, 28, 0.46);
    transform: translateY(-1px);
}

.wow-offer::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1.1px;
    background: linear-gradient(120deg, rgba(255, 230, 236, 0.72), rgba(255, 103, 140, 0.68), rgba(255, 230, 236, 0.72));
    background-size: 220% 220%;
    background-position: 0% 50%;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 3;
    opacity: 0.88;
    animation: wow-offer-border-pan 5.6s linear infinite;
}

.wow-offer__aura {
    position: absolute;
    inset: -38% -18% auto;
    height: 155%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 68%);
    opacity: 0.2;
    pointer-events: none;
    z-index: 1;
    animation: wow-offer-aura 9s ease-in-out infinite alternate;
}

.wow-offer__bar {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
}

.wow-offer__lead {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 310px;
    min-width: 230px;
    flex-wrap: wrap;
}

.wow-offer__mini-icon {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: currentColor;
}

.wow-offer__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.11);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.1;
}

.wow-offer__eyebrow .wow-offer__mini-icon {
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
    animation: wow-offer-dot 1.8s ease-in-out infinite;
}

.wow-offer__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.96);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.wow-offer__countdown {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(13, 18, 34, 0.22);
    backdrop-filter: blur(3px);
    gap: 8px;
    animation: wow-offer-countdown 2.8s ease-in-out infinite;
}

.wow-offer__countdown-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wow-offer__countdown-label .wow-offer__mini-icon {
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.14);
}

.wow-offer__countdown-values {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.wow-offer__time-unit {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    min-width: 44px;
    padding: 3px 5px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
}

.wow-offer__countdown-values span[data-offer-hours],
.wow-offer__countdown-values span[data-offer-minutes],
.wow-offer__countdown-values span[data-offer-seconds] {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    text-align: center;
    line-height: 1;
}

.wow-offer__time-unit small {
    color: rgba(255, 255, 255, 0.8);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    transform: translateY(-1px);
}

.wow-offer__amount {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    line-height: 1;
    padding-inline: 2px;
}

.wow-offer__amount span {
    font-size: 15px;
    font-weight: 700;
    color: rgba(255, 225, 230, 0.84);
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.wow-offer__amount strong {
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.wow-offer__cta {
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    background: #ffffff;
    color: #88162f;
    box-shadow: 0 10px 22px rgba(13, 18, 34, 0.24);
    animation: wow-offer-cta 3.6s ease-in-out infinite;
}

.wow-offer__cta:hover {
    background: #fff5f7;
    box-shadow: 0 14px 28px rgba(13, 18, 34, 0.3);
}

.wow-offer__slim-banner {
    margin: 8px 2px 2px;
    position: relative;
    z-index: 2;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(13, 18, 34, 0.22);
    color: rgba(248, 250, 252, 0.9);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    width: fit-content;
}

.wow-offer__slim-banner.is-visible {
    animation: wow-offer-slim-banner 0.4s ease both;
}

.wow-offer.is-slim {
    padding-top: 8px;
    padding-bottom: 8px;
}

.wow-offer.is-slim .wow-offer__tag,
.wow-offer.is-slim .wow-offer__countdown-label,
.wow-offer.is-slim .wow-offer__amount span {
    display: none;
}

@keyframes wow-offer-enter {
    0% {
        opacity: 0;
        transform: translateY(8px) scale(0.99);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes wow-offer-bg-pan {
    0% {
        background-position: 0% 45%, 0% 50%;
    }
    50% {
        background-position: 45% 55%, 100% 50%;
    }
    100% {
        background-position: 100% 48%, 0% 50%;
    }
}

@keyframes wow-offer-border-pan {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 220% 50%;
    }
}

@keyframes wow-offer-aura {
    0% {
        transform: translate3d(-1.5%, -1.5%, 0) scale(1);
        opacity: 0.2;
    }
    100% {
        transform: translate3d(1.5%, 1.5%, 0) scale(1.04);
        opacity: 0.32;
    }
}

@keyframes wow-offer-dot {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(239, 64, 90, 0.5);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 0 5px rgba(239, 64, 90, 0);
    }
}

@keyframes wow-offer-price {
    0%,
    100% {
        border-color: rgba(255, 255, 255, 0.18);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

@keyframes wow-offer-countdown {
    0%,
    100% {
        border-color: rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(225, 29, 46, 0);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.32);
        box-shadow: 0 0 0 4px rgba(225, 29, 46, 0.08);
    }
}

@keyframes wow-offer-cta {
    0%,
    100% {
        transform: translateY(0);
        box-shadow: 0 10px 22px rgba(13, 18, 34, 0.24);
    }
    50% {
        transform: translateY(-1px);
        box-shadow: 0 14px 30px rgba(13, 18, 34, 0.32);
    }
}

@keyframes wow-offer-slim-banner {
    0% {
        opacity: 0;
        transform: translateY(3px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.installation-tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin-bottom: 36px;
    position: relative;
    z-index: 1;
}

.installation-tab {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-radius: 16px;
    background: rgba(18, 23, 26, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text-secondary);
    font-weight: 600;
    text-align: left;
    transition: all 0.3s ease;
}

.installation-tab .tab-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--text-primary);
    flex: 0 0 auto;
}

.installation-tab.active {
    background: linear-gradient(130deg, rgba(210, 15, 42, 0.28), rgba(225, 29, 46, 0.18));
    border-color: rgba(210, 15, 42, 0.52);
    color: var(--text-primary);
    box-shadow: 0 14px 30px rgba(210, 15, 42, 0.25);
}

.installation-panel {
    display: none;
}

.installation-panel.active {
    display: block;
}

.installation-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr);
    gap: 18px;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.installation-layout::after {
    display: none;
}

.installation-card,
.installation-assist,
.installation-download {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
        rgba(12, 16, 30, 0.8);
    box-shadow: 0 24px 55px rgba(6, 12, 28, 0.45);
}

.installation-card {
    padding: 32px;
    height: 100%;
}

.installation-card h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.installation-steps {
    list-style: none;
    display: grid;
    gap: 14px;
}

.installation-steps li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    color: var(--text-secondary);
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.installation-steps .step-number {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 999px;
    background: rgba(210, 15, 42, 0.18);
    border: 1.5px solid rgba(210, 15, 42, 0.55);
    color: var(--text-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(210, 15, 42, 0.18);
}

.installation-assist {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 100%;
    overflow: hidden;
}

.installation-assist-image {
    width: 100%;
    height: 100%;
    max-height: 430px;
    object-fit: contain;
    object-position: center;
    display: block;
    border-radius: 16px;
}

.installation-assist h3 {
    font-size: 20px;
}

.installation-assist p {
    color: var(--text-secondary);
    font-size: 14px;
}

.installation-assist .assist-note {
    color: var(--text-primary);
    font-size: 13px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 10px 12px;
    border-radius: 12px;
}

.installation-whatsapp-btn .whatsapp-btn-copy strong,
.installation-whatsapp-btn .whatsapp-btn-copy small,
.installation-whatsapp-btn .whatsapp-btn-icon,
.installation-whatsapp-btn .whatsapp-btn-arrow {
    color: #ffffff;
}

.installation-whatsapp-btn .whatsapp-btn-copy strong {
    font-size: 15px;
}

.installation-whatsapp-btn .whatsapp-btn-copy small {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
}

.installation-download {
    margin-top: 36px;
    padding: 22px 28px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.installation-download::before {
    content: '';
    position: absolute;
    width: 240px;
    height: 240px;
    right: -80px;
    top: -120px;
    background: radial-gradient(circle, rgba(210, 15, 42, 0.32), transparent 70%);
    opacity: 0.7;
}

.installation-download::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    left: -60px;
    bottom: -120px;
    background: radial-gradient(circle, rgba(225, 29, 46, 0.3), transparent 70%);
    opacity: 0.6;
}

.download-info {
    position: relative;
    z-index: 1;
}

.download-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(210, 15, 42, 0.18);
    border: 1px solid rgba(210, 15, 42, 0.5);
    color: var(--text-primary);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.installation-download h4 {
    font-size: 18px;
    margin-bottom: 6px;
}

.installation-download p {
    color: var(--text-secondary);
    font-size: 14px;
}

.installation-deep-guide {
    position: relative;
    margin-top: 34px;
    padding: 28px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        radial-gradient(circle at 10% 18%, rgba(225, 29, 46, 0.18), transparent 40%),
        radial-gradient(circle at 88% 88%, rgba(210, 15, 42, 0.12), transparent 44%),
        linear-gradient(138deg, rgba(11, 14, 28, 0.97), rgba(12, 16, 30, 0.93));
    box-shadow: 0 24px 55px rgba(6, 12, 28, 0.45);
    overflow: hidden;
    isolation: isolate;
}

.installation-deep-guide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(225, 29, 46, 0.06), rgba(225, 29, 46, 0));
    pointer-events: none;
    z-index: 0;
}

.installation-deep-guide__badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.installation-deep-guide__sheet {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
        rgba(10, 14, 26, 0.66);
    padding: 22px;
}

.installation-deep-guide__lead {
    margin-bottom: 16px;
}

.installation-deep-guide__lead h3 {
    font-size: clamp(31px, 3.2vw, 43px);
    letter-spacing: -0.022em;
    line-height: 1.1;
    margin-bottom: 12px;
}

.installation-deep-guide__lead p {
    color: rgba(248, 250, 252, 0.78);
    font-size: 15px;
    line-height: 1.68;
    max-width: 88ch;
    margin: 0;
}

.installation-deep-guide__columns {
    column-count: 2;
    column-gap: 30px;
    column-rule: 1px solid rgba(255, 255, 255, 0.12);
}

.installation-deep-guide__columns h4 {
    break-inside: avoid;
    margin: 0 0 7px;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0.01em;
}

.installation-deep-guide__columns p {
    break-inside: avoid;
    color: rgba(248, 250, 252, 0.76);
    font-size: 15px;
    line-height: 1.72;
    margin: 0 0 12px;
}

.installation-deep-guide__columns p:first-of-type::first-letter {
    float: left;
    font-size: 54px;
    line-height: 0.86;
    font-weight: 800;
    margin-right: 8px;
    color: #ffffff;
}

.installation-deep-guide__conclusion {
    margin: 10px 0 0;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(225, 29, 46, 0.35);
    background: rgba(225, 29, 46, 0.09);
    color: rgba(248, 250, 252, 0.9);
    font-size: 14px;
    line-height: 1.64;
}

@media (max-width: 1024px) {
    .installation-head {
        text-align: center;
    }

    .installation-head .section-badge-purple {
        margin-inline: auto;
    }

    .wow-offer {
        padding: 9px;
    }

    .wow-offer__bar {
        gap: 8px 10px;
    }

    .wow-offer__lead {
        flex-basis: 100%;
        min-width: 0;
    }

    .installation-layout {
        grid-template-columns: 1fr;
    }

    .installation-layout::after {
        display: none;
    }

    .installation-deep-guide {
        padding: 22px;
    }

    .installation-deep-guide__sheet {
        padding: 18px;
    }

    .installation-deep-guide__columns {
        column-count: 1;
        column-gap: 0;
        column-rule: none;
    }
}

@media (max-width: 768px) {
    .installation-page {
        padding-top: 100px;
    }

    .installation-head h1 {
        font-size: 38px;
    }

    .wow-offer {
        padding: 10px;
        border-radius: 16px;
    }

    .installation-deep-guide {
        margin-top: 24px;
        padding: 16px 12px;
        border-radius: 20px;
    }

    .installation-deep-guide__badge {
        font-size: 10px;
        padding: 6px 10px;
    }

    .installation-deep-guide__sheet {
        padding: 14px;
        border-radius: 16px;
    }

    .installation-deep-guide__lead h3 {
        font-size: clamp(24px, 8vw, 32px);
        margin-bottom: 12px;
    }

    .installation-deep-guide__lead p {
        font-size: 14px;
        line-height: 1.64;
    }

    .installation-deep-guide__columns h4 {
        font-size: 14px;
    }

    .installation-deep-guide__columns p {
        font-size: 13px;
        line-height: 1.62;
    }

    .installation-deep-guide__columns p:first-of-type::first-letter {
        font-size: 44px;
    }

    .wow-offer__bar {
        gap: 8px;
    }

    .wow-offer__lead {
        gap: 8px;
    }

    .wow-offer__eyebrow {
        font-size: 12px;
        padding: 5px 9px;
    }

    .wow-offer__tag {
        font-size: 11px;
        padding: 5px 9px;
    }

    .wow-offer__countdown {
        width: 100%;
        justify-content: space-between;
        padding: 6px 9px;
    }

    .wow-offer__countdown-label {
        font-size: 10px;
    }

    .wow-offer__countdown-values {
        gap: 6px;
    }

    .wow-offer__time-unit {
        min-width: 38px;
        padding: 2px 4px;
        gap: 2px;
    }

    .wow-offer__countdown-values span[data-offer-hours],
    .wow-offer__countdown-values span[data-offer-minutes],
    .wow-offer__countdown-values span[data-offer-seconds] {
        font-size: 16px;
    }

    .wow-offer__time-unit small {
        font-size: 8px;
    }

    .wow-offer__amount {
        width: 100%;
        justify-content: center;
    }

    .wow-offer__amount strong {
        font-size: 30px;
    }

    .wow-offer__amount span {
        font-size: 13px;
    }

    .wow-offer__cta {
        width: 100%;
        min-height: 42px;
        padding-inline: 14px;
    }

    .wow-offer.is-slim .wow-offer__amount {
        justify-content: flex-start;
    }

    .installation-tabs {
        grid-template-columns: 1fr;
    }

    .installation-tab {
        min-height: 72px;
        padding: 14px;
    }

    .installation-card,
    .installation-assist,
    .installation-download {
        border-radius: 20px;
    }

    .installation-card {
        padding: 22px;
    }

    .installation-download {
        grid-template-columns: 1fr;
        align-items: stretch;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wow-offer,
    .wow-offer::after,
    .wow-offer *,
    .wow-offer__cta {
        animation: none !important;
        transition: none !important;
    }
}

/* ===== INSTALLATION PAGE (LIGHT THEME) ===== */
body.light-theme .installation-head p,
body.light-theme .installation-steps li,
body.light-theme .installation-assist p,
body.light-theme .installation-download p {
    color: rgba(15, 23, 42, 0.72);
}

body.light-theme .wow-offer {
    border-color: rgba(15, 23, 42, 0.12);
    background:
        radial-gradient(circle at 12% 52%, rgba(255, 255, 255, 0.24), transparent 38%),
        linear-gradient(106deg, rgba(244, 63, 94, 0.34), rgba(236, 72, 153, 0.26) 46%, rgba(251, 113, 133, 0.2) 100%);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
}

body.light-theme .wow-offer::after {
    background: linear-gradient(120deg, rgba(203, 213, 225, 0.95), rgba(244, 63, 94, 0.7), rgba(203, 213, 225, 0.95));
    opacity: 0.75;
}

body.light-theme .wow-offer__aura {
    opacity: 0.1;
}

body.light-theme .wow-offer__eyebrow .wow-offer__mini-icon,
body.light-theme .wow-offer__countdown-label .wow-offer__mini-icon {
    background: rgba(15, 23, 42, 0.08);
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.14);
}

body.light-theme .wow-offer__eyebrow,
body.light-theme .wow-offer__countdown-values span[data-offer-hours],
body.light-theme .wow-offer__countdown-values span[data-offer-minutes],
body.light-theme .wow-offer__countdown-values span[data-offer-seconds],
body.light-theme .wow-offer__amount strong {
    color: #0f172a;
}

body.light-theme .wow-offer__tag,
body.light-theme .wow-offer__countdown,
body.light-theme .wow-offer__time-unit,
body.light-theme .wow-offer__slim-banner {
    border-color: rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.7);
}

body.light-theme .wow-offer__tag,
body.light-theme .wow-offer__countdown-label,
body.light-theme .wow-offer__time-unit small,
body.light-theme .wow-offer__slim-banner,
body.light-theme .wow-offer__amount span {
    color: rgba(15, 23, 42, 0.72);
}

body.light-theme .wow-offer__amount span {
    color: rgba(176, 0, 28, 0.6);
}

body.light-theme .wow-offer__cta {
    background: #0f172a;
    color: #ffffff;
}

body.light-theme .wow-offer__cta:hover {
    background: #1e293b;
}

body.light-theme .installation-tab {
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(15, 23, 42, 0.12);
    color: rgba(15, 23, 42, 0.72);
}

body.light-theme .installation-tab .tab-icon {
    background: rgba(210, 15, 42, 0.09);
    border: 1px solid rgba(210, 15, 42, 0.2);
    color: #0f172a;
}

body.light-theme .installation-tab.active {
    background: linear-gradient(130deg, rgba(210, 15, 42, 0.16), rgba(225, 29, 46, 0.1));
    border-color: rgba(210, 15, 42, 0.36);
    color: #0f172a;
    box-shadow: 0 10px 26px rgba(210, 15, 42, 0.18);
}

body.light-theme .installation-card,
body.light-theme .installation-assist,
body.light-theme .installation-download {
    border-color: rgba(15, 23, 42, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 249, 0.96));
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

body.light-theme .installation-layout::after {
    display: none;
}

body.light-theme .installation-deep-guide {
    border-color: rgba(15, 23, 42, 0.12);
    background:
        radial-gradient(circle at 10% 16%, rgba(225, 29, 46, 0.1), transparent 40%),
        radial-gradient(circle at 90% 86%, rgba(210, 15, 42, 0.08), transparent 42%),
        linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 249, 0.96));
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

body.light-theme .installation-deep-guide__badge,
body.light-theme .installation-deep-guide__sheet {
    border-color: rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.86);
}

body.light-theme .installation-deep-guide__lead h3,
body.light-theme .installation-deep-guide__columns h4,
body.light-theme .installation-deep-guide__columns p:first-of-type::first-letter {
    color: #0f172a;
}

body.light-theme .installation-deep-guide__lead p,
body.light-theme .installation-deep-guide__columns p {
    color: rgba(15, 23, 42, 0.72);
}

body.light-theme .installation-deep-guide__columns {
    column-rule-color: rgba(15, 23, 42, 0.12);
}

body.light-theme .installation-deep-guide__gallery-main img,
body.light-theme .installation-deep-guide__gallery-strip img {
    border-color: rgba(15, 23, 42, 0.12);
}

body.light-theme .installation-deep-guide__conclusion {
    border-color: rgba(225, 29, 46, 0.24);
    background: rgba(225, 29, 46, 0.08);
    color: rgba(15, 23, 42, 0.8);
}

body.light-theme .installation-steps li {
    border-color: rgba(15, 23, 42, 0.1);
    background: rgba(15, 23, 42, 0.03);
}

body.light-theme .installation-steps .step-number {
    background: rgba(210, 15, 42, 0.12);
    border-color: rgba(210, 15, 42, 0.32);
    color: #0f172a;
}

body.light-theme .installation-assist .assist-note {
    background: rgba(15, 23, 42, 0.04);
    border-color: rgba(15, 23, 42, 0.1);
    color: #0f172a;
}

body.light-theme .assist-icon {
    background: rgba(210, 15, 42, 0.12);
    color: #b30f2c;
}

body.light-theme .download-pill {
    background: rgba(210, 15, 42, 0.12);
    border-color: rgba(210, 15, 42, 0.3);
    color: #0f172a;
}
