/* Extracted from compliance-security/index.php to reduce rendered HTML weight. */
.security-page {
        background: #fff;
        color: #06131e;
    }

    .security-kicker {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        color: #d9d9e2;
        font-size: 16px;
        line-height: 24px;
    }

    .security-kicker::before {
        content: "";
        width: 42px;
        height: 3px;
        border-radius: 999px;
        background: linear-gradient(90deg, #7A76FF 0%, #CB46FA 50.14%, #FE881C 100%);
    }

    .security-gradient-text {
        background: linear-gradient(90deg, #7A76FF 0%, #CB46FA 50.14%, #FE881C 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .security-gradient-bg {
        background: linear-gradient(90deg, #7A76FF 0%, #CB46FA 50%, #FE881C 100%);
    }

    .security-hero-section {
        padding-top: 12rem;
        padding-bottom: 80px;
    }

    .security-hero-grid {
        display: grid;
        grid-template-columns: 1fr 440px;
        gap: 48px;
        align-items: center;
    }

    .security-hero-heading {
        max-width: 860px;
        font-size: 64px;
        line-height: 1.08;
        font-weight: 400;
        color: #fff;
        margin-bottom: 20px;
        font-family: helveticaregular, Arial, sans-serif;
    }

    .security-hero-subheading {
        max-width: 860px;
        color: rgba(255, 255, 255, 0.9);
        font-size: 34px;
        line-height: 1.18;
        margin-bottom: 24px;
    }

    .security-hero-description {
        max-width: 768px;
        color: rgba(255, 255, 255, 0.76);
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 32px;
    }

    .security-hero-form {
        width: 100%;
        max-width: 440px;
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 16px;
        padding: 24px;
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
        backdrop-filter: blur(10px);
    }

    .security-hero-form-title {
        color: #fff;
        font-size: 15px;
        line-height: 22px;
        font-weight: 600;
        text-align: center;
        margin: 0 0 16px;
    }

    .security-hero-form .ecx-compact .ecx-form-wrap .ecx-label {
        display: none;
    }

    .security-hero-form .ecx-compact .ecx-form-wrap .ecx-input {
        padding: 8px 12px;
        font-size: 13px;
        background: rgba(255, 255, 255, 0.1) !important;
        border-color: rgba(255, 255, 255, 0.2);
        color: #fff !important;
    }

    .security-hero-form .ecx-compact .ecx-form-wrap .ecx-input::placeholder {
        color: rgba(255, 255, 255, 0.5) !important;
    }

    .security-hero-form .ecx-compact .ecx-form-wrap .ecx-select {
        padding: 8px 12px;
        font-size: 13px;
        background: rgba(20, 20, 20, 0.95) !important;
        border-color: rgba(255, 255, 255, 0.2);
        color: #fff !important;
    }

    .security-hero-form .ecx-compact .ecx-form-wrap .ecx-select option {
        background: #1a1a1a;
        color: #fff;
    }

    .security-hero-form .ecx-compact .ecx-form-wrap .ecx-phone-wrapper {
        padding: 8px 12px;
        background: rgba(255, 255, 255, 0.1) !important;
        border-color: rgba(255, 255, 255, 0.2) !important;
    }

    .security-hero-form .ecx-compact .ecx-form-wrap .ecx-phone-wrapper input[type="tel"] {
        color: #fff !important;
        font-size: 13px;
        background: transparent !important;
    }

    .security-hero-form .ecx-compact .ecx-form-wrap .ecx-phone-wrapper input[type="tel"]::placeholder {
        color: rgba(255, 255, 255, 0.5) !important;
    }

    .security-hero-form .ecx-compact .ecx-form-wrap .ecx-country-toggle span.ecx-code,
    .security-hero-form .ecx-compact .ecx-form-wrap .ecx-country-toggle svg {
        color: #fff !important;
        font-size: 13px;
    }

    .security-hero-form .ecx-compact .ecx-form-wrap .ecx-divider {
        color: rgba(255, 255, 255, 0.3) !important;
    }

    .security-hero-form .ecx-compact .ecx-form-wrap .ecx-grid-2 {
        gap: 8px;
    }

    .security-hero-form .ecx-compact .ecx-form-wrap .ecx-mt {
        margin-top: 8px;
    }

    .security-hero-form .ecx-compact .ecx-form-wrap .ecx-privacy-row {
        margin-top: 12px;
    }

    .security-hero-form .ecx-compact .ecx-form-wrap .ecx-privacy-row p {
        font-size: 12px;
        line-height: 18px;
        color: rgba(255, 255, 255, 0.8) !important;
    }

    .security-hero-form .ecx-compact .ecx-form-wrap .ecx-submit-btn {
        margin-top: 14px;
        padding: 10px 24px;
        font-size: 14px;
    }

    .security-hero-form .ecx-compact .ecx-country-dropdown {
        background: #1a1a1a !important;
        border-color: rgba(255, 255, 255, 0.2) !important;
    }

    .security-hero-form .ecx-compact .ecx-country-item {
        color: #ddd !important;
    }

    .security-hero-form .ecx-compact .ecx-country-item:hover {
        background: rgba(122, 118, 255, 0.2) !important;
    }

    .security-section-label {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 18px;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
    }

    .security-section-label::before {
        content: "";
        width: 34px;
        height: 4px;
        border-radius: 999px;
        background: linear-gradient(90deg, #7A76FF 0%, #CB46FA 50.14%, #FE881C 100%);
    }

    .security-card {
        border: 1px solid #e6e7ec;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 14px 34px rgba(6, 19, 30, 0.06);
    }

    .cert-card {
        position: relative;
        overflow: hidden;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .cert-card::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 4px;
        background: linear-gradient(90deg, #7A76FF 0%, #CB46FA 50.14%, #FE881C 100%);
    }

    .cert-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 42px rgba(6, 19, 30, 0.1);
    }

    .cert-toggle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        text-align: left;
    }

    .cert-icon {
        flex: 0 0 auto;
        width: 30px;
        height: 30px;
        border-radius: 8px;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.2s ease;
    }

    .cert-card.is-open .cert-icon {
        transform: rotate(45deg);
    }

    .cert-content {
        display: block;
    }

    .impact-box {
        border-left: 3px solid #7A76FF;
        background: #f8f8ff;
    }

    .proof-box {
        border-left: 3px solid #FE881C;
        background: #fff9f4;
    }

    .security-step {
        position: relative;
    }

    .security-step:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 24px;
        top: 52px;
        bottom: -34px;
        width: 2px;
        background: linear-gradient(180deg, #7A76FF 0%, #CB46FA 50.14%, #FE881C 100%);
    }

    .step-badge {
        flex: 0 0 auto;
        width: 50px;
        height: 50px;
        border-radius: 10px;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
    }

    .security-faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.25s ease;
    }

    .security-faq-item.is-open .security-faq-answer {
        max-height: 260px;
    }

    .security-faq-icon {
        transition: transform 0.2s ease;
    }

    .security-faq-item.is-open .security-faq-icon {
        transform: rotate(45deg);
    }

    .mobile-security-cta {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 60;
        display: none;
        box-shadow: 0 18px 34px rgba(6, 19, 30, 0.22);
    }

    @media (max-width: 767px) {
        .cert-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.25s ease;
        }

        .cert-card.is-open .cert-content {
            max-height: 760px;
        }

        .mobile-security-cta {
            display: flex;
        }

        .security-step:not(:last-child)::after {
            bottom: -26px;
        }

        .security-hero-section {
            padding-top: 8rem;
            padding-bottom: 60px;
        }

        .security-hero-grid {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .security-hero-heading {
            font-size: 38px;
            line-height: 1.08;
        }

        .security-hero-subheading {
            font-size: 24px;
            line-height: 1.18;
        }

        .security-hero-description {
            font-size: 17px;
            line-height: 28px;
        }

        .security-hero-form {
            padding: 20px;
            max-width: 100%;
        }
    }
