/* Licentra Global - Final Light Header Version */

:root {
  --navy: #071f4a;
  --navy-2: #0a2b5e;
  --navy-3: #04142f;
  --gold: #c9a24a;
  --gold-light: #ead58e;
  --white: #ffffff;
  --soft: #f4f6fa;
  --text: #182033;
  --muted: #667085;
  --border: #e5e9f1;
  --shadow: 0 24px 70px rgba(7, 31, 74, 0.12);
  --header-height: 132px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "DM Sans", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

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

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

button, input, textarea { font: inherit; }

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

.section { padding: 108px 0; }

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

.eyebrow {
  margin-bottom: 16px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow.dark { color: var(--gold); }

h1, h2 { font-family: "Playfair Display", serif; }

h2 {
  margin-bottom: 24px;
  color: var(--navy);
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.08;
}

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

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading p:last-child {
  color: var(--muted);
  font-size: 18px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

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

.button-gold { background: var(--gold); color: white; }

.button-gold:hover { background: #b78e38; }

.button-ghost {
  border-color: rgba(255,255,255,.42);
  color: white;
}

.button-navy { background: var(--navy); color: white; }

.button-outline-dark {
  border-color: var(--border);
  color: var(--navy);
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: box-shadow .25s ease;
}

.main-header {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 45%, rgba(201,162,74,.15), transparent 24%),
    linear-gradient(135deg, #ffffff 0%, #fbfaf7 58%, #f5ecd9 100%);
  border-bottom: 1px solid rgba(7,31,74,.08);
}

.main-header::before {
  content: "";
  position: absolute;
  right: -95px;
  top: -85px;
  width: 400px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid rgba(201,162,74,.18);
  box-shadow:
    0 0 0 18px rgba(201,162,74,.04),
    0 0 0 36px rgba(201,162,74,.03),
    0 0 0 54px rgba(201,162,74,.02);
}

.site-header.scrolled {
  box-shadow: 0 14px 36px rgba(7,31,74,.13);
}

.nav {
  position: relative;
  z-index: 2;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.brand img {
  width: 500px;
  max-width: 42vw;
  height: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-links a {
  position: relative;
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
}

.nav-links a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width .25s ease;
}

.nav-links a:not(.nav-cta):hover::after { width: 100%; }

.nav-links a:hover { color: var(--gold); }

.nav-links .nav-cta {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  padding: 0 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d6b353, #c6952f);
  color: white;
  box-shadow: 0 10px 26px rgba(201,162,74,.23);
}

.nav-links .nav-cta:hover {
  transform: translateY(-2px);
  color: white;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 46px;
  padding: 10px;
  border: 1px solid rgba(7,31,74,.18);
  border-radius: 12px;
  background: rgba(255,255,255,.72);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--navy);
  transition: .25s ease;
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  padding: calc(var(--header-height) + 70px) 0 90px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 78% 35%, rgba(201,162,74,.17), transparent 25%),
    linear-gradient(125deg, #051834 0%, #071f4a 54%, #0b326a 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, black, transparent);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;
}

.hero h1 {
  max-width: 850px;
  margin-bottom: 28px;
  font-size: clamp(52px, 7vw, 88px);
  line-height: 1.02;
}

.hero h1 span { color: var(--gold-light); }

.hero-text {
  max-width: 720px;
  margin-bottom: 34px;
  color: rgba(255,255,255,.82);
  font-size: clamp(18px, 2vw, 22px);
}

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

.hero-points {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hero-points span::before {
  content: "•";
  margin-right: 9px;
  color: var(--gold-light);
}

.hero-visual {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.globe {
  position: relative;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(234,213,142,.28);
  border-radius: 50%;
  box-shadow:
    inset 0 0 80px rgba(201,162,74,.12),
    0 0 100px rgba(9,48,101,.45);
  animation: float 5.5s ease-in-out infinite;
}

.globe::before,
.globe::after {
  content: "";
  position: absolute;
  inset: 20%;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
}

.globe::after { inset: 8% 31%; }

.globe-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(234,213,142,.20);
  border-radius: 50%;
}

.ring-one { transform: rotate(62deg) scaleY(.38); }
.ring-two { transform: rotate(-25deg) scaleY(.55); }
.ring-three { transform: rotate(12deg) scaleX(.58); }

.globe-core {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  color: var(--navy);
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 700;
  box-shadow: 0 20px 60px rgba(0,0,0,.28);
}

.market-card {
  position: absolute;
  min-width: 155px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 50px rgba(0,0,0,.17);
}

.market-card strong,
.market-card span { display: block; }

.market-card strong {
  color: var(--gold-light);
  font-size: 18px;
}

.market-card span {
  color: rgba(255,255,255,.70);
  font-size: 13px;
}

.market-card-one { top: 60px; left: 0; }
.market-card-two { right: -5px; bottom: 65px; }

.hero-orb {
  position: absolute;
  border-radius: 50%;
}

.hero-orb-one {
  width: 340px;
  height: 340px;
  left: -210px;
  bottom: -90px;
  border: 1px solid rgba(201,162,74,.18);
}

.hero-orb-two {
  width: 520px;
  height: 520px;
  right: -310px;
  top: 20%;
  border: 1px solid rgba(255,255,255,.08);
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 3;
  transform: translateX(-50%);
  color: rgba(255,255,255,.65);
  font-size: 23px;
  animation: bounce 1.8s infinite;
}

/* About */
.split-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;
}

.section-copy > p:not(.eyebrow) {
  margin-bottom: 17px;
  color: var(--muted);
  font-size: 17px;
}

.text-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 12px;
  color: var(--navy);
  font-weight: 700;
}

.text-link span { color: var(--gold); }

.about-panel {
  padding: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border-radius: 28px;
  background: var(--navy);
  box-shadow: var(--shadow);
}

.about-stat {
  min-height: 150px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 20px;
  background: rgba(255,255,255,.06);
}

.about-stat strong {
  color: var(--gold-light);
  font-family: "Playfair Display", serif;
  font-size: 41px;
}

.about-stat span {
  color: rgba(255,255,255,.72);
  font-size: 13px;
}

.about-note {
  grid-column: 1 / -1;
  padding: 17px;
  border-radius: 16px;
  background: var(--gold);
  color: white;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

/* Services */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.service-card {
  min-height: 300px;
  padding: 31px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: white;
  box-shadow: 0 15px 50px rgba(7,31,74,.06);
  transition: transform .28s ease, box-shadow .28s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.service-number {
  margin-bottom: 48px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
}

.service-card h3 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 22px;
}

.service-card p {
  color: var(--muted);
  font-size: 15px;
}

/* Markets */
.markets {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy), #0b326a);
  color: white;
}

.markets h2,
.markets .section-heading p:last-child { color: white; }

.market-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.market-pills span {
  padding: 14px 21px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.88);
  font-weight: 600;
}

/* Founder */
.founder { background: var(--soft); }

.founder-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 76px;
  align-items: center;
}

.founder-photo-wrap { position: relative; }

.photo-frame {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 30px 80px rgba(7,31,74,.18);
}

.photo-frame img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.photo-accent {
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 65%;
  height: 65%;
  border: 2px solid var(--gold);
  border-radius: 30px;
}

.founder-copy h2 { margin-bottom: 7px; }

.founder-copy h3 {
  margin-bottom: 24px;
  color: var(--gold);
  font-size: 20px;
}

.founder-copy > p {
  margin-bottom: 17px;
  color: var(--muted);
  font-size: 17px;
}

.founder-buttons {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

/* Contact */
.contact {
  background: var(--navy);
  color: white;
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 66px;
  align-items: start;
}

.contact-copy h2 { color: white; }

.contact-copy > p:not(.eyebrow) {
  max-width: 540px;
  margin-bottom: 30px;
  color: rgba(255,255,255,.70);
  font-size: 17px;
}

.contact-list {
  display: grid;
  gap: 17px;
}

.contact-list > div {
  display: grid;
  gap: 3px;
}

.contact-label {
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.contact-list a,
.contact-list > div > span:last-child {
  color: rgba(255,255,255,.91);
  font-weight: 600;
  word-break: break-word;
}

.contact-list a:hover { color: var(--gold-light); }

.contact-form {
  padding: 34px;
  border-radius: 28px;
  background: white;
  box-shadow: 0 30px 80px rgba(0,0,0,.2);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form label { display: block; }

.contact-form label > span {
  display: block;
  margin: 0 0 7px 3px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 14px 15px;
  border: 1px solid #dfe4ed;
  border-radius: 13px;
  outline: none;
  color: var(--text);
  background: #fbfcfe;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,162,74,.14);
}

.contact-form textarea { resize: vertical; }

.submit-button {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.form-status {
  display: none;
  margin-bottom: 17px;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 600;
}

.form-status.success {
  display: block;
  background: #e8f7ee;
  color: #18743b;
}

.form-status.error {
  display: block;
  background: #fff0f0;
  color: #a52c2c;
}

/* WhatsApp */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1200;
  min-height: 56px;
  padding: 0 13px 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: #25d366;
  color: white;
  box-shadow: 0 15px 38px rgba(0,0,0,.22);
  font-weight: 700;
}

.whatsapp-float strong {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  font-size: 19px;
}

/* Footer */
footer {
  background: var(--navy-3);
  color: rgba(255,255,255,.65);
}

.footer-inner {
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-inner img {
  width: 260px;
  height: auto;
}

.footer-inner p,
.footer-inner a { font-size: 13px; }

.footer-inner a:hover { color: var(--gold-light); }

/* Animation */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .75s ease, transform .75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: .10s; }
.delay-2 { transition-delay: .20s; }
.delay-3 { transition-delay: .30s; }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-13px); }
}

@keyframes bounce {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 8px); }
}

/* Responsive */
@media (max-width: 980px) {
  .hero-grid,
  .split-grid,
  .founder-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual { min-height: 390px; }

  .globe {
    width: 320px;
    height: 320px;
  }

  .services-grid { grid-template-columns: 1fr 1fr; }

  .founder-photo-wrap { max-width: 620px; }
}

@media (max-width: 820px) {
  :root { --header-height: 96px; }

  .nav { min-height: var(--header-height); }

  .brand img {
    width: 350px;
    max-width: 68vw;
  }

  .menu-toggle { display: block; }

  .nav-links {
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(255,255,255,.99);
    border-top: 1px solid rgba(7,31,74,.08);
    box-shadow: 0 18px 40px rgba(7,31,74,.12);
    transition: max-height .35s ease;
  }

  .nav-links.open {
    max-height: 500px;
    padding: 12px 5% 23px;
  }

  .nav-links a {
    padding: 13px 8px;
    color: var(--navy);
  }

  .nav-links .nav-cta {
    margin-top: 7px;
    text-align: center;
    justify-content: center;
    color: white;
  }

  .menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.active span:nth-child(2) { opacity: 0; }

  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero {
    padding-top: calc(var(--header-height) + 48px);
  }
}

@media (max-width: 640px) {
  .section { padding: 78px 0; }

  .hero-actions,
  .founder-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button,
  .founder-buttons .button {
    width: 100%;
  }

  .hero-visual { display: none; }

  .hero-points { gap: 10px 16px; }

  .about-panel {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .about-note { grid-column: auto; }

  .services-grid { grid-template-columns: 1fr; }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-form { padding: 25px; }

  .footer-inner {
    padding: 25px 0;
    flex-direction: column;
    text-align: center;
  }

  .whatsapp-float span { display: none; }

  .whatsapp-float {
    width: 56px;
    padding: 0;
    justify-content: center;
  }
}
