﻿.ei-hero-text h1 {
    font-size: 42px;
    margin-bottom: 14px
}

.ei-hero-text p {
    font-size: 18px;
    opacity: .95;
    max-width: 520px
}

.ei-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px
}

    .ei-check-item,
    .ei-hero-badges span {
        display: flex;
        align-items: center;
        font-weight: 600
    }

    .ei-hero-badges span {
        gap: 8px;
        background: rgba(255, 255, 255, .15);
        padding: 10px 14px;
        border-radius: 999px
    }

.ei-hero-art img {
    max-width: 420px;
    width: 100%
}

.ei-info-text {
    max-width: 900px;
    margin: auto;
    font-size: 16px;
    color: #334155
}

    .ei-info-text p {
        margin-bottom: 14px;
        line-height: 1.7
    }

.ei-checklist-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px
}

.ei-check-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px;
    gap: 12px
}

.ei-step,
.ei-step span {
    align-items: center;
    display: flex
}

.ei-check-item img,
.ei-hero-highlight img {
    width: 26px
}

.ei-timeline {
    max-width: 700px;
    margin: 30px auto 0
}

.ei-step {
    gap: 16px;
    margin-bottom: 18px;
    background: #fff;
    padding: 14px 18px;
    border-radius: 12px;
    border: 1px solid #e5e7eb
}

    .ei-step span {
        min-width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #0f766e;
        color: #fff;
        justify-content: center;
        font-weight: 700
    }

.ei-hero-creative {
    position: relative;
    overflow: hidden;
    padding: 50px 20px;
    background: linear-gradient(135deg, #ecfeff 0, #f0fdfa 40%, #fff 100%)
}

.ei-hero-bg-shapes::after,
.ei-hero-bg-shapes::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: .6
}

.ei-hero-bg-shapes::before {
    width: 380px;
    height: 380px;
    background: #5eead4;
    top: -120px;
    left: -120px
}

.ei-hero-bg-shapes::after {
    width: 420px;
    height: 420px;
    background: #93c5fd;
    bottom: -140px;
    right: -140px
}

.ei-hero-wrap {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 2
}

.ei-hero-content {
    flex: 1;
    padding-left: 35px
}

.ei-hero-pill {
    display: inline-block;
    background: #0f766e;
    color: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 14px
}

.ei-hero-content h1 {
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #022c22
}

    .ei-hero-content h1 span {
        color: #0f766e
    }

.ei-hero-content p {
    font-size: 18px;
    color: #475569;
    max-width: 520px
}

.ei-hero-highlights {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px
}

.ei-hero-highlight {
    background: #fff;
    border-radius: 14px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .08)
}

.ei-hero-visual {
    display: flex;
    justify-content: center;
    padding-right: 20px
}

    .ei-hero-visual img {
        max-width: 440px;
        width: 100%;
        animation: 6s ease-in-out infinite floatHero
    }

@keyframes floatHero {

    0%, 100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-12px)
    }
}

.ei-bring-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin-top: 30px
}

.ei-bring-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 900px;
    margin: 0 auto
}

.ei-bring-item {
    background: #e6e6e6;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px;
    display: flex;
    gap: 14px
}

    .ei-bring-item strong {
        font-size: 16px;
        display: block
    }

    .ei-bring-item p {
        font-size: 14px;
        color: #475569;
        margin-top: 4px
    }

.ei-bring-note {
    background: #ecfeff;
    border: 1px solid #99f6e4;
    border-radius: 16px;
    padding: 22px
}

    .ei-bring-note h3 {
        font-size: 18px;
        margin-bottom: 12px;
        color: #065f46
    }

    .ei-bring-note ul {
        padding-left: 18px
    }

    .ei-bring-note li {
        margin-bottom: 10px;
        font-size: 14px;
        color: #334155
    }

.ei-exam-info-card {
    margin: 30px auto 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px 30px;
    width: 65%
}

.ei-exam-info-div {
    display: flex
}

.ei-exam-info-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #334155;
    margin-bottom: 16px
}

.ei-exam-callout {
    margin-top: 20px;
    background: #e7f0df;
    border-left: 5px solid #60a45d;
    padding: 18px 20px;
    border-radius: 10px;
    font-size: 15px
}

    .ei-exam-callout strong {
        color: #92400e
    }

.ei-bring-item-span {
    font-weight: 700
}

@media (max-width:768px) {
    .ei-bring-item {
        margin-top: 5px;
    }

    .ei-hero-content {
        padding-left: 0
    }

    .ei-hero-visual {
        padding-right: 0
    }

        .ei-hero-visual img {
            max-width: 370px;
            border-radius: 15px
        }

    .ei-bring-grid,
    .ei-checklist-grid,
    .ei-hero-highlights {
        grid-template-columns: 1fr
    }

    .ei-hero-wrap {
        text-align: center
    }

    .ei-hero-content h1 {
        font-size: 26px
    }

    .ei-hero-text h1 {
        font-size: 30px
    }

    .ei-exam-info-card {
        padding: 22px;
        margin: 0;
        width: 100%
    }

    .ei-exam-info-div {
        flex-direction: column-reverse
    }

    .ei-bring-item {
        align-items: flex-start
    }
}

@media (max-width:500px) {
    .ei-exam-callout {
        border-top: 5px solid #60a45d;
        border-left: none;
        border-bottom: 5px solid #60a45d;
    }

    .ei-hero-content h1 {
        font-size: 24px;
    }

    .ei-hero-wrap {
        flex-direction: column-reverse;
        gap: 35px;
    }
}
