.country-page .country-hero{background-color:var(--sand-light,#f7f2ec);padding:80px 0 72px}.country-page .country-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.country-page .country-hero-tag{display:block;font-size:.85rem;font-weight:600;color:var(--gold,#8e6733);margin-bottom:12px;text-transform:capitalize}.country-page .country-hero-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.2;color:#111;margin-bottom:20px}.country-page .country-hero-desc{font-size:1rem;line-height:1.65;color:#605e5a;margin-bottom:28px;max-width:520px}.country-page .country-hero-cta{display:inline-flex}.country-page .country-hero-image-wrap{border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.12)}.country-page .country-hero-image{width:100%;height:420px;object-fit:cover;display:block}.country-page .country-stats-bar{background-color:#111;padding:36px 0}.country-page .country-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.country-page .country-stat-value{display:block;font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:4px}.country-page .country-stat-value span{color:var(--gold,#a8783a)}.country-page .country-stat-label{font-size:.85rem;color:rgba(255,255,255,.75);text-transform:capitalize}.country-page .country-section{padding:80px 0}.country-page .country-section-header{margin-bottom:48px}.country-page .country-section-cta{text-align:center;margin-top:40px}.country-page .country-cities-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.country-page .country-city-card{background:#fff;border-radius:10px;overflow:hidden;border:1px solid var(--border-light,#eae6df);transition:box-shadow .25s ease,transform .25s ease}.country-page .country-city-card:hover{box-shadow:0 12px 28px rgba(0,0,0,.08);transform:translateY(-4px)}.country-page .country-city-image-link{display:block}.country-page .country-city-image{width:100%;height:120px;object-fit:cover;display:block}.country-page .country-city-card-footer{padding:14px 16px;display:flex;flex-direction:column;gap:8px}.country-page .country-city-name{font-weight:600;font-size:.95rem;color:#111;text-decoration:none}.country-page .country-city-name:hover{color:var(--gold,#8e6733)}.country-page .country-city-book{display:inline-flex;align-items:center;gap:4px;font-size:.78rem;font-weight:600;color:var(--gold,#8e6733);text-decoration:none;text-transform:uppercase;letter-spacing:.04em}.country-page .country-services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.country-page .country-service-card{display:flex;gap:20px;background:#fff;border-radius:10px;padding:20px;border:1px solid var(--border-light,#eae6df);align-items:flex-start}.country-page .country-service-image{width:100px;height:100px;object-fit:cover;border-radius:8px;flex-shrink:0}.country-page .country-service-title{font-size:1.05rem;font-weight:600;margin-bottom:8px;color:#111}.country-page .country-service-desc{font-size:.88rem;color:#605e5a;line-height:1.55;margin-bottom:12px}.country-page .country-service-link{display:inline-flex;align-items:center;gap:4px;font-size:.8rem;font-weight:600;color:var(--gold,#8e6733);text-decoration:none;text-transform:uppercase}.country-page .country-standards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.country-page .country-standard-card{background:#fff;border-radius:10px;padding:28px 24px;box-shadow:0 4px 20px rgba(0,0,0,.04);border:1px solid var(--border-light,#eae6df)}.country-page .country-standard-icon{width:44px;height:44px;border-radius:50%;background:rgba(142,103,51,.12);color:var(--gold,#8e6733);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.country-page .country-standard-title{font-size:1rem;font-weight:600;margin-bottom:8px;color:#111}.country-page .country-standard-desc{font-size:.88rem;color:#605e5a;line-height:1.55}.country-page .country-cta-section{background-color:var(--gold,#8e6733);padding:72px 0}.country-page .country-cta-tag{display:block;font-size:.8rem;font-weight:600;letter-spacing:.1em;color:rgba(255,255,255,.85);margin-bottom:12px;text-transform:uppercase}.country-page .country-cta-title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:#fff;margin-bottom:16px}.country-page .country-cta-desc{color:rgba(255,255,255,.9);max-width:560px;margin:0 auto 28px;line-height:1.6}.country-page .country-cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.country-page .country-cta-btn-primary{background:#fff!important;color:var(--gold,#8e6733)!important;border:none;padding:12px 28px;font-weight:600;text-decoration:none;border-radius:4px}.country-page .country-cta-btn-secondary{background:transparent!important;color:#fff!important;border:1px solid rgba(255,255,255,.8)!important;padding:12px 28px;font-weight:600;text-decoration:none;border-radius:4px}@media (max-width:1200px){.country-page .country-cities-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.country-page .country-hero-grid{grid-template-columns:1fr}.country-page .country-hero-image{height:320px}.country-page .country-cities-grid,.country-page .country-standards-grid,.country-page .country-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.country-page .country-services-grid,.country-page .country-standards-grid,.country-page .country-stats-grid{grid-template-columns:1fr}.country-page .country-service-card{flex-direction:column}.country-page .country-service-image{width:100%;height:160px}}