:root {
  --ink: #14202a;
  --muted: #5f6c76;
  --line: #dfe6ea;
  --surface: #ffffff;
  --surface-soft: #f4f7f8;
  --brand: #14324a;
  --brand-2: #1e5670;
  --accent: #c9973f;
  --accent-soft: #f5ead5;
  --wa: #128c7e;
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --shadow: 0 20px 60px rgba(20, 50, 74, .12);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
svg { width: 1em; height: 1em; fill: currentColor; }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: #000;
  transform: translateY(-140%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 20;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(20, 32, 42, .08);
}

.topbar { background: var(--brand); color: #fff; }
.topbar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: .82rem;
}
.location-label { display: inline-flex; align-items: center; gap: 7px; }
.location-label svg { font-size: 1rem; }
.topbar-link { text-decoration: none; font-weight: 700; }
.topbar-link:hover { text-decoration: underline; }

.nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--brand);
  line-height: 1.15;
  font-size: .9rem;
  letter-spacing: -.01em;
}
.brand img {
  width: 58px;
  height: 48px;
  object-fit: contain;
}
.brand strong { font-size: 1.02rem; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav a {
  text-decoration: none;
  font-size: .93rem;
  font-weight: 700;
  color: #33434e;
  transition: color .2s ease, background .2s ease;
}
.main-nav a:hover { color: var(--brand-2); }
.main-nav .nav-cta {
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--brand);
}
.main-nav .nav-cta:hover { color: #fff; background: var(--brand-2); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 13% 15%, rgba(201,151,63,.16), transparent 26%),
    linear-gradient(135deg, #eef4f5 0%, #ffffff 48%, #edf4f7 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(20,50,74,.18), transparent);
}
.hero-decoration { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-decoration-one {
  width: 430px; height: 430px; right: -210px; top: -170px;
  border: 1px solid rgba(20,50,74,.10);
}
.hero-decoration-two {
  width: 290px; height: 290px; right: -75px; top: -85px;
  border: 1px solid rgba(201,151,63,.25);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 70px;
  align-items: center;
  padding-block: 76px;
}
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--brand-2);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before, .section-kicker::before {
  content: "";
  width: 32px;
  height: 2px;
  background: var(--accent);
}
.hero h1 {
  margin: 18px 0 20px;
  max-width: 760px;
  font-size: clamp(2.6rem, 5vw, 4.7rem);
  line-height: .99;
  letter-spacing: -.055em;
  color: #112b3e;
}
.hero-lead {
  max-width: 680px;
  margin: 0;
  color: #4f606a;
  font-size: clamp(1.06rem, 1.6vw, 1.24rem);
  line-height: 1.7;
}
.hero-value {
  margin: 18px 0 0;
  font-weight: 800;
  color: var(--brand);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: .94rem;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, .main-nav a:focus-visible, .topbar-link:focus-visible, .brand:focus-visible, .whatsapp-float:focus-visible, .footer-links a:focus-visible, .contact-row a:focus-visible {
  outline: 3px solid rgba(201,151,63,.55);
  outline-offset: 3px;
}
.btn-primary { color: #fff; background: var(--brand); box-shadow: 0 10px 28px rgba(20,50,74,.20); }
.btn-primary:hover { background: var(--brand-2); box-shadow: 0 13px 32px rgba(20,50,74,.26); }
.btn-primary svg { font-size: 1.2rem; }
.btn-secondary { border-color: #cdd8de; background: rgba(255,255,255,.75); color: var(--brand); }
.btn-secondary:hover { background: #fff; border-color: #b7c6ce; }
.btn-light { color: var(--brand); background: #fff; }
.btn-full { width: 100%; border-radius: 12px; }
.hero-points {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  padding: 0;
  margin: 30px 0 0;
  color: #596973;
  font-size: .9rem;
  font-weight: 700;
}
.hero-points li { display: inline-flex; align-items: center; gap: 8px; }
.hero-points li::before {
  content: "";
  width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
}
.hero-visual { display: flex; justify-content: flex-end; }
.logo-card {
  position: relative;
  width: min(100%, 485px);
  border: 1px solid rgba(20,50,74,.10);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.92);
  padding: 22px 26px 18px;
  box-shadow: var(--shadow);
}
.logo-card::before {
  content: "";
  position: absolute;
  left: -20px; bottom: -20px;
  width: 105px; height: 105px;
  border-radius: 24px;
  background: var(--accent-soft);
  z-index: -1;
}
.logo-card-topline {
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
  color: #66757e;
  font-size: .76rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.logo-card img {
  width: 100%;
  height: auto;
  max-height: 345px;
  object-fit: contain;
  margin: 15px auto 8px;
}
.logo-card-footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.logo-card-footer span {
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--surface-soft);
  color: #64727a;
  font-size: .72rem;
  font-weight: 800;
}

.section { padding: 90px 0; }
.section-soft { background: var(--surface-soft); }
.split-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.section h2 {
  margin: 14px 0 0;
  color: var(--brand);
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}
.section-copy { padding-top: 5px; color: var(--muted); font-size: 1.04rem; }
.section-copy p { margin: 0 0 18px; }
.section-copy p:last-child { margin-bottom: 0; }
.section-heading { max-width: 780px; margin-bottom: 42px; }
.section-heading p { max-width: 690px; color: var(--muted); font-size: 1.02rem; }
.compact-heading { max-width: 840px; }
.cards { display: grid; gap: 22px; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.audience-card {
  min-height: 275px;
  padding: 30px;
  border: 1px solid #dfe7eb;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 8px 25px rgba(20,50,74,.04);
}
.icon-box, .service-icon, .contact-icon {
  display: grid;
  place-items: center;
  color: var(--brand);
  background: var(--accent-soft);
}
.icon-box { width: 54px; height: 54px; border-radius: 16px; font-size: 1.55rem; }
.audience-card h3, .service-card h3, .benefit-list h3 {
  margin: 22px 0 10px;
  color: var(--brand);
  font-size: 1.14rem;
  line-height: 1.3;
}
.audience-card p, .service-card p, .benefit-list p { margin: 0; color: var(--muted); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.service-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  align-items: start;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover { transform: translateY(-3px); box-shadow: 0 14px 38px rgba(20,50,74,.08); border-color: #ccdadd; }
.service-icon { width: 58px; height: 58px; border-radius: 16px; font-size: 1.55rem; }
.service-card h3 { margin-top: 2px; }
.featured-service { background: linear-gradient(135deg, #f9fbfb, #fff); }

.benefits {
  background: var(--brand);
  color: #fff;
}
.benefits-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.section-kicker.light { color: #e7eef2; }
.benefits h2 { color: #fff; }
.benefits-copy p { max-width: 560px; color: #d4dfe5; font-size: 1.03rem; margin-bottom: 26px; }
.benefit-list { display: grid; gap: 14px; }
.benefit-list article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
}
.benefit-list article > span {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: 14px;
  background: rgba(201,151,63,.18);
  color: #f6d99e;
  font-weight: 900;
}
.benefit-list h3 { margin: 1px 0 6px; color: #fff; }
.benefit-list p { color: #d0dce2; }

.contact-section { background: linear-gradient(180deg, #fff, #f5f8f9); }
.contact-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: center; }
.contact-grid > div:first-child p { max-width: 620px; color: var(--muted); font-size: 1.04rem; }
.contact-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}
.contact-row { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center; margin-bottom: 22px; }
.contact-icon { width: 46px; height: 46px; border-radius: 13px; font-size: 1.25rem; }
.contact-row span { display: block; color: #75828a; font-size: .77rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-row strong, .contact-row a { display: block; margin-top: 2px; color: var(--brand); font-weight: 800; text-decoration: none; }
.contact-row a:hover { text-decoration: underline; }

.site-footer { color: #d8e2e7; background: #0f2637; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.55fr .75fr 1fr;
  gap: 60px;
  padding-block: 56px 42px;
}
.footer-brand { display: flex; gap: 18px; align-items: flex-start; }
.footer-brand img { width: 82px; height: 65px; object-fit: contain; filter: invert(1); opacity: .95; }
.footer-brand strong { display: block; color: #fff; font-size: 1rem; }
.footer-brand p { margin: 6px 0 0; color: #aebdc6; }
.footer-title { margin: 0 0 14px; color: #fff; font-size: .86rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li + li { margin-top: 8px; }
.footer-links a, address a { color: #c7d3da; text-decoration: none; }
.footer-links a:hover, address a:hover { color: #fff; text-decoration: underline; }
address { font-style: normal; }
address p { margin: 0 0 8px; }
.footer-bottom { padding-block: 18px 26px; border-top: 1px solid rgba(255,255,255,.10); color: #94a6b1; font-size: .82rem; }
.footer-bottom p { margin: 0; }

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 100;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--wa);
  box-shadow: 0 10px 25px rgba(18,140,126,.32);
  font-size: 1.8rem;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 14px 30px rgba(18,140,126,.40); }

@media (max-width: 980px) {
  .nav-wrap { min-height: auto; padding-block: 16px; align-items: flex-start; }
  .main-nav { max-width: 60%; justify-content: flex-end; flex-wrap: wrap; gap: 8px 16px; }
  .main-nav a { font-size: .82rem; }
  .hero { min-height: auto; }
  .hero-grid, .split-section, .benefits-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-grid { padding-block: 64px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { justify-content: flex-start; }
  .logo-card { width: min(100%, 600px); }
  .cards-3 { grid-template-columns: 1fr 1fr; }
  .audience-card:last-child { grid-column: 1 / -1; }
  .section { padding: 72px 0; }
  .benefits-grid { align-items: start; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .topbar-inner { min-height: 42px; justify-content: center; text-align: center; }
  .location-label { display: none; }
  .nav-wrap { display: block; }
  .brand { width: 100%; justify-content: center; text-align: left; }
  .brand img { width: 55px; }
  .main-nav {
    max-width: none;
    justify-content: center;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid var(--line);
    gap: 7px 13px;
  }
  .main-nav .nav-cta { padding: 6px 12px; }
  .hero-grid { padding-block: 52px 62px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.8rem); }
  .hero-actions .btn { width: 100%; }
  .logo-card { padding: 18px 18px 14px; border-radius: 22px; }
  .logo-card img { max-height: 290px; }
  .split-section { gap: 25px; }
  .cards-3, .services-grid { grid-template-columns: 1fr; }
  .audience-card:last-child { grid-column: auto; }
  .audience-card { min-height: auto; padding: 24px; }
  .service-card { grid-template-columns: 50px 1fr; padding: 22px; }
  .service-icon { width: 50px; height: 50px; }
  .section { padding: 62px 0; }
  .section-heading { margin-bottom: 30px; }
  .benefit-list article { grid-template-columns: 42px 1fr; padding: 18px; }
  .benefit-list article > span { width: 42px; height: 42px; }
  .contact-card { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; padding-block: 44px 34px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-brand img { width: 68px; height: 54px; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
