
:root {
  --bg: #ffffff;
  --bg-soft: #f8f3ff;
  --bg-deeper: #140626;
  --text: #201233;
  --muted: #6b6380;
  --primary: #6f2cff;
  --primary-2: #8c58ff;
  --primary-dark: #5319cf;
  --deep-purple: #2b115f;
  --border: #eadfff;
  --shadow: 0 24px 60px rgba(58, 20, 133, .12);
  --shadow-soft: 0 16px 38px rgba(58, 20, 133, .08);
  --radius: 24px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--text); background: var(--bg); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.section { padding: 92px 0; position: relative; }
.section--light { background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%); }
.eyebrow { color: var(--primary); font-weight: 700; text-transform: uppercase; letter-spacing: .11em; margin-bottom: 14px; font-size: .86rem; }
h1, h2, h3, h4 { line-height: 1.12; margin: 0 0 18px; }
h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
h2 { font-size: clamp(2rem, 3.3vw, 3.3rem); }
h3 { font-size: 1.24rem; }
p { margin: 0 0 16px; color: var(--muted); }
.site-header { position: sticky; top: 0; z-index: 99; background: linear-gradient(135deg, #18082d 0%, var(--deep-purple) 55%, #4c1bb8 100%); box-shadow: 0 8px 30px rgba(16, 4, 38, .24); }
.topbar { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; font-size: .92rem; color: rgba(255,255,255,.88); border-bottom: 1px solid rgba(255,255,255,.08); }
.topbar a { color: inherit; }
.topbar__left, .topbar__right { display: flex; gap: 16px; flex-wrap: wrap; }
.navbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; }
.brand-link img, .custom-logo-link img { max-height: 58px; width: auto; }
.nav { display: flex; align-items: center; gap: 24px; }
.menu { display: flex; align-items: center; list-style: none; gap: 22px; margin: 0; padding: 0; }
.menu a { color: #fff; font-weight: 600; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: #fff; border-radius: 999px; font-weight: 700; border: 1px solid transparent; box-shadow: 0 14px 30px rgba(111, 44, 255, .24); transition: .25s ease; }
.button:hover { transform: translateY(-2px); background: linear-gradient(135deg, var(--primary-dark), var(--primary)); }
.button--sm { padding: 12px 20px; }
.button--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.36); box-shadow: none; }
.hero { overflow: hidden; background: radial-gradient(circle at top right, rgba(170,127,255,.22), transparent 30%), linear-gradient(135deg, #17072b 0%, var(--deep-purple) 44%, #ffffff 44%, #ffffff 100%); }
.hero-grid, .two-col, .cta-grid { display: grid; gap: 38px; align-items: center; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hero h1, .hero .lead { max-width: 640px; }
.hero h1 { color: #fff; }
.hero .lead { color: rgba(255,255,255,.86); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero-card { min-height: 480px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(20px); opacity: .5; }
.hero-orb--one { width: 220px; height: 220px; background: rgba(143, 103, 255, .28); top: 80px; left: -40px; }
.hero-orb--two { width: 280px; height: 280px; background: rgba(111, 44, 255, .14); right: 2%; bottom: 40px; }
.media-card { background: #fff; border: 1px solid var(--border); border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.media-card img { width: 100%; height: 100%; object-fit: cover; }
.feature-box, .service-card, .country-card, .contact-card, .stat-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.feature-box { padding: 34px; margin-top: 28px; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { padding: 12px 0 12px 32px; position: relative; border-bottom: 1px solid var(--border); font-weight: 600; color: var(--text); }
.check-list li:last-child { border-bottom: 0; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--primary); font-weight: 800; }
.section-intro { max-width: 760px; }
.grid { display: grid; gap: 24px; }
.cards-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-card, .country-card { padding: 22px; }
.card-image { border-radius: 18px; overflow: hidden; margin-bottom: 20px; background: #f3ebff; }
.card-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.service-card a, .country-card a { color: var(--primary); font-weight: 700; }
.split-points { display: grid; gap: 20px; margin-top: 26px; }
.split-points article { background: rgba(255,255,255,.74); padding: 22px; border-radius: 20px; border: 1px solid var(--border); }
.meter-wrap { margin-top: 26px; }
.meter-wrap > div { display: flex; justify-content: space-between; gap: 12px; }
.meter { background: #ece3ff; height: 10px; border-radius: 999px; overflow: hidden; margin: 10px 0 16px; }
.meter span { display: block; height: 100%; background: linear-gradient(90deg, var(--primary), #c2a2ff); border-radius: 999px; }
.choose-grid { align-items: stretch; }
.accent-frame { background: linear-gradient(135deg, #2b115f, #6f2cff); padding: 14px; }
.stat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 34px; max-width: 680px; }
.stat-card { padding: 22px 18px; }
.stat-card strong { display: block; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1; color: var(--deep-purple); margin-bottom: 8px; }
.stat-card span { color: var(--muted); font-weight: 600; font-size: .95rem; }
.cta-band { background: linear-gradient(135deg, #18082d 0%, var(--deep-purple) 45%, #6428ed 100%); color: #fff; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.82); }
.contact-card { padding: 28px; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.18); backdrop-filter: blur(10px); }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.94); color: var(--text); border-radius: 16px; padding: 14px 16px; font: inherit; margin: 0 0 14px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.notice { margin: 16px 0 0; padding: 14px 16px; border-radius: 16px; font-weight: 600; }
.notice.success { background: rgba(106, 222, 167, .16); color: #d5ffe5; border: 1px solid rgba(106, 222, 167, .28); }
.notice.error { background: rgba(255, 108, 108, .14); color: #ffd7d7; border: 1px solid rgba(255, 108, 108, .28); }
.site-footer { background: var(--bg-deeper); color: #fff; padding-top: 70px; }
.site-footer p, .site-footer li, .site-footer a { color: rgba(255,255,255,.78); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 30px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 10px; }
.footer-bottom { padding: 18px 0 28px; margin-top: 30px; border-top: 1px solid rgba(255,255,255,.08); }
.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 80; background: #25D366; color: #fff; border-radius: 999px; padding: 14px 18px; font-weight: 700; box-shadow: 0 16px 34px rgba(18, 94, 48, .28); }
.menu-toggle { display: none; background: transparent; color: #fff; font-size: 1.5rem; border: 0; }
@media (max-width: 1100px) { .cards-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .hero-grid, .two-col, .cta-grid { grid-template-columns: 1fr; } .hero { background: linear-gradient(180deg, #17072b 0%, var(--deep-purple) 35%, #fff 35%, #fff 100%); } .hero-card { min-height: auto; } }
@media (max-width: 760px) {
  .topbar { display: none; }
  .menu-toggle { display: block; }
  .nav { position: absolute; top: 100%; left: 0; right: 0; background: #1b0c33; padding: 18px 16px 24px; display: none; flex-direction: column; align-items: stretch; }
  .nav.is-open { display: flex; }
  .menu { flex-direction: column; align-items: flex-start; }
  .cards-4, .footer-grid, .stat-grid, .form-grid { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
  .whatsapp-float { padding: 12px 16px; right: 14px; bottom: 14px; }
}
