:root{
  --bg:#333D51;
  --surface:#11131a;
  --surface2:#0f1118;
  --text:#fefefe;
  --muted:#f2f2f2;
  --brand:#cea966;
  --brand2:#b99831;
  --border: rgba(255,255,255,.10);
  --shadow: 0 18px 50px rgba(0,0,0,.35);
  --radius: 18px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:'Nunito Sans',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background: linear-gradient(180deg, #07080b 0%, #0b0c10 55%, #07080b 100%);
  color:var(--text);
  line-height:1.6;
}

a{color:inherit;text-decoration:none}
a:hover{opacity:.92}

.container{
  width:min(1200px, 92vw);
  margin:0 auto;
}

.topbar{
  background: rgba(255,255,255,.04);
  border-bottom:1px solid var(--border);
}
.topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:10px 0;
  font-size:14px;
}
.topbar-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.topbar-link{color:var(--muted)}
.topbar-link i{color:var(--brand);margin-right:8px}
.sep{color:rgba(255,255,255,.22)}
.topbar-right{display:flex;gap:10px}
.social{
  width:34px;height:34px;border-radius:999px;
  display:grid;place-items:center;
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
}

.header{
  position:sticky;top:0;z-index:50;
  background: rgba(11,12,16,.72);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--border);
}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 0;
  gap:16px;
}

.brand{display:flex;align-items:center;gap:12px}
.brand-mark{
  width:180px; 
  display:grid;place-items:center;
    
}
.brand-mark-sm{width:40px;height:40px;border-radius:14px}
.brand-name{font-weight:800;letter-spacing:.2px}
.brand-sub{font-size:13px;color:var(--muted);margin-top:1px}

.nav{display:flex;align-items:center;gap:18px}
.nav a{color:var(--muted); font-size:16px; font-family: 'Cinzel', Georgia, 'Times New Roman', serif}
.nav a:hover{color:var(--text)}
.nav .btn{color:var(--text)}

.nav-toggle{
  display:none;
  border:1px solid var(--border);
  background: rgba(255,255,255,.04);
  border-radius:14px;
  padding:10px;
  width:48px;height:44px;
}
.nav-toggle span{
  display:block;height:2px;background:var(--text);margin:5px 0;border-radius:2px
}

.btn{
  display:inline-flex;align-items:center;gap:10px;
  background: linear-gradient(135deg, var(--brand2), var(--brand));
  padding:12px 16px;border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  box-shadow: 0 14px 34px rgba(201,162,74,.22);
 
}
.btn-sm{padding:10px 14px;font-size:14px}
.btn-ghost{
  background: rgba(255,255,255,.05);
  box-shadow:none;
}
.btn-full{width:100%;justify-content:center}

.hero{
  position:relative;
  min-height: 76vh;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.hero-bg{
  position:absolute;inset:0;
  background-size:cover;
  background-position:center;
  transform: scale(1.03);
  filter: saturate(1.08) contrast(1.05);
}
.hero-overlay{
  position:absolute;inset:0;
  background: radial-gradient(circle at 25% 15%, rgba(201,162,74,.34), rgba(0,0,0,.78) 55%, rgba(0,0,0,.92) 100%);
}
.hero-content{
  position:relative;
  display:grid;
  grid-template-columns: 1.45fr .75fr;
  gap:22px;
  padding:54px 0;
}
.hero-card{
  background: rgba(17,19,26,.66);
  border:1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding:28px;
}
.badge{
  display:inline-flex;align-items:center;gap:10px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--border);
  padding:8px 12px;
  border-radius:999px;
  color:var(--muted);
  font-weight:600;
  font-size:14px;
}
.badge i{color:var(--brand2)}
.hero h1{
  margin:14px 0 10px;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -.6px;
}
.hero p{color: rgba(233,238,247,.86);font-size:16px;max-width:62ch}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}

.hero-highlights{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:12px;
  margin-top:22px;
}
.mini{
  display:flex;gap:12px;align-items:flex-start;
  background: rgba(255,255,255,.05);
  border:1px solid var(--border);
  border-radius: 16px;
  padding:14px;
}
.mini i{color:var(--brand2);margin-top:2px; font-size: 25px;}
.mini-title{font-weight:800;font-size:15px}
.mini-text{color:var(--muted);font-size:13px;margin-top:2px}

.hero-side{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.hero-stat{
  background: rgba(17,19,26,.66);
  border:1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding:18px;
}
.stat-num{ font-size:18px; font-family: 'Cinzel', Georgia, 'Times New Roman', serif; color: var(--brand)}
.stat-label{color:var(--muted);font-size:15px;margin-top:4px}
.hero-side-note{
  margin-top:auto;
  background: linear-gradient(135deg, rgba(201,162,74,.24), rgba(255,255,255,.05));
  border:1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding:18px;
}
.note-title{font-weight:800}
.note-text{color:rgba(233,238,247,.9);margin-top:6px}

.strip{
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  background: rgba(255,255,255,.03);
}
.strip-inner{
  display:grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap:12px;
  padding:14px 0;
}
.strip-item{
  display:flex;gap:10px;align-items:center;justify-content:center;
  color:var(--muted);
  font-weight:700;
  font-size:14px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  border-radius: 999px;
  padding:10px 12px;
}
.strip-item i{color:var(--brand2);  font-size: 25px;}

.section{padding:72px 0}
.section-alt{background: rgba(255,255,255,.02)}
.section-head{text-align:center;max-width: 760px;margin:0 auto 28px}
.section-head h2{margin:0;font-size:34px;letter-spacing:-.5px}
.section-head p{margin:10px 0 0;color:var(--muted)}

h2{font-size:34px;letter-spacing:-.5px;margin:0 0 12px}
.lead{color:rgba(233,238,247,.9);font-size:16px;margin:0 0 12px}
p{margin:0 0 12px; font-weight: 300;}

.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start}

.checks{display:grid;gap:10px;margin-top:16px}
.check{display:flex;gap:10px;align-items:flex-start;color:rgba(233,238,247,.9)}
.check i{color:var(--brand2);margin-top:3px}

.about-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}

.about-media{display:grid;gap:14px}
.media-card{
  border:1px solid var(--border);
  border-radius: var(--radius);
  overflow:hidden;
  background: rgba(255,255,255,.03);
  box-shadow: var(--shadow);
}
.media-photo{height:240px;background-size:cover;background-position:center}
.media-caption{padding:16px}
.cap-title{font-weight:900}
.cap-text{color:var(--muted);margin-top:6px}

.media-mini-grid{display:grid;grid-template-columns:repeat(2, minmax(0,1fr));gap:12px}
.mini-card{
  border:1px solid var(--border);
  border-radius: 16px;
  overflow:hidden;
  background: rgba(255,255,255,.03);
}
.mini-photo{height:120px;background-size:cover;background-position:center}
.mini-cap{padding:12px}
.mini-cap-title{font-weight:900;font-size:14px}
.mini-cap-text{color:var(--muted);font-size:13px;margin-top:2px}

.cards{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:16px;
}
.card{
  border:1px solid var(--border);
  background: rgba(17,19,26,.55);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding:18px;
}
.card-ic{
  width:64px;height:64px;border-radius:14px;
  display:grid;place-items:center;
  background: rgba(201,162,74,.16);
  border:1px solid rgba(255,255,255,.10);
  margin-bottom:10px;
}
.card-ic i{color:var(--brand2); font-size: 30px;}
.card h3{margin:6px 0 6px;font-size:18px}
.card p{color:var(--muted)}
.card ul{margin:12px 0 0;padding-left:18px;color:rgba(233,238,247,.9)}
.card li{margin:6px 0}

.service-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:14px;
}
.service{
  border:1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(17,19,26,.55);
  box-shadow: var(--shadow);
  padding:18px;
  display:flex;
  gap:12px;
}
.service-icon{
  width:44px;height:44px;border-radius:14px;
  display:grid;place-items:center;
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  flex:0 0 auto;
}
.service-icon i{color:var(--brand2)}
.service h3{margin:0;font-size:16px}
.service p{margin:6px 0 0;color:var(--muted)}

.cta{
  margin-top:22px;
  border:1px solid rgba(255,255,255,.12);
  background: linear-gradient(135deg, rgba(201,162,74,.22), rgba(255,255,255,.05));
  border-radius: calc(var(--radius) + 4px);
  padding:20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.cta h3{margin:0;font-size:20px}
.cta p{margin:6px 0 0;color:rgba(233,238,247,.86)}
.cta-actions{display:flex;gap:10px;flex-wrap:wrap}

.gallery-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:14px;
}
.g-item{
  margin:0;
  height:360px;
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid var(--border);
  box-shadow: var(--shadow);
  background-size:cover;
  background-position:center;
  position:relative;
}
.g-item::after{
  content:"";
  position:absolute;inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.0), rgba(0,0,0,.65));
}
.g-item figcaption{
  position:absolute;left:14px;right:14px;bottom:12px;
  z-index:2;
  font-weight:800;
  text-shadow: 0 10px 24px rgba(0,0,0,.55);
}

.test-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:14px;
}
.test{
  border:1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(17,19,26,.55);
  box-shadow: var(--shadow);
  padding:18px;
}
.test-stars i{color:#ffd06b;margin-right:4px}
.test p{color:rgba(233,238,247,.88);margin:10px 0 0}
.test-by{margin-top:12px;color:var(--muted);font-weight:700;font-size:14px}
.note{
  margin-top:18px;
  color:var(--muted);
  font-size:13px;
  border:1px dashed rgba(255,255,255,.18);
  border-radius: 16px;
  padding:12px 14px;
  background: rgba(255,255,255,.03);
}

.section-contact{padding-bottom:92px}
.contact-grid{align-items:stretch}
.contact-cards{display:grid;gap:12px;margin-top:16px}
.contact-card{
  border:1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(17,19,26,.55);
  box-shadow: var(--shadow);
  padding:16px;
  display:flex;
  gap:12px;
}
.cc-ic{
  width:44px;height:44px;border-radius:14px;
  display:grid;place-items:center;
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  flex:0 0 auto;
}
.cc-ic i{color:var(--brand2)}
.cc-title{font-weight:900}
.cc-text{color:var(--muted);margin-top:4px}
.cc-text a{color:rgba(233,238,247,.92);text-decoration:underline;text-decoration-color: rgba(255,255,255,.22)}

.social-block{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.social-btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:10px 14px;border-radius:999px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.04);
  font-weight:800;
  color:rgba(233,238,247,.92);
}
.social-btn i{color:var(--brand2)}

.form-card{
  border:1px solid rgba(255,255,255,.12);
  background: rgba(17,19,26,.72);
  border-radius: calc(var(--radius) + 6px);
  box-shadow: var(--shadow);
  padding:22px;
}
.form-card h3{margin:0;font-size:20px}
.muted{color:var(--muted)}

form{margin-top:14px}
.form-row{display:grid;gap:8px;margin-bottom:12px}
.form-row.two{grid-template-columns:1fr 1fr;gap:12px}
label{font-weight:800;font-size:14px}
input,select,textarea{
  width:100%;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color:var(--text);
  padding:12px 12px;
  outline:none;
}
input::placeholder, textarea::placeholder{color:rgba(184,192,207,.70)}
textarea{resize:vertical}
input:focus,select:focus,textarea:focus{
  border-color: rgba(255,179,184,.52);
  box-shadow: 0 0 0 4px rgba(255,179,184,.10);
}
.form-small{
  margin-top:10px;
  color: rgba(184,192,207,.85);
  font-size:12px;
}

.footer{
  border-top:1px solid var(--border);
  background: rgba(255,255,255,.02);
  padding:26px 0 20px;
}
.footer-inner{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.foot-brand{display:flex;gap:12px;align-items:center}
.foot-name{font-weight:900}
.foot-sub{color:var(--muted);font-size:13px;margin-top:2px}
.foot-note{color:var(--muted);font-size:13px;margin-top:10px}
.foot-right a{color:rgba(233,238,247,.92);text-decoration:underline;text-decoration-color: rgba(255,255,255,.22)}
.credits{
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.08);
  color:var(--muted);
}
.credits-title{font-weight:900;color:rgba(233,238,247,.90)}
.credits-text{margin-top:6px;font-size:13px}

@media (max-width: 980px){
  .hero-content{grid-template-columns: 1fr; padding:44px 0}
  .hero h1{font-size: 38px}
  .hero-highlights{grid-template-columns:1fr;gap:10px}
  .strip-inner{grid-template-columns: repeat(3, minmax(0,1fr))}
  .grid-2{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr}
  .service-grid{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr}
  .test-grid{grid-template-columns:1fr}
  .form-row.two{grid-template-columns:1fr}
  .nav-toggle{display:block}
  .nav{
    position:absolute;
    right: 4vw;
    top: 72px;
    display:none;
    flex-direction:column;
    gap:12px;
    padding:14px;
    border-radius: 18px;
    border:1px solid var(--border);
    background: rgba(11,12,16,.92);
    box-shadow: var(--shadow);
    min-width: 220px;
  }
  .nav.open{display:flex}
	.hero-slide {background-position:left !important;}
}

@media (max-width: 420px){
  .hero h1{font-size: 32px}
  .topbar-inner{font-size:13px}
}


h1,h2,h3,.brand-name,.cap-title,.mini-title,.cc-title,.foot-name,.section-head h2,.test-by,.card h3{
  font-family:'Cinzel', Georgia, 'Times New Roman', serif;
  letter-spacing: .2px;
	color: var(--brand);
  font-weight: 400;
}


.brand-mark-logo{
  
  padding: 8px;
}
.brand-mark-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display:block;
}


h1,h2,h3{font-weight:400;}

/* Hero slider */
.hero{position:relative}
.hero-slides{position:absolute;inset:0;overflow:hidden}
.hero-slide{
  position:absolute;inset:0;
  background-size:cover;
  background-position:center;
  transform: scale(1.03);
  filter: saturate(1.06) contrast(1.05);
  opacity:0;
  transition: opacity 900ms ease;
}
.hero-slide.is-active{opacity:1}

.hero-dots{
  display:flex;
  gap:10px;
  margin-top:18px;
  margin-bottom:10px;
}
.hero-dots .dot{
  width:10px;height:10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.18);
  cursor:pointer;
}
.hero-dots .dot.is-active{
  background: var(--brand2);
  border-color: rgba(255,255,255,.55);
}

/* Form status */
.form-status{
  margin-top:12px;
  margin-bottom:12px;
  padding:10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: rgba(233,238,247,.92);
  display:none;
}
.form-status.show{display:block}
.form-status.success{border-color: rgba(242,211,138,.40)}
.form-status.error{border-color: rgba(255,120,120,.40)}

/* Spam protection honeypot */
.hp-field{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  opacity:0 !important;
}
option {color:#000;}
/* WhatsApp floating button */
.whatsapp-float{
  position: fixed;
  left: 20px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366, #1ebe5d);
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 28px;
  z-index: 999;
  box-shadow: 0 14px 30px rgba(0,0,0,.35);
  transition: transform .2s ease, box-shadow .2s ease;
}

.whatsapp-float:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(0,0,0,.45);
}

.whatsapp-float i{
  line-height: 1;
}

