:root {
  --navy-950: #071523;
  --navy-900: #0b1d2f;
  --navy-800: #102a42;
  --gold: #d8b05b;
  --gold-light: #f0d694;
  --cream: #f7f4ed;
  --paper: #fffdf8;
  --ink: #142232;
  --muted: #66727d;
  --line: #ded8ca;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  border-bottom: 1px solid rgba(255,255,255,.13);
  color: var(--white);
}
.header-inner { height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; flex-direction: column; gap: 5px; min-width: 210px; }
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 19px; letter-spacing: .12em; color: var(--gold-light); }
.brand-subtitle { font-size: 8px; letter-spacing: .35em; color: rgba(255,255,255,.74); }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { font-size: 13px; color: rgba(255,255,255,.8); transition: color .2s; }
.desktop-nav a:hover { color: var(--gold-light); }
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--gold);
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 700;
  transition: .2s ease;
}
.header-cta:hover { background: var(--gold); color: var(--navy-950); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 790px;
  padding: 174px 0 90px;
  background:
    radial-gradient(circle at 70% 30%, rgba(39,76,105,.32), transparent 32%),
    linear-gradient(110deg, #061321 0%, #0b1d2f 55%, #102940 100%);
  color: var(--white);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .07;
  background-image: linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black, transparent 76%);
}
.hero-glow { position: absolute; width: 520px; height: 520px; right: 3%; top: 160px; border: 1px solid rgba(216,176,91,.12); border-radius: 50%; }
.hero-glow::before, .hero-glow::after { content: ""; position: absolute; inset: 55px; border: 1px solid rgba(216,176,91,.09); border-radius: 50%; }
.hero-glow::after { inset: 115px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 88px; }
.eyebrow { margin: 0 0 24px; color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .24em; }
.eyebrow-dark { color: #a77c28; }
.hero h1, .section h2, .final-cta-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.035em;
}
.hero h1 { max-width: 700px; font-size: clamp(48px, 5.25vw, 76px); line-height: 1.05; }
.hero-lead { max-width: 625px; margin: 28px 0 0; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 56px; padding: 0 26px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--navy-950); box-shadow: 0 12px 32px rgba(216,176,91,.18); }
.button-gold:hover { background: var(--gold-light); box-shadow: 0 16px 38px rgba(216,176,91,.25); }
.button-icon { width: 24px; height: 24px; display: inline-grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 12px; }
.text-link { font-size: 13px; color: rgba(255,255,255,.78); border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 5px; }
.text-link span { color: var(--gold); margin-left: 8px; }
.trust-row { display: flex; gap: 28px; margin-top: 36px; color: rgba(255,255,255,.55); font-size: 12px; }
.trust-row span { display: flex; align-items: center; gap: 8px; }
.trust-row i { display: block; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); }

.hero-visual { position: relative; justify-self: end; width: min(100%, 460px); }
.hero-image-frame { position: relative; height: 520px; overflow: hidden; border: 1px solid rgba(216,176,91,.35); background: #14283b; }
.hero-image-frame::before { content: ""; position: absolute; z-index: 2; inset: 15px; border: 1px solid rgba(255,255,255,.16); pointer-events: none; }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: saturate(.78) contrast(1.04); }
.hero-image-gradient { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(5,17,29,.86)); }
.founder-card { position: absolute; bottom: 25px; left: 30px; color: white; display: flex; align-items: center; gap: 14px; z-index: 3; }
.founder-rule { width: 32px; height: 1px; background: var(--gold); }
.founder-card strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 400; }
.founder-card small { display: block; margin-top: 4px; color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.experience-badge { position: absolute; display: flex; align-items: center; gap: 10px; right: -42px; top: 54px; z-index: 4; padding: 16px 19px; background: var(--cream); color: var(--navy-900); box-shadow: 0 18px 50px rgba(0,0,0,.24); }
.experience-badge strong { font-family: Georgia, "Times New Roman", serif; color: #9c7427; font-size: 34px; font-weight: 400; }
.experience-badge span { font-size: 9px; line-height: 1.4; letter-spacing: .12em; text-transform: uppercase; }
.hero-bottom-line { position: absolute; height: 3px; bottom: 0; left: 0; width: 38%; background: var(--gold); }

.recognition-bar { background: #081725; color: rgba(255,255,255,.58); border-top: 1px solid rgba(255,255,255,.07); }
.recognition-grid { min-height: 82px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.recognition-grid span { position: relative; text-align: center; font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.recognition-grid span + span::before { content: ""; position: absolute; left: 0; top: 50%; width: 1px; height: 20px; background: rgba(216,176,91,.28); transform: translateY(-50%); }

.areas-section { background: var(--paper); }
.section-heading { margin-bottom: 54px; }
.heading-split { display: grid; grid-template-columns: 1.25fr .75fr; gap: 96px; align-items: end; }
.section h2 { font-size: clamp(38px, 4vw, 56px); line-height: 1.12; color: var(--navy-900); }
.heading-split > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.areas-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.area-card { min-height: 440px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.56); transition: .25s ease; }
.area-card:hover { background: var(--white); transform: translateY(-3px); box-shadow: 0 24px 60px rgba(17,36,52,.08); }
.area-topline { display: flex; justify-content: space-between; color: #ad8437; font-size: 11px; letter-spacing: .12em; }
.area-topline i { font-style: normal; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #d7ceb9; border-radius: 50%; }
.area-card h3 { margin: 28px 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-weight: 400; color: var(--navy-900); }
.area-card > p { min-height: 54px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.area-card ul { padding: 0; margin: 24px 0 28px; list-style: none; }
.area-card li { display: flex; align-items: center; gap: 10px; padding: 8px 0; color: #42505e; font-size: 13px; border-bottom: 1px dashed #e0dccf; }
.area-card li::before { content: ""; width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg); }
.area-card > a { color: #8e681e; font-size: 12px; font-weight: 800; letter-spacing: .03em; }
.area-card > a span { margin-left: 8px; }

.process-section { background: var(--navy-900); color: white; }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; align-items: start; }
.process-intro h2 { color: white; }
.process-intro > p:not(.eyebrow) { margin: 26px 0 32px; color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.8; }
.steps-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.steps-list li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.steps-list > li > span { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 17px; }
.steps-list h3 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 400; }
.steps-list p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.7; }

.founder-section { background: var(--cream); }
.founder-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.office-image-wrap { position: relative; }
.office-image-wrap::before { content: ""; position: absolute; inset: -16px 16px 16px -16px; border: 1px solid #c7ab70; z-index: 0; }
.office-image-wrap img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.office-label { position: relative; z-index: 2; width: max-content; max-width: calc(100% - 30px); margin: -24px auto 0; background: var(--navy-900); color: white; padding: 16px 22px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.office-label span { display: inline-block; width: 20px; height: 1px; background: var(--gold); margin: 0 12px 3px; }
.founder-copy .large-copy { color: #334454; font-size: 18px; line-height: 1.75; }
.founder-copy > p:not(.eyebrow):not(.large-copy) { color: var(--muted); font-size: 14px; line-height: 1.8; }
.credentials { display: flex; gap: 24px; margin-top: 32px; padding-top: 28px; border-top: 1px solid #d8d0c0; }
.credentials > div { display: flex; align-items: center; gap: 12px; padding-right: 24px; }
.credentials > div + div { border-left: 1px solid #d8d0c0; padding-left: 24px; }
.credentials strong { font-family: Georgia, "Times New Roman", serif; color: #9b7324; font-size: 30px; font-weight: 400; }
.credentials span { color: var(--muted); font-size: 10px; line-height: 1.45; letter-spacing: .07em; text-transform: uppercase; }

.testimonials-section { background: var(--paper); }
.centered-heading { text-align: center; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-card { min-height: 330px; padding: 34px; background: white; border: 1px solid #e3ddcf; box-shadow: 0 15px 45px rgba(22,38,51,.05); display: flex; flex-direction: column; }
.stars { color: #c49028; font-size: 12px; letter-spacing: .18em; }
.testimonial-card blockquote { margin: 28px 0 30px; color: #3a4a58; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.6; }
.testimonial-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.testimonial-author > span { width: 38px; height: 38px; display: grid; place-items: center; background: var(--navy-900); color: var(--gold-light); border-radius: 50%; font-family: Georgia, "Times New Roman", serif; }
.testimonial-author strong { display: block; color: var(--navy-900); font-size: 12px; }
.testimonial-author small { display: block; margin-top: 4px; color: #8a939b; font-size: 10px; }

.faq-section { background: #f1ede4; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.8; }
.faq-list { border-top: 1px solid #d6cebe; }
.faq-list details { border-bottom: 1px solid #d6cebe; }
.faq-list summary { position: relative; cursor: pointer; list-style: none; padding: 26px 42px 26px 0; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 19px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 25px; color: #9c7427; font-family: Arial, sans-serif; font-size: 22px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -4px 0 24px; padding-right: 44px; color: var(--muted); font-size: 13px; line-height: 1.75; }

.final-cta-section { padding: 88px 0; background: linear-gradient(115deg, #071523, #102b42); color: white; }
.final-cta-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.final-cta-section h2 { color: white; font-size: clamp(38px, 4vw, 55px); line-height: 1.12; }
.final-cta-copy p { margin: 0 0 24px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.75; }
.final-cta-copy small { display: block; margin-top: 14px; color: rgba(255,255,255,.45); font-size: 11px; }

footer { padding: 65px 0 28px; background: #05101b; color: rgba(255,255,255,.58); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.35fr; gap: 44px; }
.footer-brand { display: flex; flex-direction: column; gap: 5px; }
.footer-brand span { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 18px; letter-spacing: .1em; }
.footer-brand small { font-size: 8px; letter-spacing: .27em; }
footer strong { display: block; margin-bottom: 12px; color: white; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
footer p { margin: 0; font-size: 11px; line-height: 1.8; }
footer a { overflow-wrap: anywhere; }
footer a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; }

.floating-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 50; display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 0 18px 0 10px; border-radius: 99px; background: #1daa61; color: white; font-size: 12px; font-weight: 800; box-shadow: 0 14px 34px rgba(5,36,22,.28); transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp span { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: grid; place-items: center; font-style: normal; }
.floating-whatsapp em { font-style: normal; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr .8fr; gap: 38px; }
  .hero h1 { font-size: 54px; }
  .experience-badge { right: -12px; }
  .heading-split, .process-grid, .founder-grid, .faq-grid, .final-cta-grid { gap: 56px; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-card:last-child { grid-column: 1 / -1; min-height: auto; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 620px); }
  .section { padding: 76px 0; }
  .header-inner { height: 76px; }
  .brand-name { font-size: 15px; }
  .brand-subtitle { font-size: 7px; }
  .header-cta { min-height: 40px; padding: 0 13px; font-size: 11px; }
  .hero { padding: 122px 0 68px; }
  .hero::before { background-size: 46px 46px; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; }
  .hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-lead { font-size: 16px; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .text-link { width: max-content; }
  .trust-row { flex-direction: column; gap: 12px; }
  .hero-visual { margin: 14px auto 0; width: min(94%, 460px); }
  .hero-image-frame { height: 480px; }
  .experience-badge { top: 30px; right: -12px; }
  .recognition-grid { grid-template-columns: 1fr 1fr; padding: 16px 0; }
  .recognition-grid span { padding: 14px 4px; }
  .recognition-grid span + span::before { display: none; }
  .heading-split, .process-grid, .founder-grid, .faq-grid, .final-cta-grid { grid-template-columns: 1fr; gap: 42px; }
  .heading-split { align-items: start; }
  .areas-grid { grid-template-columns: 1fr; }
  .area-card { min-height: auto; padding: 30px 26px; }
  .area-card > p { min-height: auto; }
  .process-intro .button { width: 100%; }
  .founder-grid { display: flex; flex-direction: column-reverse; }
  .office-image-wrap { width: calc(100% - 16px); margin-left: 16px; }
  .credentials { gap: 8px; }
  .credentials > div { padding-right: 8px; }
  .credentials > div + div { padding-left: 16px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonial-card:last-child { grid-column: auto; }
  .testimonial-card { min-height: 300px; }
  .final-cta-copy .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { bottom: 16px; right: 16px; }
}

@media (max-width: 420px) {
  .brand { min-width: auto; }
  .header-cta { font-size: 0; width: 44px; padding: 0; }
  .header-cta::after { content: "WA"; font-size: 11px; }
  .hero-image-frame { height: 430px; }
  .experience-badge { right: -4px; }
  .floating-whatsapp em { display: none; }
  .floating-whatsapp { padding-right: 10px; }
}

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