* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #fff;
    color: #202020;
    font-family: Calibri, Arial, sans-serif;
}

img {
    display: block;
    max-width: 100%;
}

main {
    width: 100%;
    overflow: hidden;
}

/* =========================
   BRAND / LOGO
========================= */

.brand {
    background: #fff;
    padding: 42px 5.8% 48px;
}

.brand-inner {
    max-width: 1120px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 35px;
}

.brand-logo {
    width: 250px;
    height: 250px;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
}

.brand-copy h1 {
    margin: 0;
    font-family: Poppins, Arial, sans-serif;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.7px;
}

.brand-copy p {
    margin: 13px 0 0;
    color: #f2ae1e;
    font-size: 18px;
    font-style: italic;
    line-height: 1.25;
    max-width: 620px;
}

.section {
    width: 100%;
}

/* =========================
   INTRO
========================= */

.intro {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 0 34px;
    display: grid;
    grid-template-columns: 46% 54%;
    align-items: center;
}

.intro-image img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.intro-copy {
    padding: 0 45px 0 38px;
}

.intro-copy h2 {
    font-family: Poppins, Arial, sans-serif;
    font-size: 34px;
    line-height: 1.18;
    margin: 0 0 44px;
    font-weight: 700;
}

.intro-copy h2 span {
    color: #f3b52e;
}

.intro-copy p {
    font-size: 15px;
    line-height: 1.45;
    margin: 0 0 16px;
}

.outline-btn {
    display: block;
    width: 130px;
    text-align: center;
    margin: 25px auto 0;
    border: 1px solid #222;
    border-radius: 22px;
    padding: 10px 12px;
    color: #333;
    text-decoration: none;
    font-family: Georgia, serif;
    font-size: 13px;
}

/* =========================
   SERVICES
========================= */

.services {
    background: #f9ca4e;
    padding: 42px 5.7% 72px;
}

.section-title {
    text-align: center;
    font-family: Poppins, Arial, sans-serif;
    font-size: 38px;
    margin: 0 0 34px;
    font-weight: 700;
}

.service-grid {
    max-width: 1080px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 24px;
}

.service-card img {
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.service-button {
    min-height: 57px;
    border: 1px solid #222;
    border-radius: 17px;
    margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.15;
    padding: 6px;
    color: #202020;
    text-decoration: none;
    background: transparent;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.service-button:hover,
.service-button:focus-visible {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
    outline: none;
}

/* =========================
   WHY CHOOSE US
========================= */

.why {
    padding: 27px 5.7% 30px;
    background: #fff;
}

.why .section-title {
    margin-bottom: 20px;
}

.why-grid {
    max-width: 1080px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 42px;
}

.why-grid article {
    text-align: center;
}

.why-grid img {
    width: 104px;
    height: 104px;
    object-fit: cover;
    margin: 0 auto 13px;
}

.why-grid p {
    font-size: 14px;
    line-height: 1.35;
    margin: 0;
}

/* =========================
   BEST / CORE STRENGTHS
========================= */

.best {
    display: grid;
    grid-template-columns: 50% 50%;
    background: #f9ca4e;
}

.best-copy {
    padding: 45px 6% 50px;
}

.best-copy h2 {
    font-family: Poppins, Arial, sans-serif;
    font-size: 38px;
    margin: 0 0 27px;
}

.best-copy > p {
    font-size: 15px;
    line-height: 1.45;
    font-style: italic;
    margin: 0 0 22px;
}

.best-copy h3 {
    font-size: 14px;
    margin: 0 0 18px;
}

.strength {
    display: grid;
    grid-template-columns: 34% 66%;
    gap: 10px;
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 1.4;
}

.strength strong {
    font-weight: 700;
}

.best-image img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
}

/* =========================
   PREFERENCES
========================= */

.preferences {
    background: url("assets/images/img_12.jpeg") center center / cover no-repeat;
    min-height: 500px;
}

.preferences-overlay {
    min-height: 500px;
    background: rgba(238, 247, 253, 0.5);
    padding: 35px 7% 48px;
}

.preferences h2 {
    text-align: center;
    font-family: Poppins, Arial, sans-serif;
    font-size: 39px;
    margin: 0 0 40px;
}

.preferences-grid {
    max-width: 760px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px 110px;
}

.preferences-grid article {
    display: grid;
    grid-template-columns: 45px 1fr;
    align-items: start;
    gap: 14px;
}

.round {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f9ca4e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins;
    font-size: 10px;
}

.preferences-grid p {
    margin: 4px 0 0;
    font-family: Poppins, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

/* =========================
   MEETING IMAGE
========================= */

.meeting img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

/* =========================
   CONTACT
========================= */

.contact {
    background: #f9ca4e;
    padding: 28px 5.5%;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 22px;
    align-items: center;
}

.appointment {
    display: block;
    color: #202020;
    text-decoration: none;
    border-radius: 17px;
    padding: 10px;
    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.appointment:hover,
.appointment:focus-visible {
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
    outline: none;
}

.appointment h2 {
    font-family: Poppins, Arial, sans-serif;
    font-size: 38px;
    line-height: 1.08;
    margin: 0;
}

.contact-card {
    border: 1px solid #222;
    border-radius: 17px;
    padding: 17px 21px;
    min-height: 155px;
}

.contact-card h3 {
    font-family: Georgia, serif;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 12px;
}

.contact-card p {
    font-family: Georgia, serif;
    font-size: 12px;
    line-height: 1.4;
    margin: 0 0 11px;
}

.hours p {
    margin: 0;
}

/* =========================
   WHATSAPP
========================= */

.whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    text-decoration: none;
}

.whatsapp svg {
    width: 34px;
    height: 34px;
}

.whatsapp:hover {
    transform: scale(1.06);
}

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

@media (max-width: 900px) {

    .brand {
        padding: 30px 5% 34px;
    }

    .brand-inner {
        gap: 22px;
    }

    .brand-logo {
        width: 160px;
        height: 160px;
    }

    .brand-copy h1 {
        font-size: 34px;
    }

    .intro {
        grid-template-columns: 1fr;
        padding: 0 5% 34px;
    }

    .intro-image img {
        height: 330px;
    }

    .intro-copy {
        padding: 30px 3% 0;
    }

    .intro-copy h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .service-grid {
        gap: 22px 16px;
    }

    .service-card img {
        height: 150px;
    }

    .service-button {
        font-size: 14px;
    }

    .why-grid {
        gap: 22px;
    }

    .best-copy {
        padding: 35px 6%;
    }

    .preferences-grid {
        gap: 28px 50px;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {

    .brand {
        padding: 24px 5% 30px;
    }

    .brand-inner {
        align-items: center;
        gap: 18px;
    }

    .brand-logo {
        width: 130px;
        height: 130px;
    }

    .brand-copy h1 {
        font-size: 31px;
        letter-spacing: -0.3px;
    }

    .brand-copy p {
        font-size: 13px;
        margin-top: 8px;
    }

    .intro-image img {
        height: 245px;
    }

    .intro-copy {
        padding: 25px 2% 0;
    }

    .intro-copy h2 {
        font-size: 26px;
        margin-bottom: 24px;
    }

    .intro-copy p {
        font-size: 13px;
    }

    /* SERVICES SINGLE COLUMN */

    .services {
        padding: 31px 5% 45px;
    }

    .section-title {
        font-size: 25px;
        margin-bottom: 24px;
    }

    .service-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-card img {
        height: 190px;
    }

    .service-button {
        min-height: 58px;
        font-size: 14px;
        border-radius: 15px;
    }

    /* WHY */

    .why {
        padding: 25px 5%;
    }

    .why-grid {
        grid-template-columns: 1fr 1fr;
        gap: 26px 10px;
    }

    .why-grid img {
        width: 90px;
        height: 90px;
    }

    .why-grid p {
        font-size: 12px;
    }

    /* BEST */

    .best {
        grid-template-columns: 1fr;
    }

    .best-copy {
        padding: 30px 7%;
    }

    .best-copy h2 {
        font-size: 30px;
    }

    .best-copy > p {
        font-size: 13px;
    }

    .strength {
        grid-template-columns: 38% 62%;
        font-size: 11px;
    }

    .best-image img {
        min-height: 280px;
        height: 280px;
    }

    /* PREFERENCES */

    .preferences,
    .preferences-overlay {
        min-height: 0;
    }

    .preferences-overlay {
        padding: 30px 8% 40px;
    }

    .preferences h2 {
        font-size: 29px;
        margin-bottom: 28px;
    }

    .preferences-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .preferences-grid p {
        font-size: 13px;
    }

    /* MEETING */

    .meeting img {
        height: 230px;
    }

    /* CONTACT SINGLE COLUMN */

    .contact {
        grid-template-columns: 1fr;
        padding: 23px 7%;
        gap: 16px;
    }

    .appointment {
        grid-column: auto;
        text-align: center;
        padding: 12px;
    }

    .appointment h2 {
        font-size: 31px;
    }

    .contact-card {
        min-height: auto;
        padding: 13px 12px;
    }

    .contact-card h3 {
        font-size: 11px;
    }

    .contact-card p {
        font-size: 10px;
    }

    /* WHATSAPP */

    .whatsapp {
        width: 52px;
        height: 52px;
        right: 16px;
        bottom: 16px;
    }

    .whatsapp svg {
        width: 30px;
        height: 30px;
    }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 390px) {

    .brand {
        padding: 20px 4% 25px;
    }

    .brand-inner {
        gap: 12px;
    }

    .brand-logo {
        width: 110px;
        height: 110px;
    }

    .brand-copy h1 {
        font-size: 27px;
    }

    .brand-copy p {
        font-size: 12px;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .service-card img {
        height: 190px;
    }

    .why-grid {
        grid-template-columns: 1fr 1fr;
    }

    .contact {
        grid-template-columns: 1fr;
    }

    .contact-card {
        min-height: auto;
    }

    .appointment {
        grid-column: auto;
    }
}