.theme-footer-cta{
    position:relative;
    z-index:9;
    padding:112px 0 88px;
    overflow:hidden;
}

.theme-footer-cta__bg{
    position:absolute;
    inset:0;
    pointer-events:none;
}

.theme-footer-cta__bg::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(7,7,9,.2) 0%, rgba(7,7,9,.65) 100%);
}

[data-theme="light"] .theme-footer-cta__bg::after{
    background:linear-gradient(180deg, rgba(255,255,255,.52) 0%, rgba(245,246,248,.92) 100%);
}

.theme-footer-cta__video{
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:.46;
}

[data-theme="light"] .theme-footer-cta__video{
    opacity:.14;
    filter:grayscale(.35);
}

.theme-footer-cta__box{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    padding:46px 52px;
    border-radius:var(--radius-card-lg);
    background:rgba(18,20,28,.62);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    border:1px solid var(--line);
    box-shadow:0 20px 50px rgba(0,0,0,.38);
}

[data-theme="light"] .theme-footer-cta__box{
    background:rgba(255,255,255,.92);
    border-color:rgba(15,23,42,.08);
    box-shadow:none;
}

.theme-footer-cta__copy h3{
    margin:0 0 12px;
    font-size:clamp(1.85rem,3vw,2.45rem);
    line-height:1.04;
    letter-spacing:-.05em;
    text-transform:uppercase;
}

.theme-footer-cta__copy p{
    margin:0;
    max-width:520px;
    color:var(--muted);
    font-size:1.04rem;
    line-height:1.75;
}

.theme-footer-cta__form{
    display:grid;
    grid-template-columns:minmax(260px,1fr) auto;
    align-items:center;
    gap:14px;
    width:min(560px,100%);
}

.theme-footer-cta__input{
    width:100%;
    min-height:52px;
    padding:0 18px;
    border-radius:10px;
    border:1px solid rgba(255,255,255,.1);
    background:rgba(0,0,0,.36);
    color:var(--text);
    outline:none;
}

.theme-footer-cta__form .btn-main{
    align-self:center;
    min-height:44px;
    padding:0 14px;
    font-size:13px;
}

[data-theme="light"] .theme-footer-cta__input{
    background:rgba(255,255,255,.84);
    border-color:rgba(15,23,42,.08);
}

.theme-footer{
    position:relative;
    z-index:10;
    padding:80px 0 36px;
    background:var(--bg);
    border-top:1px solid var(--line);
}

.theme-footer__grid{
    display:grid;
    grid-template-columns:1.45fr 1fr 1fr 1.1fr;
    gap:56px;
    margin-bottom:44px;
}

.theme-footer__logo{
    margin:0 0 18px;
    font-size:2rem;
    font-weight:900;
    letter-spacing:-.04em;
    color:var(--text);
}

.theme-footer__brand .theme-footer__logo{
    color:var(--text) !important;
}

.theme-footer__brand p:last-child{
    max-width:320px;
    color:var(--muted);
    font-size:.96rem;
    line-height:1.7;
}

.theme-footer__column h4{
    margin:0 0 24px;
    font-size:.96rem;
    font-weight:800;
    letter-spacing:.14em;
    text-transform:uppercase;
}

.theme-footer__links,
.theme-footer__meta{
    margin:0;
    padding:0;
    list-style:none;
    display:grid;
    gap:14px;
}

.theme-footer__links li,
.theme-footer__meta li{
    padding-bottom:10px;
    border-bottom:1px solid var(--line);
}

.theme-footer__links a,
.theme-footer__meta li,
.theme-footer__meta a{
    color:var(--muted);
    font-size:.95rem;
}

.theme-footer__links a:hover,
.theme-footer__meta a:hover{
    color:var(--cyan);
}

.theme-footer__bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding-top:28px;
    border-top:1px solid var(--line);
}

.theme-footer__copy{
    color:var(--muted);
    font-size:.85rem;
}

.theme-social{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.theme-social a{
    width:40px;
    height:40px;
    border-radius:50%;
    border:1px solid var(--line);
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--muted);
    font-size:.92rem;
    transition:transform .25s ease,border-color .25s ease,color .25s ease,background-color .25s ease;
}

.theme-social a:hover{
    transform:translateY(-3px);
    border-color:var(--cyan);
    color:var(--cyan);
    background:rgba(0,209,224,.06);
}

[data-theme="light"] .theme-social a:hover{
    background:#ffffff;
    box-shadow:none;
}

.theme-floating-actions{
    position:fixed;
    right:24px;
    bottom:24px;
    z-index:130;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:12px;
}

.theme-floating-support,
.theme-floating-top{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:44px;
    border:1px solid rgba(15,127,134,.28);
    color:#f3fff7;
    background:var(--cta-green);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    box-shadow:none;
    transition:border-color .22s ease,color .22s ease,background-color .22s ease;
}

[data-theme="light"] .theme-floating-support,
[data-theme="light"] .theme-floating-top{
    color:#ffffff;
    background:var(--cta-green);
    border-color:rgba(15,127,134,.28);
    box-shadow:none;
}

.theme-floating-support{
    padding:0 18px;
    border-radius:999px;
    font-size:.92rem;
    font-weight:700;
}

.theme-floating-top{
    width:44px;
    height:44px;
    border-radius:50%;
    flex:0 0 44px;
}

.theme-floating-support:hover,
.theme-floating-top:hover{
    border-color:rgba(11,102,108,.50);
    color:#ffffff;
    background:var(--cta-green-dark);
    box-shadow:none;
}

[data-theme="light"] .theme-floating-support:hover,
[data-theme="light"] .theme-floating-top:hover{
    color:#ffffff;
    background:var(--cta-green-dark);
    box-shadow:none;
}

.theme-support-modal{
    position:fixed;
    inset:0;
    z-index:190;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .25s ease, visibility .25s ease;
}

.theme-support-modal.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

body.is-support-modal-open{
    overflow:hidden;
}

.theme-support-modal__backdrop{
    position:absolute;
    inset:0;
    background:rgba(3,7,18,.62);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
}

.theme-support-modal__dialog{
    position:relative;
    z-index:1;
    width:min(520px, 100%);
    padding:28px 26px 24px;
    border-radius:var(--radius-card-lg);
    border:1px solid var(--line);
    background:rgba(18,20,28,.92);
    box-shadow:0 30px 60px rgba(0,0,0,.34);
}

[data-theme="light"] .theme-support-modal__dialog{
    background:rgba(255,255,255,.96);
    box-shadow:none;
}

.theme-support-modal__close{
    position:absolute;
    top:16px;
    right:16px;
    width:40px;
    height:40px;
    border-radius:50%;
    border:1px solid var(--line);
    background:transparent;
    color:var(--muted);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:color .25s ease, border-color .25s ease, background-color .25s ease;
}

.theme-support-modal__close:hover{
    color:var(--cyan);
    border-color:var(--cyan);
    background:rgba(0,209,224,.08);
}

[data-theme="light"] .theme-support-modal__close:hover{
    background:rgba(11,141,151,.05);
}

.theme-support-modal__header{
    margin-bottom:22px;
}

.theme-support-modal__eyebrow{
    display:inline-flex;
    margin-bottom:10px;
    padding:7px 12px;
    border-radius:999px;
    border:1px solid rgba(0,209,224,.18);
    background:rgba(0,209,224,.08);
    color:var(--cyan);
    font-size:.8rem;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

[data-theme="light"] .theme-support-modal__eyebrow{
    background:#ffffff;
    border-color:rgba(15,23,42,.08);
}

.theme-support-modal__header h3{
    margin:0 0 10px;
    color:var(--text);
    font-size:clamp(1.55rem, 3vw, 2rem);
    line-height:1.08;
    letter-spacing:-.04em;
}

.theme-support-modal__header p{
    margin:0;
    color:var(--muted);
    font-size:.98rem;
    line-height:1.65;
}

.theme-support-modal__options{
    display:grid;
    gap:12px;
}

.theme-support-modal__option{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:14px;
    align-items:center;
    padding:16px 18px;
    border-radius:var(--radius-card);
    border:1px solid var(--line);
    background:rgba(255,255,255,.02);
    color:inherit;
    transition:transform .22s ease, border-color .22s ease, background-color .22s ease;
}

[data-theme="light"] .theme-support-modal__option{
    background:#ffffff;
}

.theme-support-modal__option:hover{
    transform:translateY(-2px);
    border-color:var(--cyan);
    background:rgba(0,209,224,.08);
}

[data-theme="light"] .theme-support-modal__option:hover{
    background:rgba(11,141,151,.05);
}

.theme-support-modal__icon{
    width:46px;
    height:46px;
    border-radius:var(--radius-card-sm);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(0,209,224,.1);
    color:var(--cyan);
    font-size:1.15rem;
}

[data-theme="light"] .theme-support-modal__icon{
    background:rgba(11,141,151,.06);
}

.theme-support-modal__copy{
    display:grid;
    gap:4px;
}

.theme-support-modal__copy strong{
    color:var(--text);
    font-size:1rem;
    font-weight:800;
}

.theme-support-modal__copy small{
    color:var(--muted);
    font-size:.9rem;
    line-height:1.55;
}

@media (max-width: 1100px){
    .theme-footer-cta__box{
        flex-direction:column;
        align-items:flex-start;
        padding:38px;
    }

    .theme-footer-cta__form{
        width:100%;
    }

    .theme-footer__grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:34px;
    }
}

@media (max-width: 720px){
    .theme-footer-cta{
        padding:88px 0 72px;
    }

    .theme-footer-cta__box{
        padding:28px 24px;
        border-radius:var(--radius-card);
    }

    .theme-footer-cta__form{
        grid-template-columns:1fr;
    }

    .theme-footer-cta__input{
        min-height:54px;
    }

    .theme-footer{
        padding:64px 0 32px;
    }

    .theme-footer__grid{
        grid-template-columns:1fr;
        gap:28px;
        margin-bottom:32px;
    }

    .theme-footer__bottom{
        flex-direction:column;
        align-items:flex-start;
    }

    .theme-floating-actions{
        position:fixed;
        right:16px;
        bottom:16px;
        margin-top:0;
        align-items:flex-end;
        gap:10px;
    }

    .theme-floating-actions.is-docked-mobile{
        position:static;
        right:auto;
        bottom:auto;
        align-self:flex-end;
        margin-top:18px;
        align-items:flex-end;
    }

    .theme-floating-support{
        padding:0 14px;
        font-size:.86rem;
    }

    .theme-support-modal{
        padding:16px;
    }

    .theme-support-modal__dialog{
        padding:24px 18px 18px;
        border-radius:var(--radius-card);
    }

    .theme-support-modal__option{
        padding:14px 14px;
        grid-template-columns:1fr;
        justify-items:flex-start;
    }
}
