:root {
  color-scheme: light;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #0f172a;
  background: #f5f7ff;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at top left, rgba(45, 91, 255, 0.14), transparent 24%), linear-gradient(180deg, #eef2ff 0%, #ffffff 100%); }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.navbar { position: sticky; top: 0; z-index: 100; backdrop-filter: blur(18px); background: rgba(255,255,255,0.78); border-bottom: 1px solid rgba(15,23,42,0.08); }
.nav-inner { max-width: 1240px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 24px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(135deg, #2d5bff, #22c8b8); color: white; font-weight: 900; }
.brand p { margin: 0; font-weight: 800; }
.brand small { color: #64748b; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: #0f172a; text-decoration: none; font-size: 0.95rem; transition: color 0.2s ease; }
.nav-links a:hover { color: #2d5bff; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.button, .ghost { display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; padding: 11px 22px; font-weight: 700; text-decoration: none; }
.button { background: #2d5bff; color: #fff; box-shadow: 0 20px 50px rgba(45,91,255,0.18); }
.ghost { background: rgba(255,255,255,0.85); color: #0f172a; border: 1px solid rgba(15,23,42,0.08); }
.hero-home { position: relative; min-height: calc(100vh - 84px); display: grid; place-items: center; padding: 120px 24px 80px; overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(13,110,253,0.5), rgba(34,200,184,0.24)); mix-blend-mode: screen; pointer-events: none; }
.hero-home::before { content: ''; position: absolute; inset: 0; background-image: url('https://images.unsplash.com/photo-1523240795612-9a054b0db644?auto=format&fit=crop&w=1500&q=80'); background-size: cover; background-position: center; opacity: 0.32; filter: blur(0px); }
.hero-content { position: relative; max-width: 960px; text-align: center; color: #fff; backdrop-filter: blur(18px); background: rgba(15,23,42,0.24); border: 1px solid rgba(255,255,255,0.18); border-radius: 32px; padding: 46px 36px; box-shadow: 0 40px 100px rgba(15,23,42,0.15); }
.hero-content .eyebrow { display: inline-block; margin-bottom: 18px; text-transform: uppercase; letter-spacing: 0.24em; font-size: 0.82rem; color: #cbd5e1; }
.hero-content h1 { margin: 0 0 20px; font-size: clamp(3rem, 5vw, 4.8rem); line-height: 1.02; letter-spacing: -0.06em; }
.hero-content p { margin: 0 0 32px; line-height: 1.8; font-size: 1.05rem; max-width: 720px; margin-left: auto; margin-right: auto; color: #e2e8f0; }
.hero-ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.country-carousel, .stats-section, .services-section, .success-showcase, .contact-section { max-width: 1240px; margin: 0 auto; padding: 80px 24px; }
.section-header { max-width: 740px; margin: 0 auto 42px; text-align: center; }
.section-header .eyebrow { color: #0f172a; letter-spacing: 0.2em; font-size: 0.85rem; text-transform: uppercase; margin-bottom: 16px; display: inline-block; }
.section-header h2 { margin: 0; font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1.08; }
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; }
.country-card, .stat-card, .service-card, .story-cards article, .contact-card { background: rgba(255,255,255,0.84); border: 1px solid rgba(15,23,42,0.08); border-radius: 24px; padding: 28px; box-shadow: 0 30px 60px rgba(15,23,42,0.06); backdrop-filter: blur(12px); }
.country-card span { font-size: 2rem; display: inline-flex; margin-bottom: 18px; }
.country-card h3 { margin: 0 0 10px; font-size: 1.35rem; }
.country-card p { margin: 0 0 10px; color: #475569; }
.country-card a { color: #2d5bff; font-weight: 700; text-decoration: none; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 22px; }
.stat-card { text-align: center; padding: 36px 26px; }
.stat-card h3 { margin: 0 0 12px; font-size: 3rem; color: #2d5bff; }
.stat-card p { margin: 0; color: #475569; }
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; }
.service-card { min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; }
.service-card h3 { margin: 0 0 14px; }
.service-card p { margin: 0; color: #475569; }
.story-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 22px; }
.story-cards article { min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; }
.story-cards p { margin: 0 0 18px; line-height: 1.8; color: #334155; }
.story-cards strong { display: block; color: #0f172a; }
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; }
.contact-card { padding: 34px; }
.contact-card h3 { margin-top: 0; }
.contact-card p { margin: 0 0 22px; color: #475569; }
.form-card form { display: grid; gap: 16px; }
.form-card input { width: 100%; padding: 14px 18px; border-radius: 16px; border: 1px solid rgba(15,23,42,0.14); background: #f8fafc; }
.form-card button { margin-top: 8px; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 120; }
.whatsapp-float a { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 50%; background: #22c8b8; color: #fff; font-weight: 700; text-decoration: none; box-shadow: 0 20px 45px rgba(34,200,184,0.28); }
@media (max-width: 1024px) { .nav-inner { flex-wrap: wrap; justify-content: center; } .nav-links { order: 3; width: 100%; justify-content: center; flex-wrap: wrap; } .contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 720px) {
  .hero-home { padding-top: 100px; }
  .hero-content { padding: 30px 22px; }
  .hero-content h1 { font-size: 2.75rem; }
  .nav-actions { flex-direction: column; width: 100%; }
  .hero-ctas { flex-direction: column; }
  .cards-grid, .stats-grid, .service-grid, .story-cards { grid-template-columns: 1fr; }
  .nav-links a { font-size: 0.88rem; }
}
