@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
    --italy-green: #009246;
    --italy-red: #ce2b37;
    --germany-black: #151515;
    --germany-red: #dd0000;
    --germany-gold: #ffce00;
    --france-blue: #0055a4;
    --france-red: #ef4135;
    --spain-red: #c60b1e;
    --spain-gold: #ffc400;
    --sky: #52c7ff;
    --violet: #7867ff;
    --mint: #00c7a5;
    --ink: #13263d;
    --ink-soft: #4e6074;
    --surface: rgba(255, 255, 255, 0.86);
    --surface-strong: #ffffff;
    --border: rgba(19, 38, 61, 0.1);
    --shadow: 0 24px 60px rgba(28, 47, 88, 0.14);
    --flag-gradient: linear-gradient(90deg, var(--italy-green) 0 18%, #ffffff 18% 26%, var(--italy-red) 26% 42%, var(--france-blue) 42% 58%, var(--france-red) 58% 72%, var(--germany-gold) 72% 86%, var(--spain-red) 86% 100%);
    --hero-gradient: linear-gradient(135deg, rgba(0, 146, 70, 0.12), rgba(255, 255, 255, 0.9) 24%, rgba(0, 85, 164, 0.12) 46%, rgba(255, 196, 0, 0.16) 72%, rgba(221, 0, 0, 0.12));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: "Manrope", "Segoe UI", sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(0, 146, 70, 0.14), transparent 28%),
        radial-gradient(circle at top right, rgba(0, 85, 164, 0.14), transparent 30%),
        radial-gradient(circle at 15% 75%, rgba(255, 196, 0, 0.14), transparent 25%),
        radial-gradient(circle at 85% 72%, rgba(239, 65, 53, 0.12), transparent 28%),
        linear-gradient(180deg, #fffaf6 0%, #f6f8ff 42%, #fbfdff 100%);
    overflow-x: hidden;
}

main {
    overflow: hidden;
}

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

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
    font-family: "Outfit", "Trebuchet MS", sans-serif;
    letter-spacing: -0.03em;
}

.navbar-light {
    border-bottom: 1px solid rgba(19, 38, 61, 0.08);
    background: rgba(255, 255, 255, 0.76) !important;
    backdrop-filter: blur(14px);
}

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.nav-link {
    font-weight: 700;
    color: var(--ink) !important;
    border-radius: 999px;
    padding: 0.65rem 1rem !important;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--france-blue) !important;
    background: rgba(255, 255, 255, 0.82);
    transform: translateY(-1px);
}

.brand-logo {
    width: 250px;
    max-width: 100%;
    height: auto;
}

.brand-logo-footer {
    width: 290px;
    max-width: 100%;
    height: auto;
}

.row > * {
    min-width: 0;
}

.section-shell {
    padding: 5.5rem 0;
}

.section-title {
    max-width: 720px;
    margin: 0 auto 3rem;
    text-align: center;
}

.brand-kicker {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.65rem;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(19, 38, 61, 0.08);
    box-shadow: 0 8px 20px rgba(19, 38, 61, 0.06);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--ink-soft);
    line-height: 1.25;
    max-width: 100%;
}

.brand-kicker::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: var(--flag-gradient);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.8);
}

.accent-gradient,
.riogradient,
.riogradient2 {
    background-image: linear-gradient(90deg, var(--italy-green) 0%, var(--france-blue) 32%, var(--germany-red) 66%, var(--spain-gold) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.text-soft {
    color: var(--ink-soft);
}

.rioheader {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 6% 8%, rgba(255, 255, 255, 0.8), transparent 18%),
        radial-gradient(circle at 92% 10%, rgba(255, 206, 0, 0.22), transparent 18%),
        radial-gradient(circle at 12% 82%, rgba(0, 146, 70, 0.18), transparent 26%),
        radial-gradient(circle at 82% 78%, rgba(0, 85, 164, 0.18), transparent 24%),
        var(--hero-gradient);
}

.hero-copy h1,
.page-hero h1 {
    font-size: clamp(3rem, 7vw, 5.5rem);
    line-height: 0.96;
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
}

.hero-copy p,
.page-hero p,
.lead {
    color: var(--ink-soft);
}

.hero-shell,
.page-hero {
    position: relative;
}

.study-chip-row,
.metric-row,
.button-row,
.badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.study-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(19, 38, 61, 0.08);
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(19, 38, 61, 0.08);
    max-width: 100%;
    line-height: 1.35;
}

.study-chip::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.72);
}

.study-chip.italy {
    color: var(--italy-green);
}

.study-chip.germany {
    color: var(--germany-red);
}

.study-chip.france {
    color: var(--france-blue);
}

.study-chip.spain {
    color: #d39a00;
}

.metric-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.8rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(19, 38, 61, 0.08);
    box-shadow: 0 10px 22px rgba(19, 38, 61, 0.08);
    font-weight: 800;
    color: var(--ink);
    max-width: 100%;
    line-height: 1.35;
}

.metric-pill::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background: var(--flag-gradient);
}

.hero-art-card,
.visual-shell,
.brand-surface {
    position: relative;
    border-radius: 34px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.hero-art-card::before,
.visual-shell::before,
.brand-surface::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.18));
    pointer-events: none;
}

.hero-art-card img,
.visual-shell img,
.brand-surface img {
    position: relative;
    z-index: 1;
    border-radius: 24px;
}

.floating-badge {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 28px rgba(19, 38, 61, 0.12);
    font-weight: 800;
    max-width: 100%;
    line-height: 1.3;
}

.floating-badge::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 999px;
}

.badge-italy {
    top: 7%;
    left: -4%;
}

.badge-italy::before {
    background: linear-gradient(90deg, var(--italy-green) 0 33%, #ffffff 33% 66%, var(--italy-red) 66% 100%);
}

.badge-france {
    top: 22%;
    right: -3%;
}

.badge-france::before {
    background: linear-gradient(90deg, var(--france-blue) 0 33%, #ffffff 33% 66%, var(--france-red) 66% 100%);
}

.badge-germany {
    bottom: 20%;
    left: -2%;
}

.badge-germany::before {
    background: linear-gradient(180deg, var(--germany-black) 0 33%, var(--germany-red) 33% 66%, var(--germany-gold) 66% 100%);
}

.badge-spain {
    bottom: 8%;
    right: 2%;
}

.badge-spain::before {
    background: linear-gradient(180deg, var(--spain-red) 0 22%, var(--spain-gold) 22% 78%, var(--spain-red) 78% 100%);
}

.btn {
    border-radius: 18px;
    padding: 0.95rem 1.35rem;
    font-weight: 800;
    border: 0;
    box-shadow: 0 12px 28px rgba(19, 38, 61, 0.12);
}

.btn-lg {
    padding: 1.05rem 1.45rem;
}

.btn-primary {
    background: linear-gradient(135deg, var(--france-blue), var(--violet) 48%, var(--italy-green));
}

.btn-primary:hover {
    background: linear-gradient(135deg, #07498c, #644fff 48%, #00783a);
}

.btn-secondary {
    color: #2a1800;
    background: linear-gradient(135deg, var(--spain-gold), #ffd86c 46%, var(--germany-gold));
}

.btn-secondary:hover {
    color: #2a1800;
    background: linear-gradient(135deg, #ffb900, #ffd25c 46%, #f0bc00);
}

.btn-success {
    background: linear-gradient(135deg, #16c784, #12d18e);
}

.btn-light {
    background: rgba(255, 255, 255, 0.94);
    color: var(--ink);
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.5rem;
}

.country-card,
.program-card,
.journey-card,
.testimonial-card,
.info-card,
.contact-card,
.checklist-card,
.story-card {
    position: relative;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 30px;
    padding: 1.6rem;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.country-card::before,
.program-card::before,
.journey-card::before,
.testimonial-card::before,
.info-card::before,
.contact-card::before,
.checklist-card::before,
.story-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 12px;
}

.country-card {
    height: 100%;
}

.country-card.italy::before {
    background: linear-gradient(90deg, var(--italy-green) 0 33%, #ffffff 33% 66%, var(--italy-red) 66% 100%);
}

.country-card.germany::before {
    background: linear-gradient(180deg, var(--germany-black) 0 33%, var(--germany-red) 33% 66%, var(--germany-gold) 66% 100%);
}

.country-card.france::before {
    background: linear-gradient(90deg, var(--france-blue) 0 33%, #ffffff 33% 66%, var(--france-red) 66% 100%);
}

.country-card.spain::before {
    background: linear-gradient(180deg, var(--spain-red) 0 20%, var(--spain-gold) 20% 80%, var(--spain-red) 80% 100%);
}

.country-card h3,
.program-card h3,
.journey-card h3,
.testimonial-card h3,
.info-card h3,
.contact-card h3,
.checklist-card h3,
.story-card h3 {
    margin-top: 0.95rem;
    margin-bottom: 0.8rem;
    font-size: 1.55rem;
}

.country-meta {
    color: var(--ink-soft);
    font-weight: 700;
    margin-bottom: 1rem;
}

.mini-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    background: rgba(19, 38, 61, 0.06);
    font-size: 0.86rem;
    font-weight: 800;
    margin: 0.2rem 0.3rem 0 0;
    max-width: 100%;
}

.country-list,
.program-list,
.clean-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.country-list li,
.program-list li,
.clean-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    color: var(--ink-soft);
}

.country-list li::before,
.program-list li::before,
.clean-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--flag-gradient);
    margin-top: 0.45rem;
    flex: 0 0 10px;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.62);
}

.program-card {
    height: 100%;
    color: #ffffff;
}

.program-card::before {
    background: transparent;
}

.program-card.gradient-1 {
    background: linear-gradient(135deg, #0055a4 0%, #3580ff 55%, #6eb1ff 100%);
}

.program-card.gradient-2 {
    background: linear-gradient(135deg, #009246 0%, #00b868 55%, #7ae0b1 100%);
}

.program-card.gradient-3 {
    background: linear-gradient(135deg, #c60b1e 0%, #ef4135 54%, #ff9d5c 100%);
}

.program-card.gradient-4 {
    background: linear-gradient(135deg, #151515 0%, #4e4e4e 45%, #ffce00 100%);
    color: #ffffff;
}

.program-card.gradient-5 {
    background: linear-gradient(135deg, #7867ff 0%, #b15dff 50%, #ff72c6 100%);
}

.program-card.gradient-6 {
    background: linear-gradient(135deg, #00a7c5 0%, #00c7a5 48%, #ffe066 100%);
    color: #12313d;
}

.program-card .program-list li,
.program-card p {
    color: inherit;
}

.program-card .program-list li::before {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.16);
}

.program-card.gradient-6 .program-list li::before {
    background: #12313d;
    box-shadow: 0 0 0 6px rgba(18, 49, 61, 0.12);
}

.section-note {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    color: var(--ink-soft);
}

.journey-number,
.icon-badge,
.quote-mark {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.journey-number,
.icon-badge {
    color: #ffffff;
    background: linear-gradient(135deg, var(--france-blue), var(--violet), var(--italy-green));
    box-shadow: 0 14px 28px rgba(86, 94, 194, 0.24);
}

.quote-mark {
    background: rgba(255, 196, 0, 0.16);
    color: #d08c00;
    font-size: 1.6rem;
}

.journey-card::before {
    background: var(--flag-gradient);
}

.testimonial-card::before {
    background: linear-gradient(90deg, rgba(0, 85, 164, 0.95), rgba(120, 103, 255, 0.86), rgba(0, 146, 70, 0.95));
}

.story-card::before,
.info-card::before,
.contact-card::before,
.checklist-card::before {
    background: linear-gradient(90deg, rgba(255, 196, 0, 0.95), rgba(239, 65, 53, 0.84), rgba(0, 85, 164, 0.95));
}

.country-highlight {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(19, 38, 61, 0.08);
    font-size: 0.88rem;
    font-weight: 800;
    max-width: 100%;
    line-height: 1.3;
}

.country-highlight::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: var(--flag-gradient);
}

.cta-panel {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.18), transparent 20%),
        radial-gradient(circle at 90% 24%, rgba(255, 255, 255, 0.16), transparent 16%),
        linear-gradient(135deg, #003a72 0%, #004ea3 26%, #009246 52%, #ef4135 76%, #ffc400 100%);
    color: #ffffff;
    border-radius: 36px;
    padding: 3rem;
    box-shadow: 0 28px 64px rgba(30, 48, 83, 0.22);
}

.cta-panel .brand-kicker {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.88);
}

.cta-panel .brand-kicker::before {
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.14);
}

.cta-panel p,
.site-footer .footer-note {
    color: rgba(255, 255, 255, 0.82);
}

.site-footer {
    position: relative;
    background:
        linear-gradient(180deg, rgba(7, 20, 34, 0.98), rgba(17, 26, 46, 0.98)),
        #0e1a2c;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-title {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.footer-link {
    color: rgba(255, 255, 255, 0.82);
    overflow-wrap: anywhere;
}

.footer-link:hover {
    color: #ffffff;
}

.footer-note a {
    color: inherit;
}

.map-frame {
    width: 100%;
    height: 360px;
    border: 0;
    border-radius: 30px;
    box-shadow: var(--shadow);
}

.flag-ribbon {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.flag-ribbon .country-card {
    min-height: 100%;
}

.floating-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 28px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 20px;
    background: linear-gradient(135deg, #1bcf7a, #12b45c);
    box-shadow: 0 16px 32px rgba(24, 128, 78, 0.28);
    transition: transform 0.22s ease;
}

.floating-whatsapp:hover {
    transform: translateY(-2px) scale(1.05);
}

.floating-whatsapp img {
    width: 38px;
    height: 38px;
}

.floating-whatsapp-message {
    position: fixed;
    right: 94px;
    bottom: 40px;
    z-index: 999;
    padding: 0.8rem 1rem;
    border-radius: 14px;
    background: #173256;
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(23, 50, 86, 0.24);
    opacity: 0;
    transform: translateX(18px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.floating-whatsapp-message.show {
    opacity: 1;
    transform: translateX(0);
}

.accordion-item-lite {
    margin-bottom: 1rem;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(19, 38, 61, 0.08);
    box-shadow: 0 12px 24px rgba(19, 38, 61, 0.08);
}

.accordion-button {
    font-weight: 800;
    color: var(--ink);
    background: transparent !important;
    box-shadow: none !important;
    padding: 1.35rem 1.4rem;
}

.accordion-button:not(.collapsed) {
    color: var(--france-blue);
}

.accordion-body {
    padding: 0 1.4rem 1.4rem;
    color: var(--ink-soft);
}

.rioBold {
    font-weight: 600 !important;
}

.rioLink :hover {
    color: inherit !important;
}

.footer-border {
    border-top: 0;
}

@media screen and (max-width: 1199.98px) {
    .brand-logo {
        width: 224px;
    }

    .brand-logo-footer {
        width: 260px;
    }

    .floating-badge {
        transform: scale(0.94);
    }
}

@media screen and (max-width: 991.98px) {
    .section-shell {
        padding: 4.5rem 0;
    }

    .hero-copy h1,
    .page-hero h1 {
        font-size: clamp(2.7rem, 12vw, 4.4rem);
    }

    .brand-logo {
        width: 208px;
    }

    .brand-logo-footer {
        width: 232px;
    }

    .navbar .container {
        row-gap: 0.85rem;
    }

    .navbar-collapse {
        padding-top: 1rem;
    }

    .navbar-nav-scroll {
        gap: 0.4rem;
    }

    .navbar-collapse .ms-lg-3 {
        margin-top: 0.85rem !important;
    }

    .hero-shell,
    .page-hero {
        text-align: center;
    }

    .hero-shell .study-chip-row,
    .hero-shell .metric-row,
    .hero-shell .button-row,
    .page-hero .study-chip-row,
    .page-hero .metric-row,
    .page-hero .button-row {
        justify-content: center;
    }

    .floating-badge {
        position: static;
        margin: 0;
        font-size: 0.96rem;
    }

    .hero-art-card {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0.8rem;
        padding-bottom: 1.35rem;
    }

    .hero-art-card img {
        width: 100%;
        flex-basis: 100%;
    }

    .visual-shell,
    .hero-art-card {
        max-width: 760px;
        margin-inline: auto;
    }

    .cta-panel {
        padding: 2.4rem;
    }
}

@media screen and (max-width: 767.98px) {
    .section-shell {
        padding: 3.7rem 0;
    }

    body {
        padding-bottom: 92px;
    }

    .section-title {
        margin-bottom: 2.2rem;
    }

    .hero-copy h1,
    .page-hero h1 {
        font-size: clamp(2.25rem, 10vw, 3.45rem);
        line-height: 1.02;
    }

    .lead {
        font-size: 1.05rem;
    }

    .study-chip-row,
    .metric-row,
    .button-row,
    .badge-row {
        gap: 0.7rem;
    }

    .study-chip,
    .metric-pill {
        width: 100%;
        justify-content: flex-start;
    }

    .button-row .btn,
    .cta-panel .btn {
        width: 100%;
    }

    .hero-art-card,
    .visual-shell,
    .brand-surface {
        border-radius: 24px;
        padding: 0.85rem;
    }

    .hero-art-card img,
    .visual-shell img,
    .brand-surface img {
        border-radius: 18px;
    }

    .country-card h3,
    .program-card h3,
    .journey-card h3,
    .testimonial-card h3,
    .info-card h3,
    .contact-card h3,
    .checklist-card h3,
    .story-card h3 {
        font-size: 1.35rem;
    }

    .country-card,
    .program-card,
    .journey-card,
    .testimonial-card,
    .info-card,
    .contact-card,
    .checklist-card,
    .story-card {
        border-radius: 24px;
        padding: 1.25rem;
    }

    .map-frame {
        height: 280px;
    }

    .cta-panel {
        border-radius: 28px;
        padding: 2rem 1.4rem;
    }

    .cta-panel h2 {
        font-size: clamp(2rem, 8vw, 2.8rem);
    }

    .accordion-button {
        padding: 1rem 1.1rem;
        font-size: 0.98rem;
    }

    .accordion-body {
        padding: 0 1.1rem 1.1rem;
    }

    .floating-whatsapp {
        right: 16px;
        bottom: 16px;
        width: 56px;
        height: 56px;
        border-radius: 18px;
    }

    .floating-whatsapp img {
        width: 34px;
        height: 34px;
    }

    .floating-whatsapp-message {
        display: none;
    }
}

@media screen and (max-width: 575.98px) {
    .brand-logo {
        width: 172px;
    }

    .brand-logo-footer {
        width: 200px;
    }

    .brand-kicker {
        letter-spacing: 0.09em;
        font-size: 0.68rem;
        padding: 0.55rem 0.85rem;
    }

    .brand-kicker::before {
        width: 12px;
        height: 12px;
    }

    .hero-copy h1,
    .page-hero h1 {
        font-size: clamp(2.05rem, 12vw, 2.75rem);
    }

    .hero-copy p,
    .page-hero p,
    .lead {
        font-size: 0.99rem;
    }

    .study-chip,
    .metric-pill,
    .country-highlight {
        padding: 0.75rem 0.9rem;
    }

    .country-card,
    .program-card,
    .journey-card,
    .testimonial-card,
    .info-card,
    .contact-card,
    .checklist-card,
    .story-card {
        padding: 1.1rem;
        border-radius: 22px;
    }

    .country-card h3,
    .program-card h3,
    .journey-card h3,
    .testimonial-card h3,
    .info-card h3,
    .contact-card h3,
    .checklist-card h3,
    .story-card h3 {
        font-size: 1.22rem;
    }

    .btn,
    .btn-lg {
        width: 100%;
        justify-content: center;
        white-space: normal;
    }

    .button-row .btn {
        width: 100%;
    }

    .cta-panel {
        border-radius: 24px;
        padding: 1.8rem 1.15rem;
    }

    .map-frame {
        height: 240px;
    }

    .floating-whatsapp {
        right: 14px;
        bottom: 14px;
        width: 52px;
        height: 52px;
    }

    .floating-whatsapp img {
        width: 30px;
        height: 30px;
    }
}
