/* Smart English - Start Learning CTA */
.se-home-start {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 100px 0 108px;
    direction: rtl;
    background:
        radial-gradient(circle at 12% 20%, rgba(65, 189, 255, .15), transparent 24%),
        radial-gradient(circle at 87% 76%, rgba(255, 196, 43, .10), transparent 20%),
        linear-gradient(155deg, #f5fbff 0%, #ffffff 70%);
    font-family: "Tajawal", "Noto Kufi Arabic", Arial, sans-serif;
}

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

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

.se-home-start__dot {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.se-home-start__dot--one {
    top: -145px;
    right: -90px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(18, 111, 207, .12);
    box-shadow: 0 0 0 36px rgba(18, 111, 207, .035);
}

.se-home-start__dot--two {
    bottom: -150px;
    left: -105px;
    width: 330px;
    height: 330px;
    background: radial-gradient(circle, rgba(255, 195, 52, .13), transparent 67%);
}

.se-home-start__head {
    max-width: 760px;
    margin: 0 auto 54px;
    text-align: center;
}

.se-home-start__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 17px;
    border: 1px solid rgba(10, 98, 197, .15);
    border-radius: 999px;
    color: #0a62c5;
    background: #edf7ff;
    font-size: 14px;
    font-weight: 900;
}

.se-home-start__head h2 {
    margin: 17px 0 0;
    color: #183656;
    font-size: clamp(31px, 3.2vw, 48px);
    line-height: 1.34;
    font-weight: 900;
    letter-spacing: -.03em;
}

.se-home-start__head h2 span {
    display: block;
    color: #0a69d0;
}

.se-home-start__head p {
    max-width: 640px;
    margin: 18px auto 0;
    color: #708299;
    font-size: 17px;
    line-height: 2;
    font-weight: 500;
}

.se-home-start__steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.se-home-start__steps::before {
    content: "";
    position: absolute;
    top: 52px;
    right: 17%;
    left: 17%;
    height: 2px;
    z-index: 0;
    background: linear-gradient(90deg, rgba(13, 112, 211, .10), rgba(13, 112, 211, .35), rgba(13, 112, 211, .10));
}

.se-home-start__step {
    position: relative;
    z-index: 1;
    min-height: 242px;
    padding: 27px 26px 24px;
    overflow: hidden;
    text-align: center;
    border: 1px solid rgba(17, 103, 202, .11);
    border-radius: 25px;
    background: rgba(255,255,255,.93);
    box-shadow: 0 16px 39px rgba(19, 77, 146, .09);
    transition:
        transform .32s cubic-bezier(.2,.75,.25,1),
        box-shadow .32s ease,
        border-color .32s ease;
}

.se-home-start__step:hover {
    transform: translateY(-7px);
    border-color: rgba(17, 103, 202, .24);
    box-shadow: 0 25px 53px rgba(19, 77, 146, .15);
}

.se-home-start__step-number {
    position: absolute;
    top: 18px;
    left: 20px;
    color: #a1b7d0;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    transition: color .28s ease, transform .28s ease;
}

.se-home-start__icon {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    margin: 0 auto;
    border: 1px solid rgba(17, 105, 207, .10);
    border-radius: 24px;
    color: #0b67ca;
    background: linear-gradient(145deg, #eaf6ff, #ffffff);
    box-shadow: 0 12px 23px rgba(12, 91, 180, .09);
    transition:
        transform .36s cubic-bezier(.2,.8,.25,1),
        border-radius .30s ease,
        background .30s ease,
        color .30s ease;
}

.se-home-start__icon svg {
    width: 43px;
    height: 43px;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .36s cubic-bezier(.2,.8,.25,1);
}

.se-home-start__step h3 {
    margin: 21px 0 0;
    color: #183656;
    font-size: 21px;
    font-weight: 900;
    transition: color .28s ease, transform .28s ease;
}

.se-home-start__step p {
    margin: 11px auto 0;
    color: #74859b;
    font-size: 14px;
    line-height: 1.85;
    font-weight: 500;
}

.se-home-start__step:hover .se-home-start__icon {
    color: #fff;
    border-radius: 50%;
    background: linear-gradient(145deg, #168ee8, #0754b1);
    transform: translateY(-6px) rotate(-7deg);
}

.se-home-start__step:hover .se-home-start__icon svg {
    transform: rotate(7deg) scale(1.07);
}

.se-home-start__step:hover .se-home-start__step-number {
    color: #0b67ca;
    transform: translateX(4px);
}

.se-home-start__step:hover h3 {
    color: #0a68d0;
    transform: translateY(-2px);
}

.se-home-start__action {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.se-home-start__button {
    min-height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 27px;
    border-radius: 16px;
    color: #063f89 !important;
    background: #ffc229;
    box-shadow: 0 14px 28px rgba(255, 183, 16, .27);
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 900;
    transition: transform .28s ease, box-shadow .28s ease, background .28s ease;
}

.se-home-start__button:hover {
    color: #063f89 !important;
    background: #ffcf4a;
    box-shadow: 0 20px 36px rgba(255, 183, 16, .36);
    transform: translateY(-5px);
}

.se-home-start__button span {
    display: inline-block;
    transition: transform .28s ease;
}

.se-home-start__button:hover span {
    transform: translateX(-5px);
}

/* Entrance */
.se-start-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity .74s ease,
        transform .74s cubic-bezier(.2,.75,.25,1);
    transition-delay: var(--se-start-delay, 0ms);
}

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

@media (max-width: 900px) {
    .se-home-start {
        padding: 82px 0 90px;
    }

    .se-home-start__steps {
        grid-template-columns: 1fr;
        max-width: 570px;
        margin: 0 auto;
    }

    .se-home-start__steps::before {
        display: none;
    }
}

@media (max-width: 580px) {
    .se-home-start {
        padding: 66px 0 73px;
    }

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

    .se-home-start__head {
        margin-bottom: 32px;
    }

    .se-home-start__head p {
        font-size: 15px;
        line-height: 1.9;
    }

    .se-home-start__step {
        min-height: 220px;
        padding: 24px 20px;
    }
}

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

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