/* ==========================================================================
   YaelNeto — home page
   Self-contained `yn-` components layered on top of the brand tokens in
   yaelneto_style.css, so they don't fight the stock template rules.
   ========================================================================== */

.yn-hero,
.yn-stats,
.yn-why,
.yn-sections,
.yn-demo,
.yn-packages-section,
.yn-steps,
.yn-faq,
.yn-cta {
    font-family: 'bahij', sans-serif;
    direction: rtl;
    text-align: right;
}


/* --------------------------------------------------------------------------
   Shared primitives
   -------------------------------------------------------------------------- */

.yn-eyebrow {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: var(--yn-amber-dark);
    background: var(--yn-amber-soft);
    border-radius: 999px;
    padding: 7px 18px;
    margin-bottom: 18px;
}

.yn-eyebrow--light {
    color: var(--yn-amber);
    background: rgba(242, 163, 18, .14);
}

.yn-section-head {
    max-width: 760px;
    margin: 0 auto 56px;
}

.yn-section-head.text-center {
    text-align: center;
}

.yn-section-title {
    font-size: 44px;
    line-height: 1.25;
    font-weight: 800;
    color: var(--yn-blue-deep);
    margin: 0;
}

.yn-section-title--light {
    color: #fff;
}

.yn-section-text {
    font-size: 19px;
    line-height: 1.75;
    color: #52708A;
    margin: 16px 0 0;
}

.yn-section-text--light {
    color: rgba(255, 255, 255, .78);
}

.yn-pill {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 999px;
    background: var(--yn-amber-soft);
    color: var(--yn-amber-dark);
}

.yn-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 28px;
    border-radius: 999px;
    border: 2px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: transform .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease;
}

.yn-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.yn-btn--lg {
    font-size: 18px;
    padding: 18px 34px;
}

.yn-btn--block {
    width: 100%;
}

.yn-btn--amber {
    background: var(--yn-amber);
    border-color: var(--yn-amber);
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(242, 163, 18, .34);
}

.yn-btn--amber:hover {
    background: var(--yn-amber-dark);
    border-color: var(--yn-amber-dark);
    color: #fff !important;
}

.yn-btn--ghost {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .38);
    color: #fff !important;
}

.yn-btn--ghost:hover {
    background: #fff;
    border-color: #fff;
    color: var(--yn-blue-deep) !important;
}

.yn-btn--ghost-dark {
    background: transparent;
    border-color: rgba(16, 51, 79, .25);
    color: var(--yn-blue) !important;
}

.yn-btn--ghost-dark:hover {
    background: var(--yn-blue);
    border-color: var(--yn-blue);
    color: #fff !important;
}

.yn-btn--outline {
    background: transparent;
    border-color: var(--yn-blue);
    color: var(--yn-blue) !important;
}

.yn-btn--outline:hover {
    background: var(--yn-blue);
    color: #fff !important;
}

.yn-ticklist {
    list-style: none;
    margin: 26px 0 32px;
    padding: 0;
}

.yn-ticklist li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
    color: var(--yn-ink);
    padding: 7px 0;
}

.yn-ticklist i {
    color: var(--yn-amber);
    font-size: 19px;
}


/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.yn-hero {
    position: relative;
    overflow: hidden;
    padding: 150px 0 110px;
    background: radial-gradient(1100px 620px at 85% -10%, #2E7CBF 0%, transparent 60%),
                linear-gradient(215deg, var(--yn-blue) 0%, var(--yn-blue-deep) 62%);
}

.yn-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
}

.yn-hero__glow--amber {
    width: 460px;
    height: 460px;
    background: rgba(242, 163, 18, .30);
    top: -140px;
    left: -90px;
}

.yn-hero__glow--blue {
    width: 520px;
    height: 520px;
    background: rgba(46, 124, 191, .38);
    bottom: -220px;
    right: -120px;
}

.yn-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 60px;
    align-items: center;
}

.yn-hero__title {
    font-size: 58px;
    line-height: 1.22;
    font-weight: 900;
    color: #fff;
    margin: 0 0 22px;
}

.yn-mark {
    position: relative;
    z-index: 0;
    color: var(--yn-amber);
    white-space: nowrap;
}

.yn-mark::after {
    content: '';
    position: absolute;
    inset: auto 0 6px;
    height: 12px;
    border-radius: 12px;
    background: rgba(242, 163, 18, .28);
    z-index: -1;
}

.yn-hero__text {
    font-size: 20px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .8);
    margin: 0 0 34px;
    max-width: 560px;
}

.yn-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 36px;
}

.yn-hero__chips {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 26px;
    margin: 0;
    padding: 0;
}

.yn-hero__chips li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 16px;
    color: rgba(255, 255, 255, .78);
}

.yn-hero__chips i {
    color: var(--yn-amber);
}

.yn-hero__visual {
    position: relative;
}

/* countdown */
.yn-countdown {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(6px);
    border-radius: 20px;
    padding: 18px 22px;
    margin-bottom: 22px;
}

.yn-countdown__label {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 14px;
}

.yn-countdown__label i {
    color: var(--yn-amber);
}

.yn-countdown__units {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.yn-countdown__unit {
    text-align: center;
    background: rgba(255, 255, 255, .08);
    border-radius: 14px;
    padding: 12px 6px;
}

.yn-countdown__unit b {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}

.yn-countdown__unit span {
    font-size: 13px;
    color: rgba(255, 255, 255, .62);
}

/* sample question card */
.yn-qcard {
    background: #fff;
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 30px 60px rgba(6, 25, 43, .34);
}

.yn-qcard__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.yn-qcard__tag {
    font-size: 14px;
    font-weight: 700;
    color: var(--yn-blue);
    background: var(--yn-blue-soft);
    border-radius: 999px;
    padding: 6px 14px;
}

.yn-qcard__meta {
    font-size: 14px;
    color: #7d93a6;
}

.yn-qcard__question {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    color: var(--yn-blue-deep);
    margin: 0 0 18px;
}

.yn-qcard__options {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    gap: 10px;
}

.yn-qcard__options li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
    color: var(--yn-ink);
    background: #F5F8FB;
    border: 2px solid transparent;
    border-radius: 14px;
    padding: 12px 16px;
}

.yn-qcard__options li span {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    color: #7d93a6;
}

.yn-qcard__options li.is-correct {
    background: rgba(242, 163, 18, .12);
    border-color: var(--yn-amber);
    font-weight: 700;
}

.yn-qcard__options li.is-correct span {
    background: var(--yn-amber);
    color: #fff;
}

.yn-qcard__options li.is-correct i {
    margin-right: auto;
    color: var(--yn-amber);
}

.yn-qcard__foot {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 700;
    color: var(--yn-blue);
}

.yn-qcard__progress {
    flex: 1;
    height: 8px;
    border-radius: 8px;
    background: #E7EEF4;
    overflow: hidden;
}

.yn-qcard__progress i {
    display: block;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(90deg, var(--yn-amber), var(--yn-amber-dark));
}

.yn-floatcard {
    position: absolute;
    bottom: -28px;
    left: -26px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border-radius: 18px;
    padding: 14px 20px;
    box-shadow: 0 20px 44px rgba(6, 25, 43, .26);
}

.yn-floatcard i {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--yn-amber-soft);
    color: var(--yn-amber-dark);
    font-size: 19px;
}

.yn-floatcard b {
    display: block;
    font-size: 16px;
    color: var(--yn-blue-deep);
}

.yn-floatcard span {
    font-size: 14px;
    color: #7d93a6;
}


/* --------------------------------------------------------------------------
   Stats bar
   -------------------------------------------------------------------------- */

.yn-stats {
    position: relative;
    z-index: 2;
    margin-top: -52px;
    padding-bottom: 40px;
}

.yn-stats__bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 22px 50px rgba(16, 51, 79, .14);
    overflow: hidden;
}

.yn-stat {
    text-align: center;
    padding: 34px 18px;
    border-left: 1px solid #EDF2F6;
}

.yn-stat:last-child {
    border-left: none;
}

.yn-stat__num {
    display: block;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--yn-amber);
    font-variant-numeric: tabular-nums;
}

.yn-stat__label {
    font-size: 16px;
    color: #52708A;
}


/* --------------------------------------------------------------------------
   Why us
   -------------------------------------------------------------------------- */

.yn-why {
    padding: 90px 0;
    background: #fff;
}

.yn-why__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.yn-card {
    background: #fff;
    border: 1px solid #E7EEF4;
    border-radius: 22px;
    padding: 34px 30px;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.yn-card:hover {
    transform: translateY(-6px);
    border-color: transparent;
    box-shadow: 0 24px 50px rgba(16, 51, 79, .13);
}

.yn-card__icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: var(--yn-amber-soft);
    color: var(--yn-amber-dark);
    font-size: 25px;
    margin-bottom: 22px;
    transition: background-color .28s ease, color .28s ease;
}

.yn-card:hover .yn-card__icon {
    background: var(--yn-amber);
    color: #fff;
}

.yn-card__title {
    font-size: 21px;
    font-weight: 700;
    color: var(--yn-blue-deep);
    margin: 0 0 10px;
}

.yn-card__text {
    font-size: 16px;
    line-height: 1.75;
    color: #52708A;
    margin: 0;
}


/* --------------------------------------------------------------------------
   Exam sections
   -------------------------------------------------------------------------- */

.yn-sections {
    padding: 90px 0;
    background: linear-gradient(215deg, var(--yn-blue) 0%, var(--yn-blue-deep) 70%);
}

.yn-sections__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.yn-seccard {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    padding: 28px 24px;
    transition: transform .28s ease, background-color .28s ease, border-color .28s ease;
}

.yn-seccard:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, .12);
    border-color: rgba(242, 163, 18, .5);
}

.yn-seccard__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.yn-seccard__icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: var(--yn-amber);
    color: #fff;
    font-size: 22px;
}

.yn-seccard__he {
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, .62);
}

.yn-seccard__title {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}

.yn-seccard__text {
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, .72);
    margin: 0 0 20px;
}

.yn-seccard__foot .yn-pill {
    background: rgba(242, 163, 18, .16);
    color: var(--yn-amber);
}


/* --------------------------------------------------------------------------
   Interactive demo question
   -------------------------------------------------------------------------- */

.yn-demo {
    padding: 90px 0;
    background: var(--yn-cream);
}

.yn-demo__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 60px;
    align-items: center;
}

.yn-demo .yn-section-head {
    margin: 0;
    max-width: none;
}

.yn-quiz {
    position: relative;
    background: #fff;
    border-radius: 26px;
    padding: 32px;
    box-shadow: 0 26px 56px rgba(16, 51, 79, .14);
}

.yn-quiz__slide {
    display: none;
}

.yn-quiz__slide.is-active {
    display: block;
}

.yn-quiz__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.yn-quiz__tag {
    font-size: 14px;
    font-weight: 700;
    color: var(--yn-blue);
    background: var(--yn-blue-soft);
    border-radius: 999px;
    padding: 6px 14px;
}

.yn-quiz__step {
    font-size: 14px;
    font-weight: 700;
    color: #7d93a6;
}

.yn-quiz__text {
    font-size: 21px;
    line-height: 1.6;
    font-weight: 600;
    color: var(--yn-blue-deep);
    margin: 0 0 22px;
}

.yn-quiz__options {
    display: grid;
    gap: 10px;
}

.yn-quiz__option {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    text-align: right;
    font-family: inherit;
    font-size: 17px;
    color: var(--yn-ink);
    background: #F5F8FB;
    border: 2px solid transparent;
    border-radius: 14px;
    padding: 13px 16px;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease;
}

.yn-quiz__option:hover {
    border-color: rgba(31, 89, 139, .35);
}

.yn-quiz__letter {
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    color: #7d93a6;
}

.yn-quiz__state {
    margin-right: auto;
    font-size: 17px;
}

.yn-quiz__option.is-correct {
    background: rgba(52, 168, 83, .1);
    border-color: #34A853;
    font-weight: 700;
}

.yn-quiz__option.is-correct .yn-quiz__letter {
    background: #34A853;
    color: #fff;
}

.yn-quiz__option.is-correct .yn-quiz__state::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #34A853;
}

.yn-quiz__option.is-wrong {
    background: rgba(217, 48, 37, .08);
    border-color: #D93025;
}

.yn-quiz__option.is-wrong .yn-quiz__letter {
    background: #D93025;
    color: #fff;
}

.yn-quiz__option.is-wrong .yn-quiz__state::before {
    content: '\f057';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #D93025;
}

.yn-quiz__explain {
    display: none;
    background: var(--yn-amber-soft);
    border-radius: 16px;
    padding: 18px 20px;
    margin-top: 20px;
}

.yn-quiz__slide.is-answered .yn-quiz__explain {
    display: block;
}

.yn-quiz__explain b {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 16px;
    color: var(--yn-amber-dark);
    margin-bottom: 8px;
}

.yn-quiz__explain p {
    font-size: 16px;
    line-height: 1.75;
    color: var(--yn-ink);
    margin: 0;
}

.yn-quiz__nav {
    display: none;
    margin-top: 20px;
    text-align: left;
}

.yn-quiz__slide.is-answered .yn-quiz__nav {
    display: block;
}

.yn-quiz__done {
    display: none;
    text-align: center;
    padding: 20px 10px;
}

.yn-quiz.is-done .yn-quiz__done {
    display: block;
}

.yn-quiz__done > i {
    font-size: 46px;
    color: var(--yn-amber);
    margin-bottom: 16px;
}

.yn-quiz__done b {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: var(--yn-blue-deep);
    margin-bottom: 8px;
}

.yn-quiz__done p {
    font-size: 17px;
    color: #52708A;
    margin: 0 0 22px;
}

.yn-quiz__restart {
    display: block;
    margin: 16px auto 0;
    background: none;
    border: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    color: var(--yn-blue);
    text-decoration: underline;
    cursor: pointer;
}


/* --------------------------------------------------------------------------
   Packages
   -------------------------------------------------------------------------- */

.yn-packages-section {
    padding: 90px 0;
    background: #fff;
}

.yn-packages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 26px;
    align-items: start;
}

.yn-plan {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 2px solid #E7EEF4;
    border-radius: 24px;
    padding: 34px 30px;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.yn-plan:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(16, 51, 79, .14);
}

.yn-plan--featured {
    border-color: var(--yn-amber);
    box-shadow: 0 24px 50px rgba(242, 163, 18, .2);
}

.yn-plan__badge {
    position: absolute;
    top: -15px;
    right: 26px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: var(--yn-amber);
    border-radius: 999px;
    padding: 7px 16px;
    box-shadow: 0 8px 18px rgba(242, 163, 18, .34);
}

.yn-plan__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.yn-plan__img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.yn-plan__name {
    font-size: 22px;
    font-weight: 700;
    color: var(--yn-blue);
    margin: 0;
}

.yn-plan__price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 6px;
}

.yn-plan__price b {
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
    color: var(--yn-blue-deep);
}

.yn-plan__currency {
    font-size: 22px;
    font-weight: 700;
    color: var(--yn-amber);
}

.yn-plan__period {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #7d93a6;
    padding-bottom: 20px;
    border-bottom: 1px dashed #DDE6ED;
}

.yn-plan__period i {
    color: var(--yn-amber);
}

.yn-plan__features {
    list-style: none;
    margin: 18px 0 26px;
    padding: 0;
    flex: 1;
}

.yn-plan__features li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 16px;
    color: var(--yn-ink);
    padding: 9px 0;
    border-bottom: 1px dashed #EDF2F6;
}

.yn-plan__features li:last-child {
    border-bottom: none;
}

.yn-plan__yes {
    color: var(--yn-amber);
    font-size: 18px;
}

.yn-plan__value {
    font-weight: 700;
    color: var(--yn-blue);
}


/* --------------------------------------------------------------------------
   Steps
   -------------------------------------------------------------------------- */

.yn-steps {
    padding: 90px 0;
    background: var(--yn-cream);
}

.yn-steps__track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* connecting line behind the dots */
.yn-steps__track::before {
    content: '';
    position: absolute;
    top: 47px;
    right: 16%;
    left: 16%;
    height: 2px;
    background: repeating-linear-gradient(to left, rgba(242, 163, 18, .55) 0 10px, transparent 10px 20px);
}

.yn-step {
    position: relative;
    text-align: center;
}

.yn-step__dot {
    position: relative;
    width: 94px;
    height: 94px;
    margin: 0 auto 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--yn-amber-soft);
    color: var(--yn-amber-dark);
    font-size: 30px;
    box-shadow: 0 14px 30px rgba(16, 51, 79, .09);
}

.yn-step__num {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--yn-blue-deep);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.yn-step__title {
    font-size: 22px;
    font-weight: 700;
    color: var(--yn-blue-deep);
    margin: 0 0 10px;
}

.yn-step__text {
    font-size: 16px;
    line-height: 1.75;
    color: #52708A;
    margin: 0 auto;
    max-width: 320px;
}


/* --------------------------------------------------------------------------
   Student voices
   -------------------------------------------------------------------------- */

.yn-voices {
    padding: 90px 0;
    background: #fff;
    direction: rtl;
    text-align: right;
    font-family: 'bahij', sans-serif;
}

.yn-voices__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.yn-voice {
    display: flex;
    flex-direction: column;
    background: var(--yn-cream);
    border: 1px solid #F0E3CB;
    border-radius: 22px;
    padding: 30px;
    margin: 0;
    transition: transform .28s ease, box-shadow .28s ease;
}

.yn-voice:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(16, 51, 79, .12);
}

.yn-voice__stars {
    display: flex;
    gap: 4px;
    color: var(--yn-amber);
    font-size: 15px;
    margin-bottom: 16px;
}

.yn-voice__text {
    flex: 1;
    font-size: 17px;
    line-height: 1.85;
    color: var(--yn-ink);
    margin: 0 0 22px;
    padding: 0;
    border: none;
}

.yn-voice__author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.yn-voice__author img {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 6px 14px rgba(16, 51, 79, .12);
}

.yn-voice__author b {
    display: block;
    font-size: 17px;
    color: var(--yn-blue-deep);
}

.yn-voice__author span {
    font-size: 15px;
    color: #7d93a6;
}


/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */

.yn-faq {
    padding: 90px 0;
    background: #fff;
}

.yn-faq__list {
    max-width: 880px;
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

.yn-faq__item {
    border: 1px solid #E7EEF4;
    border-radius: 18px;
    overflow: hidden;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.yn-faq__item.is-open {
    border-color: var(--yn-amber);
    box-shadow: 0 14px 34px rgba(16, 51, 79, .08);
}

.yn-faq__q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    text-align: right;
    font-family: inherit;
    font-size: 19px;
    font-weight: 700;
    color: var(--yn-blue-deep);
    background: none;
    border: none;
    padding: 22px 26px;
    cursor: pointer;
}

.yn-faq__q i {
    flex: 0 0 auto;
    font-size: 15px;
    color: var(--yn-amber);
    transition: transform .25s ease;
}

.yn-faq__item.is-open .yn-faq__q i {
    transform: rotate(180deg);
}

.yn-faq__a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.yn-faq__a p {
    font-size: 17px;
    line-height: 1.85;
    color: #52708A;
    margin: 0;
    padding: 0 26px 24px;
}

.yn-faq__more {
    text-align: center;
    font-size: 17px;
    color: #52708A;
    margin: 36px 0 0;
}

.yn-faq__more a {
    color: var(--yn-amber-dark);
    font-weight: 700;
    text-decoration: underline;
}


/* --------------------------------------------------------------------------
   Closing CTA
   -------------------------------------------------------------------------- */

.yn-cta {
    padding: 0 0 90px;
    background: #fff;
}

.yn-cta__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    border-radius: 28px;
    padding: 54px 60px;
    background: radial-gradient(700px 340px at 90% 0%, #2E7CBF 0%, transparent 62%),
                linear-gradient(215deg, var(--yn-blue) 0%, var(--yn-blue-deep) 70%);
}

.yn-cta__copy h2 {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 10px;
}

.yn-cta__copy p {
    font-size: 18px;
    color: rgba(255, 255, 255, .78);
    margin: 0;
}

.yn-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}


/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1199px) {
    .yn-hero__title { font-size: 48px; }
    .yn-section-title { font-size: 38px; }
    .yn-why__grid { grid-template-columns: repeat(2, 1fr); }
    .yn-sections__grid { grid-template-columns: repeat(2, 1fr); }
    .yn-voices__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991px) {
    .yn-hero { padding: 120px 0 90px; }
    .yn-hero__grid { grid-template-columns: 1fr; gap: 50px; }
    .yn-hero__text { max-width: none; }
    .yn-demo__grid { grid-template-columns: 1fr; gap: 40px; }
    .yn-stats__bar { grid-template-columns: repeat(2, 1fr); }
    .yn-stat:nth-child(2) { border-left: none; }
    .yn-stat:nth-child(-n+2) { border-bottom: 1px solid #EDF2F6; }
    .yn-steps__track { grid-template-columns: 1fr; gap: 44px; }
    .yn-steps__track::before { display: none; }
    .yn-cta__box { padding: 40px 34px; }
}

@media (max-width: 767px) {
    .yn-hero { padding: 100px 0 70px; }
    .yn-hero__title { font-size: 36px; }
    .yn-hero__text { font-size: 17px; }
    .yn-section-title { font-size: 30px; }
    .yn-section-text { font-size: 17px; }
    .yn-section-head { margin-bottom: 38px; }
    .yn-why, .yn-sections, .yn-demo, .yn-packages-section, .yn-steps, .yn-faq, .yn-voices { padding: 60px 0; }
    .yn-why__grid, .yn-sections__grid, .yn-voices__grid { grid-template-columns: 1fr; }
    .yn-floatcard { position: static; margin-top: 18px; }
    .yn-quiz { padding: 24px 20px; }
    .yn-cta__copy h2 { font-size: 28px; }
    .yn-btn, .yn-btn--lg { width: 100%; }
    .yn-hero__actions, .yn-cta__actions { width: 100%; }
    .yn-countdown__unit b { font-size: 23px; }
}
