:root {
  --navy-950: #02163a;
  --navy-900: #062653;
  --navy-800: #0a356b;
  --navy-700: #164c87;
  --gold-600: #aa7c1c;
  --gold-500: #c99b38;
  --gold-300: #e2bd63;
  --ink: #172033;
  --muted: #667085;
  --line: #e5e9f0;
  --soft: #f5f7fa;
  --white: #fff;
  --success: #25d366;
  --radius: 20px;
  --shadow: 0 18px 50px rgba(7, 28, 59, .10);
  --container: min(1180px, calc(100% - 40px));
  --font-primary: Cambria, Georgia, "Times New Roman", serif;
}



.footer-socials{
    display:flex;
    gap:12px;
    margin-top:20px;
}

.footer-socials a{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#D4AF37;
    border:1px solid rgba(212,175,55,.35);
    font-size:18px;
    text-decoration:none;
    transition:.35s ease;
}

.footer-socials a:hover{
    background:#D4AF37;
    color:#081A33;
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(212,175,55,.35);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(201, 154, 46, .45); outline-offset: 3px; }

h1, h2, h3, h4 {
  margin: 0 0 18px;
  color: var(--navy-950);
  font-family: var(--font-primary);
  line-height: 1.16;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(2.55rem, 5.8vw, 5.35rem); }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 18px; }
ul { padding-left: 20px; }
.container { width: var(--container); max-width: 100%; margin-inline: auto; }
main, section { max-width: 100%; }
.grid-2 > *, .grid-3 > *, .grid-4 > *, .service-grid > *, .contact-grid > *, .form-grid > * { min-width: 0; }
.section { padding: 96px 0; }
.section-sm { padding: 66px 0; }
.bg-soft { background: var(--soft); }
.bg-navy {
  color: rgba(255,255,255,.78);
  background:
    radial-gradient(circle at 88% 15%, rgba(201,154,46,.16), transparent 28%),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
}
.bg-navy h2, .bg-navy h3, .bg-navy h4 { color: #fff; }
.gold { color: var(--gold-500); }
.muted { color: var(--muted); }
.center { text-align: center; }
.section-head { max-width: 760px; margin: 0 auto 48px; }
.section-head p { color: var(--muted); font-size: 1.05rem; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--gold-600);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold-500); }
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid rgba(201,154,46,.25);
  border-radius: 999px;
  color: var(--gold-300);
  background: rgba(7,28,59,.56);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.btn {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.btn:hover { transform: translateY(-3px); }
.btn-gold {
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  box-shadow: 0 12px 28px rgba(201,154,46,.28);
}
.btn-outline { border-color: rgba(255,255,255,.45); color: #fff; background: rgba(255,255,255,.05); }
.btn-navy { color: #fff; background: var(--navy-900); box-shadow: 0 12px 28px rgba(7,28,59,.18); }
.btn-light { color: var(--navy-900); background: #fff; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.topbar { color: #fff; background: var(--navy-950); font-size: .78rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar-links { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.topbar a { color: rgba(255,255,255,.83); }
.topbar i { margin-right: 7px; color: var(--gold-300); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(7,28,59,.07);
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(16px);
  transition: box-shadow .25s ease;
}
.site-header.scrolled { box-shadow: 0 10px 34px rgba(7,28,59,.10); }
.nav-wrap { min-height: 142px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { flex: 0 0 auto; display: block; min-width: 0; line-height: 0; }
.brand-logo { width: 200px; height: auto; display: block; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 27px; }
.nav-link, .dropdown-toggle {
  position: relative;
  border: 0;
  color: var(--navy-900);
  background: transparent;
  cursor: pointer;
  font-size: .91rem;
  font-weight: 800;
}
.nav-link::after, .dropdown-toggle::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--gold-500);
  transform: scaleX(0);
  transition: transform .25s ease;
}
.nav-link:hover::after, .nav-link.active::after, .dropdown.open .dropdown-toggle::after { transform: scaleX(1); }
.dropdown { position: relative; }
.dropdown-menu {
  position: absolute;
  top: calc(100% + 22px);
  left: 50%;
  width: 330px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: .25s ease;
}
.dropdown.open .dropdown-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  border-radius: 9px;
  color: #344054;
  font-size: .83rem;
  font-weight: 700;
}
.dropdown-menu a:hover { color: var(--navy-900); background: var(--soft); }
.dropdown-menu i { width: 19px; color: var(--gold-600); text-align: center; }
.nav-cta { padding: 11px 17px; font-size: .84rem; }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--navy-900);
  background: #fff;
  cursor: pointer;
}
.hamburger-lines {
  width: 22px;
  display: grid;
  gap: 5px;
}
.hamburger-lines span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--navy-900);
  transition: transform .25s ease, opacity .2s ease;
}
.menu-toggle.active .hamburger-lines span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle.active .hamburger-lines span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active .hamburger-lines span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--navy-950);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,20,45,.98) 0%, rgba(4,20,45,.91) 40%, rgba(4,20,45,.48) 73%, rgba(4,20,45,.20) 100%),
    url("../images/hero.png") center/cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -160px;
  bottom: -250px;
  border: 1px solid rgba(227,188,85,.32);
  border-radius: 50%;
  box-shadow: 0 0 0 65px rgba(227,188,85,.05), 0 0 0 130px rgba(227,188,85,.025);
}
.hero-content { position: relative; z-index: 2; max-width: 760px; padding: 90px 0; }
.hero h1 { margin-top: 18px; color: #fff; }
.hero h1 span { color: var(--gold-300); }
.hero p { max-width: 690px; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.8vw, 1.18rem); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 38px; color: rgba(255,255,255,.78); font-size: .86rem; font-weight: 700; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust i { color: var(--gold-300); }

.inner-hero {
  position: relative;
  min-height: 360px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(120deg, var(--navy-950), var(--navy-800));
}
.inner-hero.has-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,20,45,.96), rgba(4,20,45,.63)), var(--hero-image) center/cover no-repeat;
}
.inner-hero::after {
  content: "";
  position: absolute;
  top: -190px;
  right: -120px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(227,188,85,.24);
  border-radius: 50%;
}
.inner-hero .container { position: relative; z-index: 2; padding-block: 72px; }
.inner-hero h1 { max-width: 850px; color: #fff; font-size: clamp(2.3rem, 4.8vw, 4.35rem); }
.inner-hero p { max-width: 720px; color: rgba(255,255,255,.76); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 18px; color: rgba(255,255,255,.65); font-size: .82rem; }
.breadcrumb a { color: var(--gold-300); }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 62px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.image-frame {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: 24px;
  background: var(--soft);
  box-shadow: var(--shadow);
}
.image-frame img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.image-frame::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(7,28,59,.35)); }
.feature-list { display: grid; gap: 14px; margin: 25px 0 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; }
.feature-list i { margin-top: 6px; color: var(--gold-600); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.core-spotlight { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 22px; margin: 0 0 34px; padding: 28px; border: 1px solid rgba(201,154,46,.38); border-radius: var(--radius); background: linear-gradient(135deg, #fff, #fbf7ed); box-shadow: 0 15px 40px rgba(7,28,59,.08); }
.core-spotlight-icon { display: grid; width: 66px; height: 66px; place-items: center; border-radius: 18px; color: var(--navy-950); background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); font-size: 1.55rem; }
.core-spotlight span { color: var(--gold-600); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.core-spotlight h3 { margin: 5px 0 7px; font-size: 1.45rem; }
.core-spotlight p { margin: 0; color: var(--muted); font-size: .92rem; }
.service-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 35px rgba(7,28,59,.06);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.service-card:hover { transform: translateY(-8px); border-color: rgba(201,154,46,.42); box-shadow: var(--shadow); }
.service-card .thumb { height: 205px; overflow: hidden; background: var(--soft); }
.service-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-card:hover .thumb img { transform: scale(1.055); }
.service-card-body { padding: 25px; }
.service-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  place-items: center;
  border: 0;
  border-radius: 13px;
  color: var(--navy-900);
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  box-shadow: 0 8px 18px rgba(7,28,59,.15);
}
.service-card.featured-service { border-color: rgba(185,133,25,.58); box-shadow: 0 16px 42px rgba(185,133,25,.14); }
.service-card.featured-service::after { content: "Core Service"; position: absolute; top: 16px; right: 16px; z-index: 2; padding: 7px 11px; border-radius: 999px; color: var(--navy-950); background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); font: 800 .67rem/1 var(--font-primary); letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 8px 20px rgba(7,28,59,.2); }
.service-grid > article:last-child:nth-child(3n + 1) { grid-column: 2; }
.service-card p { min-height: 78px; color: var(--muted); font-size: .92rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy-900); font-size: .88rem; font-weight: 800; }
.text-link i { color: var(--gold-600); transition: transform .2s; }
.text-link:hover i { transform: translateX(4px); }

.value-card, .process-card, .info-card, .article-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 32px rgba(7,28,59,.055);
}
.value-card i, .process-card .step, .info-card i {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 14px;
  color: var(--navy-950);
  background: rgba(201,154,46,.19);
  font-size: 1.18rem;
}
.process-card .step { color: #fff; background: var(--navy-900); font-family: var(--font-primary); font-weight: 800; }
.value-card p, .process-card p, .info-card p { color: var(--muted); }
.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border-radius: var(--radius); overflow: hidden; background: rgba(255,255,255,.12); }
.stat { padding: 30px 22px; background: rgba(255,255,255,.06); text-align: center; }
.stat strong { display: block; color: var(--gold-300); font: 700 clamp(1rem, 1.45vw, 1.4rem)/1.2 var(--font-primary); overflow-wrap: anywhere; }
.stat span { color: rgba(255,255,255,.65); font-size: .82rem; }
.about-approach .stats-strip { grid-template-columns: repeat(2, 1fr); }

.service-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 52px; align-items: start; }
.content-block { margin-bottom: 45px; }
.content-block h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.content-block p { color: #475467; }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.solution-item { padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: var(--soft); }
.solution-item i { color: var(--gold-600); }
.solution-item h3 { margin: 12px 0 7px; font-size: 1.05rem; }
.solution-item p { margin: 0; font-size: .88rem; }
.sidebar { position: sticky; top: 132px; }
.sidebar-box { margin-bottom: 22px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 32px rgba(7,28,59,.06); }
.sidebar-box.bg-navy {
  border-color: rgba(201,154,46,.22);
  color: rgba(255,255,255,.76);
  background: linear-gradient(135deg, var(--navy-950), var(--navy-800));
}
.sidebar-box.bg-navy p { color: rgba(255,255,255,.72); }
.sidebar-box h3 { font-size: 1.13rem; }
.side-links { display: grid; gap: 7px; }
.side-links a { padding: 10px 12px; border-radius: 8px; color: #475467; font-size: .83rem; font-weight: 700; }
.side-links a:hover, .side-links a.active { color: var(--navy-950); background: rgba(201,154,46,.14); }

.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 0;
  border: 0;
  color: var(--navy-950);
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-weight: 800;
}
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-answer p { padding: 0 34px 18px 0; color: var(--muted); }
.faq-item.open .faq-answer { max-height: 260px; }
.faq-item.open .faq-question i { transform: rotate(45deg); }
.faq-question i { transition: transform .25s ease; }

.cta-band {
  position: relative;
  overflow: hidden;
  padding: 54px;
  border-radius: 26px;
  color: rgba(255,255,255,.78);
  background: linear-gradient(120deg, var(--navy-950), var(--navy-800));
}
.cta-band::after { content: ""; position: absolute; width: 280px; height: 280px; right: -100px; top: -100px; border: 45px solid rgba(201,154,46,.09); border-radius: 50%; }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { max-width: 780px; color: #fff; }

.articles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article-card { padding: 0; overflow: hidden; }
.article-card.featured-insight { border-color: rgba(185,133,25,.55); box-shadow: 0 15px 40px rgba(185,133,25,.13); }
.articles > article:last-child:nth-child(3n + 1) { grid-column: 2; }
.article-card img { width: 100%; height: 200px; object-fit: cover; }
.article-body { padding: 25px; }
.article-meta { margin-bottom: 9px; color: var(--gold-600); font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-card p { color: var(--muted); font-size: .91rem; }

.contact-grid { width: 100%; display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; align-items: start; }
.contact-panel, .form-panel { width: 100%; min-width: 0; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.form-panel form { width: 100%; min-width: 0; }
.contact-line { display: flex; gap: 14px; margin-bottom: 24px; }
.contact-line i { display: grid; flex: 0 0 42px; height: 42px; place-items: center; border-radius: 12px; color: var(--navy-900); background: rgba(201,154,46,.18); }
.contact-line strong { display: block; color: var(--navy-950); }
.contact-line span, .contact-line a { color: var(--muted); font-size: .9rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--navy-950); font-size: .82rem; font-weight: 800; }
.field input:not([type="checkbox"]), .field select, .field textarea {
  width: 100%;
  border: 1px solid #d8dee8;
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
  padding: 12px 14px;
}
.field textarea { min-height: 140px; resize: vertical; }
.check { width: 100%; min-width: 0; display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 8px; align-items: start; color: var(--muted); font-size: .83rem; }
.check input { width: 18px; height: 18px; margin: 4px 0 0; accent-color: var(--gold-500); }
.check span { min-width: 0; overflow-wrap: break-word; }
.map-box { min-height: 320px; display: grid; place-items: center; padding: 30px; border: 1px solid rgba(201,154,46,.25); border-radius: 22px; color: var(--ink); background: linear-gradient(145deg, #fff, #eef3f9); text-align: center; }
.map-box i { margin-bottom: 15px; color: var(--gold-600); font-size: 2.1rem; }
.map-box h3 { color: var(--navy-950); }
.map-box p { color: #475467; }

.site-footer { color: rgba(255,255,255,.7); background: var(--navy-950); }
.footer-main { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 44px; padding: 58px 0 38px; }
.footer-company {
  max-width: 300px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.18rem;
  line-height: 1.45;
  letter-spacing: .01em;
}
.footer-title { margin-bottom: 18px; color: #fff; font-size: 1rem; }
.footer-links { display: grid; gap: 9px; font-size: .86rem; }
.footer-links > * { min-width: 0; overflow-wrap: anywhere; }
.footer-links a:hover { color: var(--gold-300); }
.footer-contact-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 94px; gap: 15px; align-items: start; }
.footer-qr { display: grid; gap: 6px; justify-items: center; color: rgba(255,255,255,.82); font-size: .68rem; font-weight: 700; text-align: center; }
.footer-qr img { width: 94px; height: 94px; padding: 6px; border: 2px solid var(--gold-500); border-radius: 10px; background: #fff; }
.footer-qr:hover { color: var(--gold-300); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.team-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.team-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.team-card > div { padding: 24px; }
.team-card h3 { margin-bottom: 5px; }
.team-card strong { color: var(--gold-600); font-size: .85rem; }
.team-card p { margin: 12px 0 0; color: var(--muted); }
.team-note { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: 18px; max-width: 760px; margin: 0 auto; padding: 30px; border: 1px solid rgba(201,154,46,.32); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); text-align: left; }
.team-note > i { display: grid; width: 54px; height: 54px; flex: 0 0 54px; place-items: center; border-radius: 16px; color: var(--navy-950); background: rgba(201,154,46,.2); }
.team-note h3 { margin-bottom: 6px; }
.team-note p { margin: 0; color: var(--muted); }

.whatsapp, .to-top {
  position: fixed;
  z-index: 990;
  right: 22px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
}
.whatsapp { bottom: 24px; width: 58px; height: 58px; background: var(--success); font-size: 1.65rem; animation: pulse 2.2s infinite; }
.to-top { bottom: 92px; width: 42px; height: 42px; background: var(--navy-900); opacity: 0; pointer-events: none; transform: translateY(8px); transition: .25s; }
.to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
@keyframes pulse { 0%,100%{box-shadow:0 10px 28px rgba(37,211,102,.25)} 50%{box-shadow:0 10px 28px rgba(37,211,102,.25),0 0 0 12px rgba(37,211,102,.10)} }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .nav { gap: 17px; }
  .nav-cta { display: none; }
  .service-grid, .articles { grid-template-columns: repeat(2, 1fr); }
  .core-spotlight { grid-template-columns: auto minmax(0, 1fr); }
  .core-spotlight .btn { grid-column: 1 / -1; justify-self: start; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .service-grid > article:last-child:nth-child(3n + 1) { grid-column: auto; }
  .articles > article:last-child:nth-child(3n + 1) { grid-column: auto; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .topbar { display: none; }
  .site-header { backdrop-filter: none; }
  .nav-wrap { min-height: 112px; gap: 10px; }
  .brand-logo { width: 155px; }
  .menu-toggle {
    position: relative;
    z-index: 3;
    display: grid;
    place-items: center;
  }
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-height: calc(100vh - 112px);
    max-height: calc(100dvh - 112px);
    display: block;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 16px 20px 30px;
    border-top: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 24px 42px rgba(7,28,59,.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  }
  .nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .nav-link, .dropdown-toggle {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 4px;
    border-bottom: 1px solid var(--line);
    text-align: left;
  }
  .nav-link::after, .dropdown-toggle::after { display: none; }
  .dropdown-toggle > i { transition: transform .25s ease; }
  .dropdown.open .dropdown-toggle > i { transform: rotate(180deg); }
  .dropdown-menu {
    position: static;
    width: auto;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: max-height .35s ease;
  }
  .dropdown.open .dropdown-menu { max-height: 720px; transform: none; }
  .dropdown-menu a {
    min-height: 46px;
    padding: 10px 8px 10px 14px;
    border-bottom: 1px solid #edf0f4;
  }
  .hero { min-height: 660px; }
  .hero::before { background: linear-gradient(90deg, rgba(4,20,45,.97), rgba(4,20,45,.77)), url("../images/hero.png") 62% center/cover no-repeat; }
  .grid-2, .contact-grid, .service-layout { grid-template-columns: 1fr; }
  .image-frame { min-height: 370px; }
  .sidebar { position: static; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  :root { --container: min(100% - 28px, 1180px); --radius: 16px; }
  .section { padding: 70px 0; }
  .section-sm { padding: 52px 0; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.6rem); }
  h2 { font-size: 2rem; }
  .hero { min-height: 650px; }
  .hero-content { padding: 65px 0; }
  .hero .actions .btn { width: 100%; }
  .hero-trust { gap: 12px; display: grid; }
  .inner-hero { min-height: 320px; }
  .inner-hero .container { padding-block: 58px; }
  .service-grid, .articles, .grid-3, .grid-4, .solution-grid, .form-grid { grid-template-columns: 1fr; }
  .core-spotlight { grid-template-columns: 1fr; padding: 24px; }
  .core-spotlight .btn { width: 100%; }
  .field.full { grid-column: auto; }
  .service-card p { min-height: 0; }
  .image-frame { min-height: 310px; }
  .cta-band { padding: 34px 25px; }
  .contact-panel, .form-panel { padding: 24px 20px; }
  .form-grid { display: block; width: 100%; }
  .field { width: 100%; min-width: 0; margin-bottom: 15px; }
  .field input:not([type="checkbox"]), .field select, .field textarea { min-width: 0; max-width: 100%; }
  .check { grid-template-columns: 18px minmax(0, 1fr); gap: 7px; align-items: start; }
  .check input { width: 18px; height: 18px; }
  .check span { min-width: 0; overflow-wrap: break-word; }
  .form-panel .btn { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 14px; padding: 28px 0 18px; }
  .footer-main > div:nth-child(2) { display: none; }
  .footer-company { max-width: none; margin-bottom: 8px; font-size: 1rem; line-height: 1.25; }
  .footer-main > div:first-child > p { display: none; }
  .footer-title { margin-bottom: 8px; }
  .footer-links { gap: 6px; font-size: .8rem; }
  .footer-address { display: none; }
  .footer-contact-wrap { grid-template-columns: minmax(0, 1fr) 76px; gap: 10px; align-items: center; }
  .footer-qr { font-size: .61rem; }
  .footer-qr img { width: 76px; height: 76px; padding: 4px; border-width: 1px; }
  .footer-bottom { padding: 14px 0; font-size: .72rem; }
  .footer-bottom { display: block; text-align: center; }
  .footer-bottom span { display: none; }
  .whatsapp { right: 15px; bottom: 17px; width: 54px; height: 54px; }
  .to-top { right: auto; left: 15px; bottom: 17px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-note { align-items: flex-start; padding: 22px; }
}

@media (max-width: 390px) {
  :root { --container: min(100% - 22px, 1180px); }
  .nav-wrap { min-height: 102px; }
  .brand-logo { width: 140px; }
  .nav { max-height: calc(100vh - 102px); max-height: calc(100dvh - 102px); }
  .menu-toggle { width: 43px; height: 43px; flex-basis: 43px; }
  .contact-panel, .form-panel { padding-inline: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
