:root {
  --green-950: #02282b;
  --green-900: #043033;
  --green-800: #0a4042;
  --green-100: #e8f0ef;
  --gold: #c5a86b;
  --gold-light: #e4d5ad;
  --cream: #f8f5ee;
  --white: #ffffff;
  --ink: #183032;
  --muted: #617274;
  --line: #dce5e3;
  --shadow: 0 24px 70px rgba(2, 40, 43, 0.12);
  --radius: 22px;
  --container: 1160px;
}

* { 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.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: var(--white); color: var(--green-900); padding: 12px 18px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(2, 40, 43, 0.94);
  color: var(--white);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 44px; height: 44px; border: 1px solid var(--gold); color: var(--gold-light); display: grid; place-items: center; font-family: Georgia, serif; font-weight: 700; font-size: 20px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-text strong { font-family: Georgia, serif; font-size: 18px; letter-spacing: .01em; }
.brand-text small { margin-top: 3px; color: rgba(255,255,255,.68); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; }
.main-nav > a:not(.nav-cta) { color: rgba(255,255,255,.82); transition: .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: var(--gold-light); }
.nav-cta { border: 1px solid var(--gold); color: var(--gold-light); padding: 10px 16px; border-radius: 999px; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--white); margin: 5px 0; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--green-950), var(--green-900) 68%, #0b4545); color: var(--white); padding: 104px 0 88px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 74px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-block; color: var(--gold-light); text-transform: uppercase; letter-spacing: .22em; font-size: 12px; font-weight: 800; margin-bottom: 20px; }
.eyebrow.dark { color: #876d37; }
.hero h1 { max-width: 760px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 6.2vw, 76px); line-height: 1.04; letter-spacing: -.045em; }
.hero-lead { max-width: 720px; font-size: 19px; color: rgba(255,255,255,.78); margin: 28px 0 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 50px; padding: 13px 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-weight: 750; font-size: 14px; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--green-950); }
.button-primary:hover { background: #d1b778; }
.button-secondary { border-color: rgba(255,255,255,.35); color: var(--white); background: rgba(255,255,255,.04); }
.button-light { background: var(--white); color: var(--green-950); }
.full-width { width: 100%; border: 0; }
.hero-points { display: flex; flex-wrap: wrap; gap: 11px 22px; margin-top: 38px; color: rgba(255,255,255,.66); font-size: 13px; }
.hero-points span::before { content: "•"; color: var(--gold); margin-right: 8px; }
.hero-card { position: relative; z-index: 2; justify-self: end; width: min(100%, 440px); padding: 18px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 36px 90px rgba(0,0,0,.28); }
.logo-frame { border: 1px solid rgba(197,168,107,.45); overflow: hidden; }
.logo-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.hero-card-caption { display: flex; flex-direction: column; padding: 19px 6px 4px; }
.hero-card-caption strong { font-family: Georgia, serif; font-size: 20px; }
.hero-card-caption span { color: rgba(255,255,255,.65); font-size: 13px; margin-top: 4px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .22; }
.hero-glow-one { width: 480px; height: 480px; background: var(--gold); top: -250px; right: 5%; }
.hero-glow-two { width: 360px; height: 360px; background: #62a3a1; bottom: -240px; left: -100px; }

.trust-strip { background: var(--cream); border-bottom: 1px solid #ece7dc; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { padding: 27px 26px; border-right: 1px solid #e5ded1; }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--green-900); font-family: Georgia, serif; font-size: 18px; }
.trust-grid span { color: var(--muted); font-size: 12px; margin-top: 4px; }

.section { padding: 102px 0; }
.section-muted { background: #f4f7f6; }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading.align-left { text-align: left; margin: 0; }
.section-heading h2, .about-copy h2, .contact-copy h2, .cta-inner h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; color: var(--green-950); font-size: clamp(34px, 4.5vw, 52px); line-height: 1.12; letter-spacing: -.025em; }
.section-heading p, .about-copy > p, .contact-copy > p { color: var(--muted); font-size: 17px; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.service-card.featured { background: var(--green-900); color: var(--white); border-color: var(--green-900); }
.service-number { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.service-card h3 { font-family: Georgia, serif; font-size: 25px; line-height: 1.2; margin: 22px 0 14px; color: var(--green-950); }
.service-card.featured h3 { color: var(--white); }
.service-card p { color: var(--muted); font-size: 15px; }
.service-card.featured p { color: rgba(255,255,255,.72); }
.service-card ul { margin: 22px 0 0; padding: 20px 0 0; list-style: none; border-top: 1px solid var(--line); }
.service-card.featured ul { border-color: rgba(255,255,255,.15); }
.service-card li { position: relative; padding-left: 20px; margin: 9px 0; font-size: 13px; color: #4c6062; }
.service-card.featured li { color: rgba(255,255,255,.78); }
.service-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 800; }

.split-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.text-link { display: inline-flex; gap: 10px; margin-top: 14px; font-weight: 800; color: var(--green-900); }
.audience-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.audience-grid article { padding: 29px; border-radius: 18px; background: var(--white); border: 1px solid var(--line); }
.audience-grid span { color: var(--gold); font-weight: 800; font-size: 12px; }
.audience-grid h3 { font-family: Georgia, serif; color: var(--green-950); font-size: 22px; margin: 18px 0 10px; }
.audience-grid p { color: var(--muted); font-size: 14px; margin: 0; }

.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 78px; align-items: center; }
.about-panel { min-height: 520px; padding: 48px; background: var(--green-900); color: var(--white); display: flex; flex-direction: column; justify-content: space-between; box-shadow: var(--shadow); }
.about-initials { width: 120px; height: 120px; border: 1px solid var(--gold); color: var(--gold-light); display: grid; place-items: center; font-family: Georgia, serif; font-size: 42px; }
.about-photo { width: min(100%, 320px); height: auto; aspect-ratio: 408 / 588; object-fit: cover; object-position: center top; display: block; border-radius: 18px; border: 1px solid var(--gold); box-shadow: 0 18px 36px rgba(0,0,0,.18); background: var(--white); }
.about-panel p { font-family: Georgia, serif; font-size: 35px; line-height: 1.2; margin: 0; }
.about-panel .about-photo + p { margin-top: 30px; }
.about-copy > p { margin: 22px 0 0; }
.values-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 34px; }
.values-grid div { padding-top: 18px; border-top: 1px solid var(--line); }
.values-grid strong, .values-grid span { display: block; }
.values-grid strong { color: var(--green-900); font-family: Georgia, serif; font-size: 19px; }
.values-grid span { color: var(--muted); font-size: 13px; margin-top: 6px; }

.cta-section { background: var(--gold); padding: 64px 0; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.cta-inner .eyebrow { color: rgba(2,40,43,.66); margin-bottom: 12px; }
.cta-inner h2 { max-width: 760px; font-size: clamp(34px, 4vw, 48px); }
.cta-inner p { max-width: 750px; margin-bottom: 0; color: rgba(2,40,43,.72); }

.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.contact-list { margin-top: 36px; }
.contact-list a, .contact-list div { display: flex; flex-direction: column; padding: 20px 0; border-top: 1px solid #ddd7ca; }
.contact-list span { text-transform: uppercase; letter-spacing: .12em; font-size: 11px; color: #8a8172; }
.contact-list strong { color: var(--green-900); margin-top: 5px; font-size: 16px; overflow-wrap: anywhere; }
.contact-form { padding: 34px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; font-size: 13px; font-weight: 800; color: var(--green-900); margin-bottom: 17px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid #cfdad8; border-radius: 10px; background: #fbfcfc; color: var(--ink); outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(197,168,107,.15); }
.contact-form textarea { resize: vertical; min-height: 130px; }
.form-note { color: var(--muted); font-size: 11px; text-align: center; margin: 12px 0 0; }

.site-footer { background: var(--green-950); color: rgba(255,255,255,.7); padding: 36px 0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr 1fr; gap: 24px; align-items: center; }
.footer-grid > div:first-child { display: flex; flex-direction: column; }
.footer-grid strong { color: var(--white); font-family: Georgia, serif; font-size: 20px; }
.footer-grid span { font-size: 12px; }
.footer-links { display: flex; gap: 18px; font-size: 13px; }
.footer-meta { text-align: right; display: flex; flex-direction: column; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; z-index: 900; border-radius: 50%; background: var(--gold); color: var(--green-950); box-shadow: 0 14px 35px rgba(2,40,43,.3); font-size: 26px; font-weight: 900; border: 4px solid var(--white); }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 24px; background: var(--green-950); border-top: 1px solid rgba(255,255,255,.08); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 0; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { padding-top: 76px; }
  .hero-grid, .split-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-card { justify-self: start; width: min(100%, 420px); }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:first-child { padding-left: 26px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; text-align: left; }
  .footer-meta { text-align: left; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand-text small { display: none; }
  .hero { padding: 64px 0 58px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-points { flex-direction: column; gap: 7px; }
  .trust-grid, .services-grid, .audience-grid, .values-grid, .field-row { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid #e5ded1; padding-left: 0 !important; }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 76px 0; }
  .service-card, .contact-form { padding: 25px; }
  .about-panel { min-height: 380px; padding: 32px; }
  .about-panel p { font-size: 29px; }
  .footer-links { flex-wrap: wrap; }
  .floating-whatsapp { width: 52px; height: 52px; right: 14px; bottom: 14px; }
}

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