:root{
  --brand:#0d6efd;
  --dark:#061b2d;
  --gold:#d6b24c;
  --text:#0b1b2b;
  --muted:#6b7a8a;
  --card:#ffffff;
  --soft:#f6f8fb;
  --radius:18px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
}

img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1150px,92%);margin:auto}

/* Buttons */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  border-radius:14px;
  padding:12px 14px;
  border:1px solid transparent;
  font-weight:700;
  cursor:pointer;
}
.btn-sm{padding:8px 10px;border-radius:12px;font-size:13px}
.btn-lg{padding:14px 16px;border-radius:16px}
.btn-primary{background:var(--brand);color:#fff}
.btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.35)}
.btn-light{background:#fff;color:#0b2a44;border-color:#e7eef6}
.btn-whatsapp{background:#25D366;color:#fff}
.btn-gold{background:var(--gold);color:#1a1a1a}
.w-100{width:100%}

/* Topbar */
.topbar{
  background:rgba(6,27,45,.92);
  color:#fff;
  position:sticky;top:0;z-index:999;
  backdrop-filter: blur(10px);
}
.topbar-inner{
  display:flex;justify-content:space-between;align-items:center;gap:12px;
  padding:10px 0;
}
.topbar-left{display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(255,255,255,.75)}
.topbar-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}

/* Navbar */
.nav-wrap{background:#fff;border-bottom:1px solid #eef2f7;position:sticky;top:52px;z-index:998}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0}
.brand-logo img{width:140px}
.nav{display:flex;align-items:center;gap:18px}
.nav a{font-weight:700;color:#0b2a44}
.nav a:hover{color:var(--brand)}
.nav-cta{background:var(--brand);color:#fff;padding:10px 12px;border-radius:14px}
.nav-toggle{display:none;background:transparent;border:none;font-size:20px}

/* Hero */
.hero{position:relative;color:#fff;overflow:hidden}
.hero-bg{
  position:absolute;inset:0;background-size:cover;background-position:center;
  transform:scale(1.03);
}
.hero-overlay{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg, rgba(6,27,45,.88) 0%, rgba(6,27,45,.68) 60%, rgba(6,27,45,.50) 100%),
    radial-gradient(900px 600px at 20% 20%, rgba(13,110,253,.25), transparent 60%);
}
.hero-grid{
  position:relative;z-index:1;
  display:grid;grid-template-columns: 1.25fr .85fr;
  gap:24px;
  padding:56px 0;
  align-items:center;
  min-height:76vh;
}
.pill{
  display:inline-block;
  padding:10px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.20);
  font-weight:800;
  font-size:13px;
}
.hero h1{
  margin:14px 0 10px;
  font-size:clamp(28px, 3vw, 48px);
  line-height:1.15;
  letter-spacing:-.6px;
}
.accent{color:#8fd0ff;font-weight:900}
.lead{color:rgba(255,255,255,.90);font-size:clamp(15px,1.4vw,18px);max-width:52ch}

/* Features */
.feature-grid{
  margin:18px 0 20px;
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.feature{
  display:flex;gap:12px;
  padding:12px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
}
.ico{
  width:44px;height:44px;border-radius:14px;
  display:grid;place-items:center;
  background:rgba(255,255,255,.12);
}
.ft-title{font-weight:900}
.ft-sub{color:rgba(255,255,255,.75);font-size:13px;margin-top:2px}

.hero-actions{display:flex;gap:10px;flex-wrap:wrap}

/* Form */
.form-card{
  background:#fff;color:var(--text);
  border-radius:var(--radius);
  box-shadow:0 18px 36px rgba(0,0,0,.16);
  padding:18px;
}
.form-card h2{margin:0 0 6px;font-size:20px;font-weight:900}
.form-card label{display:block;margin:12px 0 6px;font-weight:700;font-size:13px;color:#243b53}
.form-card input,.form-card select,.form-card textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid #dfe7f1;
  outline:none;
  font-family:inherit;
}
.form-card input:focus,.form-card select:focus,.form-card textarea:focus{
  border-color:rgba(13,110,253,.5);
  box-shadow:0 0 0 4px rgba(13,110,253,.12);
}
.form-note{font-size:12px;color:var(--muted);margin-top:10px}
.form-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}
.success{display:none;margin-top:12px;font-weight:800;color:#0b7a2b}

/* Sections */
.section{padding:70px 0}
.section-soft{background:var(--soft)}
.center{text-align:center;max-width:780px;margin:0 auto 26px}
.center h2{margin:0;font-size:clamp(24px,2.3vw,38px);font-weight:900;letter-spacing:-.4px}
.muted{color:var(--muted)}
.small{font-size:13px}

/* Cards */
.cards-4{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.card{
  background:#fff;border:1px solid #e7eef6;border-radius:var(--radius);
  padding:18px;
  box-shadow:0 12px 22px rgba(6,27,45,.06);
  text-align:center;
}
.card-ico{
  width:62px;height:62px;border-radius:18px;
  display:grid;place-items:center;margin:0 auto 12px;
  background:#f1f6ff;color:#0b3a63;font-size:22px;
}
.card h3{margin:0 0 8px;font-weight:900}

/* Media cards */
.cards-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.media-card{
  background:#fff;border:1px solid #e7eef6;border-radius:var(--radius);
  overflow:hidden;
  box-shadow:0 12px 22px rgba(6,27,45,.06);
}
.media-card img{height:220px;width:100%;object-fit:cover}
.media-body{padding:16px}
.media-body h3{margin:0 0 6px;font-weight:900}

/* Gallery */
.gallery{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.gallery img{
  height:180px;border-radius:var(--radius);
  object-fit:cover;border:1px solid #e7eef6;
}

/* Slider */
.slider{
  position:relative;
  display:flex;align-items:center;gap:12px;
}
.slider-window{
  overflow:hidden;
  width:100%;
}
.slider-track{
  display:flex;
  transition:transform .55s ease;
}
.review-card{
  min-width: calc(33.333% - 10px);
  margin-right: 15px;
  background:#fff;
  border:1px solid #e7eef6;
  border-radius:var(--radius);
  box-shadow:0 12px 22px rgba(6,27,45,.06);
  padding:18px;
}
.stars{color:#f2b01e;margin-bottom:10px}
.review-text{margin:0 0 14px;color:#2a3b4d;line-height:1.6}
.review-user{display:flex;gap:10px;align-items:center}
.avatar{
  width:44px;height:44px;border-radius:14px;
  display:grid;place-items:center;
  background:#f1f6ff;color:#0b3a63;font-weight:900;
}
.name{font-weight:900}
.role{font-size:12px;color:var(--muted)}

.slider-btn{
  width:44px;height:44px;border-radius:14px;
  border:1px solid #e7eef6;background:#fff;
  display:grid;place-items:center;
  cursor:pointer;
  box-shadow:0 10px 18px rgba(6,27,45,.06);
}
.dots{display:flex;gap:8px;justify-content:center;margin-top:16px}
.dot{
  width:10px;height:10px;border-radius:999px;background:#cfd9e6;cursor:pointer;
}
.dot.active{background:var(--brand)}

/* Table */
.split-head{
  display:flex;align-items:end;justify-content:space-between;gap:12px;
  margin-bottom:16px;
}
.table-wrap{
  overflow:auto;
  background:#fff;border:1px solid #e7eef6;border-radius:var(--radius);
}
table{width:100%;border-collapse:collapse;min-width:780px}
thead th{
  background:#062a49;color:#fff;
  padding:14px;border-right:1px solid rgba(255,255,255,.12);
  text-align:left;
}
tbody td{padding:14px;border-top:1px solid #eef2f7}
.c{text-align:center}

/* Footer */
.footer{background:var(--dark);color:#fff;padding-top:50px}
.footer-grid{
  display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;
  padding-bottom:30px;
}
.footer h3{margin:0 0 10px;font-weight:900}
.footer a{color:rgba(255,255,255,.92)}
.footer i{margin-right:8px}
.newsletter{display:flex;gap:10px}
.newsletter input{
  flex:1;padding:12px;border-radius:14px;border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);color:#fff;
}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.10);
  padding:16px 0;
  display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;
  color:rgba(255,255,255,.65);
}
.footer-links{display:flex;gap:14px;flex-wrap:wrap}
.footer-links a{color:rgba(255,255,255,.65)}
.footer-links a:hover{color:#fff}

/* WhatsApp Float */
.whatsapp-float{
  position:fixed;right:18px;bottom:18px;
  width:56px;height:56px;border-radius:999px;
  display:grid;place-items:center;
  background:#25D366;color:#fff;font-size:26px;
  box-shadow:0 14px 26px rgba(0,0,0,.18);
  z-index:9999;
}

/* Responsive */
@media (max-width: 980px){
  .nav-wrap{top:52px}
  .nav-toggle{display:block}
  .nav{
    display:none;
    position:absolute;left:0;right:0;top:100%;
    background:#fff;border-bottom:1px solid #eef2f7;
    padding:12px;
    flex-direction:column;align-items:flex-start;
  }
  .nav.show{display:flex}
  .nav a{padding:10px 8px;width:100%}
  .nav-cta{width:100%;text-align:center}

  .hero-grid{grid-template-columns:1fr;min-height:auto}
  .feature-grid{grid-template-columns:1fr}
  .form-actions{grid-template-columns:1fr}
  .cards-4{grid-template-columns:repeat(2,1fr)}
  .cards-3{grid-template-columns:1fr}
  .gallery{grid-template-columns:repeat(2,1fr)}
  .review-card{min-width:100%;margin-right:0}
  .slider{gap:8px}
}
@media (max-width: 520px){
  .topbar-left{display:none}
  .gallery{grid-template-columns:1fr}
  .cards-4{grid-template-columns:1fr}
}
