:root{
  --navy:#1f3143;
  --blue:#2f6f97;
  --light:#f4f7f9;
  --soft:#e8eef2;
  --text:#27313a;
  --muted:#65727e;
  --white:#ffffff;
  --accent:#c9a86a;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--text);
  background:var(--white);
  line-height:1.6;
}

a{color:inherit}

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

.topbar{
  background:var(--navy);
  color:#ffffff;
  font-size:.92rem;
}

.topbar .container{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  padding:8px 0;
}

.topbar a{text-decoration:none}

header{
  background:#ffffff;
  border-bottom:1px solid #e4e8ec;
  position:relative !important;
  z-index:10;
}

.nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:6px 0 !important;
  gap:20px;
}

.logo{
  text-decoration:none;
  display:block;
  line-height:1.1;
}

.logo-image img{
  display:block;
  max-width:260px !important;
  height:auto;
}

nav ul{
  list-style:none;
  display:flex;
  gap:22px;
  margin:0;
  padding:0;
  align-items:center;
}

nav a{
  text-decoration:none;
  color:var(--navy);
  font-weight:700;
  font-size:.95rem;
}

nav a:hover{color:var(--blue)}

.hero{
  background:linear-gradient(135deg, rgba(31,49,67,.94), rgba(47,111,151,.88));
  color:#ffffff;
  padding:70px 0;
}

.hero .inner{max-width:850px}

.eyebrow{
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#d9c38f;
  font-weight:700;
  font-size:.82rem;
  margin-bottom:12px;
}

h1,h2,h3{
  line-height:1.2;
  margin:0 0 18px;
}

h1{font-size:clamp(2.15rem,5vw,4rem)}

h2{
  font-size:clamp(1.8rem,3vw,2.6rem);
  color:var(--navy);
}

h3{
  font-size:1.25rem;
  color:var(--navy);
}

.hero p{
  font-size:1.18rem;
  max-width:780px;
  margin:0 0 28px;
}

section p{
  max-width:760px;
}

.btns{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.btn{
  display:inline-block;
  padding:13px 22px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  border:2px solid transparent;
  transition:.25s ease;
}

.btn:hover{
  transform:translateY(-2px);
}

.btn.primary{
  background:var(--accent);
  color:#182635;
}

.btn.secondary{
  border-color:#ffffff;
  color:#ffffff;
}

.btn.light{
  background:var(--navy);
  color:#ffffff;
}

.btn.whatsapp{
  background:#25D366;
  color:#ffffff;
  border:2px solid #25D366;
}

.btn.whatsapp:hover{
  background:#1ebe5d;
  border-color:#1ebe5d;
}

.btn.google{
  background:#ffffff;
  color:#1d3557;
  border:2px solid #1d3557;
}

.btn.google:hover{
  background:#1d3557;
  color:#ffffff;
}

section{
  padding:70px 0;
}

.section-light{background:var(--light)}

.grid{
  display:grid;
  gap:24px;
}

.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr)}

.card{
  background:#ffffff;
  border:1px solid #e4e8ec;
  border-radius:18px;
  padding:28px;
  box-shadow:0 10px 24px rgba(31,49,67,.06);
}

.card .icon{
  width:46px;
  height:46px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--soft);
  color:var(--blue);
  font-weight:900;
  margin-bottom:16px;
}

ul.clean{
  padding-left:20px;
  margin:14px 0 0;
}

ul.clean li{margin:7px 0}

.lead{
  font-size:1.1rem;
  color:var(--muted);
  max-width:820px;
}

.split{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:44px;
  align-items:center;
}

.quote{
  background:var(--navy);
  color:#ffffff;
  border-radius:22px;
  padding:34px;
}

.quote h2{color:#ffffff}

.badges{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}

.badge{
  background:#ffffff;
  color:var(--navy);
  border:1px solid #dce3e8;
  border-radius:999px;
  padding:8px 13px;
  font-weight:700;
  font-size:.9rem;
}

.cta{
  background:linear-gradient(135deg,var(--navy),var(--blue));
  color:#ffffff;
  text-align:center;
}

.cta h2{color:#ffffff}

footer{
  background:#182635;
  color:#dfe7ec;
  padding:38px 0 20px;
}

footer h3{
  color:#ffffff !important;
  font-size:1.2rem;
  font-weight:700;
  margin-bottom:15px;
}

footer p,
footer a{
  color:#dfe7ec;
}

footer .footergrid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:28px;
}

footer a{
  text-decoration:none;
}

footer a:hover{text-decoration:underline}

.footerbottom{
  border-top:1px solid rgba(255,255,255,.25);
  margin-top:26px;
  padding-top:18px;
  font-size:.9rem;
  color:#dfe7ec;
}

.pagehead{
  background:linear-gradient(135deg, var(--navy), var(--blue));
  color:#ffffff;
  padding:42px 0;
}

.pagehead h1{
  font-size:clamp(2rem,4vw,3.2rem);
  color:#ffffff;
}

.pagehead p{
  max-width:760px;
  font-size:1.1rem;
}

.contactbox{
  background:var(--light);
  border-radius:18px;
  padding:28px;
}

.formnote{
  border-left:5px solid var(--accent);
  background:#ffffff;
  padding:18px 22px;
  border-radius:12px;
}

.portrait{
  width:100%;
  max-width:430px;
  height:auto;
  display:block;
  margin:0 auto;
  border-radius:22px;
  box-shadow:0 22px 50px rgba(0,0,0,.16);
  object-fit:cover;
}

@media (max-width:850px){
  .topbar .container{
    display:block;
  }

  .nav{
    align-items:flex-start;
    flex-direction:column;
  }

  nav ul{
    flex-wrap:wrap;
    gap:12px;
  }

  .grid-3,
  .grid-2,
  .split,
  footer .footergrid{
    grid-template-columns:1fr;
  }

  .hero{
    padding:55px 0;
  }

  .logo-image img{
    max-width:240px !important;
  }

  section{
    padding:55px 0;
  }

  .pagehead{
    padding:38px 0;
  }
}