:root{
  --blue:#0d2d5a; --blue-2:#123d78; --blue-3:#1d4f96; --red:#c91f2e; --white:#ffffff;
  --text:#eaf1fb; --muted:#b8c7dd; --card:#102745; --border:rgba(255,255,255,.10);
  --shadow:0 18px 40px rgba(0,0,0,.30); --radius:20px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0; font-family:Arial, Helvetica, sans-serif; color:var(--text);
  background:
    radial-gradient(circle at top right, rgba(201,31,46,.20), transparent 20%),
    radial-gradient(circle at top left, rgba(255,255,255,.08), transparent 18%),
    linear-gradient(180deg, #081525 0%, #0b1d35 35%, #0e2748 100%);
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px, calc(100% - 32px)); margin:0 auto}
.skip-link{position:absolute;left:-9999px;top:auto}
.skip-link:focus{left:10px;top:10px;background:#fff;color:#000;padding:10px 12px;border-radius:10px;z-index:9999}

.site-header{
  position:sticky; top:0; z-index:1000; backdrop-filter:blur(14px);
  background:rgba(7,18,34,.78); border-bottom:1px solid var(--border);
}
.nav-wrap{
  display:flex; align-items:center; justify-content:space-between; gap:20px; padding:14px 0;
}
.brand{display:flex; align-items:center; gap:14px; min-width:0}
.brand-logo{
  width:62px; height:62px; object-fit:contain; border-radius:50%; background:transparent;
  box-shadow:0 0 0 1px rgba(255,255,255,.05);
}
.brand-text strong{display:block; font-size:1.05rem; letter-spacing:.5px}
.brand-text span{display:block; color:var(--muted); font-size:.88rem}
.menu{display:flex; gap:20px; flex-wrap:wrap; align-items:center; justify-content:flex-end}
.menu a{color:var(--muted); font-weight:700; font-size:.95rem}
.menu a:hover{color:var(--white)}
.menu-toggle{
  display:none; width:46px; height:46px; border-radius:12px; border:1px solid var(--border);
  background:rgba(255,255,255,.04); cursor:pointer;
}
.menu-toggle span{display:block; width:20px; height:2px; background:#fff; margin:5px auto}
.cta,.btn-outline{
  display:inline-flex; align-items:center; justify-content:center; padding:12px 18px; border-radius:999px; font-weight:700;
}
.cta{background:linear-gradient(135deg, var(--red), #ef3340); color:#fff; box-shadow:var(--shadow)}
.btn-outline{border:1px solid rgba(255,255,255,.16); color:#fff; background:rgba(255,255,255,.04)}

.hero{padding:72px 0 42px}
.hero-grid{display:grid; grid-template-columns:1.2fr .8fr; gap:36px; align-items:center}
.eyebrow{
  display:inline-block; padding:8px 14px; border-radius:999px; background:rgba(255,255,255,.07);
  border:1px solid var(--border); color:#dbe7fb; font-size:.85rem; font-weight:700;
}
h1{margin:18px 0 16px; font-size:clamp(2rem, 5vw, 4rem); line-height:1.05}
.hero p{font-size:1.08rem; color:var(--muted); max-width:760px; margin:0 0 24px}
.hero-actions{display:flex; gap:14px; flex-wrap:wrap; margin-top:24px}
.stats{display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:28px}
.stat{
  background:rgba(255,255,255,.05); border:1px solid var(--border); border-radius:18px;
  padding:16px; box-shadow:var(--shadow);
}
.stat strong{display:block; font-size:1.5rem}
.stat span{color:var(--muted); font-size:.95rem}

.hero-card,.card,.about-box,.contact-card,.service-card,.review-card,.map-wrap{
  box-shadow:var(--shadow);
}
.hero-card{
  background:linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
  border:1px solid var(--border); border-radius:28px; padding:26px; position:relative; overflow:hidden;
}
.hero-card::before{
  content:""; position:absolute; inset:auto -20% -20% auto; width:220px; height:220px;
  background:radial-gradient(circle, rgba(201,31,46,.24), transparent 70%);
}
.hero-card img{width:100%; max-width:340px; margin:0 auto 18px; object-fit:contain}
.feature-list{display:grid; gap:10px}
.feature-item{
  padding:12px 14px; border-radius:16px; background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08); color:#eef4ff; font-weight:700;
}

.section{padding:34px 0}
.section-title{margin:0 0 10px; font-size:clamp(1.6rem, 3vw, 2.5rem)}
.small-top{margin-top:0}
.section-subtitle{margin:0 0 24px; color:var(--muted); max-width:780px}

.services-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
.premium-services .service-card{
  overflow:hidden; background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid var(--border); border-radius:24px;
}
.service-card img{width:100%; height:220px; object-fit:cover}
.service-body{padding:20px}
.service-body h3{margin:0 0 10px; font-size:1.2rem}
.service-body p{margin:0; color:var(--muted)}

.split{display:grid; grid-template-columns:1fr 1fr; gap:22px}
.card{
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid var(--border); border-radius:24px; padding:24px; height:100%;
}
.list{display:grid; gap:12px; padding:0; margin:0; list-style:none}
.list li{
  background:rgba(255,255,255,.05); border:1px solid var(--border);
  padding:14px 16px; border-radius:16px;
}
.about-box{
  padding:28px; border-radius:26px; border:1px solid var(--border);
  background:linear-gradient(135deg, rgba(18,61,120,.55), rgba(201,31,46,.22));
}

.gallery-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:18px;
}
.gallery-item{
  position:relative; overflow:hidden; border-radius:22px; cursor:pointer;
  border:1px solid var(--border); box-shadow:var(--shadow); background:rgba(255,255,255,.04);
}
.gallery-item img{
  width:100%; height:260px; object-fit:cover; transition:transform .45s ease;
}
.gallery-item:hover img{transform:scale(1.08)}
.gallery-item figcaption{
  position:absolute; left:0; right:0; bottom:0; padding:14px 16px;
  background:linear-gradient(180deg, transparent, rgba(0,0,0,.76));
  font-weight:700; color:#fff;
}

.reviews-grid{display:grid; grid-template-columns:repeat(5,1fr); gap:18px}
.review-card{
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid var(--border); border-radius:24px; padding:22px;
}
.review-card h3{margin:10px 0 8px; font-size:1rem}
.review-card p{margin:0; color:var(--muted); line-height:1.65}
.stars{color:#ffd95e; font-size:1.1rem; letter-spacing:2px}

.map-wrap{
  overflow:hidden; border-radius:24px; border:1px solid var(--border);
}
.map-wrap iframe{display:block; width:100%; height:420px; border:0}

.contact-grid{display:grid; grid-template-columns:1.1fr .9fr; gap:22px}
.contact-card{padding:28px}
.contact-lines{display:grid; gap:12px; margin-top:16px}
.contact-line{
  display:flex; gap:12px; align-items:flex-start; padding:14px 16px;
  border-radius:16px; background:rgba(255,255,255,.05); border:1px solid var(--border);
}
.badge{
  width:36px; height:36px; border-radius:50%; flex:0 0 36px; display:grid; place-items:center;
  background:rgba(255,255,255,.09); font-weight:700;
}

footer{padding:26px 0 50px; color:var(--muted); text-align:center; font-size:.92rem}
.whatsapp-float{
  position:fixed; right:18px; bottom:18px; z-index:999; width:60px; height:60px;
  border-radius:50%; display:grid; place-items:center; font-size:28px; background:#25D366; color:#fff; box-shadow:var(--shadow);
}

.modal{
  display:none; position:fixed; inset:0; background:rgba(0,0,0,.92);
  z-index:5000; justify-content:center; align-items:center; flex-direction:column; padding:20px;
}
.modal img{
  max-width:92%; max-height:82vh; border-radius:16px; box-shadow:0 20px 60px rgba(0,0,0,.5);
}
.modal-caption{
  margin-top:14px; color:#fff; font-weight:700; text-align:center;
}

@media (max-width: 1100px){
  .reviews-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 980px){
  .hero-grid, .services-grid, .split, .contact-grid, .gallery-grid{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr}
  .menu{
    display:none; position:absolute; left:16px; right:16px; top:88px; flex-direction:column; align-items:flex-start;
    background:rgba(7,18,34,.96); border:1px solid var(--border); border-radius:20px; padding:10px;
  }
  .menu.open{display:flex}
  .menu a{width:100%; padding:10px 8px}
  .menu-toggle{display:block}
}
@media (max-width: 640px){
  .hero{padding-top:46px}
  .container{width:min(100% - 20px, 1180px)}
  .card, .hero-card, .about-box, .contact-card{padding:20px}
  h1{font-size:2.1rem}
  .gallery-item img{height:220px}
  .reviews-grid{grid-template-columns:1fr}
}
