/* ===================== Perfect Aura Uniform Solution — Main Stylesheet ===================== */

:root{
  --navy: #0a1a42;
  --navy-2: #132a5e;
  --navy-soft: #16295a;
  --gold: #a97a10;
  --gold-2: #d9ad3f;
  --gray-bg: #f4f6fb;
  --gray-line: #e6e9f0;
  --text-dark: #16213e;
  --text-mid: #55607a;
  --white: #ffffff;
  --radius: 10px;
  --shadow: 0 10px 30px rgba(10,26,66,0.08);
  --shadow-sm: 0 4px 14px rgba(10,26,66,0.06);
  --font-head: 'Poppins', sans-serif;
  --font-body: 'Inter', sans-serif;
}

*{ box-sizing:border-box; margin:0; padding:0; }

html{ scroll-behavior:smooth; }

body{
  font-family: var(--font-body);
  color: var(--text-dark);
  background: var(--white);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}

img{ max-width:100%; display:block; }
a{ text-decoration:none; color:inherit; }
ul{ list-style:none; }
button{ font-family:inherit; cursor:pointer; border:none; background:none; }

.container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
}

h1,h2,h3,h4{ font-family: var(--font-head); color: var(--navy); font-weight:700; line-height:1.25; }

.section{ padding:80px 0; }
.section-tight{ padding:56px 0; }
.bg-gray{ background: var(--gray-bg); }
.bg-navy{ background: var(--navy); color:#fff; }

.eyebrow{
  display:inline-block;
  color: var(--gold);
  font-weight:700;
  letter-spacing:1.5px;
  text-transform:uppercase;
  font-size:13px;
  margin-bottom:10px;
}

.section-title{
  text-align:center;
  font-size:34px;
  margin-bottom:10px;
}
.section-title span{ color: var(--gold); }

.section-sub{
  text-align:center;
  color: var(--text-mid);
  max-width:640px;
  margin:0 auto 44px;
  font-size:16px;
}

.divider{
  width:60px;
  height:3px;
  background: var(--gold);
  margin:14px auto 0;
  border-radius:3px;
}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:14px 28px;
  border-radius:6px;
  font-weight:600;
  font-size:14px;
  transition: all .25s ease;
  white-space:nowrap;
}
.btn-primary{
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color:#fff;
  box-shadow: 0 8px 18px rgba(232,147,10,0.35);
}
.btn-primary:hover{ transform:translateY(-2px); box-shadow:0 12px 24px rgba(232,147,10,0.45); }
.btn-outline{
  background:transparent;
  color:#fff;
  border:1.5px solid rgba(255,255,255,0.5);
}
.btn-outline:hover{ background:rgba(255,255,255,0.1); border-color:#fff; }
.btn-navy{
  background: var(--navy);
  color:#fff;
}
.btn-navy:hover{ background: var(--navy-2); }
.btn-block{ width:100%; justify-content:center; }

/* ---------- Topbar ---------- */
.topbar{
  background: var(--navy);
  color:#cdd4e5;
  font-size:13px;
  padding:9px 0;
}
.topbar .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:10px;
}
.topbar-left{ display:flex; gap:24px; flex-wrap:wrap; }
.topbar-left a{ color:#cdd4e5; display:flex; align-items:center; gap:7px; }
.topbar-left a:hover{ color: var(--gold-2); }
.topbar-right{ display:flex; align-items:center; gap:16px; }
.topbar-right span{ opacity:.85; }
.social-mini{ display:flex; gap:8px; }
.social-mini a{
  width:26px; height:26px; border-radius:50%;
  background:rgba(255,255,255,0.1);
  display:flex; align-items:center; justify-content:center;
  font-size:12px;
}
.social-mini a:hover{ background: var(--gold); }

/* ---------- Navbar ---------- */
.navbar{
  background:#fff;
  padding:14px 0;
  position:sticky; top:0; z-index:200;
  box-shadow: 0 2px 14px rgba(11,26,58,0.06);
}
.navbar .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand{ display:flex; align-items:center; gap:10px; }
.brand-mark{
  width:80px; height:120px;
  object-fit:contain;
  flex-shrink:0;
}
.footer-brand .brand-mark{ width:54px; height:54px; }
.brand-text{ line-height:1.15; }
.brand-text .n1{ font-family: var(--font-head); font-weight:800; font-size:19px; color: var(--navy); letter-spacing:.5px; }
.brand-text .n2{ font-size:10px; letter-spacing:2.5px; color: var(--gold); font-weight:700; }

.nav-links{ display:flex; align-items:center; gap:30px; }
.nav-links > li{ position:relative; }
.nav-links a{
  font-weight:600; font-size:14.5px; color: var(--text-dark);
  padding:10px 0; display:flex; align-items:center; gap:5px;
}
.nav-links > li > a:hover, .nav-links > li.active > a{ color: var(--gold); }
.nav-links .dropdown{
  position:absolute; top:100%; left:0;
  background:#fff; min-width:220px;
  box-shadow: var(--shadow); border-radius:8px;
  padding:10px 0; opacity:0; visibility:hidden;
  transform:translateY(8px);
  transition:all .2s ease; z-index:50;
}
.nav-links li:hover .dropdown{ opacity:1; visibility:visible; transform:translateY(0); }
.nav-links .dropdown a{ padding:9px 20px; font-weight:500; }
.nav-links .dropdown a:hover{ background: var(--gray-bg); color:var(--gold); }

.nav-actions{ display:flex; align-items:center; gap:18px; }
.nav-toggle{ display:none; flex-direction:column; gap:5px; }
.nav-toggle span{ width:26px; height:3px; background:var(--navy); border-radius:2px; }

/* ---------- Page Hero (inner pages) ---------- */
.page-hero{
  position:relative;
  background: linear-gradient(100deg, rgba(11,26,58,0.94), rgba(11,26,58,0.82)), url('https://images.unsplash.com/photo-1489987707025-afc232f7ea0f?q=80&w=1600&auto=format&fit=crop') center/cover;
  color:#fff;
  padding:70px 0 60px;
}
.page-hero h1{ color:#fff; font-size:40px; }
.page-hero h1 span{ color: var(--gold-2); }
.breadcrumb{ margin:14px 0 16px; font-size:14px; color:#c6cee2; display:flex; gap:8px; align-items:center; }
.breadcrumb a{ color:#c6cee2; }
.breadcrumb .sep{ opacity:.6; }
.breadcrumb .current{ color: var(--gold-2); font-weight:600; }
.page-hero p{ color:#c6cee2; max-width:560px; }

/* ---------- Footer ---------- */
.footer{ background: var(--navy); color:#b7c0d6; }
.footer-top{ padding:60px 0 40px; }
.footer-grid{
  display:grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap:36px;
}
.footer h4{ color:#fff; font-size:16px; margin-bottom:18px; }
.footer p{ font-size:14px; line-height:1.8; }
.footer-brand{ display:flex; gap:10px; align-items:center; margin-bottom:14px; }
.footer-links li{ margin-bottom:10px; font-size:14px; }
.footer-links a{ display:flex; align-items:center; gap:6px; }
.footer-links a:hover{ color: var(--gold-2); }
.footer-contact li{ display:flex; gap:10px; margin-bottom:14px; font-size:14px; align-items:flex-start; }
.footer-social{ display:flex; gap:10px; margin-top:16px; }
.footer-social a{
  width:34px; height:34px; border-radius:50%;
  background:rgba(255,255,255,0.08);
  display:flex; align-items:center; justify-content:center;
}
.footer-social a:hover{ background: var(--gold); }
.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.08);
  padding:20px 0;
  display:flex; justify-content:space-between; align-items:center;
  font-size:13px; flex-wrap:wrap; gap:10px;
}
.footer-bottom a:hover{ color:#fff; }

/* ---------- Feature strip ---------- */
.feature-strip{ background: var(--gray-bg); padding:44px 0; }
.feature-strip .container{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.feature-item{ display:flex; gap:14px; align-items:flex-start; }
.feature-icon{
  width:52px; height:52px; border-radius:50%;
  border:2px solid var(--gold);
  color: var(--gold);
  display:flex; align-items:center; justify-content:center;
  font-size:20px; flex-shrink:0;
}
.feature-item h4{ font-size:15px; margin-bottom:4px; }
.feature-item p{ font-size:13.5px; color: var(--text-mid); }

/* ---------- Cards ---------- */
.card{
  background:#fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow:hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover{ transform:translateY(-6px); box-shadow: var(--shadow); }

/* ---------- Forms ---------- */
.form-group{ margin-bottom:18px; }
.form-group label{ display:block; font-weight:600; font-size:14px; margin-bottom:8px; color: var(--navy); }
.form-group label .req{ color:#e13b3b; }
.form-control{
  width:100%;
  padding:13px 16px;
  border:1.5px solid var(--gray-line);
  border-radius:7px;
  font-family:inherit;
  font-size:14px;
  color: var(--text-dark);
  background:#fbfcfe;
  transition:border-color .2s ease;
}
.form-control:focus{ outline:none; border-color: var(--gold); background:#fff; }
textarea.form-control{ resize:vertical; min-height:110px; }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.form-row-3{ display:grid; grid-template-columns:1fr 1fr 1fr; gap:20px; }

.phone-field{ display:flex; gap:8px; }
.phone-field select{
  border:1.5px solid var(--gray-line); border-radius:7px;
  padding:0 10px; background:#fbfcfe; font-size:14px;
}
.phone-field .form-control{ flex:1; }

.checkbox-grid{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.check-item, .radio-item{
  display:flex; align-items:center; gap:10px;
  border:1.5px solid var(--gray-line);
  border-radius:7px; padding:11px 14px; font-size:14px;
  cursor:pointer; transition:border-color .2s ease, background .2s ease;
}
.check-item:hover, .radio-item:hover{ border-color: var(--gold); background:#fffaf1; }
.check-item input, .radio-item input{ accent-color: var(--gold); width:16px; height:16px; }

.icon-tile-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.icon-tile{
  border:1.5px solid var(--gray-line); border-radius:9px;
  padding:16px 12px; text-align:center; font-size:13.5px; font-weight:600;
  color: var(--navy); cursor:pointer; transition:.2s ease;
}
.icon-tile i{ display:block; font-size:22px; color: var(--gold); margin-bottom:8px; }
.icon-tile:hover{ border-color: var(--gold); background:#fffaf1; }

.branding-grid{ display:grid; grid-template-columns:repeat(7,1fr); gap:12px; }
.brand-opt{
  text-align:center; font-size:12.5px; font-weight:600; color:var(--navy);
  border:1.5px solid var(--gray-line); border-radius:9px; padding:16px 8px;
  cursor:pointer; transition:.2s ease;
}
.brand-opt i{ display:block; font-size:20px; color:var(--gold); margin-bottom:8px; }
.brand-opt:hover{ border-color:var(--gold); background:#fffaf1; }

.upload-box{
  border:2px dashed var(--gray-line);
  border-radius:9px;
  padding:34px 20px;
  text-align:center;
  color: var(--text-mid);
  font-size:13.5px;
  cursor:pointer;
  transition:.2s ease;
}
.upload-box:hover{ border-color: var(--gold); background:#fffaf1; }
.upload-box i{ font-size:28px; color: var(--gold); margin-bottom:10px; display:block; }

.form-note{ font-size:13px; color:var(--text-mid); text-align:center; margin-top:14px; display:flex; align-items:center; justify-content:center; gap:6px; }

.section-num{
  width:34px; height:34px; border-radius:50%;
  background: var(--navy); color:#fff;
  display:flex; align-items:center; justify-content:center;
  font-size:14px; flex-shrink:0;
}
.form-section-title{ display:flex; align-items:center; gap:12px; font-size:18px; color:var(--navy); margin:34px 0 20px; }
.form-section-title:first-child{ margin-top:0; }

/* ---------- Sidebar card (contact) ---------- */
.side-card{
  background: var(--navy);
  color:#cdd4e5;
  border-radius: var(--radius);
  padding:32px 28px;
}
.side-card h3{ color:#fff; font-size:22px; margin-bottom:6px; }
.side-card h3 span{ color: var(--gold-2); }
.side-card > p{ font-size:14px; margin:14px 0 24px; color:#b7c0d6; }
.side-contact-item{ display:flex; gap:14px; margin-bottom:22px; }
.side-contact-item .ic{
  width:44px; height:44px; border-radius:50%;
  border:1.5px solid var(--gold); color:var(--gold);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.side-contact-item .lab{ font-size:12px; text-transform:uppercase; letter-spacing:1px; color:#8f9ab8; margin-bottom:3px; }
.side-contact-item .val{ font-size:14.5px; font-weight:600; color:#fff; }
.side-people{ margin-top:20px; border-radius:9px; overflow:hidden; }

/* ---------- Layout Grids ---------- */
.grid-2{ display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center; }
.grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.grid-4{ display:grid; grid-template-columns:repeat(4,1fr); gap:26px; }
.grid-5{ display:grid; grid-template-columns:repeat(5,1fr); gap:22px; }

/* CTA band */
.cta-band{
  background: var(--navy);
  border-radius: var(--radius);
  padding:34px 40px;
  display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;
  position:relative; overflow:hidden;
}
.cta-band::before{
  content:''; position:absolute; inset:0;
  background: linear-gradient(100deg, rgba(11,26,58,0.88), rgba(11,26,58,0.72)), url('https://images.unsplash.com/photo-1489987707025-afc232f7ea0f?q=80&w=1200&auto=format&fit=crop') center/cover;
  z-index:0;
}
.cta-band > *{ position:relative; z-index:1; }
.cta-band h3{ color:#fff; font-size:24px; }
.cta-band h3 span{ color: var(--gold-2); }
.cta-band p{ color:#c6cee2; font-size:14px; margin-top:4px; }
.cta-actions{ display:flex; gap:14px; flex-wrap:wrap; }

/* Utility */
.text-center{ text-align:center; }
.mt-24{ margin-top:24px; }
.mt-40{ margin-top:40px; }

/* ---------- Entrance & Scroll Animations ---------- */
@keyframes fadeUp{ from{ opacity:0; transform:translateY(26px); } to{ opacity:1; transform:translateY(0); } }

.page-hero .eyebrow{ animation: fadeUp .6s ease both; }
.page-hero .breadcrumb{ animation: fadeUp .65s ease .05s both; }
.page-hero h1{ animation: fadeUp .7s ease .1s both; }
.page-hero p{ animation: fadeUp .75s ease .18s both; }

.reveal{ opacity:0; transform:translateY(30px); transition: opacity .65s cubic-bezier(.2,.7,.3,1), transform .65s cubic-bezier(.2,.7,.3,1); }
.reveal.in-view{ opacity:1; transform:translateY(0); }

.brand-mark{ transition: transform .3s ease; }
.brand:hover .brand-mark{ transform: rotate(-8deg) scale(1.05); }

.icon-tile, .brand-opt{ transition: all .25s ease, transform .35s cubic-bezier(.2,.7,.3,1); }
.icon-tile:active, .brand-opt:active{ transform: scale(.96); }

.wa-float{ animation: waPulse 2.4s ease-in-out infinite; }
@keyframes waPulse{
  0%,100%{ box-shadow:0 10px 24px rgba(37,211,102,0.4); }
  50%{ box-shadow:0 10px 30px rgba(37,211,102,0.7), 0 0 0 8px rgba(37,211,102,0.12); }
}

@media (prefers-reduced-motion: reduce){
  .page-hero .eyebrow, .page-hero .breadcrumb, .page-hero h1, .page-hero p, .reveal, .wa-float{ animation:none !important; transition:none !important; opacity:1 !important; transform:none !important; }
}

/* WhatsApp float */
.wa-float{
  position:fixed; bottom:26px; right:26px; z-index:300;
  width:56px; height:56px; border-radius:50%;
  background:#25D366; color:#fff;
  display:flex; align-items:center; justify-content:center;
  font-size:26px; box-shadow:0 10px 24px rgba(37,211,102,0.4);
  transition:transform .2s ease;
}
.wa-float:hover{ transform:scale(1.08); }

/* ================= Responsive ================= */
@media (max-width: 1024px){
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .feature-strip .container{ grid-template-columns:repeat(2,1fr); }
  .grid-4{ grid-template-columns:repeat(2,1fr); }
  .grid-5{ grid-template-columns:repeat(3,1fr); }
  .icon-tile-grid{ grid-template-columns:repeat(4,1fr); }
  .branding-grid{ grid-template-columns:repeat(4,1fr); }
  .grid-2{ grid-template-columns:1fr; }
}

@media (max-width: 860px){
  .nav-links{
    position:fixed; top:0; right:-100%; height:100vh; width:280px;
    background:#fff; flex-direction:column; align-items:flex-start;
    padding:90px 26px 26px; gap:6px; transition:right .3s ease;
    box-shadow:-10px 0 30px rgba(0,0,0,0.15); overflow-y:auto;
  }
  .nav-links.open{ right:0; }
  .nav-links > li{ width:100%; }
  .nav-links .dropdown{ position:static; opacity:1; visibility:visible; transform:none; box-shadow:none; display:none; padding-left:14px; }
  .nav-links li.open .dropdown{ display:block; }
  .nav-toggle{ display:flex; }
  .topbar-left{ display:none; }
  .grid-3{ grid-template-columns:1fr 1fr; }
  .form-row, .form-row-3{ grid-template-columns:1fr; }
  .checkbox-grid{ grid-template-columns:1fr; }
  .icon-tile-grid{ grid-template-columns:repeat(3,1fr); }
  .branding-grid{ grid-template-columns:repeat(3,1fr); }
}

@media (max-width: 600px){
  .section{ padding:56px 0; }
  .grid-3, .grid-4, .grid-5{ grid-template-columns:1fr 1fr; }
  .feature-strip .container{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr; }
  .footer-bottom{ flex-direction:column; text-align:center; }
  .page-hero h1{ font-size:30px; }
  .section-title{ font-size:26px; }
  .icon-tile-grid{ grid-template-columns:repeat(2,1fr); }
  .branding-grid{ grid-template-columns:repeat(2,1fr); }
  .cta-band{ flex-direction:column; align-items:flex-start; }
}
