:root {
  --green: #063e33;
  --green-deep: #022c25;
  --green-soft: #e9f0eb;
  --gold: #d8a84e;
  --gold-pale: #f6e8c9;
  --cream: #faf7ef;
  --ink: #13241f;
  --muted: #5b6863;
  --white: #fff;
  --line: rgba(6, 62, 51, .16);
  --shadow: 0 26px 70px rgba(6, 44, 37, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; color: var(--white); background: var(--green); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.topbar { color: var(--gold-pale); background: var(--green-deep); font-size: .78rem; letter-spacing: .04em; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-links { display: flex; gap: 24px; }
.topbar a:hover { color: var(--white); }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(216, 168, 78, .28); background: rgba(250, 247, 239, .94); backdrop-filter: blur(14px); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { width: 174px; height: 64px; overflow: hidden; border-radius: 3px; background: var(--green); }
.brand img { width: 100%; height: 100%; object-fit: cover; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 700; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .25s ease; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 18px; color: var(--white); background: var(--green); border-radius: 3px; }
.nav-cta:hover { background: var(--green-deep); }
.menu-button { display: none; padding: 8px; border: 0; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; width: 28px; height: 2px; margin: 5px 0; background: var(--green); }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--green); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; left: -260px; top: -220px; border: 1px solid rgba(216, 168, 78, .22); border-radius: 50%; box-shadow: 0 0 0 80px rgba(216,168,78,.035), 0 0 0 160px rgba(216,168,78,.025); }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 72px; padding-block: 70px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; color: #b88730; font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold-pale); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.03em; line-height: 1.03; }
h1 { max-width: 720px; font-size: clamp(3.8rem, 7.4vw, 7rem); }
h2 { font-size: clamp(2.5rem, 4vw, 4.25rem); }
h3 { margin: 0; line-height: 1.2; }
.brand-tagline { width: fit-content; margin: 24px 0 0; padding: 8px 13px; color: var(--gold-pale); border: 1px solid rgba(216,168,78,.55); border-radius: 3px; font-family: var(--serif); font-size: clamp(1.12rem, 1.6vw, 1.38rem); font-style: italic; letter-spacing: .01em; }
.brand-tagline sup { margin-left: 2px; font-family: var(--sans); font-size: .5em; font-style: normal; vertical-align: super; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.08rem, 1.6vw, 1.34rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 3px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--green-deep); background: var(--gold); }
.button-gold:hover { background: #e8bd67; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.45); }
.button-ghost:hover { color: var(--green); background: var(--white); }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px 28px; margin: 32px 0 0; padding: 0; color: rgba(255,255,255,.78); font-size: .87rem; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: var(--gold); font-weight: 900; }
.hero-visual { position: relative; width: 100%; aspect-ratio: 1054 / 1322; overflow: hidden; border-radius: 170px 170px 12px 12px; box-shadow: var(--shadow); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(6,62,51,.04) 45%, rgba(2,44,37,.28)); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

.proof-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: flex; align-items: baseline; justify-content: center; gap: 10px; padding: 24px 14px; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { border-left: 1px solid var(--line); }
.proof-grid strong { color: var(--green); font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
.proof-grid span { color: var(--muted); font-size: .82rem; }

.section { padding-block: 112px; }
.section-heading { max-width: 790px; margin-bottom: 54px; }
.section-heading > p:last-child { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: 1.06rem; }
.section-heading.compact { max-width: 710px; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 340px; padding: 32px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.5); transition: transform .22s ease, background .22s ease; }
.service-card:hover { transform: translateY(-5px); background: var(--white); }
.service-card .number { display: block; margin-bottom: 82px; color: var(--gold); font-family: var(--serif); font-size: 1.15rem; }
.service-card h3 { color: var(--green); font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.service-card p { margin: 16px 0 0; color: var(--muted); font-size: .93rem; }

.benefits { background: var(--white); }
.split { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 86px; }
.image-panel { position: relative; height: 670px; }
.image-panel img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; border-radius: 4px; }
.image-label { position: absolute; left: -18px; bottom: 28px; padding: 12px 18px; color: var(--green); background: var(--gold-pale); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.benefit-copy h2 { max-width: 520px; }
.benefit-list { margin-top: 44px; border-top: 1px solid var(--line); }
.benefit-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.benefit-list > div > span { color: var(--gold); font-family: var(--serif); }
.benefit-list h3 { color: var(--green); font-family: var(--serif); font-size: 1.18rem; font-weight: 500; }
.benefit-list p { margin: 6px 0 0; color: var(--muted); font-size: .9rem; }

.about { color: var(--white); background: var(--green-deep); }
.about .eyebrow { color: var(--gold); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.about-copy > p { margin: 0 0 20px; color: rgba(255,255,255,.76); font-size: 1.05rem; }
.credentials { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 38px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); }
.credentials > div { padding: 24px; background: var(--green-deep); }
.credentials strong, .credentials span { display: block; }
.credentials strong { color: var(--gold); font-family: var(--serif); font-size: 1.4rem; font-weight: 500; }
.credentials span { margin-top: 5px; color: rgba(255,255,255,.68); font-size: .82rem; }

.founder { background: var(--cream); }
.founder-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 100px; }
.founder-intro { position: sticky; top: 130px; }
.founder-lead { margin: 26px 0 0; color: var(--muted); font-size: 1.07rem; }
.founder blockquote { margin: 42px 0 0; padding: 26px 0 0 28px; border-top: 1px solid var(--line); border-left: 3px solid var(--gold); }
.founder blockquote p { margin: 0; color: var(--green); font-family: var(--serif); font-size: 1.3rem; line-height: 1.45; }
.founder blockquote cite { display: block; margin-top: 14px; color: var(--muted); font-size: .78rem; font-style: normal; font-weight: 750; }
.career-story { border-top: 1px solid var(--line); }
.career-story article { display: grid; grid-template-columns: 82px 1fr; gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.career-story article > span { color: var(--gold); font-family: var(--serif); font-size: 1.05rem; }
.career-story h3 { color: var(--green); font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.career-story p { margin: 10px 0 0; color: var(--muted); font-size: .94rem; }

.partner { background: #f2eee3; }
.partner-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.partner-grid p:not(.eyebrow) { max-width: 630px; margin: 24px 0; color: var(--muted); }
.partner-grid img { width: 100%; box-shadow: var(--shadow); border: 10px solid var(--white); }
.text-link { color: var(--green); font-weight: 850; }
.text-link span { color: var(--gold); transition: margin-left .2s ease; }
.text-link:hover span { margin-left: 6px; }

.system-check { color: var(--white); background: var(--green); }
.system-check .eyebrow { color: var(--gold); }
.system-check-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.system-check-copy p { margin: 0 0 20px; color: rgba(255,255,255,.78); font-size: 1.02rem; }
.system-check-copy .button { margin-top: 14px; }

.process { background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0; padding: 0; background: var(--line); list-style: none; }
.process-grid li { min-height: 270px; padding: 30px 24px; background: var(--white); }
.process-grid span { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 58px; color: var(--green); border: 1px solid var(--gold); border-radius: 50%; font-family: var(--serif); }
.process-grid h3 { color: var(--green); font-family: var(--serif); font-size: 1.3rem; font-weight: 500; }
.process-grid p { color: var(--muted); font-size: .9rem; }

.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.faq-grid > div:first-child > p:last-child { max-width: 420px; color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 24px 44px 24px 0; color: var(--green); font-weight: 800; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 6px; color: var(--gold); font-size: 1.5rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 650px; margin: 0 0 24px; color: var(--muted); font-size: .92rem; }

.survey { color: var(--white); background: var(--green); }
.survey .eyebrow { color: var(--gold); }
.survey-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.survey-copy > p:not(.eyebrow) { max-width: 470px; color: rgba(255,255,255,.75); }
.phone-link, .email-link { display: block; width: fit-content; }
.contact-numbers { display: flex; flex-wrap: wrap; gap: 18px 32px; margin-top: 34px; }
.phone-link { color: var(--gold); font-family: var(--serif); font-size: 1.65rem; }
.phone-link span { display: block; color: rgba(255,255,255,.7); font-family: var(--sans); font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.whatsapp-link { display: block; margin-top: 4px; color: rgba(255,255,255,.82); font-size: .72rem; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.email-link { color: rgba(255,255,255,.8); font-size: .9rem; }
.survey-form { display: grid; gap: 16px; padding: 34px; color: var(--ink); background: var(--white); border-radius: 4px; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; color: var(--green); font-size: .78rem; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid #cfd7d2; border-radius: 2px; padding: 12px 13px; color: var(--ink); background: #fcfdfc; outline: none; }
input:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(216,168,78,.18); }
textarea { resize: vertical; }
.survey-form .button { justify-self: start; border: 0; }
.form-note { margin: 0; color: var(--muted); font-size: .72rem; }

footer { padding: 72px 0 26px; color: rgba(255,255,255,.72); background: #011d18; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 70px; }
.footer-brand img { width: 170px; height: 90px; object-fit: cover; }
.footer-grid h2 { margin-bottom: 18px; color: var(--gold); font-family: var(--sans); font-size: .74rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a, .footer-grid p { display: block; margin: 6px 0; font-size: .86rem; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .7rem; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { max-width: 600px; text-align: right; }

@media (max-width: 980px) {
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 86px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 14px 20px 22px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 18px 38px rgba(6,44,37,.12); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 4px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .about-grid, .founder-grid, .partner-grid, .system-check-grid, .faq-grid, .survey-grid { grid-template-columns: 1fr; gap: 58px; }
  .founder-intro { position: static; }
  .image-panel { height: 580px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .topbar-inner { min-height: 34px; justify-content: center; }
  .topbar-inner > span, .topbar-links a:last-child { display: none; }
  .nav-wrap { height: 76px; }
  .brand { width: 154px; height: 56px; }
  .site-nav { top: 76px; }
  .hero-grid { min-height: 0; padding-block: 54px; }
  h1 { font-size: clamp(3.2rem, 16vw, 4.8rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.3rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { border-radius: 100px 100px 8px 8px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div { flex-direction: column; align-items: center; gap: 0; }
  .proof-grid > div:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .proof-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .section { padding-block: 78px; }
  .card-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .service-card .number { margin-bottom: 48px; }
  .image-panel { height: 440px; }
  .about-grid { gap: 40px; }
  .career-story article { grid-template-columns: 62px 1fr; gap: 18px; }
  .credentials { grid-template-columns: 1fr; }
  .process-grid li { min-height: 230px; }
  .process-grid span { margin-bottom: 40px; }
  .field-row { grid-template-columns: 1fr; }
  .survey-form { padding: 24px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom p:last-child { text-align: left; }
}

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