:root {
    --savex-primary: #0b3c5d;
    --savex-primary-dark: #082f49;

    --savex-accent: #00c896;
    --savex-accent-dark: #00a77d;

    --savex-navy: #0b3c5d;
    --savex-bg: #f8fbfa;
    --savex-soft: #eef5f8;
    --savex-text: #0b3c5d;
    --savex-muted: #64748b;
    --savex-border: #e2e8f0;
    --savex-radius: 24px;

    --savex-primary-glow: rgba(11, 60, 93, 0.10);
    --savex-primary-glow-strong: rgba(11, 60, 93, 0.16);
    --savex-accent-glow: rgba(0, 200, 150, 0.04);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--savex-bg);
    color: var(--savex-text);
    font-family: "Inter", "IBM Plex Sans Arabic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden;
}

html[dir="rtl"] body {
    font-family: "IBM Plex Sans Arabic", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
    text-decoration: none;
}

.fw-black {
    font-weight: 900;
}

.text-primary {
    color: var(--savex-primary) !important;
}

.text-muted-custom {
    color: var(--savex-muted);
}

.section-padding {
    padding: 90px 0;
}

/* =========================
   Buttons
========================= */

.btn-savex-primary {
    background: var(--savex-primary);
    color: #fff;
    border: 1px solid var(--savex-primary);
    border-radius: 18px;
    padding: 15px 30px;
    font-weight: 900;
    box-shadow: 0 22px 48px rgba(11, 60, 93, 0.22);
    transition: 0.25s ease;
}

.btn-savex-primary:hover {
    background: var(--savex-primary-dark);
    border-color: var(--savex-primary-dark);
    color: #fff;
    transform: translateY(-2px);
}
.btn-savex-outline {
    background: rgba(255, 255, 255, 0.86);
    color: var(--savex-navy);
    border: 1px solid rgba(11, 60, 93, 0.12);
    border-radius: 18px;
    padding: 15px 30px;
    font-weight: 900;
    box-shadow: 0 16px 42px rgba(11, 60, 93, 0.07);
    transition: 0.25s ease;
}

.btn-savex-outline:hover {
    border-color: var(--savex-primary);
    color: var(--savex-primary);
    transform: translateY(-2px);
}

.btn-primary {
    background-color: var(--savex-primary);
    border-color: var(--savex-primary);
}

.btn-primary:hover {
    background-color: var(--savex-primary-dark);
    border-color: var(--savex-primary-dark);
}

/* =========================
   Header
========================= */

.navbar-savex {
    position: relative;
    z-index: 50;
    padding: 22px 0;
    background: rgba(248, 251, 250, 0.82);
    backdrop-filter: blur(18px);
}

.brand-logo {
    width: 150px;
    height: auto;
    display: block;
}

.navbar-savex .navbar-nav .nav-link {
    color: rgba(11, 60, 93, 0.72);
    font-weight: 800;
    transition: 0.2s ease;
}

.navbar-savex .navbar-nav .nav-link:hover,
.navbar-savex .navbar-nav .nav-link.text-primary {
    color: var(--savex-primary) !important;
}

.navbar-toggler {
    padding: 0;
}

/* =========================
   Hero
========================= */

.hero-premium {
    position: relative;
    overflow: hidden;
    padding: 72px 0 110px;
    background:
        radial-gradient(circle at 78% 22%, rgba(11, 60, 93, 0.13), transparent 30%),
        radial-gradient(circle at 18% 72%, rgba(11, 60, 93, 0.10), transparent 28%),
        linear-gradient(135deg, #f8fbfa 0%, #ffffff 48%, #f4f8fa 100%);
}

.hero-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(11, 60, 93, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(11, 60, 93, 0.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 75%);
    pointer-events: none;
}

.min-vh-hero {
    min-height: calc(100vh - 120px);
    position: relative;
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 620px;
}

.hero-eyebrow {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(11, 60, 93, 0.10);
    color: var(--savex-navy);
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 18px 50px rgba(11, 60, 93, 0.08);
    backdrop-filter: blur(16px);
}

.eyebrow-dot {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
    background: var(--savex-primary);
    box-shadow: 0 0 0 6px rgba(11, 60, 93, 0.08);
}

.hero-title {
    max-width: 640px;
    color: var(--savex-navy);
    font-size: clamp(42px, 4.6vw, 74px);
    line-height: 1.14;
    letter-spacing: -0.8px;
    font-weight: 900;
    margin-bottom: 22px !important;
}

.hero-title span {
    color: var(--savex-primary);
    position: relative;
    display: inline-block;
}

.hero-title span::after {
    content: "";
    position: absolute;
    height: 12px;
    inset-inline: 0;
    bottom: 8px;
    background: rgba(11, 60, 93, 0.08);
    border-radius: 999px;
    z-index: -1;
}

.hero-description {
    max-width: 560px;
    font-size: 17px;
    line-height: 1.95;
    color: var(--savex-muted);
    font-weight: 500;
    margin-bottom: 30px !important;
}

.hero-actions {
    margin-bottom: 34px !important;
}

.hero-actions .btn {
    min-width: 180px;
    font-size: 17px;
    padding: 14px 24px;
}

.hero-trust {
    max-width: 650px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(11, 60, 93, 0.08);
    border-radius: 20px;
    padding: 16px 14px;
    box-shadow: 0 18px 48px rgba(11, 60, 93, 0.06);
    backdrop-filter: blur(14px);
}

.trust-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 12px;
    background: rgba(11, 60, 93, 0.08);
    color: var(--savex-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 14px;
}

.trust-item .fw-black {
    font-size: 18px;
    line-height: 1.2;
    color: var(--savex-navy);
}

.trust-item small {
    font-size: 13px;
    line-height: 1.4;
    display: block;
    margin-top: 2px;
}

.hero-visual {
    max-width: 640px;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-phone-img {
    position: relative;
    z-index: 5;
    width: min(100%, 300px);
    display: block;
    filter: drop-shadow(0 38px 50px rgba(11, 60, 93, 0.22));
}

.hero-orbit {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero-orbit-1 {
    width: 520px;
    height: 520px;
    background: rgba(11, 60, 93, 0.08);
    z-index: 1;
    filter: blur(4px);
}

.hero-orbit-2 {
    width: 390px;
    height: 390px;
    border: 1px solid rgba(11, 60, 93, 0.14);
    z-index: 2;
}

.hero-floating-card {
    position: absolute;
    z-index: 8;
    min-width: 170px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(11, 60, 93, 0.08);
    border-radius: 26px;
    padding: 17px 19px;
    box-shadow: 0 26px 70px rgba(11, 60, 93, 0.14);
    backdrop-filter: blur(18px);
}

.hero-floating-card strong {
    display: block;
    color: var(--savex-navy);
    font-size: 17px;
    font-weight: 950;
    margin-top: 4px;
}

.hero-floating-card small {
    display: block;
    color: var(--savex-primary);
    font-size: 14px;
    font-weight: 950;
    margin-top: 3px;
}

.floating-label {
    display: inline-block;
    color: var(--savex-muted);
    font-size: 12px;
    font-weight: 800;
}

.hero-floating-card-1 {
    top: 19%;
    inset-inline-end: 3%;
}

.hero-floating-card-2 {
    bottom: 25%;
    inset-inline-start: 0;
}

.hero-floating-card-3 {
    bottom: 8%;
    inset-inline-end: 7%;
    min-width: 220px;
}

/* Arabic hero tuning */

html[lang="ar"] .hero-title {
    font-size: clamp(40px, 4.4vw, 70px);
    line-height: 1.18;
    letter-spacing: 0;
}

html[lang="ar"] .hero-description {
    font-size: 18px;
    line-height: 2;
}

html[lang="ar"] .hero-actions .btn {
    font-size: 18px;
    font-weight: 800;
}

/* =========================
   Footer
========================= */

.footer-savex {
    padding: 50px 0 35px;
}

.footer-box {
    background: #fff;
    border: 1px solid rgba(229, 231, 235, 0.85);
    border-radius: 32px;
    padding: 45px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.06);
}

.footer-logo {
    width: 155px;
    height: auto;
    display: block;
}

.footer-title {
    font-weight: 900;
    margin-bottom: 18px;
    color: var(--savex-text);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li:not(:last-child) {
    margin-bottom: 12px;
}

.footer-links a {
    color: var(--savex-muted);
    font-weight: 600;
    transition: 0.2s ease;
}

.footer-links a:hover {
    color: var(--savex-primary);
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: rgba(11, 60, 93, 0.08);
    color: var(--savex-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s ease;
}

.social-link svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
    display: block;
}

.social-link:hover {
    background: var(--savex-navy);
    color: #fff;
    transform: translateY(-2px);
}

.store-btn {
    background: var(--savex-navy);
    color: #fff;
    border-radius: 16px;
    padding: 13px 20px;
    font-weight: 900;
    display: inline-flex;
    justify-content: center;
    min-width: 150px;
    transition: 0.2s ease;
}

.store-btn:hover {
    color: #fff;
    background: var(--savex-primary);
}

.footer-line {
    margin: 35px 0 24px;
    border-color: var(--savex-border);
}

/* =========================
   Responsive
========================= */

@media (max-width: 1199px) {
    .hero-visual {
        min-height: 570px;
    }

    .hero-phone-img {
        width: min(100%, 390px);
    }

    .hero-floating-card-1 {
        inset-inline-end: 0;
    }

    .hero-floating-card-2 {
        inset-inline-start: -5px;
    }
}

@media (max-width: 991px) {
    .navbar-savex {
        padding: 16px 0;
    }

    .brand-logo {
        width: 130px;
    }

    .hero-premium {
        padding: 45px 0 80px;
    }

    .min-vh-hero {
        min-height: auto;
    }

    .hero-content {
        max-width: 100%;
        text-align: center;
    }

    .hero-title {
        max-width: 100%;
        font-size: clamp(36px, 7vw, 58px);
        line-height: 1.2;
    }

    .hero-description {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.85;
        margin-inline: auto;
    }

    .hero-actions {
        justify-content: center !important;
    }

    .hero-actions .btn {
        min-width: 170px;
    }

    .hero-trust {
        margin-inline: auto;
    }

    .trust-item {
        text-align: start;
    }

    .hero-visual {
        min-height: 540px;
        margin-top: 20px;
    }

    .hero-phone-img {
        width: min(100%, 360px);
    }

    .hero-floating-card-3 {
        display: none;
    }
}

@media (max-width: 767px) {
    .footer-box {
        padding: 28px;
        border-radius: 24px;
    }
}

@media (max-width: 575px) {
    .hero-premium {
        padding-top: 35px;
    }

    .hero-title {
        font-size: 34px;
        line-height: 1.24;
    }

    html[lang="ar"] .hero-title {
        font-size: 35px;
        line-height: 1.28;
    }

    .hero-description {
        font-size: 15px;
        line-height: 1.8;
    }

    html[lang="ar"] .hero-description {
        font-size: 15px;
        line-height: 1.9;
    }

    .hero-actions .btn {
        width: 100%;
        min-width: 100%;
        font-size: 16px;
        padding: 13px 20px;
    }

    .hero-visual {
        min-height: 440px;
    }

    .hero-phone-img {
        width: min(100%, 300px);
    }

    .hero-floating-card {
        min-width: 135px;
        padding: 13px 15px;
        border-radius: 20px;
    }

    .hero-floating-card strong {
        font-size: 14px;
    }

    .hero-floating-card small {
        font-size: 12px;
    }

    .hero-floating-card-1 {
        top: 16%;
        inset-inline-end: 0;
    }

    .hero-floating-card-2 {
        bottom: 18%;
        inset-inline-start: 0;
    }

    .hero-trust .col-12 {
        width: 100%;
    }

    .trust-item .fw-black {
        font-size: 16px;
    }

    .trust-item small {
        font-size: 12px;
    }
}

/* =========================
   Video Section
========================= */

.video-section {
    position: relative;
    background: #ffffff;
}

.section-badge {
    background: rgba(11, 60, 93, 0.06);
    color: var(--savex-navy);
    border: 1px solid rgba(11, 60, 93, 0.10);
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 900;
}

.section-title {
    color: var(--savex-navy);
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.18;
    font-weight: 950;
    letter-spacing: -0.5px;
}

.section-title span {
    color: var(--savex-primary);
}

.section-description {
    max-width: 540px;
    color: var(--savex-muted);
    font-size: 17px;
    line-height: 1.9;
    font-weight: 500;
}

.video-points {
    display: grid;
    gap: 16px;
}

.video-point {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #f8fbfa;
    border: 1px solid rgba(11, 60, 93, 0.08);
    border-radius: 22px;
    padding: 18px;
    transition: 0.25s ease;
}

.video-point:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 55px rgba(11, 60, 93, 0.08);
}

.video-point > span {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 15px;
    background: var(--savex-navy);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 950;
}

.video-point strong {
    display: block;
    color: var(--savex-navy);
    font-size: 17px;
    font-weight: 950;
    margin-bottom: 4px;
}

.video-point p {
    margin: 0;
    color: var(--savex-muted);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
}

.video-card {
    position: relative;
    border-radius: 34px;
    padding: 12px;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, rgba(11, 60, 93, 0.42), rgba(11, 60, 93, 0.18)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 32px 90px rgba(11, 60, 93, 0.12);
}

.video-cover-box {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 26px;
    background: var(--savex-navy);
    cursor: pointer;
}

.video-cover-img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: 0.45s ease;
}

.video-cover-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(11, 60, 93, 0.18), transparent 45%),
        radial-gradient(circle at center, rgba(11, 60, 93, 0.10), transparent 32%);
    pointer-events: none;
}

.video-cover-box:hover .video-cover-img {
    transform: scale(1.035);
}

.video-play-btn {
    position: absolute;
    z-index: 3;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--savex-primary);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
    transition: 0.25s ease;
}

.video-cover-box:hover .video-play-btn {
    transform: translate(-50%, -50%) scale(1.06);
    background: var(--savex-primary);
}

.video-play-btn span {
    width: 0;
    height: 0;
    margin-left: 6px;
    margin-right: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 22px solid var(--savex-accent);
    border-right: 0;
}

.video-cover-box:hover .video-play-btn span {
    border-left-color: #ffffff;
}


.video-modal .modal-content {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 28px;
    background: #000;
    box-shadow: 0 35px 120px rgba(0, 0, 0, 0.35);
}

.video-modal-close {
    position: absolute;
    z-index: 5;
    top: 14px;
    inset-inline-end: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}

.video-embed {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-modal .modal-dialog {
    max-width: 430px;
}

.video-embed-short {
    aspect-ratio: 9 / 16;
    max-height: 85vh;
}

.video-embed-short iframe {
    width: 100%;
    height: 100%;
}

/* Arabic video tuning */
html[lang="ar"] .section-title {
    letter-spacing: 0;
    line-height: 1.25;
}

html[lang="ar"] .section-description {
    font-size: 18px;
    line-height: 2;
}

@media (max-width: 991px) {
    .video-section {
        text-align: center;
    }

    .section-description {
        margin-inline: auto;
    }

    .video-point {
        text-align: start;
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 32px;
    }

    .section-description {
        font-size: 15px;
        line-height: 1.8;
    }

    html[lang="ar"] .section-description {
        font-size: 15px;
        line-height: 1.9;
    }

    .video-card {
        border-radius: 28px;
        padding: 8px;
    }

    .video-cover-box {
        border-radius: 22px;
    }

    .video-play-btn {
        width: 70px;
        height: 70px;
    }

    .video-play-btn span {
        border-top-width: 11px;
        border-bottom-width: 11px;
        border-inline-start-width: 17px;
    }

    .video-modal .modal-content {
        border-radius: 20px;
    }
}

/* =========================
   About Section
========================= */

.about-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 20%, rgba(11, 60, 93, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
}

.about-visual {
    position: relative;
    min-height: 470px;
    border-radius: 40px;
    background:
        radial-gradient(circle at 50% 45%, rgba(11, 60, 93, 0.10), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 250, 0.88));
    border: 1px solid rgba(11, 60, 93, 0.08);
    box-shadow: 0 32px 90px rgba(11, 60, 93, 0.10);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-logo-card {
    position: relative;
    z-index: 3;
    width: min(86%, 420px);
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(11, 60, 93, 0.08);
    border-radius: 34px;
    padding: 38px;
    box-shadow: 0 28px 80px rgba(11, 60, 93, 0.12);
    backdrop-filter: blur(18px);
    text-align: center;
}

.about-logo {
    width: 220px;
    max-width: 100%;
    height: auto;
    margin-bottom: 28px;
}

.about-logo-text span {
    display: block;
    color: var(--savex-muted);
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 8px;
}

.about-logo-text strong {
    display: block;
    color: var(--savex-navy);
    font-size: 34px;
    line-height: 1.25;
    font-weight: 950;
}

.about-stat-card {
    position: absolute;
    z-index: 4;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(11, 60, 93, 0.08);
    border-radius: 24px;
    padding: 18px 20px;
    min-width: 165px;
    box-shadow: 0 22px 60px rgba(11, 60, 93, 0.12);
    backdrop-filter: blur(16px);
}

.about-stat-card strong {
    display: block;
    color: var(--savex-primary);
    font-size: 24px;
    line-height: 1.1;
    font-weight: 950;
}

.about-stat-card span {
    display: block;
    margin-top: 5px;
    color: var(--savex-navy);
    font-size: 13px;
    font-weight: 800;
}

.about-stat-card-1 {
    top: 42px;
    inset-inline-start: 42px;
}

.about-stat-card-2 {
    bottom: 42px;
    inset-inline-end: 42px;
}

.about-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.about-circle-1 {
    width: 260px;
    height: 260px;
    background: rgba(11, 60, 93, 0.08);
    top: -70px;
    inset-inline-end: -70px;
}

.about-circle-2 {
    width: 190px;
    height: 190px;
    border: 1px solid rgba(11, 60, 93, 0.14);
    bottom: -40px;
    inset-inline-start: -40px;
}

.about-cards {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.about-info-card {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(11, 60, 93, 0.08);
    border-radius: 26px;
    padding: 24px;
    box-shadow: 0 22px 60px rgba(11, 60, 93, 0.07);
    transition: 0.25s ease;
}

.about-info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 28px 70px rgba(11, 60, 93, 0.10);
}

.about-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 16px;
    background: rgba(11, 60, 93, 0.08);
    color: var(--savex-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 950;
}

.about-info-card h3 {
    color: var(--savex-navy);
    font-size: 22px;
    font-weight: 950;
    margin-bottom: 8px;
}

.about-info-card p {
    margin: 0;
    color: var(--savex-muted);
    font-size: 15px;
    line-height: 1.9;
    font-weight: 500;
}

html[lang="ar"] .about-info-card p {
    font-size: 16px;
    line-height: 2;
}

@media (max-width: 991px) {
    .about-section {
        text-align: center;
    }

    .about-visual {
        min-height: 420px;
    }

    .about-info-card {
        text-align: start;
    }

    .about-logo-text strong {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .about-visual {
        min-height: 360px;
        border-radius: 30px;
    }

    .about-logo-card {
        padding: 28px;
        border-radius: 28px;
    }

    .about-logo {
        width: 170px;
        margin-bottom: 22px;
    }

    .about-logo-text strong {
        font-size: 24px;
    }

    .about-stat-card {
        min-width: 135px;
        padding: 14px 16px;
    }

    .about-stat-card strong {
        font-size: 20px;
    }

    .about-stat-card span {
        font-size: 12px;
    }

    .about-stat-card-1 {
        top: 22px;
        inset-inline-start: 18px;
    }

    .about-stat-card-2 {
        bottom: 22px;
        inset-inline-end: 18px;
    }

    .about-info-card {
        padding: 20px;
        border-radius: 22px;
    }

    .about-info-card h3 {
        font-size: 20px;
    }

    .about-info-card p {
        font-size: 14px;
        line-height: 1.8;
    }

    html[lang="ar"] .about-info-card p {
        font-size: 15px;
        line-height: 1.9;
    }
}

/* =========================
   Chairman Message Section
========================= */

.chairman-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 20%, rgba(11, 60, 93, 0.08), transparent 30%),
        radial-gradient(circle at 10% 80%, rgba(11, 60, 93, 0.08), transparent 28%),
        #f8fbfa;
}

.chairman-wrapper {
    position: relative;
    border-radius: 42px;
    padding: 54px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 250, 0.80));
    border: 1px solid rgba(11, 60, 93, 0.08);
    box-shadow: 0 32px 90px rgba(11, 60, 93, 0.08);
}

.chairman-card {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    border-radius: 34px;
    padding: 38px;
    background:
        radial-gradient(circle at 80% 15%, rgba(255, 255, 255, 0.10), transparent 34%),
        linear-gradient(145deg, var(--savex-navy), #0f5874);
    color: #fff;
    box-shadow: 0 32px 90px rgba(11, 60, 93, 0.22);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chairman-card::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    bottom: -110px;
    inset-inline-end: -90px;
}

.chairman-quote-icon {
    position: relative;
    z-index: 2;
    width: 66px;
    height: 66px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
    color: var(--savex-primary);
}

.chairman-card-title {
    position: relative;
    z-index: 2;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 950;
    margin: 30px 0 16px;
}

.chairman-card-text {
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.9;
    font-weight: 500;
    margin: 0;
}

.chairman-highlight {
    position: relative;
    z-index: 2;
    margin-top: 32px;
    border-radius: 24px;
    padding: 18px 22px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
}

.chairman-highlight span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 4px;
}

.chairman-highlight strong {
    display: block;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
}

.chairman-content {
    display: grid;
    gap: 14px;
}

.chairman-content p {
    margin: 0;
    color: var(--savex-muted);
    font-size: 16px;
    line-height: 1.95;
    font-weight: 500;
}

.chairman-content p:first-child {
    color: var(--savex-navy);
    font-weight: 700;
}

.chairman-actions .btn {
    min-width: 165px;
    font-size: 16px;
    padding: 14px 24px;
}

html[lang="ar"] .chairman-card-title {
    font-size: 32px;
    line-height: 1.35;
}

html[lang="ar"] .chairman-card-text,
html[lang="ar"] .chairman-content p {
    font-size: 16px;
    line-height: 2;
}

@media (max-width: 991px) {
    .chairman-section {
        text-align: center;
    }

    .chairman-wrapper {
        padding: 34px;
        border-radius: 34px;
    }

    .chairman-card {
        min-height: 360px;
        text-align: start;
    }

    .chairman-content {
        text-align: start;
    }

    .chairman-actions {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .chairman-wrapper {
        padding: 20px;
        border-radius: 28px;
    }

    .chairman-card {
        min-height: auto;
        padding: 28px;
        border-radius: 28px;
    }

    .chairman-card-title {
        font-size: 26px;
    }

    html[lang="ar"] .chairman-card-title {
        font-size: 26px;
    }

    .chairman-card-text,
    .chairman-content p,
    html[lang="ar"] .chairman-card-text,
    html[lang="ar"] .chairman-content p {
        font-size: 15px;
        line-height: 1.9;
    }

    .chairman-highlight strong {
        font-size: 28px;
    }

    .chairman-actions .btn {
        width: 100%;
    }
}

/* =========================
   Categories Section
========================= */

.categories-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 10%, rgba(11, 60, 93, 0.08), transparent 30%),
        #ffffff;
}

.section-head {
    position: relative;
    z-index: 2;
}

.categories-controls {
    flex-shrink: 0;
}

.slider-btn {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    border: 1px solid rgba(11, 60, 93, 0.10);
    background: #ffffff;
    color: var(--savex-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(11, 60, 93, 0.08);
    transition: 0.2s ease;
}

.slider-btn:hover {
    background: var(--savex-primary);
    color: #ffffff;
    border-color: var(--savex-primary);
    transform: translateY(-2px);
}

.categories-slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 72px) / 4);
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 8px 4px 28px;
    scrollbar-width: none;
}

.categories-slider::-webkit-scrollbar {
    display: none;
}

.category-card {
    position: relative;
    scroll-snap-align: start;
    min-height: 270px;
    overflow: hidden;
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 250, 0.96));
    border: 1px solid rgba(11, 60, 93, 0.08);
    box-shadow: 0 24px 70px rgba(11, 60, 93, 0.08);
    padding: 24px;
    color: var(--savex-navy);
    transition: 0.28s ease;
}

.category-card::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(11, 60, 93, 0.08);
    top: -55px;
    inset-inline-end: -45px;
    transition: 0.28s ease;
}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 32px 90px rgba(11, 60, 93, 0.13);
    color: var(--savex-navy);
}

.category-card:hover::before {
    background: rgba(11, 60, 93, 0.14);
    transform: scale(1.15);
}

.category-image-wrap {
    position: relative;
    z-index: 2;
    height: 145px;
    border-radius: 24px;
    background:
        radial-gradient(circle at center, rgba(11, 60, 93, 0.08), transparent 60%),
        #f8fbfa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    overflow: hidden;
}

.category-image {
    max-width: 82%;
    max-height: 110px;
    object-fit: contain;
    transition: 0.28s ease;
}

.category-card:hover .category-image {
    transform: scale(1.06);
}

.category-content {
    position: relative;
    z-index: 2;
}

.category-content h3 {
    margin: 0 0 8px;
    color: var(--savex-navy);
    font-size: 22px;
    font-weight: 950;
}

.category-content span {
    color: var(--savex-primary);
    font-size: 14px;
    font-weight: 900;
}

.empty-state {
    grid-column: 1 / -1;
    width: 100%;
    border-radius: 24px;
    background: #f8fbfa;
    border: 1px solid rgba(11, 60, 93, 0.08);
    padding: 32px;
    color: var(--savex-muted);
    font-weight: 800;
    text-align: center;
}

html[dir="rtl"] .categories-slider {
    direction: rtl;
}

@media (max-width: 1199px) {
    .categories-slider {
        grid-auto-columns: calc((100% - 48px) / 3);
    }
}

@media (max-width: 991px) {
    .section-head {
        text-align: center;
    }

    .categories-controls {
        justify-content: center;
    }

    .categories-slider {
        grid-auto-columns: calc((100% - 24px) / 2);
    }
}

@media (max-width: 575px) {
    .categories-slider {
        grid-auto-columns: 82%;
        gap: 18px;
        padding-bottom: 18px;
    }

    .category-card {
        min-height: 245px;
        border-radius: 26px;
        padding: 20px;
    }

    .category-image-wrap {
        height: 125px;
        border-radius: 20px;
    }

    .category-content h3 {
        font-size: 20px;
    }
}

/* =========================
   Latest Offers Section
========================= */

.offers-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(11, 60, 93, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
}

.offers-controls {
    flex-shrink: 0;
}

.offers-slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 72px) / 4);
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 8px 4px 34px;
    scrollbar-width: none;
}

.offers-slider::-webkit-scrollbar {
    display: none;
}

.offer-card {
    position: relative;
    scroll-snap-align: start;
    overflow: hidden;
    min-height: 420px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(11, 60, 93, 0.08);
    box-shadow: 0 24px 70px rgba(11, 60, 93, 0.08);
    padding: 18px;
    transition: 0.28s ease;
}

.offer-card::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    top: -70px;
    inset-inline-end: -65px;
    background: rgba(11, 60, 93, 0.08);
    transition: 0.28s ease;
}

.offer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 34px 95px rgba(11, 60, 93, 0.13);
}

.offer-card:hover::before {
    transform: scale(1.18);
    background: rgba(11, 60, 93, 0.14);
}

.offer-image-wrap {
    position: relative;
    z-index: 2;
    height: 240px;
    border-radius: 26px;
    background:
        radial-gradient(circle at center, rgba(11, 60, 93, 0.08), transparent 62%),
        #f8fbfa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.offer-image {
    max-width: 90%;
    max-height: 210px;
    object-fit: contain;
    transition: 0.28s ease;
}

.offer-card:hover .offer-image {
    transform: scale(1.06);
}

.offer-content {
    position: relative;
    z-index: 2;
}

.offer-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(11, 60, 93, 0.07);
    color: var(--savex-primary);
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 12px;
}

.offer-content h3 {
    height: 52px;
    margin: 0 0 16px;
    color: var(--savex-navy);
    font-size: 19px;
    line-height: 1.35;
    font-weight: 950;
    overflow: hidden;
}

.offer-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 18px;
    padding: 14px 16px;
    background: #f8fbfa;
    border: 1px solid rgba(11, 60, 93, 0.07);
}

.offer-price span {
    color: var(--savex-muted);
    font-size: 13px;
    font-weight: 800;
}

.offer-price strong {
    color: var(--savex-primary);
    font-size: 18px;
    font-weight: 950;
}

@media (max-width: 1199px) {
    .offers-slider {
        grid-auto-columns: calc((100% - 48px) / 3);
    }
}

@media (max-width: 991px) {
    .offers-controls {
        justify-content: center;
    }

    .offers-slider {
        grid-auto-columns: calc((100% - 24px) / 2);
    }
}

@media (max-width: 575px) {
    .offers-slider {
        grid-auto-columns: 84%;
        gap: 18px;
        padding-bottom: 20px;
    }

    .offer-card {
        min-height: 390px;
        border-radius: 28px;
        padding: 16px;
    }

    .offer-image-wrap {
        height: 220px;
        border-radius: 22px;
    }

    .offer-content h3 {
        font-size: 18px;
    }
}

/* =========================
   How It Works Section
========================= */

.how-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 15%, rgba(11, 60, 93, 0.09), transparent 30%),
        radial-gradient(circle at 10% 80%, rgba(11, 60, 93, 0.07), transparent 28%),
        #f8fbfa;
}

.solidarity-card {
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    padding: 38px;
    background:
        radial-gradient(circle at 85% 12%, rgba(255, 255, 255, 0.10), transparent 32%),
        linear-gradient(145deg, var(--savex-navy), #0f5874);
    color: #fff;
    box-shadow: 0 32px 90px rgba(11, 60, 93, 0.20);
}

.solidarity-card::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    bottom: -110px;
    inset-inline-end: -90px;
}

.solidarity-icon {
    position: relative;
    z-index: 2;
    width: 78px;
    height: 78px;
    border-radius: 24px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.16);
    margin-bottom: 28px;
}

.solidarity-icon img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.solidarity-card h3 {
    position: relative;
    z-index: 2;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 950;
    margin-bottom: 16px;
}

.solidarity-card p {
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.95;
    font-weight: 500;
    margin-bottom: 28px;
}

.solidarity-highlight {
    position: relative;
    z-index: 2;
    border-radius: 24px;
    padding: 18px 22px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
}

.solidarity-highlight span {
    display: block;
    color: var(--savex-primary);
    font-size: 14px;
    font-weight: 950;
    margin-bottom: 6px;
}

.solidarity-highlight strong {
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 850;
}

.how-steps {
    display: grid;
    gap: 18px;
}

.how-step {
    position: relative;
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 18px;
    align-items: stretch;
}

.how-step-number {
    border-radius: 24px;
    background: rgba(11, 60, 93, 0.07);
    color: var(--savex-primary);
    border: 1px solid rgba(11, 60, 93, 0.11);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 950;
}

.how-step-content {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(11, 60, 93, 0.08);
    box-shadow: 0 22px 60px rgba(11, 60, 93, 0.07);
    transition: 0.25s ease;
}

.how-step-content::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(11, 60, 93, 0.07);
    top: -55px;
    inset-inline-end: -45px;
}

.how-step:hover .how-step-content {
    transform: translateY(-3px);
    box-shadow: 0 28px 80px rgba(11, 60, 93, 0.10);
}

.how-step-icon {
    position: relative;
    z-index: 2;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #f8fbfa;
    border: 1px solid rgba(11, 60, 93, 0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 16px;
}

.how-step-content h3 {
    position: relative;
    z-index: 2;
    color: var(--savex-navy);
    font-size: 22px;
    font-weight: 950;
    margin-bottom: 8px;
}

.how-step-content p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--savex-muted);
    font-size: 15px;
    line-height: 1.85;
    font-weight: 500;
}

html[lang="ar"] .solidarity-card p,
html[lang="ar"] .how-step-content p {
    font-size: 16px;
    line-height: 2;
}

@media (max-width: 991px) {
    .how-section {
        text-align: center;
    }

    .solidarity-card {
        text-align: start;
    }

    .how-step {
        text-align: start;
    }
}

@media (max-width: 575px) {
    .solidarity-card {
        padding: 28px;
        border-radius: 30px;
    }

    .solidarity-card h3 {
        font-size: 28px;
    }

    .solidarity-card p,
    html[lang="ar"] .solidarity-card p {
        font-size: 15px;
        line-height: 1.9;
    }

    .how-step {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .how-step-number {
        width: 64px;
        height: 48px;
        border-radius: 18px;
    }

    .how-step-content {
        padding: 22px;
        border-radius: 24px;
    }

    .how-step-content h3 {
        font-size: 20px;
    }

    .how-step-content p,
    html[lang="ar"] .how-step-content p {
        font-size: 14px;
        line-height: 1.85;
    }
}

/* =========================
   Latest Winners Section
========================= */

.winners-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 18%, rgba(11, 60, 93, 0.09), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
}

.winners-controls {
    flex-shrink: 0;
}

.winners-slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 72px) / 4);
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 8px 4px 34px;
    scrollbar-width: none;
}

.winners-slider::-webkit-scrollbar {
    display: none;
}

.winner-card {
    position: relative;
    scroll-snap-align: start;
    overflow: hidden;
    min-height: 285px;
    border-radius: 30px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(11, 60, 93, 0.08);
    box-shadow: 0 24px 70px rgba(11, 60, 93, 0.08);
    transition: 0.28s ease;
}

.winner-card::before {
    content: "";
    position: absolute;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: rgba(11, 60, 93, 0.08);
    top: -60px;
    inset-inline-end: -50px;
    transition: 0.28s ease;
}

.winner-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 32px 90px rgba(11, 60, 93, 0.13);
}

.winner-card:hover::before {
    transform: scale(1.2);
    background: rgba(11, 60, 93, 0.14);
}

.winner-avatar,
.winner-avatar-img {
    position: relative;
    z-index: 2;
    width: 74px;
    height: 74px;
    border-radius: 24px;
    margin-bottom: 22px;
}

.winner-avatar {
    background:
        linear-gradient(135deg, rgba(11, 60, 93, 0.10), rgba(11, 60, 93, 0.08));
    color: var(--savex-primary);
    border: 1px solid rgba(11, 60, 93, 0.11);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 950;
    text-transform: uppercase;
}

.winner-avatar-img {
    object-fit: cover;
    border: 3px solid rgba(11, 60, 93, 0.11);
    box-shadow: 0 16px 36px rgba(11, 60, 93, 0.10);
}

.winner-content {
    position: relative;
    z-index: 2;
}

.winner-content h3 {
    margin: 0;
    color: var(--savex-navy);
    font-size: 19px;
    line-height: 1.3;
    font-weight: 950;
}

.winner-type {
    flex-shrink: 0;
    display: inline-flex;
    border-radius: 999px;
    padding: 6px 10px;
    background: rgba(11, 60, 93, 0.07);
    color: var(--savex-primary);
    font-size: 11px;
    font-weight: 900;
}

.winner-content p {
    height: 50px;
    margin: 0 0 14px;
    color: var(--savex-muted);
    font-size: 15px;
    line-height: 1.65;
    font-weight: 600;
    overflow: hidden;
}

.winner-date {
    color: var(--savex-navy);
    font-size: 13px;
    font-weight: 850;
    opacity: 0.72;
}

html[dir="rtl"] .winners-slider {
    direction: rtl;
}

@media (max-width: 1199px) {
    .winners-slider {
        grid-auto-columns: calc((100% - 48px) / 3);
    }
}

@media (max-width: 991px) {
    .winners-section .section-head {
        text-align: center;
    }

    .winners-controls {
        justify-content: center;
    }

    .winners-slider {
        grid-auto-columns: calc((100% - 24px) / 2);
    }
}

@media (max-width: 575px) {
    .winners-slider {
        grid-auto-columns: 84%;
        gap: 18px;
        padding-bottom: 20px;
    }

    .winner-card {
        min-height: 245px;
        border-radius: 26px;
        padding: 20px;
    }

    .winner-avatar,
    .winner-avatar-img {
        width: 62px;
        height: 62px;
        border-radius: 20px;
        margin-bottom: 18px;
    }

    .winner-avatar {
        font-size: 20px;
    }

    .winner-content h3 {
        font-size: 18px;
    }

    .winner-content p {
        height: 48px;
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.winner-avatar-img {
    position: relative;
    z-index: 2;
    width: 74px;
    height: 74px;
    border-radius: 24px;
    object-fit: cover;
    border: 3px solid rgba(11, 60, 93, 0.11);
    box-shadow: 0 16px 36px rgba(11, 60, 93, 0.10);
    margin-bottom: 22px;
}

@media (max-width: 575px) {
    .winner-avatar-img {
        width: 62px;
        height: 62px;
        flex: 0 0 62px;
        border-radius: 20px;
        margin-bottom: 0;
    }
}

/* =========================
   Contact Section
========================= */

.contact-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 20%, rgba(11, 60, 93, 0.08), transparent 28%),
        radial-gradient(circle at 88% 80%, rgba(11, 60, 93, 0.08), transparent 28%),
        #f8fbfa;
}

.contact-info-card,
.contact-form-card {
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(11, 60, 93, 0.08);
    box-shadow: 0 30px 90px rgba(11, 60, 93, 0.09);
}

.contact-info-card {
    padding: 38px;
}

.contact-form-card {
    padding: 38px;
}

.contact-info-card::before,
.contact-form-card::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(11, 60, 93, 0.08);
    top: -80px;
    inset-inline-end: -70px;
}

.contact-list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 24px;
    padding: 18px;
    background: #f8fbfa;
    border: 1px solid rgba(11, 60, 93, 0.07);
    color: var(--savex-navy);
    transition: 0.25s ease;
}

.contact-item:hover {
    color: var(--savex-navy);
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(11, 60, 93, 0.08);
}

.contact-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 16px;
    background: rgba(11, 60, 93, 0.08);
    color: var(--savex-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 950;
}

.contact-item small {
    display: block;
    color: var(--savex-muted);
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 3px;
}

.contact-item strong {
    display: block;
    color: var(--savex-navy);
    font-size: 16px;
    font-weight: 950;
}

.contact-social {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 10px;
    margin-top: 28px;
}

.contact-social a {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    background: rgba(11, 60, 93, 0.07);
    color: var(--savex-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 950;
    transition: 0.25s ease;
}

.contact-social a:hover {
    background: var(--savex-primary);
    color: #fff;
    transform: translateY(-2px);
}

.contact-form-card form {
    position: relative;
    z-index: 2;
}

.contact-form-card .form-label {
    color: var(--savex-navy);
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 8px;
}

.savex-input {
    min-height: 56px;
    border-radius: 18px;
    border: 1px solid rgba(11, 60, 93, 0.10);
    background: #f8fbfa;
    color: var(--savex-navy);
    font-weight: 600;
    padding: 14px 18px;
    box-shadow: none;
}

textarea.savex-input {
    min-height: 150px;
    resize: none;
}

.savex-input::placeholder {
    color: rgba(100, 116, 139, 0.75);
    font-weight: 500;
}

.savex-input:focus {
    border-color: rgba(11, 60, 93, 0.55);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(11, 60, 93, 0.07);
    color: var(--savex-navy);
}

.contact-submit {
    min-width: 180px;
}

.contact-note {
    position: relative;
    z-index: 2;
    margin-top: 18px;
    color: var(--savex-muted);
    font-size: 14px;
    font-weight: 700;
}

html[dir="rtl"] .savex-input {
    text-align: right;
}

html[dir="ltr"] .savex-input {
    text-align: left;
}

@media (max-width: 991px) {
    .contact-section {
        text-align: center;
    }

    .contact-info-card,
    .contact-form-card {
        padding: 32px;
        border-radius: 32px;
    }

    .contact-item {
        text-align: start;
    }

    .contact-social {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .contact-info-card,
    .contact-form-card {
        padding: 24px;
        border-radius: 28px;
    }

    .contact-item {
        padding: 15px;
        border-radius: 20px;
    }

    .contact-icon {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        border-radius: 14px;
    }

    .contact-item strong {
        font-size: 14px;
    }

    .contact-submit {
        width: 100%;
    }
}

/* =========================
   Accent Ratio Override
   Navy is the primary color. Green is used only as a subtle accent.
========================= */

.eyebrow-dot {
    background: var(--savex-accent);
    box-shadow: 0 0 0 5px rgba(0, 200, 150, 0.08);
}

.hero-title span,
.section-title span {
    color: var(--savex-accent);
}

.hero-title span::after {
    background: rgba(0, 200, 150, 0.07);
}

.video-play-btn span {
    border-inline-start-color: var(--savex-accent);
}

.video-cover-box:hover .video-play-btn {
    background: var(--savex-primary);
}

.video-cover-box:hover .video-play-btn span {
    border-inline-start-color: #ffffff;
}


/* =========================
   Motion Effects
========================= */

.hero-floating-card {
    animation: savexFloat 4.5s ease-in-out infinite;
}

.hero-floating-card-2 {
    animation-delay: 0.8s;
}

.hero-floating-card-3 {
    animation-delay: 1.4s;
}

.hero-phone-img {
    animation: savexPhoneFloat 5.5s ease-in-out infinite;
}

@keyframes savexFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes savexPhoneFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-10px) rotate(-1deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }
}

/* =========================
   Hero Animation Initial State
========================= */

.js-motion-ready [data-hero-content] .hero-eyebrow,
.js-motion-ready [data-hero-content] .hero-title,
.js-motion-ready [data-hero-content] .hero-description,
.js-motion-ready [data-hero-content] .hero-actions,
.js-motion-ready [data-hero-content] .trust-item,
.js-motion-ready [data-hero-visual] .hero-phone-img,
.js-motion-ready [data-hero-visual] .hero-floating-card {
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity, filter;
}

.js-motion-ready [data-hero-visual] .hero-orbit {
    opacity: 0;
    will-change: transform, opacity;
}

.hero-actions,
.hero-actions .btn {
    visibility: visible;
}

/* =========================
   Download Section
========================= */

.download-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 18%, rgba(11, 60, 93, 0.10), transparent 28%),
        radial-gradient(circle at 88% 78%, rgba(11, 60, 93, 0.08), transparent 30%),
        #f8fbfa;
}

.download-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 44px;
    padding: 64px;
    background:
        radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.10), transparent 34%),
        linear-gradient(145deg, var(--savex-navy), #082f49);
    color: #fff;
    box-shadow: 0 34px 100px rgba(11, 60, 93, 0.22);
}

.download-wrapper::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    top: -160px;
    inset-inline-end: -120px;
}

.download-wrapper::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(0, 200, 150, 0.08);
    bottom: -130px;
    inset-inline-start: -100px;
}

.download-content,
.download-visual {
    position: relative;
    z-index: 2;
}

.download-section .section-badge {
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.14);
}

.download-title {
    max-width: 700px;
    color: #fff;
    font-size: clamp(36px, 4.4vw, 64px);
    line-height: 1.18;
    font-weight: 950;
    letter-spacing: -0.6px;
}

.download-description {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    line-height: 2;
    font-weight: 500;
}

.download-buttons {
    margin-top: 34px;
}

.download-store-btn {
    min-width: 210px;
    border-radius: 22px;
    padding: 15px 18px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    display: inline-flex;
    align-items: center;
    gap: 14px;
    transition: 0.25s ease;
    backdrop-filter: blur(14px);
}

.download-store-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.download-store-icon svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}

.download-store-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.download-store-text small {
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.download-store-text strong {
    color: #fff;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.2;
}

.download-store-btn:hover {
    color: #fff;
    background: #fff;
    transform: translateY(-3px);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.16);
}

.download-store-btn:hover .download-store-icon {
    background: rgba(11, 60, 93, 0.08);
}

.download-store-btn:hover .download-store-icon svg {
    fill: var(--savex-navy);
}

.download-store-btn:hover .download-store-text small {
    color: var(--savex-muted);
}

.download-store-btn:hover .download-store-text strong {
    color: var(--savex-navy);
}

.download-visual {
    min-height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-phone-card {
    position: relative;
    z-index: 3;
}

.download-phone-img {
    position: relative;
    z-index: 3;
    width: min(100%, 270px);
    filter: drop-shadow(0 34px 48px rgba(0, 0, 0, 0.26));
    animation: savexPhoneFloat 5.5s ease-in-out infinite;
}

.download-mini-card {
    position: absolute;
    z-index: 5;
    min-width: 150px;
    border-radius: 22px;
    padding: 15px 17px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(16px);
    animation: savexFloat 4.5s ease-in-out infinite;
}

.download-mini-card span {
    display: block;
    color: var(--savex-muted);
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 4px;
}

.download-mini-card strong {
    display: block;
    color: var(--savex-navy);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.2;
}

.download-mini-card-1 {
    top: 20%;
    inset-inline-start: -95px;
}

.download-mini-card-2 {
    bottom: 18%;
    inset-inline-end: -35px;
    animation-delay: 0.8s;
}


.download-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.download-circle-1 {
    width: 390px;
    height: 390px;
    background: rgba(255, 255, 255, 0.07);
}

.download-circle-2 {
    width: 285px;
    height: 285px;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

html[lang="ar"] .download-title {
    letter-spacing: 0;
    line-height: 1.25;
}

html[lang="ar"] .download-description {
    font-size: 18px;
    line-height: 2.1;
}

@media (max-width: 991px) {
    .download-wrapper {
        padding: 44px 34px;
        border-radius: 36px;
        text-align: center;
    }

    .download-description {
        margin-inline: auto;
    }

    .download-buttons {
        justify-content: center;
    }

    .download-visual {
        min-height: 430px;
    }

    .download-mini-card-1 {
        inset-inline-start: 0;
    }

    .download-mini-card-2 {
        inset-inline-end: 0;
    }
}

@media (max-width: 575px) {
    .download-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .download-wrapper {
        padding: 34px 22px;
        border-radius: 30px;
    }

    .download-title {
        font-size: 32px;
    }

    .download-description,
    html[lang="ar"] .download-description {
        font-size: 15px;
        line-height: 1.9;
    }

    .download-buttons {
        width: 100%;
    }

    .download-store-btn {
        width: 100%;
        align-items: center;
    }

    .download-visual {
        min-height: 360px;
    }

    .download-phone-img {
        width: min(100%, 230px);
    }

    .download-mini-card {
        min-width: 125px;
        padding: 12px 14px;
        border-radius: 18px;
    }

    .download-mini-card strong {
        font-size: 15px;
    }

    .download-mini-card-1 {
        top: 18%;
        inset-inline-start: -4px;
    }

    .download-mini-card-2 {
        bottom: 16%;
        inset-inline-end: -4px;
    }
}

@media (max-width: 991px) {
    .download-mini-card-1 {
        inset-inline-start: 12px;
    }

    .download-mini-card-2 {
        inset-inline-end: 12px;
    }
}

@media (max-width: 575px) {
    .download-mini-card-1 {
        top: 18%;
        inset-inline-start: 0;
    }

    .download-mini-card-2 {
        bottom: 16%;
        inset-inline-end: 0;
    }
}

html[dir="rtl"] .download-store-btn {
    text-align: right;
}

html[dir="ltr"] .download-store-btn {
    text-align: left;
}

/* =========================
   FAQs Page
========================= */

.faq-page-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 20%, rgba(11, 60, 93, 0.10), transparent 28%),
        radial-gradient(circle at 88% 78%, rgba(11, 60, 93, 0.08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
}

.faq-page-head {
    max-width: 820px;
    margin-inline: auto;
}

.faq-page-section {
    position: relative;
    background: #f8fbfa;
}

.faq-wrapper {
    max-width: 920px;
    margin-inline: auto;
    display: grid;
    gap: 16px;
}

.faq-item {
    overflow: hidden;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(11, 60, 93, 0.08);
    box-shadow: 0 20px 60px rgba(11, 60, 93, 0.07);
}

.faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    color: var(--savex-navy);
    padding: 24px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    text-align: start;
    font-size: 18px;
    font-weight: 950;
}

.faq-question strong {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 13px;
    background: rgba(11, 60, 93, 0.08);
    color: var(--savex-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    transition: 0.25s ease;
}

.faq-question[aria-expanded="true"] strong {
    background: var(--savex-navy);
    color: #fff;
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 26px 26px;
    color: var(--savex-muted);
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
}

html[lang="ar"] .faq-answer {
    font-size: 17px;
    line-height: 2.1;
}

@media (max-width: 575px) {
    .faq-question {
        padding: 20px;
        font-size: 16px;
    }

    .faq-answer {
        padding: 0 20px 22px;
        font-size: 15px;
        line-height: 1.9;
    }

    html[lang="ar"] .faq-answer {
        font-size: 15px;
        line-height: 2;
    }
}

.faq-answer p {
    margin: 0;
}

.faq-answer p:not(:last-child) {
    margin-bottom: 12px;
}

.faq-answer strong {
    color: var(--savex-navy);
    font-weight: 950;
}

.faq-answer ul,
.faq-answer ol {
    margin-bottom: 0;
    padding-inline-start: 22px;
}

.faq-answer li:not(:last-child) {
    margin-bottom: 8px;
}

html[dir="rtl"] .faq-answer {
    direction: rtl;
    text-align: right;
}

html[dir="ltr"] .faq-answer {
    direction: ltr;
    text-align: left;
}

/* =========================
   Terms Page
========================= */

.terms-page-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 20%, rgba(11, 60, 93, 0.10), transparent 28%),
        radial-gradient(circle at 88% 78%, rgba(11, 60, 93, 0.08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
}

.terms-page-head {
    max-width: 860px;
    margin-inline: auto;
}

.terms-page-section {
    position: relative;
    background: #f8fbfa;
}

.terms-wrapper {
    max-width: 1040px;
    margin-inline: auto;
    display: grid;
    gap: 18px;
}

.terms-item {
    position: relative;
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 20px;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(11, 60, 93, 0.08);
    box-shadow: 0 22px 65px rgba(11, 60, 93, 0.07);
    padding: 26px;
}

.terms-item::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(11, 60, 93, 0.06);
    top: -85px;
    inset-inline-end: -75px;
}

.terms-item-number {
    position: relative;
    z-index: 2;
    width: 60px;
    height: 60px;
    border-radius: 20px;
    background: var(--savex-navy);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 950;
    box-shadow: 0 16px 36px rgba(11, 60, 93, 0.18);
}

.terms-item-content {
    position: relative;
    z-index: 2;
}

.terms-item-content h2 {
    color: var(--savex-navy);
    font-size: 24px;
    line-height: 1.4;
    font-weight: 950;
    margin-bottom: 14px;
}

.terms-content {
    color: var(--savex-muted);
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
}

.terms-content p {
    margin-top: 0;
    margin-bottom: 12px;
}

.terms-content p:last-child {
    margin-bottom: 0;
}

.terms-content strong,
.terms-content b {
    color: var(--savex-navy);
    font-weight: 950;
}

.terms-content ul,
.terms-content ol {
    margin-top: 10px;
    margin-bottom: 12px;
    padding-inline-start: 24px;
}

.terms-content li:not(:last-child) {
    margin-bottom: 8px;
}

.terms-content a {
    color: var(--savex-navy);
    font-weight: 900;
    text-decoration: underline;
}

html[dir="rtl"] .terms-content {
    direction: rtl;
    text-align: right;
}

html[dir="ltr"] .terms-content {
    direction: ltr;
    text-align: left;
}

html[lang="ar"] .terms-item-content h2 {
    font-size: 25px;
    line-height: 1.5;
}

html[lang="ar"] .terms-content {
    font-size: 17px;
    line-height: 2.1;
}

@media (max-width: 767px) {
    .terms-item {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 22px;
        border-radius: 24px;
    }

    .terms-item-number {
        width: 54px;
        height: 54px;
        border-radius: 18px;
    }

    .terms-item-content h2,
    html[lang="ar"] .terms-item-content h2 {
        font-size: 21px;
    }

    .terms-content,
    html[lang="ar"] .terms-content {
        font-size: 15px;
        line-height: 1.95;
    }
}

/* =========================
   App Gallery Section
========================= */

.app-gallery-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(11, 60, 93, 0.08), transparent 28%),
        radial-gradient(circle at 88% 80%, rgba(0, 200, 150, 0.08), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
}

.app-gallery-shell {
    position: relative;
    border-radius: 34px;
    padding: 28px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.76));
    border: 1px solid rgba(11, 60, 93, 0.08);
    box-shadow: 0 28px 85px rgba(11, 60, 93, 0.08);
    overflow: hidden;
}

.app-gallery-shell::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(11, 60, 93, 0.07);
    top: -130px;
    inset-inline-start: -120px;
}

.app-gallery-shell::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(0, 200, 150, 0.08);
    bottom: -120px;
    inset-inline-end: -90px;
}

.app-gallery-slider {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 22px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding: 8px 4px 18px;
    scrollbar-width: none;
}

.app-gallery-slider::-webkit-scrollbar {
    display: none;
}

.app-gallery-card {
    position: relative;
    flex: 0 0 300px;
    scroll-snap-align: start;
    border-radius: 30px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid rgba(11, 60, 93, 0.08);
    box-shadow: 0 22px 55px rgba(11, 60, 93, 0.10);
    overflow: hidden;
    transition: 0.3s ease;
}

.app-gallery-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 75px rgba(11, 60, 93, 0.14);
}

.app-gallery-image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(11, 60, 93, 0.06), rgba(0, 200, 150, 0.08));
}

.app-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.35s ease;
}

.app-gallery-card:hover .app-gallery-image {
    transform: scale(1.045);
}

.app-gallery-glow {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(0, 200, 150, 0.12);
    filter: blur(30px);
    bottom: -45px;
    inset-inline-end: -35px;
    pointer-events: none;
}

html[dir="rtl"] .app-gallery-slider {
    direction: rtl;
}

html[dir="ltr"] .app-gallery-slider {
    direction: ltr;
}

@media (max-width: 991px) {
    .app-gallery-card {
        flex-basis: 270px;
    }

    .app-gallery-shell {
        padding: 22px;
        border-radius: 28px;
    }

    .app-gallery-controls {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .app-gallery-card {
        flex-basis: 235px;
        border-radius: 24px;
        padding: 10px;
    }

    .app-gallery-image-wrap {
        border-radius: 19px;
    }

    .app-gallery-shell {
        padding: 16px;
    }
}

/* =========================
   Ajax Skeleton Loading
========================= */

.skeleton-card {
    pointer-events: none;
}

.skeleton-box,
.skeleton-line,
.skeleton-avatar {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        90deg,
        rgba(11, 60, 93, 0.06) 0%,
        rgba(11, 60, 93, 0.10) 45%,
        rgba(11, 60, 93, 0.06) 100%
    );
    background-size: 220% 100%;
    animation: skeleton-loading 1.25s ease-in-out infinite;
}

.skeleton-box {
    width: 100%;
    height: 220px;
    border-radius: 22px;
}

.skeleton-line {
    display: block;
    width: 100%;
    height: 14px;
    border-radius: 999px;
    margin-bottom: 12px;
}

.skeleton-line-sm {
    width: 44%;
}

.skeleton-line-md {
    width: 70%;
}

.skeleton-avatar {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    border-radius: 22px;
}

@keyframes skeleton-loading {
    0% {
        background-position: 120% 0;
    }

    100% {
        background-position: -120% 0;
    }
}

@media (max-width: 767px) {
    [data-animate],
    [data-hero-content] .hero-eyebrow,
    [data-hero-content] .hero-title,
    [data-hero-content] .hero-description,
    [data-hero-content] .hero-actions,
    [data-hero-content] .trust-item,
    [data-hero-visual] .hero-phone-img,
    [data-hero-visual] .hero-floating-card,
    [data-hero-visual] .hero-orbit {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        filter: none !important;
        animation: none !important;
        transition: none !important;
    }

    .js-motion-ready [data-animate],
    .js-motion-ready [data-hero-content] .hero-eyebrow,
    .js-motion-ready [data-hero-content] .hero-title,
    .js-motion-ready [data-hero-content] .hero-description,
    .js-motion-ready [data-hero-content] .hero-actions,
    .js-motion-ready [data-hero-content] .trust-item,
    .js-motion-ready [data-hero-visual] .hero-phone-img,
    .js-motion-ready [data-hero-visual] .hero-floating-card,
    .js-motion-ready [data-hero-visual] .hero-orbit {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        filter: none !important;
    }
}