:root {
  --blue: #0b6ea8;
  --blue-dark: #07496f;
  --teal: #16999f;
  --ink: #123044;
  --muted: #5f7280;
  --pale: #eef8fb;
  --white: #ffffff;
  --line: rgba(11, 110, 168, .15);
  --shadow: 0 24px 70px rgba(7, 73, 111, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 9999; background: #fff; padding: 12px 18px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: .25s ease;
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 10px 35px rgba(7,73,111,.07); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { width: 190px; flex: 0 0 auto; }
.brand img { width: 100%; height: 58px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .94rem; font-weight: 700; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--teal); transition: width .2s ease; }
.main-nav > a:hover::after { width: 100%; }
.nav-cta { background: var(--blue); color: white; padding: 12px 18px; border-radius: 999px; box-shadow: 0 10px 25px rgba(11,110,168,.2); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--pale); padding: 11px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--blue-dark); }

.hero { min-height: calc(100vh - 86px); display: grid; place-items: center; position: relative; overflow: hidden; background: linear-gradient(135deg, #f7fcfe 0%, #eef8fb 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding: 80px 0; position: relative; z-index: 2; }
.hero-shape { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .45; }
.hero-shape-one { width: 520px; height: 520px; background: radial-gradient(circle, rgba(22,153,159,.18), rgba(22,153,159,0)); top: -190px; right: -90px; }
.hero-shape-two { width: 460px; height: 460px; background: radial-gradient(circle, rgba(11,110,168,.18), rgba(11,110,168,0)); bottom: -220px; left: -120px; }
.eyebrow, .section-kicker { color: var(--teal); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; background: rgba(22,153,159,.09); border: 1px solid rgba(22,153,159,.18); border-radius: 999px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); }
h1, h2, h3 { margin: 0; line-height: 1.12; }
h1 { margin-top: 22px; max-width: 760px; font-size: clamp(2.55rem, 5vw, 5rem); letter-spacing: -.055em; color: var(--blue-dark); }
h2 { font-size: clamp(2rem, 3.5vw, 3.6rem); letter-spacing: -.045em; }
.hero-lead { margin: 24px 0 0; font-size: clamp(1.25rem, 2vw, 1.65rem); color: var(--teal); font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 22px; border-radius: 14px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--blue), var(--teal)); color: white; box-shadow: 0 15px 30px rgba(11,110,168,.22); }
.btn-secondary { background: white; color: var(--blue-dark); border: 1px solid var(--line); box-shadow: 0 12px 28px rgba(7,73,111,.08); }
.btn-light { background: white; color: var(--blue-dark); }
.btn-full { width: 100%; }
.hero-meta { display: flex; gap: 46px; margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-meta div { display: grid; gap: 2px; }
.hero-meta strong { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--blue); }
.hero-meta span { color: var(--muted); }
.hero-visual { position: relative; }
.logo-card { position: relative; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.8); border-radius: 36px; padding: 72px 48px 48px; box-shadow: var(--shadow); transform: rotate(1deg); }
.logo-card::after { content: ""; position: absolute; inset: 14px; border-radius: 28px; border: 1px solid var(--line); pointer-events: none; }
.logo-card img { aspect-ratio: 1 / 1; object-fit: contain; mix-blend-mode: multiply; }
.card-label { position: absolute; top: 25px; left: 36px; color: var(--blue); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

.intro { background: white; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.section-heading p, .focus-copy p, .contact-copy p { color: var(--muted); font-size: 1.1rem; max-width: 600px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 245px; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(180deg, #fff, #f9fdfe); transition: .25s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(7,73,111,.09); }
.feature-number { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 12px; background: var(--pale); color: var(--blue); font-weight: 900; }
.feature-card h3 { margin-top: 32px; font-size: 1.22rem; }
.feature-card p { color: var(--muted); }

.focus { background: var(--pale); }
.focus-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.accent-line { width: 90px; height: 5px; border-radius: 99px; background: linear-gradient(90deg, var(--blue), var(--teal)); margin-top: 30px; }
.info-panel { background: white; border-radius: 26px; box-shadow: var(--shadow); overflow: hidden; }
.info-row { display: grid; grid-template-columns: 150px 1fr; gap: 22px; padding: 23px 28px; border-bottom: 1px solid var(--line); }
.info-row:last-child { border-bottom: 0; }
.info-row span { color: var(--muted); }
.info-row strong, .info-row a { color: var(--blue-dark); font-weight: 850; }
.info-row a:hover { color: var(--teal); }

.location { background: white; }
.location-card { display: flex; align-items: center; gap: 28px; padding: 42px; border-radius: 28px; border: 1px solid var(--line); background: linear-gradient(135deg, #fff, #f4fbfd); }
.location-icon { width: 82px; height: 82px; flex: 0 0 82px; display: grid; place-items: center; border-radius: 24px; background: linear-gradient(135deg, var(--blue), var(--teal)); color: white; font-size: 2rem; box-shadow: 0 15px 30px rgba(11,110,168,.2); }
.location-card p { margin-bottom: 0; color: var(--muted); }

.social { padding-top: 0; }
.social-card { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 52px; border-radius: 30px; background: linear-gradient(135deg, var(--blue-dark), var(--blue) 55%, var(--teal)); color: white; box-shadow: var(--shadow); }
.social-card h2 { max-width: 720px; }
.social-card p { margin-bottom: 0; font-size: 1.2rem; opacity: .85; }
.section-kicker.light { color: #bdeff0; }

.contact { background: #f8fcfd; }
.contact-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; }
.contact-box { padding: 34px; border-radius: 26px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-box > span { display: block; color: var(--muted); font-size: .88rem; }
.phone { display: block; margin: 7px 0 24px; color: var(--blue-dark); font-size: clamp(1.9rem, 4vw, 3.1rem); font-weight: 950; letter-spacing: -.04em; }

.site-footer { background: #062f49; color: white; padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 44px; align-items: start; }
.footer-brand img { width: 210px; height: 90px; object-fit: contain; background: white; border-radius: 18px; padding: 8px; }
.footer-brand p { color: #b8d2df; }
.footer-links, .footer-contact { display: grid; gap: 12px; }
.footer-links a, .footer-contact a { color: #d6e5ec; }
.footer-links a:hover, .footer-contact a:hover { color: white; }
.footer-bottom { margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: #9fc0cf; font-size: .9rem; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 999; width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; background: #20b85a; color: white; font-weight: 950; box-shadow: 0 16px 35px rgba(0,0,0,.2); transition: .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }

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

@media (max-width: 900px) {
  .section { padding: 76px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 14px; }
  .nav-cta { text-align: center; margin-top: 6px; }
  .hero { min-height: auto; }
  .hero-grid, .intro-grid, .focus-grid, .contact-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-grid { padding: 70px 0; }
  .hero-copy { text-align: center; }
  .hero-actions, .hero-meta { justify-content: center; }
  .hero-visual { max-width: 620px; margin: 0 auto; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .social-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 580px) {
  .container { width: min(100% - 28px, 1140px); }
  .nav-wrap { min-height: 74px; }
  .brand { width: 150px; }
  .brand img { height: 48px; }
  h1 { font-size: 2.65rem; }
  h2 { font-size: 2.15rem; }
  .hero-grid { padding: 52px 0; }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .hero-meta { gap: 24px; text-align: left; }
  .logo-card { padding: 60px 24px 28px; border-radius: 24px; }
  .logo-card::after { border-radius: 18px; }
  .info-row { grid-template-columns: 1fr; gap: 4px; padding: 19px 20px; }
  .location-card { align-items: flex-start; padding: 28px 22px; }
  .location-icon { width: 62px; height: 62px; flex-basis: 62px; border-radius: 18px; }
  .social-card { padding: 34px 24px; }
  .contact-box { padding: 26px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .whatsapp-float { width: 54px; height: 54px; right: 16px; bottom: 16px; }
}

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