.cctva-footer {
    width: var(--cctva-content-width, min(100% - 40px, 1560px));
    margin: 12px auto 34px;
}

.cctva-footer__inner {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border: 1px solid var(--cctva-color-border, rgba(255, 255, 255, 0.1));
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.026) 0%, rgba(255, 255, 255, 0) 18%),
        radial-gradient(420px 220px at 0% 0%, rgba(217, 4, 41, 0.18), transparent 58%),
        radial-gradient(360px 220px at 100% 100%, rgba(62, 62, 62, 0.14), transparent 60%),
        linear-gradient(180deg, rgba(14, 14, 16, 0.99) 0%, rgba(7, 7, 9, 1) 100%);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.cctva-footer__top {
    display: grid;
    grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.45fr);
    gap: 24px;
    align-items: start;
}

.cctva-footer__brand-block {
    display: grid;
    gap: 16px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.026) 0%, rgba(255, 255, 255, 0) 20%),
        radial-gradient(220px 120px at 0% 0%, rgba(217, 4, 41, 0.12), transparent 62%),
        linear-gradient(180deg, rgba(19, 19, 22, 0.92) 0%, rgba(11, 11, 13, 0.96) 100%);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
}

.cctva-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    max-width: max-content;
    text-decoration: none;
}

.cctva-footer__brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    flex: 0 0 auto;
}

.cctva-footer__brand-mark.has-image {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.cctva-footer__brand-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cctva-footer__brand-fallback {
    color: var(--cctva-color-text, #f3f6fb);
    font-weight: 900;
    letter-spacing: 0.08em;
}

.cctva-footer__brand-copy {
    display: grid;
    gap: 6px;
}

.cctva-footer__brand-copy strong {
    color: #fff;
    font-size: 1.06rem;
    letter-spacing: -0.02em;
}

.cctva-footer__brand-copy small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.5;
}

.cctva-footer__brand-claims {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cctva-footer__brand-claims span {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cctva-footer__brand-claims span:first-child {
    border-color: rgba(217, 4, 41, 0.24);
    background: linear-gradient(180deg, rgba(217, 4, 41, 0.18) 0%, rgba(79, 12, 24, 0.24) 100%);
    color: #fff3f5;
}

.cctva-footer__social-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cctva-footer__social-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.cctva-footer__social-pill:hover {
    transform: translateY(-1px);
    border-color: rgba(217, 4, 41, 0.22);
    background: rgba(217, 4, 41, 0.08);
    color: #fff;
}

.cctva-footer__social-pill-icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
}

.cctva-footer__social-pill-icon svg {
    width: 16px;
    height: 16px;
    display: block;
}

.cctva-footer__social-pill-label {
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1;
}

.cctva-footer__main {
    display: grid;
    gap: 16px;
}

.cctva-footer__nav-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.cctva-footer__nav-group {
    padding: 16px 16px 14px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.022) 0%, rgba(255, 255, 255, 0) 24%),
        linear-gradient(180deg, rgba(18, 18, 21, 0.9) 0%, rgba(11, 11, 13, 0.96) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.cctva-footer__nav-title {
    margin: 0 0 12px;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cctva-footer__links,
.cctva-footer__legal-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cctva-footer__links {
    display: grid;
    gap: 9px;
}

.cctva-footer__links a {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.84rem;
    line-height: 1.42;
    text-decoration: none;
}

.cctva-footer__links a:hover,
.cctva-footer__legal-links a:hover {
    color: #fff;
}

.cctva-footer__newsletter-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.022) 0%, rgba(255, 255, 255, 0) 26%),
        radial-gradient(180px 90px at 100% 0%, rgba(217, 4, 41, 0.12), transparent 62%),
        linear-gradient(180deg, rgba(18, 18, 21, 0.9) 0%, rgba(11, 11, 13, 0.96) 100%);
}

.cctva-footer__newsletter-copy {
    display: grid;
    gap: 4px;
}

.cctva-footer__newsletter-eyebrow {
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cctva-footer__newsletter-note {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.88rem;
    line-height: 1.45;
    text-align: left;
}

.cctva-footer__newsletter-form {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: min(100%, 420px);
    width: 100%;
    max-width: 420px;
}

.cctva-footer__newsletter-input {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
}

.cctva-footer__newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.46);
}

.cctva-footer__newsletter-input:focus {
    outline: none;
    border-color: rgba(217, 4, 41, 0.34);
    box-shadow: 0 0 0 4px rgba(217, 4, 41, 0.08);
}

.cctva-footer__newsletter-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(217, 4, 41, 1) 0%, rgba(176, 14, 40, 1) 100%);
    color: #fff;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(164, 20, 45, 0.24);
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.cctva-footer__newsletter-button:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
    box-shadow: 0 14px 30px rgba(164, 20, 45, 0.3);
}

.cctva-footer__trust-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 16px;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.cctva-footer__trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 12px;
    color: rgba(255, 255, 255, 0.76);
}

.cctva-footer__trust-item--linked {
    color: rgba(255, 255, 255, 0.76);
    text-decoration: none;
    transition: background 0.18s ease, color 0.18s ease;
}

.cctva-footer__trust-item--linked:hover {
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
}

.cctva-footer__trust-item + .cctva-footer__trust-item {
    border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.cctva-footer__trust-icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    color: rgba(255, 255, 255, 0.82);
}

.cctva-footer__trust-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.cctva-footer__trust-label {
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.35;
}

.cctva-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px 18px;
    margin-top: 12px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.cctva-footer__copy {
    margin: 0;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.76rem;
    line-height: 1.4;
    flex: 0 0 auto;
}

.cctva-footer__legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    justify-content: flex-end;
    min-width: 0;
}

.cctva-footer__legal-links a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.76rem;
    line-height: 1.4;
    text-decoration: none;
    white-space: normal;
    text-align: center;
    transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.cctva-footer__legal-links a:hover {
    border-color: rgba(217, 4, 41, 0.24);
    background: rgba(217, 4, 41, 0.08);
}

@media (max-width: 1180px) {
    .cctva-footer__top {
        grid-template-columns: 1fr;
    }

    .cctva-footer__nav-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cctva-footer__newsletter-shell {
        flex-direction: column;
        align-items: flex-start;
    }

    .cctva-footer__newsletter-form {
        max-width: none;
    }

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

    .cctva-footer__legal-links {
        justify-content: flex-start;
    }

    .cctva-footer__trust-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cctva-footer__trust-item:nth-child(3) {
        border-left: 0;
    }

    .cctva-footer__trust-item:nth-child(n + 3) {
        border-top: 1px solid rgba(255, 255, 255, 0.07);
    }
}

@media (max-width: 680px) {
    .cctva-footer {
        width: min(100% - 14px, 100% - 14px);
        margin-bottom: 92px;
    }

    .cctva-footer__inner {
        padding: 18px;
        border-radius: 22px;
    }

    .cctva-footer__nav-grid {
        grid-template-columns: 1fr;
    }

    .cctva-footer__newsletter-form {
        flex-direction: column;
        align-items: stretch;
        min-width: 0;
    }

    .cctva-footer__newsletter-button {
        width: 100%;
    }

    .cctva-footer__trust-row {
        grid-template-columns: 1fr;
    }

    .cctva-footer__trust-item + .cctva-footer__trust-item,
    .cctva-footer__trust-item:nth-child(3) {
        border-left: 0;
    }

    .cctva-footer__trust-item:nth-child(n + 2) {
        border-top: 1px solid rgba(255, 255, 255, 0.07);
    }

    .cctva-footer__bottom {
        gap: 14px;
    }

    .cctva-footer__legal-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        gap: 10px;
    }

    .cctva-footer__legal-links li {
        min-width: 0;
    }

    .cctva-footer__legal-links a {
        justify-content: center;
        width: 100%;
        min-height: 38px;
        padding: 8px 12px;
    }
}

@media (max-width: 430px) {
    .cctva-footer__inner {
        padding: 16px;
    }

    .cctva-footer__brand {
        max-width: 100%;
    }

    .cctva-footer__brand-copy {
        min-width: 0;
    }

    .cctva-footer__legal-links {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .cctva-footer {
        width: min(100% - 20px, 1560px);
    }

    .cctva-footer__inner {
        padding: 16px;
        border-radius: 22px;
    }

    .cctva-footer__nav-grid {
        grid-template-columns: 1fr;
    }

    .cctva-footer__brand-block,
    .cctva-footer__nav-group,
    .cctva-footer__newsletter-shell {
        padding: 14px;
    }

    .cctva-footer__brand {
        gap: 12px;
    }

    .cctva-footer__brand-mark {
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }

    .cctva-footer__brand-copy strong {
        font-size: 0.96rem;
    }

    .cctva-footer__brand-copy small {
        font-size: 0.78rem;
    }

    .cctva-footer__social-strip {
        gap: 8px;
    }

    .cctva-footer__social-pill {
        flex: 1 1 calc(50% - 8px);
        justify-content: center;
    }

    .cctva-footer__newsletter-form {
        flex-direction: column;
        align-items: stretch;
        min-width: 0;
    }

    .cctva-footer__newsletter-input,
    .cctva-footer__newsletter-button {
        width: 100%;
    }

    .cctva-footer__trust-row {
        grid-template-columns: 1fr;
        margin-top: 14px;
    }

    .cctva-footer__trust-item,
    .cctva-footer__trust-item:nth-child(3) {
        justify-content: flex-start;
        border-left: 0;
    }

    .cctva-footer__trust-item + .cctva-footer__trust-item {
        border-top: 1px solid rgba(255, 255, 255, 0.07);
    }

    .cctva-footer__bottom {
        gap: 10px;
    }

    .cctva-footer__copy,
    .cctva-footer__legal-links a,
    .cctva-footer__links a,
    .cctva-footer__newsletter-note {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .cctva-footer {
        width: min(100% - 16px, 1560px);
        margin-bottom: 92px;
    }

    .cctva-footer__inner {
        padding: 14px;
        border-radius: 18px;
    }

    .cctva-footer__top,
    .cctva-footer__main {
        gap: 12px;
    }

    .cctva-footer__brand-block,
    .cctva-footer__nav-group,
    .cctva-footer__newsletter-shell {
        padding: 12px;
        border-radius: 16px;
    }

    .cctva-footer__brand {
        gap: 10px;
    }

    .cctva-footer__brand-mark {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .cctva-footer__brand-copy strong {
        font-size: 0.88rem;
    }

    .cctva-footer__brand-copy small,
    .cctva-footer__links a,
    .cctva-footer__newsletter-note,
    .cctva-footer__copy,
    .cctva-footer__legal-links a {
        font-size: 0.76rem;
    }

    .cctva-footer__brand-claims span,
    .cctva-footer__social-pill,
    .cctva-footer__trust-item {
        min-height: 34px;
    }

    .cctva-footer__social-pill {
        flex: 1 1 100%;
    }

    .cctva-footer__newsletter-shell {
        gap: 12px;
    }

    .cctva-footer__newsletter-input,
    .cctva-footer__newsletter-button {
        min-height: 40px;
        border-radius: 12px;
    }

    .cctva-footer__trust-item {
        gap: 8px;
        padding: 8px 0;
    }

    .cctva-footer__trust-icon,
    .cctva-footer__trust-icon svg {
        width: 16px;
        height: 16px;
    }

    .cctva-footer__trust-label {
        font-size: 0.72rem;
    }

    .cctva-footer__bottom {
        margin-top: 10px;
    }

    .cctva-footer__legal-links {
        grid-template-columns: 1fr;
    }

    .cctva-footer__legal-links a {
        min-height: 40px;
    }
}
