/* Smart English — Final CTA | Image Circle + Premium Hover */
.se-home-final-cta {
    --final-navy: #04183f;
    --final-blue: #0869cf;
    --final-cyan: #37d4ff;
    --final-gold: #ffc94f;
    position: relative;
    overflow: hidden;
    padding: 106px 0 112px;
    direction: rtl;
    color: #fff;
    background:
        radial-gradient(circle at 18% 30%, rgba(44, 194, 247, .23), transparent 24%),
        radial-gradient(circle at 87% 82%, rgba(255, 199, 68, .10), transparent 22%),
        linear-gradient(132deg, #031238 0%, #062c66 50%, #031642 100%);
    font-family: "Tajawal", "Noto Kufi Arabic", Arial, sans-serif;
}

.se-home-final-cta *,
.se-home-final-cta *::before,
.se-home-final-cta *::after {
    box-sizing: border-box;
}

.se-home-final-cta__container {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.se-home-final-cta__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(14px);
}

.se-home-final-cta__glow--one {
    width: 480px;
    height: 480px;
    top: -250px;
    left: -155px;
    background: rgba(255,255,255,.13);
}

.se-home-final-cta__glow--two {
    width: 420px;
    height: 420px;
    right: -175px;
    bottom: -255px;
    background: rgba(255,199,65,.13);
}

.se-home-final-cta__dots {
    position: absolute;
    top: 32px;
    right: 0;
    width: 250px;
    height: 340px;
    opacity: .18;
    pointer-events: none;
    background-image: radial-gradient(rgba(116, 222, 255, .95) 1px, transparent 1.6px);
    background-size: 11px 11px;
    mask-image: linear-gradient(270deg, #000 0%, transparent 94%);
}

.se-home-final-cta__layout {
    display: grid;
    grid-template-columns: minmax(390px, .98fr) minmax(0, 1.02fr);
    grid-template-areas: "visual content";
    gap: clamp(38px, 7vw, 92px);
    align-items: center;
    direction: ltr;
}

/* Content */
.se-home-final-cta__content {
    grid-area: content;
    direction: rtl;
    position: relative;
    z-index: 3;
}

.se-home-final-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 16px;
    border: 1px solid rgba(148, 226, 255, .30);
    border-radius: 999px;
    color: #ebfbff;
    background: rgba(255,255,255,.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.13);
    font-size: 14px;
    font-weight: 900;
    transition: transform .28s ease, background .28s ease, border-color .28s ease;
}

.se-home-final-cta__eyebrow:hover {
    border-color: rgba(255, 211, 100, .52);
    background: rgba(255,255,255,.17);
    transform: translateY(-4px);
}

.se-home-final-cta__eyebrow > span {
    width: 19px;
    height: 19px;
    display: grid;
    place-items: center;
    color: #ffd368;
    transition: transform .35s cubic-bezier(.2,.75,.25,1);
}

.se-home-final-cta__eyebrow:hover > span {
    transform: rotate(22deg) scale(1.13);
}

.se-home-final-cta__eyebrow svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    stroke: currentColor;
}

.se-home-final-cta__content h2 {
    max-width: 650px;
    margin: 19px 0 0;
    color: #fff;
    font-size: clamp(35px, 3.65vw, 53px);
    line-height: 1.28;
    font-weight: 900;
    letter-spacing: -.04em;
}

.se-home-final-cta__content h2,
.se-home-final-cta__content h2 span,
.se-home-final-cta__lead {
    transition: transform .30s ease, text-shadow .30s ease, color .30s ease;
}

.se-home-final-cta__content h2:hover {
    transform: translateX(-7px);
    text-shadow: 0 8px 24px rgba(0, 7, 34, .28);
}

.se-home-final-cta__content h2 span {
    display: block;
    color: #ffd56c;
}

.se-home-final-cta__content h2:hover span {
    color: #ffe69e;
    transform: translateX(-4px);
    text-shadow: 0 4px 20px rgba(255, 198, 56, .28);
}

.se-home-final-cta__lead {
    max-width: 600px;
    margin: 19px 0 0;
    color: rgba(246,252,255,.90);
    font-size: 17px;
    line-height: 2;
    font-weight: 500;
}

.se-home-final-cta__lead:hover {
    color: #ffffff;
    transform: translateX(-5px);
}

.se-home-final-cta__points {
    display: grid;
    gap: 10px;
    margin-top: 25px;
}

.se-home-final-cta__point {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 39px;
    padding: 4px 9px 4px 13px;
    border: 1px solid transparent;
    border-radius: 14px;
    color: rgba(247,252,255,.94);
    font-size: 15px;
    font-weight: 700;
    transition: transform .28s cubic-bezier(.2,.75,.25,1), background .28s ease, border-color .28s ease, color .28s ease;
}

.se-home-final-cta__point:hover {
    color: #fff;
    border-color: rgba(159, 228, 255, .30);
    background: rgba(255,255,255,.10);
    transform: translateX(-7px);
}

.se-home-final-cta__point-icon {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #083f85;
    background: #ffe18a;
    transition: transform .34s cubic-bezier(.2,.75,.25,1), background .28s ease, color .28s ease;
}

.se-home-final-cta__point-icon svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.se-home-final-cta__point:hover .se-home-final-cta__point-icon {
    color: #fff;
    background: #39caff;
    transform: rotate(-10deg) scale(1.13);
}

.se-home-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 30px;
}

.se-home-final-cta__button {
    min-height: 57px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 22px;
    border-radius: 16px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 900;
    transition: transform .28s cubic-bezier(.2,.75,.25,1), box-shadow .28s ease, background .28s ease, border-color .28s ease;
}

.se-home-final-cta__button--primary {
    color: #073d85 !important;
    border: 1px solid rgba(255, 242, 188, .76);
    background: linear-gradient(135deg, #ffe69b 0%, #ffcc4e 55%, #f0b12b 100%);
    box-shadow: 0 16px 30px rgba(0, 11, 41, .26), inset 0 1px 0 rgba(255,255,255,.76);
}

.se-home-final-cta__button--primary:hover {
    color: #073d85 !important;
    background: linear-gradient(135deg, #ffeeb1 0%, #ffd463 55%, #f3b82e 100%);
    box-shadow: 0 24px 40px rgba(0, 11, 41, .36), inset 0 1px 0 rgba(255,255,255,.86);
    transform: translateY(-5px);
}

.se-home-final-cta__button--primary b {
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff4d2;
    background: #0a3a7b;
}

.se-home-final-cta__button--primary svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 3.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .28s ease;
}

.se-home-final-cta__button--primary:hover svg {
    transform: translateX(-4px);
}

.se-home-final-cta__button--secondary {
    color: #fff !important;
    border: 1px solid rgba(169, 229, 255, .32);
    background: rgba(255,255,255,.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
    backdrop-filter: blur(8px);
}

.se-home-final-cta__button--secondary:hover {
    color: #fff !important;
    border-color: rgba(169, 229, 255, .54);
    background: rgba(255,255,255,.17);
    box-shadow: 0 18px 32px rgba(0, 10, 37, .24);
    transform: translateY(-5px);
}

.se-home-final-cta__whatsapp {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    color: #82e8ff;
    transition: transform .30s ease, color .30s ease;
}

.se-home-final-cta__button--secondary:hover .se-home-final-cta__whatsapp {
    color: #ffe18a;
    transform: rotate(-8deg) scale(1.13);
}

.se-home-final-cta__whatsapp svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Circular image visual */
.se-home-final-cta__visual {
    grid-area: visual;
    position: relative;
    z-index: 2;
    width: min(495px, 100%);
    aspect-ratio: 1 / 1;
    justify-self: center;
}

.se-home-final-cta__orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.se-home-final-cta__orbit--outer {
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 1px dashed rgba(147, 228, 255, .48);
    border-top-color: rgba(255, 209, 86, .98);
    border-right-color: rgba(57, 215, 255, .98);
    box-shadow:
        0 0 0 7px rgba(37, 193, 244, .08),
        0 0 28px rgba(57, 215, 255, .22);
    animation: seFinalOrbit 24s linear infinite;
}

.se-home-final-cta__orbit--middle {
    z-index: 4;
    width: 111%;
    height: 85%;
    border: 2px solid transparent;
    border-top-color: rgba(51, 220, 255, .90);
    border-left-color: rgba(255, 204, 79, .84);
    transform: translate(-50%, -50%) rotate(-18deg);
    animation: seFinalOrbitReverse 17s linear infinite;
}

.se-home-final-cta__orbit--inner {
    z-index: 0;
    width: 84%;
    height: 108%;
    border: 1px solid rgba(184, 237, 255, .29);
    box-shadow: 0 0 0 16px rgba(95, 210, 248, .035);
    animation: seFinalOrbit 31s linear infinite reverse;
}

.se-home-final-cta__image-shell {
    position: absolute;
    z-index: 3;
    inset: 12%;
    overflow: hidden;
    border: 6px solid rgba(218, 246, 255, .34);
    border-radius: 50%;
    background: #0a397d;
    box-shadow:
        0 31px 61px rgba(0, 7, 29, .43),
        inset 0 2px 0 rgba(255,255,255,.25);
    animation: seFinalImageFloat 5.9s ease-in-out infinite;
    transition: transform .46s cubic-bezier(.2,.75,.25,1), box-shadow .46s ease, border-color .46s ease;
}

.se-home-final-cta__image-shell:hover {
    border-color: rgba(255, 220, 121, .72);
    box-shadow:
        0 44px 74px rgba(0, 7, 29, .54),
        0 0 0 11px rgba(70, 207, 250, .11),
        inset 0 2px 0 rgba(255,255,255,.32);
    transform: translateY(-10px) scale(1.028);
}

.se-home-final-cta__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 57% 44%;
    transform: scale(1.06);
    transition: transform .60s cubic-bezier(.2,.75,.25,1), filter .60s ease;
}

.se-home-final-cta__image-shell:hover .se-home-final-cta__image {
    filter: saturate(1.08) contrast(1.04) brightness(1.04);
    transform: scale(1.14);
}

.se-home-final-cta__image-shine {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(108deg, transparent 23%, rgba(255,255,255,.32) 48%, transparent 73%);
    transform: translateX(-165%);
    transition: transform .82s ease;
}

.se-home-final-cta__image-shell:hover .se-home-final-cta__image-shine {
    transform: translateX(165%);
}

.se-home-final-cta__image-play {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    padding-right: 3px;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 50%;
    color: #0b56a8;
    background: #ffe28e;
    box-shadow: 0 12px 25px rgba(0, 11, 38, .26);
    font-size: 21px;
    transition: transform .34s cubic-bezier(.2,.75,.25,1), background .34s ease;
}

.se-home-final-cta__image-shell:hover .se-home-final-cta__image-play {
    background: #fff1bd;
    transform: scale(1.12) rotate(-8deg);
}

.se-home-final-cta__orbit-dot {
    position: absolute;
    z-index: 5;
    border-radius: 50%;
    pointer-events: none;
}

.se-home-final-cta__orbit-dot--one {
    top: 12%;
    left: 15%;
    width: 12px;
    height: 12px;
    background: #8de9ff;
    box-shadow: 0 0 18px #33d7ff;
    animation: seFinalDotFloat 4.4s ease-in-out infinite;
}

.se-home-final-cta__orbit-dot--two {
    right: 6%;
    bottom: 22%;
    width: 11px;
    height: 11px;
    background: #ffd15d;
    box-shadow: 0 0 18px #ffc84e;
    animation: seFinalDotFloat 4.9s ease-in-out infinite 1s;
}

.se-home-final-cta__orbit-dot--three {
    right: 24%;
    top: 7%;
    width: 8px;
    height: 8px;
    background: #fff;
    box-shadow: 0 0 18px #fff;
    animation: seFinalDotFloat 3.9s ease-in-out infinite 1.8s;
}

.se-home-final-cta__mini-card {
    position: absolute;
    z-index: 6;
    display: grid;
    place-items: center;
    border: 1px solid rgba(146, 226, 255, .45);
    background: linear-gradient(145deg, rgba(57, 185, 239, .42), rgba(6, 54, 128, .56));
    box-shadow: 0 15px 27px rgba(0, 7, 29, .28), inset 0 1px 0 rgba(255,255,255,.24);
    backdrop-filter: blur(8px);
    animation: seFinalMiniFloat 5.1s ease-in-out infinite;
    transition: transform .30s ease, background .30s ease;
}

.se-home-final-cta__mini-card:hover {
    background: linear-gradient(145deg, rgba(100, 215, 255, .62), rgba(5, 62, 144, .76));
    transform: translateY(-8px) scale(1.08);
}

.se-home-final-cta__mini-card--one {
    top: 10%;
    left: 4%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #ffe18b;
    font-size: 20px;
}

.se-home-final-cta__mini-card--two {
    right: 1%;
    bottom: 20%;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 25px;
    animation-delay: 1.1s;
}

.se-home-final-cta__mini-card--three {
    bottom: 7%;
    left: 10%;
    width: 52px;
    height: 52px;
    border-radius: 17px;
    color: #073a82;
    background: linear-gradient(145deg, #ffe99e, #ffc348);
    font-size: 29px;
    font-weight: 900;
    animation-delay: 2s;
}

.se-home-final-cta__mini-card--three:hover {
    background: #fff1bc;
}

/* Entrance */
.se-final-cta-reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity .78s ease, transform .78s cubic-bezier(.2,.75,.25,1);
}

.se-final-cta-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes seFinalOrbit {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes seFinalOrbitReverse {
    from { transform: translate(-50%, -50%) rotate(-18deg); }
    to { transform: translate(-50%, -50%) rotate(-378deg); }
}

@keyframes seFinalImageFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-11px); }
}

@keyframes seFinalDotFloat {
    0%, 100% { transform: translateY(0); opacity: .8; }
    50% { transform: translateY(-10px); opacity: 1; }
}

@keyframes seFinalMiniFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 960px) {
    .se-home-final-cta {
        padding: 84px 0 90px;
    }

    .se-home-final-cta__layout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "visual"
            "content";
        gap: 42px;
    }

    .se-home-final-cta__content {
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
    }

    .se-home-final-cta__lead {
        margin-right: auto;
        margin-left: auto;
    }

    .se-home-final-cta__points {
        justify-items: center;
    }

    .se-home-final-cta__actions {
        justify-content: center;
    }

    .se-home-final-cta__visual {
        width: min(520px, 89vw);
    }
}

@media (max-width: 580px) {
    .se-home-final-cta {
        padding: 67px 0 74px;
    }

    .se-home-final-cta__container {
        width: min(100% - 28px, 1180px);
    }

    .se-home-final-cta__content h2 {
        font-size: 34px;
    }

    .se-home-final-cta__lead {
        font-size: 15px;
        line-height: 1.9;
    }

    .se-home-final-cta__points {
        justify-items: start;
    }

    .se-home-final-cta__point {
        text-align: right;
        font-size: 14px;
    }

    .se-home-final-cta__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .se-home-final-cta__button {
        width: 100%;
    }

    .se-home-final-cta__visual {
        width: min(368px, 96vw);
    }

    .se-home-final-cta__image-play {
        right: 14px;
        bottom: 14px;
        width: 45px;
        height: 45px;
        font-size: 17px;
    }

    .se-home-final-cta__mini-card--two {
        width: 46px;
        height: 46px;
        font-size: 21px;
    }

    .se-home-final-cta__mini-card--three {
        width: 43px;
        height: 43px;
        border-radius: 14px;
        font-size: 25px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .se-final-cta-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .se-home-final-cta *,
    .se-home-final-cta *::before,
    .se-home-final-cta *::after {
        animation: none !important;
        transition: none !important;
    }
}
