/* =========================================================
   LUACHEIA - HOW IT WORKS PAGE
========================================================= */


/* =========================================================
   HERO
========================================================= */

.how-hero {
    position: relative;

    min-height: 560px;

    padding:
        calc(var(--header-height) + 100px)
        0
        90px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(216, 173, 69, 0.15),
            transparent 28%
        ),
        radial-gradient(
            circle at 72% 75%,
            rgba(111, 55, 151, 0.20),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #170826 0%,
            #26103d 55%,
            #351459 100%
        );
}


.how-hero::before {
    content: "";

    position: absolute;

    width: 430px;
    height: 430px;

    right: -100px;
    top: 70px;

    border: 1px solid rgba(232, 196, 103, 0.12);
    border-radius: 50%;
}


.how-hero::after {
    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    right: 10px;
    top: 150px;

    border: 1px solid rgba(232, 196, 103, 0.10);
    border-radius: 50%;
}


.how-hero-container {
    position: relative;
    z-index: 2;

    width: min(88%, 1320px);

    margin: 0 auto;
}


.how-hero-content {
    max-width: 820px;
}


.how-hero .section-eyebrow {
    margin-bottom: 18px;

    color: #e1bd63;
}


.how-hero h1 {
    max-width: 790px;

    margin: 0;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(52px, 5.4vw, 76px);
    line-height: 1.04;

    font-weight: 500;

    letter-spacing: -1.7px;
}


.how-hero-description {
    max-width: 690px;

    margin: 27px 0 0;

    color: rgba(255, 255, 255, 0.78);

    font-size: 17px;
    line-height: 1.75;
}



/* =========================================================
   STEPS
========================================================= */

.how-steps-section {
    padding: 105px 0;

    background: var(--avorio);
}


.how-steps-container {
    width: min(88%, 1320px);

    margin: 0 auto;
}


.how-steps-heading {
    max-width: 760px;

    margin-bottom: 58px;
}


.how-steps-heading h2 {
    margin: 0;

    color: var(--viola-scuro);

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(42px, 4.2vw, 58px);
    line-height: 1.08;

    font-weight: 500;

    letter-spacing: -1px;
}


.how-steps-heading > p:last-child {
    max-width: 650px;

    margin: 20px 0 0;

    color: #6c6173;

    font-size: 15px;
    line-height: 1.7;
}


.how-steps-list {
    border-top:
        1px solid rgba(91, 42, 126, 0.14);
}


.how-step {
    display: grid;

    grid-template-columns: 120px 1fr;

    gap: 36px;

    padding: 38px 0;

    border-bottom:
        1px solid rgba(91, 42, 126, 0.14);
}


.how-step-number {
    color: #b98a2f;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 28px;
    line-height: 1;
}


.how-step-content {
    max-width: 760px;
}


.how-step-icon {
    display: block;

    margin-bottom: 15px;

    color: var(--oro);

    font-size: 24px;
}


.how-step-content h3 {
    margin: 0 0 10px;

    color: var(--viola-scuro);

    font-family: Georgia, "Times New Roman", serif;

    font-size: 29px;
    line-height: 1.15;

    font-weight: 500;
}


.how-step-content p {
    margin: 0;

    color: #6b6171;

    font-size: 14px;
    line-height: 1.72;
}



/* =========================================================
   STARS
========================================================= */

.how-stars {
    padding: 105px 0;

    background:
        radial-gradient(
            circle at 12% 18%,
            rgba(216, 173, 69, 0.10),
            transparent 25%
        ),
        linear-gradient(
            135deg,
            #180827 0%,
            #281040 100%
        );
}


.how-stars-container {
    width: min(88%, 1320px);

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);

    gap: 100px;
}


.how-stars-heading {
    max-width: 520px;
}


.how-stars .section-eyebrow {
    color: #e1bd63;
}


.how-stars-heading h2 {
    margin: 0;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(42px, 4.2vw, 58px);
    line-height: 1.08;

    font-weight: 500;

    letter-spacing: -1px;
}


.how-stars-heading > p:last-child {
    margin: 22px 0 0;

    color: rgba(255, 255, 255, 0.74);

    font-size: 15px;
    line-height: 1.72;
}


.how-stars-content {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 0;

    border-top:
        1px solid rgba(255, 255, 255, 0.12);

    border-left:
        1px solid rgba(255, 255, 255, 0.12);
}


.how-stars-item {
    min-height: 210px;

    padding: 30px;

    border-right:
        1px solid rgba(255, 255, 255, 0.12);

    border-bottom:
        1px solid rgba(255, 255, 255, 0.12);
}


.how-stars-symbol {
    display: block;

    margin-bottom: 24px;

    color: #e1bd63;

    font-size: 25px;
}


.how-stars-item h3 {
    margin: 0 0 9px;

    color: #f1d481;

    font-size: 14px;
    line-height: 1.4;
}


.how-stars-item p {
    margin: 0;

    color: rgba(255, 255, 255, 0.66);

    font-size: 13px;
    line-height: 1.65;
}



/* =========================================================
   EXPERIENCES
========================================================= */

.how-experiences {
    padding: 105px 0;

    background: var(--avorio-chiaro);
}


.how-experiences-container {
    width: min(88%, 1320px);

    margin: 0 auto;
}


.how-experiences-heading {
    max-width: 720px;

    margin: 0 auto 55px;

    text-align: center;
}


.how-experiences-heading h2 {
    margin: 0;

    color: var(--viola-scuro);

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(42px, 4.2vw, 58px);
    line-height: 1.08;

    font-weight: 500;

    letter-spacing: -1px;
}


.how-experiences-heading > p:last-child {
    max-width: 620px;

    margin: 18px auto 0;

    color: #6c6173;

    font-size: 15px;
    line-height: 1.7;
}


.how-experiences-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}


.how-experience {
    min-height: 320px;

    padding: 38px 34px;

    display: flex;
    flex-direction: column;

    background: #ffffff;

    border: 1px solid rgba(92, 42, 126, 0.11);
    border-radius: 16px;

    box-shadow:
        0 12px 35px rgba(56, 28, 74, 0.06);
}


.how-experience-category {
    margin-bottom: 11px;

    color: #b78124;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1.6px;
}


.how-experience h3 {
    margin: 0 0 16px;

    color: var(--viola-scuro);

    font-family: Georgia, "Times New Roman", serif;

    font-size: 31px;
    line-height: 1.1;

    font-weight: 500;
}


.how-experience p {
    margin: 0 0 28px;

    color: #6b6171;

    font-size: 14px;
    line-height: 1.7;
}


.how-experience a {
    margin-top: auto;

    display: inline-flex;
    align-items: center;

    gap: 8px;

    color: var(--viola-scuro);

    font-size: 13px;
    font-weight: 700;

    text-decoration: none;
}


.how-experience a span {
    color: var(--oro);

    font-size: 18px;

    transition: transform 0.2s ease;
}


.how-experience a:hover span {
    transform: translateX(4px);
}



/* =========================================================
   PERSONAL EXPERIENCE
========================================================= */

.how-personal {
    padding: 110px 0;

    background: var(--avorio);
}


.how-personal-container {
    width: min(88%, 1320px);

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(0, 0.85fr)
        minmax(0, 1.15fr);

    gap: 100px;
}


.how-personal-heading {
    max-width: 530px;
}


.how-personal-heading h2 {
    margin: 0;

    color: var(--viola-scuro);

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(42px, 4.2vw, 58px);
    line-height: 1.08;

    font-weight: 500;

    letter-spacing: -1px;
}


.how-personal-content {
    max-width: 700px;
}


.how-personal-lead {
    margin: 3px 0 38px;

    color: #655b6b;

    font-size: 16px;
    line-height: 1.75;
}


.how-personal-points {
    display: flex;

    flex-direction: column;
}


.how-personal-point {
    display: grid;

    grid-template-columns: 55px 1fr;

    gap: 22px;

    padding: 26px 0;

    border-top:
        1px solid rgba(91, 42, 126, 0.14);
}


.how-personal-point:last-child {
    border-bottom:
        1px solid rgba(91, 42, 126, 0.14);
}


.how-personal-point > span {
    color: #b7872d;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 18px;
}


.how-personal-point h3 {
    margin: 0 0 8px;

    color: var(--viola-scuro);

    font-size: 14px;
    line-height: 1.4;
}


.how-personal-point p {
    margin: 0;

    color: #6b6171;

    font-size: 13px;
    line-height: 1.65;
}



/* =========================================================
   TABLET
========================================================= */

@media (max-width: 980px) {


    .how-hero {
        min-height: 500px;

        padding:
            calc(var(--header-height) + 85px)
            0
            80px;
    }


    .how-stars-container,
    .how-personal-container {
        grid-template-columns: 1fr;

        gap: 48px;
    }


    .how-stars-heading,
    .how-personal-heading {
        max-width: 650px;
    }


    .how-stars-content {
        max-width: 760px;
    }


    .how-experiences-grid {
        gap: 18px;
    }


    .how-experience {
        padding: 32px 27px;
    }

}



/* =========================================================
   SMARTPHONE
========================================================= */

@media (max-width: 700px) {


    /* HERO */

    .how-hero {
        min-height: auto;

        padding:
            calc(var(--header-height) + 65px)
            0
            65px;

        background:
            radial-gradient(
                circle at 95% 15%,
                rgba(216, 173, 69, 0.11),
                transparent 30%
            ),
            linear-gradient(
                145deg,
                #170826 0%,
                #26103d 100%
            );
    }


    .how-hero::before,
    .how-hero::after {
        display: none;
    }


    .how-hero-container {
        width: 88%;
    }


    .how-hero .section-eyebrow {
        margin-bottom: 14px;

        color: #e1bd63;

        font-size: 11px;
        line-height: 1.4;

        letter-spacing: 2px;
    }


    .how-hero h1 {
        max-width: none;

        color: #ffffff;

        font-size: 31px;
        line-height: 1.08;

        letter-spacing: -0.4px;
    }


    .how-hero-description {
        max-width: none;

        margin: 23px 0 0;

        color: rgba(255, 255, 255, 0.82);

        font-size: 14px;
        line-height: 1.7;
    }



    /* STEPS */

    .how-steps-section {
        padding: 65px 0;
    }


    .how-steps-container {
        width: 88%;
    }


    .how-steps-heading {
        margin-bottom: 38px;
    }


    .how-steps-heading h2 {
        font-size: 30px;
        line-height: 1.1;
    }


    .how-steps-heading > p:last-child {
        margin-top: 18px;

        font-size: 14px;
        line-height: 1.65;
    }


    .how-step {
        grid-template-columns: 45px 1fr;

        gap: 15px;

        padding: 27px 0;
    }


    .how-step-number {
        font-size: 18px;
    }


    .how-step-icon {
        margin-bottom: 12px;

        font-size: 21px;
    }


    .how-step-content h3 {
        margin-bottom: 8px;

        font-size: 22px;
        line-height: 1.15;
    }


    .how-step-content p {
        font-size: 13px;
        line-height: 1.65;
    }



    /* STARS */

    .how-stars {
        padding: 65px 0;
    }


    .how-stars-container {
        width: 88%;

        gap: 35px;
    }


    .how-stars-heading h2 {
        color: #ffffff;

        font-size: 30px;
        line-height: 1.1;
    }


    .how-stars-heading > p:last-child {
        font-size: 14px;
        line-height: 1.7;
    }


    .how-stars-content {
        grid-template-columns: 1fr;
    }


    .how-stars-item {
        min-height: auto;

        padding: 26px 23px;
    }


    .how-stars-symbol {
        margin-bottom: 17px;
    }



    /* EXPERIENCES */

    .how-experiences {
        padding: 65px 0;
    }


    .how-experiences-container {
        width: 88%;
    }


    .how-experiences-heading {
        margin-bottom: 38px;

        text-align: left;
    }


    .how-experiences-heading h2 {
        font-size: 30px;
        line-height: 1.1;
    }


    .how-experiences-heading > p:last-child {
        margin: 18px 0 0;

        font-size: 14px;
        line-height: 1.65;
    }


    .how-experiences-grid {
        grid-template-columns: 1fr;

        gap: 18px;
    }


    .how-experience {
        min-height: auto;

        padding: 30px 26px;
    }


    .how-experience h3 {
        font-size: 28px;
    }


    .how-experience p {
        margin-bottom: 23px;

        font-size: 13px;
    }



    /* PERSONAL */

    .how-personal {
        padding: 65px 0;
    }


    .how-personal-container {
        width: 88%;

        gap: 35px;
    }


    .how-personal-heading h2 {
        font-size: 30px;
        line-height: 1.1;
    }


    .how-personal-lead {
        margin-bottom: 28px;

        font-size: 14px;
        line-height: 1.7;
    }


    .how-personal-point {
        grid-template-columns: 38px 1fr;

        gap: 15px;

        padding: 23px 0;
    }


    .how-personal-point > span {
        font-size: 15px;
    }


    .how-personal-point h3 {
        font-size: 13px;
    }


    .how-personal-point p {
        font-size: 12px;
        line-height: 1.6;
    }

}