/* Security Hero Section */
.security-hero {
    position: relative;
    padding: 50px 0 0 0;
    overflow: hidden;
}

.security-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('Images/security/securitybg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

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

.security-hero-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.security-hero-title {
    font-family: 'Cairo', sans-serif;
    font-size: 56px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.2;
    margin: 0;
}

.security-hero-subtitle {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.6;
    margin: 0;
    max-width: 500px;
}

.security-hero-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: visible;
}

.hero-person-image {
    width: 100%;
    max-width: 450px;
    height: auto;
    position: relative;
    z-index: 2;
    margin-top: 60px;
}

.hero-shield-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    height: auto;
    z-index: 3;
}

/* Regulated Swiss Financial Intermediary Section */
.regulated-section {
    padding: 100px 0;
    background: #ffffff;
}

.regulated-title {
    font-family: 'Cairo', sans-serif;
    font-size: 56px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0 0 32px 0;
    text-align: center;
}

.regulated-description {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.6;
    margin: 0;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

/* Strong AML And KYC Standards Section */
.aml-kyc-section {
    padding: 80px 0;
    background: #FFFFFF;
}

.aml-kyc-content {
    background: #E4EEF0;
    border-radius: 24px;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.aml-kyc-left {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aml-left-image {
    width: 100%;
    max-width: 650px;
    height: auto;
    position: relative;
    z-index: 2;
}

.certified-badge {
    position: absolute;
    bottom: 20px;
    right: -20px;
    width: 160px;
    height: auto;
    z-index: 3;
}

.aml-kyc-right {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.aml-kyc-title {
    font-family: 'Cairo', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0;
}

.aml-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.aml-feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.aml-icon-box {
    width: 56px;
    height: 56px;
    background: #FF6B35;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.aml-icon-box img {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1);
}

.aml-feature-text {
    font-family: 'Cairo', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.5;
    margin: 0;
}

/* Brand Logos Section */
.brands-section {
    background: #ffffff;
    padding: 80px 0;
    overflow: hidden;
}

.brands-slider {
    width: 100%;
    overflow: hidden;
}

.brands-track {
    display: flex;
    gap: 80px;
    animation: scroll 30s linear infinite;
}

.brand-logo {
    height: 60px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Digital Assets Under Strict Supervision Section */
.digital-supervision-section {
    padding: 100px 0;
    background: #FFFFFF;
}

.digital-supervision-content {
    background: #E4EEF0;
    border-radius: 24px;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.digital-supervision-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.digital-supervision-title {
    font-family: 'Cairo', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0;
}

.digital-supervision-description {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.6;
    margin: 0;
}

.digital-supervision-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.digital-supervision-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.5;
}

.arrow-icon {
    color: #FF6B35;
    font-size: 20px;
    font-weight: 600;
    flex-shrink: 0;
}

.btn-compliance {
    background-color: #FF6B35;
    color: white;
    border: none;
    padding: 16px 32px;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
}

.btn-compliance:hover {
    background-color: #e55a2b;
    transform: translateY(-2px);
}

.digital-supervision-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.digital-supervision-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    position: relative;
    z-index: 2;
}

.pci-badge {
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: 160px;
    height: auto;
    z-index: 3;
}

/* Protecting Your Data And Access Section */
.protecting-data-section {
    position: relative;
    padding: 150px 0;
    overflow: hidden;
    min-height: 600px;
}

.protecting-data-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.protecting-data-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    position: relative;
    z-index: 2;
}

.protecting-data-title {
    font-family: 'Cairo', sans-serif;
    font-size: 56px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.2;
    margin: 0;
}

.protecting-data-description {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.6;
    margin: 0;
    max-width: 800px;
}

.btn-security-standards {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 16px 40px;
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-security-standards:hover {
    background-color: #ffffff;
    color: #1a1a1a;
    transform: translateY(-2px);
}

/* Responsive Design */
@media screen and (max-width: 968px) {
    .security-hero {
        padding: 140px 0 80px 0;
    }

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

    .security-hero-title {
        font-size: 42px;
    }

    .security-hero-subtitle {
        font-size: 16px;
    }

    .hero-person-image {
        max-width: 400px;
    }

    .hero-shield-image {
        width: 220px;
        bottom: 0;
    }

    .regulated-section {
        padding: 80px 0;
    }

    .regulated-title {
        font-size: 42px;
    }

    .regulated-description {
        font-size: 16px;
    }

    .aml-kyc-section {
        padding: 80px 0;
    }

    .aml-kyc-content {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px;
    }

    .aml-kyc-title {
        font-size: 36px;
    }

    .aml-left-image {
        max-width: 400px;
    }

    .certified-badge {
        width: 120px;
    }

    .aml-icon-box {
        width: 48px;
        height: 48px;
    }

    .aml-icon-box img {
        width: 24px;
        height: 24px;
    }

    .aml-feature-text {
        font-size: 16px;
    }

    .brands-section {
        padding: 60px 0;
    }

    .brand-logo {
        height: 50px;
    }

    .digital-supervision-section {
        padding: 80px 0;
    }

    .digital-supervision-content {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px;
    }

    .digital-supervision-title {
        font-size: 36px;
    }

    .digital-supervision-image {
        max-width: 400px;
    }

    .pci-badge {
        width: 100px;
    }

    .protecting-data-section {
        padding: 100px 0;
    }

    .protecting-data-title {
        font-size: 42px;
    }

    .protecting-data-description {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    .security-hero {
        padding: 120px 0 60px 0;
    }

    .security-hero-title {
        font-size: 32px;
    }

    .security-hero-subtitle {
        font-size: 14px;
    }

    .hero-person-image {
        max-width: 350px;
    }

    .hero-shield-image {
        width: 170px;
        bottom: 0;
    }

    .regulated-section {
        padding: 60px 0;
    }

    .regulated-title {
        font-size: 32px;
    }

    .regulated-description {
        font-size: 14px;
    }

    .aml-kyc-section {
        padding: 60px 0;
    }

    .aml-kyc-content {
        padding: 32px;
    }

    .aml-kyc-title {
        font-size: 28px;
    }

    .aml-left-image {
        max-width: 350px;
    }

    .certified-badge {
        width: 100px;
    }

    .aml-icon-box {
        width: 44px;
        height: 44px;
    }

    .aml-icon-box img {
        width: 22px;
        height: 22px;
    }

    .aml-feature-text {
        font-size: 15px;
    }

    .brands-section {
        padding: 50px 0;
    }

    .brand-logo {
        height: 45px;
    }

    .digital-supervision-section {
        padding: 60px 0;
    }

    .digital-supervision-content {
        padding: 32px;
    }

    .digital-supervision-title {
        font-size: 28px;
    }

    .digital-supervision-description {
        font-size: 14px;
    }

    .digital-supervision-item {
        font-size: 14px;
    }

    .digital-supervision-image {
        max-width: 350px;
    }

    .pci-badge {
        width: 90px;
    }

    .btn-compliance {
        width: 100%;
        text-align: center;
    }

    .protecting-data-section {
        padding: 80px 0;
    }

    .protecting-data-title {
        font-size: 32px;
    }

    .protecting-data-description {
        font-size: 14px;
    }

    .btn-security-standards {
        width: 100%;
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .security-hero-title {
        font-size: 28px;
    }

    .security-hero-subtitle {
        font-size: 13px;
    }

    .hero-person-image {
        max-width: 300px;
    }

    .hero-shield-image {
        width: 150px;
        bottom: 0;
    }

    .regulated-section {
        padding: 50px 0;
    }

    .regulated-title {
        font-size: 28px;
    }

    .regulated-description {
        font-size: 13px;
    }

    .aml-kyc-section {
        padding: 50px 0;
    }

    .aml-kyc-content {
        padding: 24px;
    }

    .aml-kyc-title {
        font-size: 24px;
    }

    .aml-left-image {
        max-width: 300px;
    }

    .certified-badge {
        width: 90px;
    }

    .aml-icon-box {
        width: 40px;
        height: 40px;
    }

    .aml-icon-box img {
        width: 20px;
        height: 20px;
    }

    .aml-feature-text {
        font-size: 14px;
    }

    .brand-logo {
        height: 40px;
    }

    .digital-supervision-section {
        padding: 50px 0;
    }

    .digital-supervision-content {
        padding: 24px;
    }

    .digital-supervision-title {
        font-size: 24px;
    }

    .digital-supervision-description {
        font-size: 13px;
    }

    .digital-supervision-item {
        font-size: 13px;
    }

    .digital-supervision-image {
        max-width: 300px;
    }

    .pci-badge {
        width: 80px;
    }

    .protecting-data-section {
        padding: 60px 0;
    }

    .protecting-data-title {
        font-size: 28px;
    }

    .protecting-data-description {
        font-size: 13px;
    }

    .btn-security-standards {
        font-size: 14px;
        padding: 14px 32px;
    }
}
