
:root {
  --navy: #061a3a;
  --navy-2: #0a2e63;
  --blue: #1675e8;
  --blue-light: #52adff;
  --ice: #eef6ff;
  --white: #ffffff;
  --ink: #101928;
  --muted: #607087;
  --border: rgba(6, 26, 58, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  color: var(--ink);
  background: var(--white);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6vw;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.brand {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.4px;
}
.brand span { color: var(--blue); }
.nav { display: flex; align-items: center; gap: 28px; font-weight: 600; }
.nav a:hover { color: var(--blue); }
.nav-cta {
  background: var(--navy);
  color: white !important;
  padding: 11px 18px;
  border-radius: 999px;
}
.menu-button {
  display: none;
  border: 0;
  background: transparent;
  font-size: 27px;
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  overflow: hidden;
  padding: 72px 6vw 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(82,173,255,.14), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f5f9ff 60%, #e7f2ff 100%);
}
.hero-copy { max-width: 720px; padding-bottom: 80px; }
.eyebrow {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--blue);
  border-left: 4px solid var(--blue);
  padding-left: 12px;
}
h1, h2, h3, .brand { font-family: "Montserrat", sans-serif; }
h1 {
  margin: 22px 0 12px;
  font-size: clamp(52px, 6.4vw, 94px);
  line-height: .96;
  letter-spacing: -4px;
  color: var(--navy);
}
h1 span { color: var(--blue); }
.hero-lead {
  margin: 0 0 18px;
  max-width: 650px;
  font-size: clamp(25px, 2.4vw, 38px);
  line-height: 1.15;
  font-weight: 700;
}
.hero-text { max-width: 600px; font-size: 20px; color: var(--muted); }
.hero-actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 23px;
  border-radius: 9px;
  font-weight: 700;
  transition: .2s;
}
.button:hover { transform: translateY(-2px); }
.primary { color: white; background: var(--blue); box-shadow: 0 10px 24px rgba(22,117,232,.22); }
.secondary { color: var(--navy); border: 1px solid var(--border); background: white; }
.signature { margin-top: 36px; display: flex; flex-direction: column; gap: 3px; }
.signature strong { font-family: "Montserrat"; font-size: 20px; color: var(--navy); }
.signature span { color: var(--blue); font-weight: 700; }

.hero-photo-wrap {
  align-self: end;
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 700px;
}
.hero-circle {
  position: absolute;
  width: min(580px, 44vw);
  height: min(580px, 44vw);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--blue), var(--navy));
  bottom: 70px;
  box-shadow: 0 30px 80px rgba(6,26,58,.25);
}
.hero-photo {
  position: relative;
  z-index: 2;
  width: min(640px, 48vw);
  max-height: 760px;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 25px 28px rgba(6,26,58,.18));
}

.quote-strip {
  padding: 34px 6vw;
  background: var(--navy);
  color: white;
  text-align: center;
}
.quote-strip p {
  max-width: 1050px;
  margin: auto;
  font-family: "Montserrat";
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 700;
}

.section { padding: 100px 6vw; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading span, .contact-kicker, .message-box > span {
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--blue);
}
.section-heading h2, .contact h2 {
  margin: 10px 0 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: -2px;
  color: var(--navy);
}
.trajectory-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.trajectory-grid article {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: white;
  box-shadow: 0 15px 42px rgba(6,26,58,.05);
}
.icon { font-size: 32px; color: var(--blue); }
.trajectory-grid h3, .idea-card h3 { margin: 16px 0 10px; font-size: 22px; }
.trajectory-grid p, .idea-card p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.55; }

.ideas {
  background:
    linear-gradient(rgba(6,26,58,.96), rgba(6,26,58,.96)),
    radial-gradient(circle at 90% 10%, var(--blue), transparent 40%);
}
.section-heading.light span { color: var(--blue-light); }
.section-heading.light h2 { color: white; }
.idea-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.idea-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  min-height: 260px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background: rgba(255,255,255,.06);
  color: white;
}
.idea-card h3 { font-size: 26px; }
.idea-card p { color: #d2dfef; }
.idea-number {
  font-family: "Montserrat";
  font-size: 52px;
  font-weight: 900;
  color: rgba(82,173,255,.35);
}

.message { background: var(--ice); }
.message-box {
  max-width: 1100px;
  margin: auto;
  padding: clamp(35px, 6vw, 80px);
  border-radius: 28px;
  background: white;
  box-shadow: 0 30px 80px rgba(6,26,58,.08);
  border-top: 7px solid var(--blue);
}
.message-box h2 {
  margin: 14px 0 25px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -3px;
  color: var(--navy);
}
.message-box p { font-size: 21px; line-height: 1.65; color: var(--muted); }
.message-box strong { font-family: "Montserrat"; font-size: 22px; color: var(--blue); }

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.contact p { font-size: 20px; color: var(--muted); }
.contact-links { display: grid; gap: 12px; }
.contact-links a {
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 12px;
  font-weight: 700;
  color: var(--navy);
}
.contact-links a:hover { border-color: var(--blue); color: var(--blue); }

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 28px 6vw;
  background: #031229;
  color: #ccd7e8;
}
footer div { display: flex; flex-direction: column; }
footer strong { font-family: "Montserrat"; color: white; }
footer p { margin: 0; font-size: 13px; text-align: right; }

@media (max-width: 980px) {
  .nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    flex-direction: column;
    padding: 25px;
    background: white;
    border-bottom: 1px solid var(--border);
  }
  .nav.open { display: flex; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy { padding-bottom: 10px; }
  .hero-photo-wrap { min-height: 560px; }
  .hero-photo { width: min(620px, 94vw); }
  .hero-circle { width: 500px; height: 500px; max-width: 84vw; max-height: 84vw; }
  .trajectory-grid { grid-template-columns: repeat(2, 1fr); }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .topbar { padding: 0 20px; }
  .hero, .section { padding-left: 20px; padding-right: 20px; }
  h1 { letter-spacing: -2.5px; }
  .hero-photo-wrap { min-height: 430px; }
  .trajectory-grid, .idea-grid { grid-template-columns: 1fr; }
  .trajectory-grid article, .idea-card { padding: 24px; }
  footer { align-items: flex-start; flex-direction: column; padding: 28px 20px; }
  footer p { text-align: left; }
}


.whatsapp-contact {
  background: #0b7a49;
  color: white !important;
  border-color: #0b7a49 !important;
}
.whatsapp-contact:hover {
  background: #08663d;
  border-color: #08663d !important;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 19px;
  border-radius: 999px;
  background: #0b7a49;
  color: white;
  font-weight: 800;
  box-shadow: 0 12px 32px rgba(0,0,0,.24);
  transition: transform .2s, background .2s;
}
.whatsapp-float:hover {
  transform: translateY(-2px);
  background: #08663d;
}
.whatsapp-symbol {
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 640px) {
  .whatsapp-float {
    right: 15px;
    bottom: 15px;
    padding: 13px 16px;
  }
}


.bio-layout {
  display: grid;
  grid-template-columns: 1.45fr .75fr;
  gap: 44px;
  align-items: start;
}
.bio-text {
  font-size: 19px;
  line-height: 1.72;
  color: var(--muted);
}
.bio-text p {
  margin: 0 0 22px;
}
.bio-text strong {
  color: var(--navy);
}
.bio-highlights {
  display: grid;
  gap: 15px;
  position: sticky;
  top: 105px;
}
.bio-highlights div {
  padding: 22px;
  border-radius: 16px;
  background: var(--ice);
  border-left: 5px solid var(--blue);
}
.bio-highlights span {
  display: block;
  margin-bottom: 7px;
  font-family: "Montserrat";
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--blue);
}
.bio-highlights strong {
  font-family: "Montserrat";
  color: var(--navy);
  line-height: 1.35;
}

@media (max-width: 900px) {
  .bio-layout {
    grid-template-columns: 1fr;
  }
  .bio-highlights {
    position: static;
  }
}
