.country-cards-grid{padding:80px 24px;background-color:#f7f8fa}.country-cards-grid__container{max-width:1200px;margin:0 auto}.country-cards-grid__header{text-align:center;max-width:700px;margin:0 auto 40px}.country-cards-grid__kicker{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#e35030;margin-bottom:8px}.country-cards-grid__heading{font-size:2.2rem;margin-bottom:12px;color:#212529}.country-cards-grid__description{color:#6a717c;font-size:1.05rem}.country-cards-grid__filters{display:flex;justify-content:center;gap:8px;margin-bottom:40px;flex-wrap:wrap}.country-cards-grid__filter{padding:10px 20px;background:#fff;border:1px solid #e8ebef;border-radius:25px;font-size:.9rem;font-weight:500;color:#6a717c;cursor:pointer;transition:all 200ms ease}.country-cards-grid__filter:hover{border-color:#007086;color:#007086}.country-cards-grid__filter.is-active{background:#007086;border-color:#007086;color:#fff}.country-cards-grid__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}.country-cards-grid__card{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:3/4;background:#e8ebef;cursor:pointer;transition:transform 300ms ease,box-shadow 300ms ease}.country-cards-grid__card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.country-cards-grid__card img{width:100%;height:100%;object-fit:cover;transition:transform 400ms ease}.country-cards-grid__card:hover img{transform:scale(1.05)}.country-cards-grid__card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, #e8ebef 0%, #d0d4da 100%);color:#6a717c;font-size:.85rem;text-align:center;padding:20px}.country-cards-grid__card-overlay{position:absolute;bottom:0;left:0;right:0;padding:60px 20px 20px;background:linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%)}.country-cards-grid__card-name{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:4px}.country-cards-grid__card-meta{color:hsla(0,0%,100%,.8);font-size:.8rem}.country-cards-grid__card-badge{position:absolute;top:12px;right:12px;padding:6px 12px;background:#fbae49;color:#212529;font-size:.7rem;font-weight:600;text-transform:uppercase;border-radius:4px}.country-cards-grid__cta{text-align:center;margin-top:40px}.country-cards-grid__cta-btn{display:inline-block;padding:14px 28px;background:#fbae49;color:#212529;font-weight:600;text-transform:uppercase;letter-spacing:.03em;text-decoration:none;border-radius:0;transition:all 200ms ease;cursor:pointer}.country-cards-grid__cta-btn:hover{background:#e9a03d}
.country-cards-grid{--ccg-coral: #e35030;--ccg-golden: #fbae49;--ccg-teal: #007086;--ccg-charcoal: #212529;--ccg-muted: #6a717c;--ccg-cloud: #f7f8fa;--ccg-line: #e8ebef;padding:80px 24px;background-color:var(--ccg-cloud)}.country-cards-grid.alignfull{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);max-width:100vw;width:100vw}.country-cards-grid__container{max-width:1200px;margin:0 auto}.country-cards-grid__header{text-align:center;max-width:700px;margin:0 auto 40px}.country-cards-grid__kicker{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--ccg-coral);margin-bottom:8px}.country-cards-grid__heading{font-family:var(--f-heading, "Rowan", Georgia, serif);font-size:clamp(1.8rem,4vw,2.2rem);margin-bottom:12px;color:var(--ccg-charcoal)}.country-cards-grid__description{color:var(--ccg-muted);font-size:1.05rem;line-height:1.6}.country-cards-grid__filters{display:flex;justify-content:center;gap:8px;margin-bottom:40px;flex-wrap:wrap}.country-cards-grid__filter{padding:10px 20px;background:#fff;border:1px solid var(--ccg-line);border-radius:25px;font-size:.9rem;font-weight:500;color:var(--ccg-muted);cursor:pointer;transition:all 200ms ease}.country-cards-grid__filter:hover{border-color:var(--ccg-teal);color:var(--ccg-teal)}.country-cards-grid__filter.is-active{background:var(--ccg-teal);border-color:var(--ccg-teal);color:#fff}.country-cards-grid__filter:focus{outline:2px solid var(--ccg-teal);outline-offset:2px}.country-cards-grid__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}@media(max-width: 1024px){.country-cards-grid__grid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 768px){.country-cards-grid__grid{grid-template-columns:repeat(2, 1fr);gap:16px}}@media(max-width: 480px){.country-cards-grid__grid{grid-template-columns:1fr}}.country-cards-grid__card{position:relative;display:block;border-radius:12px;overflow:hidden;aspect-ratio:3/4;background:var(--ccg-line);text-decoration:none;transition:transform 300ms ease,box-shadow 300ms ease}.country-cards-grid__card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.country-cards-grid__card:focus{outline:3px solid var(--ccg-teal);outline-offset:3px}.country-cards-grid__card img{width:100%;height:100%;object-fit:cover;transition:transform 400ms ease;pointer-events:none}.country-cards-grid__card:hover img{transform:scale(1.05)}.country-cards-grid__card.is-hidden{display:none}.country-cards-grid__card-overlay{position:absolute;bottom:0;left:0;right:0;padding:60px 20px 20px;background:linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);pointer-events:none}.country-cards-grid__card-name{color:#fff;font-family:var(--f-heading, "Rowan", Georgia, serif);font-size:1.2rem;font-weight:600;margin-bottom:4px}@media(max-width: 768px){.country-cards-grid__card-name{font-size:1.1rem}}.country-cards-grid__card-meta{color:hsla(0,0%,100%,.8);font-size:.8rem}@media(max-width: 768px){.country-cards-grid__card-meta{font-size:.75rem}}.country-cards-grid__card-badge{position:absolute;top:12px;right:12px;padding:6px 12px;background:var(--ccg-golden);color:var(--ccg-charcoal);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;border-radius:4px;pointer-events:none}.country-cards-grid__cta{text-align:center;margin-top:40px}.country-cards-grid__cta-btn{display:inline-block;padding:14px 28px;background:var(--ccg-golden);color:var(--ccg-charcoal);font-weight:600;text-transform:uppercase;letter-spacing:.03em;text-decoration:none;border-radius:0;transition:all 200ms ease}.country-cards-grid__cta-btn:hover{background:#e9a03d;transform:translateY(-2px)}.country-cards-grid__cta-btn:focus{outline:2px solid var(--ccg-charcoal);outline-offset:2px}
