:root {
  --navy: #073f82;
  --blue: #0f4f92;
  --ink: #132235;
  --muted: #627083;
  --line: #dce4ed;
  --soft: #f5f8fb;
  --white: #ffffff;
  --brand-green: #147d38;
  --green-soft: #e4f3e9;
  --shadow: 0 24px 70px rgba(7, 63, 130, 0.14);
  --radius: 8px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 52px);
  border-bottom: 1px solid rgba(220, 228, 237, 0.82);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  box-shadow: 0 10px 28px rgba(11, 35, 65, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand-logo {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: var(--radius);
  object-fit: cover;
  object-position: center;
  box-shadow: 0 8px 18px rgba(11, 35, 65, 0.12);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--navy);
  font-size: 0.98rem;
  line-height: 1.2;
}

.brand small {
  color: var(--muted);
  font-size: 0.76rem;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #304257;
  font-size: 0.94rem;
  font-weight: 650;
}

.desktop-nav a:hover,
.footer a:hover {
  color: var(--brand-green);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.whatsapp-link,
.menu-button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.whatsapp-link svg {
  width: 22px;
  fill: var(--brand-green);
}

.menu-button {
  display: none;
  padding: 0;
  cursor: pointer;
}

.menu-button span {
  width: 18px;
  height: 2px;
  background: var(--navy);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--navy);
  border-radius: var(--radius);
  background: var(--navy);
  color: var(--white);
  padding: 13px 20px;
  font-weight: 750;
  line-height: 1.15;
  box-shadow: 0 14px 26px rgba(11, 35, 65, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(11, 35, 65, 0.22);
}

.button-secondary {
  border-color: var(--line);
  background: var(--white);
  color: var(--navy);
  box-shadow: none;
}

.button-small {
  min-height: 42px;
  padding: 10px 16px;
}

.mobile-nav {
  display: none;
}

.section-pad {
  padding: clamp(64px, 9vw, 112px) clamp(20px, 4vw, 52px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.88fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
  min-height: calc(100vh - 74px);
  background:
    linear-gradient(120deg, rgba(245, 248, 251, 0.92), rgba(255, 255, 255, 0.84)),
    radial-gradient(circle at 90% 20%, rgba(20, 125, 56, 0.18), transparent 28%);
}

.hero-copy,
.hero-visual,
.split,
.founder,
.section-heading,
.service-grid,
.why-grid,
.type-grid,
.testimonial-grid,
.consultation,
.footer {
  max-width: var(--max);
  margin-inline: auto;
  width: 100%;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brand-green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  font-size: clamp(2.55rem, 6vw, 5.25rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.15rem);
}

h3 {
  font-size: 1.08rem;
}

p {
  margin: 0;
}

.hero-subhead {
  max-width: 650px;
  margin-top: 22px;
  color: #334a63;
  font-size: clamp(1.14rem, 2vw, 1.45rem);
  font-weight: 600;
}

.trust-line {
  margin-top: 14px;
  color: var(--muted);
  font-size: 1rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

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

.hero-badges span,
.positioning-list span,
.type-grid span {
  border: 1px solid rgba(20, 125, 56, 0.26);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  color: #334a63;
  padding: 10px 13px;
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
}

.visual-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #ffffff, #edf3f8);
  box-shadow: var(--shadow);
}

.visual-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11, 35, 65, 0.96), rgba(18, 59, 101, 0.82));
  clip-path: polygon(0 0, 72% 0, 47% 100%, 0 100%);
  content: "";
}

.finance-lines {
  position: absolute;
  right: 18px;
  bottom: 26px;
  width: 76%;
  opacity: 0.98;
}

.portrait-card,
.metric-card {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(11, 35, 65, 0.16);
}

.portrait-card {
  top: 28px;
  left: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(78%, 330px);
  padding: 14px;
}

.portrait-placeholder,
.founder-portrait {
  display: grid;
  place-items: center;
  background:
    linear-gradient(145deg, rgba(228, 243, 233, 0.95), rgba(20, 125, 56, 0.66)),
    var(--green-soft);
  color: var(--navy);
  font-weight: 900;
}

.portrait-placeholder {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border-radius: var(--radius);
}

.portrait-card strong,
.portrait-card span,
.metric-card small,
.metric-card strong {
  display: block;
}

.portrait-card strong {
  color: var(--navy);
}

.portrait-card span,
.metric-card small {
  color: var(--muted);
  font-size: 0.84rem;
}

.metric-card {
  padding: 14px 16px;
}

.metric-card strong {
  color: var(--navy);
}

.metric-one {
  top: 142px;
  right: 24px;
}

.metric-two {
  right: 38px;
  bottom: 44px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.trust-strip span {
  min-height: 76px;
  display: grid;
  place-items: center;
  background: var(--white);
  color: var(--blue);
  padding: 14px;
  text-align: center;
  font-weight: 760;
}

.split {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 6vw, 84px);
}

.section-copy {
  color: #334a63;
  font-size: 1.08rem;
}

.section-copy p + p {
  margin-top: 16px;
}

.positioning-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.founder {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  border-block: 1px solid var(--line);
  background: var(--soft);
}

.founder-media {
  min-height: 360px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(11, 35, 65, 0.94), rgba(18, 59, 101, 0.78)),
    var(--navy);
  box-shadow: var(--shadow);
}

.founder-portrait {
  width: min(72vw, 250px);
  aspect-ratio: 1;
  border: 10px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  font-size: 4rem;
}

.founder-copy {
  max-width: 680px;
}

.founder-copy p {
  margin-top: 18px;
  color: #334a63;
  font-size: 1.08rem;
}

.founder-copy .button {
  margin-top: 28px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-heading p:not(.eyebrow) {
  margin-top: 12px;
  color: var(--muted);
  font-size: 1.05rem;
}

.service-grid,
.why-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.service-card,
.why-grid article,
.testimonial-grid figure {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 22px;
}

.service-card {
  display: flex;
  min-height: 248px;
  flex-direction: column;
}

.icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: var(--radius);
  background: var(--green-soft);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 900;
}

.service-card p,
.why-grid p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.96rem;
}

.service-card a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 800;
}

.why {
  background: linear-gradient(180deg, var(--soft), #ffffff);
}

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

.why-grid article {
  background: rgba(255, 255, 255, 0.82);
}

.type-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.type-grid span {
  display: grid;
  min-height: 86px;
  place-items: center;
  text-align: center;
}

.testimonials {
  background: var(--navy);
}

.testimonials .eyebrow,
.testimonials h2 {
  color: var(--green-soft);
}

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

.testimonial-grid figure {
  margin: 0;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

blockquote {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
}

figcaption {
  margin-top: 18px;
  color: var(--green-soft);
  font-weight: 800;
}

.consultation {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(30px, 6vw, 78px);
  align-items: start;
}

.consultation-copy {
  position: sticky;
  top: 108px;
}

.consultation-copy p:not(.eyebrow) {
  margin-top: 14px;
  color: var(--muted);
  font-size: 1.08rem;
}

.lead-form {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: clamp(20px, 4vw, 32px);
  box-shadow: var(--shadow);
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 800;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid #cdd8e4;
  border-radius: var(--radius);
  background: #fbfdff;
  color: var(--ink);
  padding: 12px 13px;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: 3px solid rgba(20, 125, 56, 0.22);
  border-color: var(--brand-green);
}

.privacy-note {
  color: var(--muted);
  font-size: 0.86rem;
}

.map-section iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
  filter: saturate(0.92);
}

.privacy-section {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  border-top: 1px solid var(--line);
  background: var(--soft);
  color: var(--muted);
  text-align: center;
}

.privacy-section strong {
  color: var(--navy);
}

.footer {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.92fr 0.95fr;
  gap: 28px;
  padding: 52px clamp(20px, 4vw, 52px);
  background: #07182d;
  color: rgba(255, 255, 255, 0.78);
}

.brand-footer {
  min-width: 0;
}

.brand-footer strong,
.footer h2 {
  color: var(--white);
}

.brand-footer small {
  color: rgba(255, 255, 255, 0.62);
}

.footer h2 {
  margin: 0 0 12px;
  font-size: 0.92rem;
}

.footer p,
.footer span,
.footer a {
  display: block;
  margin: 0 0 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
}

.disclaimer {
  max-width: 340px;
}

@media (max-width: 1040px) {
  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: grid;
  }

  .mobile-nav {
    position: fixed;
    inset: 73px 14px auto 14px;
    display: none;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
    padding: 10px;
  }

  body.menu-open .mobile-nav {
    display: grid;
  }

  .mobile-nav a {
    padding: 14px;
    color: var(--navy);
    font-weight: 800;
  }

  .hero,
  .split,
  .founder,
  .consultation {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 54px;
  }

  .hero-visual {
    max-width: 620px;
  }

  .service-grid,
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .consultation-copy {
    position: static;
  }

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

@media (max-width: 720px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .header-actions .button-small {
    display: none;
  }

  .section-pad {
    padding: 58px 18px;
  }

  h1 {
    font-size: clamp(2.42rem, 14vw, 3.5rem);
  }

  .cta-row,
  .cta-row .button {
    width: 100%;
  }

  .visual-card {
    min-height: 370px;
  }

  .portrait-card {
    left: 18px;
    width: calc(100% - 36px);
  }

  .metric-one {
    top: 128px;
    right: 18px;
  }

  .metric-two {
    right: 18px;
    bottom: 28px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip span {
    min-height: 58px;
  }

  .service-grid,
  .why-grid,
  .testimonial-grid,
  .type-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 218px;
  }

  .privacy-section {
    display: grid;
    text-align: left;
  }

  .type-grid span {
    min-height: 64px;
  }
}
