* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #222222;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.landing {
    width: 100%;
    flex: 1;
}

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

.hero {
    position: relative;
    width: 100%;
    height: 250px;
    background-image: url("../assets/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 30%;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.18) 0%,
        rgba(0, 0, 0, 0.03) 45%,
        rgba(0, 0, 0, 0) 100%
    );
    pointer-events: none;
}

.hero-content {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.hero-logo {
    position: absolute;
    left: 7%;
    top: 40%;
    width: 215px;
    height: auto;
    transform: translateY(-50%);
    z-index: 2;
}

.hero-welcome {
    display: block;
    position: absolute;
    left: 7%;
    top: 57%;
    width: 400px;
    height: auto;
    transform: translateY(0);
    z-index: 2;
}

.hero-tagline {
    position: absolute;
    right: 8%;
    top: 28%;
    z-index: 2;
    text-align: left;
    transform: rotate(-4deg);
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: 28px;
    line-height: 1.05;
    color: #222222;
}

.hero-tagline i {
    display: block;
    width: 74px;
    height: 2px;
    margin: 14px 0 0 24px;
    background: #f58220;
    transform: rotate(-3deg);
}

/* =========================
   COUNTRIES
   ========================= */

.countries-section {
    position: relative;
    width: 100%;
    max-width: 1200px;
    min-height: 590px;
    margin: 0 auto;
    padding: 48px 40px 46px;
    overflow: hidden;
}

.section-intro {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 22px;
    width: 100%;
    max-width: 560px;
    margin: 0 auto 34px;
    text-align: center;
}

.section-intro h1 {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: #222222;
    white-space: nowrap;
}

.section-intro p {
    grid-column: 1 / -1;
    margin-top: -9px;
    font-size: 16px;
    color: #666666;
}

.intro-line {
    height: 2px;
    background: #f58220;
    width: 100%;
}

.countries-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    max-width: 775px;
    margin: 0 auto;
}

.country-card {
    display: grid;
    grid-template-columns: 44% 56%;
    min-height: 195px;
    overflow: hidden;
    border: 1px solid #ececec;
    border-top: 2px solid #f58220;
    border-radius: 12px;
    background: #ffffff;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease;
}

.country-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.11);
}

.country-card-image {
    min-width: 0;
    overflow: hidden;
    background: #f3f3f3;
}

.country-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.country-card-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
    padding: 24px 22px 18px;
}

.card-flag {
    width: 34px;
    height: 24px;
    min-width: 34px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    margin-bottom: 9px;
}

.country-card-content h2 {
    font-size: 23px;
    line-height: 1.05;
    font-weight: 700;
    margin-bottom: 9px;
    color: #222222;
}

.country-card-content p {
    font-size: 14px;
    line-height: 1.35;
    color: #7a7a7a;
}

.card-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
    font-size: 14px;
    font-weight: 700;
    color: #222222;
}

.card-arrow {
    font-size: 26px;
    line-height: 0.7;
    color: #f58220;
}

/* =========================
   LOWER DETAIL
   ========================= */

.experience-note {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
    max-width: 520px;
    margin: 38px auto 0;
}

.note-line {
    height: 1px;
    background: #e2e2e2;
}

.note-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #f58220;
    font-size: 22px;
    line-height: 1;
}

.experience-note p {
    grid-column: 1 / -1;
    margin-top: -4px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 3px;
    color: #777777;
}

.explore-decoration {
    position: absolute;
    right: -55px;
    bottom: 10px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 1px solid rgba(245, 130, 32, 0.22);
    color: #8a8a8a;
    font-size: 10px;
    letter-spacing: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transform: rotate(-18deg);
    opacity: 0.75;
}

.explore-decoration::before,
.explore-decoration::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(245, 130, 32, 0.16);
    border-radius: 50%;
}

.explore-decoration::after {
    inset: 28px;
}

/* =========================
   FOOTER
   ========================= */

.footer {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    background: #000000;
    border-top: none;
    font-size: 16px;
    color: #ffffff;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1000px) {
    .hero {
        height: 215px;
    }

    .hero-logo {
        left: 6%;
        width: 190px;
    }

    .hero-welcome {
        left: 6%;
        width: 360px;
    }

    .hero-tagline {
        right: 6%;
        font-size: 24px;
    }

    .countries-section {
        min-height: 555px;
        padding-left: 28px;
        padding-right: 28px;
    }

    .countries-cards {
        max-width: 700px;
        gap: 22px;
    }

    .country-card {
        grid-template-columns: 42% 58%;
        min-height: 185px;
    }

    .country-card-content {
        padding: 20px 18px 16px;
    }
}

@media (max-width: 760px) {
    .hero {
        height: 175px;
    }

    .hero-logo {
        left: 8%;
        top: 38%;
        width: 135px;
    }

    .hero-welcome {
        left: 8%;
        top: 59%;
        width: 280px;
    }

    .hero-tagline {
        display: none;
    }

    .countries-section {
        min-height: auto;
        padding: 32px 18px 40px;
    }

    .section-intro {
        gap: 13px;
        max-width: 420px;
        margin-bottom: 26px;
    }

    .section-intro h1 {
        font-size: 22px;
    }

    .section-intro p {
        font-size: 14px;
        margin-top: -4px;
    }

    .countries-cards {
        grid-template-columns: 1fr;
        max-width: 520px;
        gap: 18px;
    }

    .country-card {
        min-height: 165px;
    }

    .country-card-content h2 {
        font-size: 21px;
    }

    .experience-note {
        margin-top: 28px;
    }

    .experience-note p {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .explore-decoration {
        display: none;
    }

    .footer {
        height: 38px;
        font-size: 13px;
    }
}

@media (max-width: 460px) {
    .hero {
        height: 158px;
        background-position: center 30%;
    }

    .hero-logo {
        left: 7%;
        top: 35%;
        width: 112px;
    }

    .hero-welcome {
        left: 7%;
        top: 55%;
        width: 242px;
    }

    .countries-section {
        padding: 25px 14px 34px;
    }

    .section-intro {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 22px;
    }

    .intro-line {
        width: 70px;
        margin: 0 auto;
    }

    .section-intro h1 {
        font-size: 21px;
    }

    .country-card {
        grid-template-columns: 41% 59%;
        min-height: 150px;
        border-radius: 10px;
    }

    .country-card-content {
        padding: 16px 14px 13px;
    }

    .card-flag {
        width: 30px;
        height: 21px;
        min-width: 30px;
        margin-bottom: 7px;
    }

    .country-card-content h2 {
        font-size: 19px;
        margin-bottom: 6px;
    }

    .country-card-content p {
        font-size: 12px;
    }

    .card-action {
        font-size: 12px;
        padding-top: 8px;
    }

    .card-arrow {
        font-size: 22px;
    }
}
