:root{
  --bg:#0b1220;
  --bg2:#0f1b33;
  --muted:#a9b8d6;
  --text:#eaf1ff;
  --accent:#7c5cff;
  --accent2:#00d1b2;
  --border:rgba(255,255,255,0.10);
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family: system-ui, -apple-system, "Segoe UI", Arial;
  background: radial-gradient(1200px 600px at 70% 10%, #182a52, var(--bg));
  color:var(--text);
}

a{color:inherit;text-decoration:none}
code{background:rgba(255,255,255,0.07); padding:2px 6px; border-radius:8px}

.nav{
  position:sticky; top:0; z-index:10;
  display:flex; align-items:center; justify-content:space-between;
  gap:14px;
  padding:14px 18px;
  background: rgba(11,18,32,0.78);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.brand{display:flex; flex-direction:column; line-height:1.2}
.logo{font-weight:900; letter-spacing:0.4px}
.tagline{font-size:12px; color:var(--muted); margin-top:2px}

.menu{display:flex; gap:14px; opacity:.95; flex-wrap:wrap}
.menu a:hover{text-decoration:underline}

.nav-actions{display:flex; gap:10px; align-items:center; flex-wrap:wrap}

.btn{
  background: linear-gradient(135deg, var(--accent), #4dd6ff);
  padding:10px 14px;
  border-radius:12px;
  font-weight:800;
  border:0;
  display:inline-flex;
  justify-content:center;
  cursor:pointer;
}
.btn:hover{filter:brightness(1.05)}

.btn-outline{
  padding:10px 14px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.22);
  font-weight:800;
  background: rgba(255,255,255,0.04);
}

.hero{
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap:18px;
  padding:36px 18px 18px;
  max-width:1120px;
  margin:0 auto;
}

.hero-left h1{font-size:40px; margin:0 0 10px}
.hero-left h1 span{color:#bfe9ff}
.hero-left p{color:var(--muted); line-height:1.9; margin:0 0 14px}

.hero-actions{display:flex; gap:10px; flex-wrap:wrap; margin:12px 0 14px}

.trust{
  display:flex; gap:10px; flex-wrap:wrap;
}
.trust-card{
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  padding:8px 10px;
  border-radius:999px;
  font-size:13px;
  color:#d8e6ff;
}

.hero-right{display:flex; flex-direction:column; gap:12px}
.hero-photo{
  border-radius:20px;
  overflow:hidden;
  border:1px solid var(--border);
  min-height:220px;
  background: rgba(255,255,255,0.04);
}
.hero-photo img{width:100%; height:100%; object-fit:cover; display:block}

.ph{
  display:flex; align-items:center; justify-content:center;
  color: rgba(233,240,255,0.7);
  border:1px dashed rgba(255,255,255,0.18);
  border-radius:20px;
  padding:18px;
  min-height:220px;
  text-align:center;
}

.quick-box{
  background: linear-gradient(180deg, rgba(124,92,255,0.16), rgba(15,27,51,0.9));
  border:1px solid var(--border);
  border-radius:20px;
  padding:16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
.quick-box h3{margin:0 0 6px}
.quick-box p{margin:0 0 12px; color:var(--muted); line-height:1.8}

.small-btn{
  display:inline-block;
  padding:9px 12px;
  border-radius:12px;
  background: rgba(0,209,178,0.18);
  border:1px solid rgba(0,209,178,0.35);
  font-weight:800;
}

.section{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px;
}
.section-head h2{margin:0 0 8px; font-size:28px}
.sub{margin:0 0 18px; color:var(--muted); line-height:1.8}

.alt{
  background: rgba(255,255,255,0.03);
  border-top:1px solid rgba(255,255,255,0.06);
  border-bottom:1px solid rgba(255,255,255,0.06);
}

.grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}

.card{
  background: rgba(15,27,51,0.86);
  border:1px solid var(--border);
  border-radius:20px;
  padding:14px;
  overflow:hidden;
}
.card-img{
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  height:150px;
}
.card-img img{width:100%; height:100%; object-fit:cover; display:block}
.card h3{margin:12px 0 6px}
.card p{margin:0 0 10px; color:var(--muted); line-height:1.8}

.pill-row{display:flex; flex-wrap:wrap; gap:8px}
.pill{
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color:#d8e6ff;
}

.gallery{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.g{
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--border);
  height:160px;
  background: rgba(255,255,255,0.04);
}
.g img{width:100%; height:100%; object-fit:cover; display:block}
.g.ph{
  height:160px;
  border-radius:18px;
  min-height:unset;
}

.hint{
  margin-top:14px;
  color:var(--muted);
  line-height:1.8;
}

.about-card{
  background: rgba(15,27,51,0.70);
  border:1px solid var(--border);
  border-radius:20px;
  padding:16px;
  line-height:2;
}
.about-card p{margin:0 0 12px; color:#dfeaff}
.about-badges{
  display:flex; flex-wrap:wrap; gap:10px;
  margin-top:10px;
}
.about-badges span{
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  padding:8px 10px;
  border-radius:999px;
  font-size:13px;
  color:#d8e6ff;
}

.promise{
  margin-top:14px;
  display:flex; gap:10px; align-items:flex-start;
  padding:12px;
  border-radius:18px;
  border:1px solid rgba(124,92,255,0.28);
  background: rgba(124,92,255,0.10);
}
.promise-icon{
  width:28px; height:28px;
  border-radius:10px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(124,92,255,0.22);
  border:1px solid rgba(124,92,255,0.30);
  font-weight:900;
}

.steps{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.step{
  background: rgba(15,27,51,0.70);
  border:1px solid var(--border);
  border-radius:20px;
  padding:16px;
}
.step-num{
  width:36px; height:36px;
  border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(0,209,178,0.18);
  border:1px solid rgba(0,209,178,0.35);
  font-weight:900;
  margin-bottom:10px;
}
.step h3{margin:0 0 6px}
.step p{margin:0; color:var(--muted); line-height:1.8}

.form{
  background: rgba(15,27,51,0.75);
  border:1px solid var(--border);
  border-radius:20px;
  padding:16px;
}
.row{display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:10px}
input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,0.12);
  background: rgba(11,18,32,0.55);
  color:var(--text);
  outline:none;
}
textarea{resize:vertical}

.contact-cards{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
  margin-top:14px;
}
.contact{
  padding:14px;
  border-radius:20px;
  border:1px solid var(--border);
  background: rgba(15,27,51,0.55);
  display:flex; flex-direction:column; gap:6px;
  font-weight:900;
}
.contact span{font-weight:500; color:var(--muted)}

.footer{
  padding:18px;
  text-align:center;
  color:var(--muted);
  border-top:1px solid rgba(255,255,255,0.08);
}

.wa-float{
  position:fixed;
  left:16px;
  bottom:16px;
  padding:12px 14px;
  border-radius:999px;
  background: rgba(0,209,178,0.22);
  border:1px solid rgba(0,209,178,0.40);
  font-weight:900;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

@media (max-width: 980px){
  .hero{grid-template-columns:1fr}
  .grid{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr}
  .contact-cards{grid-template-columns:1fr}
  .menu{display:none}
}

.footer-links{
  margin-top: 10px;
  font-size: 14px;
  opacity: .9;
}

.footer-links a{
  text-decoration: none;
  color: inherit;
  border-bottom: 1px dashed rgba(255,255,255,.35);
  padding-bottom: 2px;
}

.footer-links a:hover{
  opacity: .85;
}

.footer-links .dot{
  margin: 0 8px;
  opacity: .6;
}
