@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --font-sans: "Manrope";
  --font-serif: "Lora";
  --forest: #15543f;
  --forest-deep: #0d3b2c;
  --sage: #7bc58e;
  --mint: #eaf5ec;
  --cream: #fbfcf8;
  --sand: #dba46f;
  --ink: #17372d;
  --muted: #5c6e66;
  --line: #dce8df;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--font-sans), Arial, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.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; left: 16px; top: -60px; z-index: 999; background: var(--forest); color: white; padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(21,84,63,.1); backdrop-filter: blur(16px); }
.nav-shell { width: min(1180px, calc(100% - 40px)); min-height: 108px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 148px; height: auto; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: .91rem; font-weight: 650; color: #38594d; }
.nav-links a { transition: color .2s; }
.nav-links a:hover { color: var(--forest); }
.nav-cta { padding: 12px 18px; background: var(--forest); color: white !important; border-radius: 999px; box-shadow: 0 8px 20px rgba(21,84,63,.16); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: var(--mint); border-radius: 12px; padding: 11px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: var(--forest); margin: 5px 0; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 10% 30%, rgba(123,197,142,.2), transparent 32%), linear-gradient(115deg, #f6fbf5 0%, #fbfcf8 62%, #f2f7ef 100%); }
.hero::before { content: ""; position: absolute; right: -180px; top: -230px; width: 600px; height: 600px; border: 1px solid rgba(21,84,63,.09); border-radius: 50%; box-shadow: 0 0 0 90px rgba(123,197,142,.05), 0 0 0 180px rgba(123,197,142,.035); }
.hero-shell, .section-shell { width: min(1180px, calc(100% - 40px)); margin: auto; }
.hero-shell { position: relative; display: grid; grid-template-columns: 1.02fr .88fr; align-items: center; gap: 72px; min-height: 690px; padding: 64px 0 72px; }
.eyebrow { margin: 0 0 20px; color: var(--forest); text-transform: uppercase; letter-spacing: .14em; font-size: .73rem; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 30px; height: 2px; background: var(--sand); display: inline-block; }
.eyebrow.light { color: #cce8d3; }
.hero h1 { margin: 0; max-width: 720px; font-family: var(--font-serif), Georgia, serif; font-size: clamp(3.25rem, 5.4vw, 5.25rem); line-height: 1.02; letter-spacing: -.045em; font-weight: 500; color: var(--forest-deep); }
.hero h1 em { color: var(--forest); font-weight: 500; }
.hero-lead { max-width: 650px; margin: 26px 0 0; font-size: 1.08rem; color: var(--muted); line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 52px; border: 0; border-radius: 999px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; font-weight: 750; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--forest); color: white; box-shadow: 0 12px 26px rgba(21,84,63,.2); }
.button.secondary { color: var(--forest); background: white; border: 1px solid #ccded1; }
.trust-row { display: flex; margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); }
.trust-row div { padding: 0 24px; border-right: 1px solid var(--line); }
.trust-row div:first-child { padding-left: 0; }
.trust-row div:last-child { border: 0; }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font-size: .9rem; color: var(--forest); }
.trust-row span { font-size: .72rem; color: var(--muted); margin-top: 2px; }
.hero-visual { position: relative; }
.hero-visual > img { width: 100%; height: 530px; object-fit: cover; border-radius: 240px 240px 28px 28px; box-shadow: 0 28px 70px rgba(22,69,53,.2); }
.hero-visual::after { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid rgba(21,84,63,.24); border-radius: 240px 240px 28px 28px; z-index: -1; }
.floating-card { position: absolute; bottom: 34px; left: -44px; background: rgba(255,255,255,.96); padding: 16px 20px; border-radius: 16px; box-shadow: 0 18px 42px rgba(13,59,44,.18); display: flex; align-items: center; gap: 12px; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { color: var(--forest); font-size: .88rem; }
.floating-card small { color: var(--muted); }
.pulse-dot { width: 11px; height: 11px; border-radius: 50%; background: #3db66a; box-shadow: 0 0 0 7px rgba(61,182,106,.13); }
.leaf-mark { position: absolute; right: -28px; top: 25%; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--sand); font-size: 1.4rem; box-shadow: 0 16px 28px rgba(109,71,38,.15); }
.intro-strip { padding: 28px 20px; background: var(--forest); color: #d5ebdb; text-align: center; }
.intro-strip p { margin: 0; font-family: var(--font-serif), Georgia, serif; font-size: clamp(1.2rem, 2vw, 1.55rem); font-style: italic; }
.intro-strip strong { color: white; }

.section { padding: 112px 0; }
.section-heading h2, .process-copy h2, .resource-grid h2, .faq-intro h2, .contact-copy h2 { margin: 0; font-family: var(--font-serif), Georgia, serif; font-size: clamp(2.35rem, 4vw, 3.7rem); line-height: 1.08; letter-spacing: -.035em; font-weight: 500; color: var(--forest-deep); }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 60px; margin-bottom: 50px; }
.split-heading > p { max-width: 480px; margin: 0; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { min-height: 340px; padding: 32px 28px; border: 1px solid var(--line); border-radius: 20px; background: white; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 20px 45px rgba(31,75,59,.1); border-color: #bdd5c3; }
.service-number { width: 46px; height: 46px; border-radius: 50%; background: var(--mint); color: var(--forest); display: grid; place-items: center; font-weight: 800; font-size: .78rem; }
.service-card h3 { margin: 30px 0 12px; font-family: var(--font-serif), Georgia, serif; font-size: 1.45rem; color: var(--forest-deep); }
.service-card p { margin: 0 0 26px; color: var(--muted); font-size: .91rem; line-height: 1.7; }
.service-card a { margin-top: auto; color: var(--forest); font-size: .85rem; font-weight: 800; display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); }

.process-section { background: var(--forest-deep); color: white; }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 88px; align-items: center; }
.process-image { position: relative; }
.process-image img { width: 100%; height: 600px; object-fit: cover; border-radius: 28px; opacity: .9; }
.image-caption { position: absolute; left: 24px; right: 24px; bottom: 24px; background: rgba(255,255,255,.94); color: var(--forest-deep); padding: 18px 20px; border-radius: 14px; }
.image-caption strong, .image-caption span { display: block; }
.image-caption span { color: var(--muted); font-size: .8rem; margin-top: 3px; }
.process-copy h2 { color: white; }
.steps { list-style: none; padding: 0; margin: 38px 0 30px; }
.steps li { display: flex; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.steps li > span { width: 38px; height: 38px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; background: rgba(123,197,142,.14); color: #a9dfb5; font-weight: 800; font-size: .8rem; }
.steps strong { font-family: var(--font-serif), Georgia, serif; font-size: 1.13rem; }
.steps p { margin: 4px 0 0; color: #b6ccc3; font-size: .87rem; }
.text-link { display: inline-flex; gap: 34px; align-items: center; padding-bottom: 7px; color: white; border-bottom: 1px solid rgba(255,255,255,.4); font-weight: 800; font-size: .88rem; }

.principles { background: var(--mint); }
.centered { text-align: center; max-width: 700px; margin: 0 auto 54px; }
.centered .eyebrow { justify-content: center; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.principles-grid article { text-align: center; background: rgba(255,255,255,.75); border: 1px solid rgba(21,84,63,.11); padding: 42px 34px; border-radius: 22px; }
.principles-grid article > span { width: 64px; height: 64px; margin: auto; display: grid; place-items: center; background: white; color: var(--forest); border-radius: 50%; font-size: 1.4rem; box-shadow: 0 10px 24px rgba(21,84,63,.08); }
.principles-grid h3 { margin: 24px 0 10px; font-family: var(--font-serif), Georgia, serif; color: var(--forest-deep); font-size: 1.35rem; }
.principles-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.resource-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.resource-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); margin: 24px 0; }
.check-list { list-style: none; padding: 0; margin: 30px 0 0; }
.check-list li { padding: 13px 0 13px 34px; border-bottom: 1px solid var(--line); position: relative; font-weight: 650; font-size: .9rem; }
.check-list li::before { content: "✓"; position: absolute; left: 3px; color: var(--forest); font-weight: 900; }
.photo-pair { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; align-items: end; }
.photo-pair img { width: 100%; height: 480px; object-fit: cover; border-radius: 26px; }
.photo-pair img:last-child { height: 380px; }

.faq-section { background: #f1f6f1; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.text-link.dark { color: var(--forest); border-color: #a4bda9; margin-top: 14px; }
.faq-list details { border-bottom: 1px solid #cdddcf; }
.faq-list summary { list-style: none; cursor: pointer; padding: 22px 0; display: flex; justify-content: space-between; gap: 30px; font-family: var(--font-serif), Georgia, serif; font-size: 1.15rem; font-weight: 600; color: var(--forest-deep); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: var(--font-sans); font-size: 1.5rem; color: var(--forest); font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -6px 40px 22px 0; color: var(--muted); font-size: .92rem; }

.contact-section { padding: 112px 0; background: var(--forest); color: white; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-copy h2 { color: white; }
.contact-copy > p:not(.eyebrow) { color: #c1d7ca; margin: 24px 0 34px; }
.direct-contact { display: grid; gap: 12px; }
.direct-contact a { display: flex; align-items: center; gap: 14px; color: white; }
.direct-contact a > span { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.1); display: grid; place-items: center; font-size: .75rem; font-weight: 900; }
.direct-contact small, .direct-contact strong { display: block; }
.direct-contact small { color: #a9c9b7; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.direct-contact strong { font-size: .84rem; }
.contact-form { background: white; color: var(--ink); padding: 38px; border-radius: 24px; box-shadow: 0 26px 70px rgba(0,0,0,.18); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label:not(.consent) { display: grid; gap: 8px; margin-bottom: 18px; font-size: .78rem; font-weight: 750; color: #345649; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d7e1d9; background: #f9fbf9; border-radius: 10px; padding: 13px 14px; color: var(--ink); outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--sage); box-shadow: 0 0 0 3px rgba(123,197,142,.17); }
.contact-form textarea { resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: .71rem; margin: 4px 0 18px; }
.consent input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 3px; }
.form-button { width: 100%; background: var(--forest); color: white; }
.privacy-note, .form-note { text-align: center; font-size: .68rem; color: #75867e; margin: 12px 0 0; }
.form-note { color: var(--forest); font-weight: 700; }

footer { background: #092f23; color: #9eb9ac; padding: 70px 0 0; }
.footer-shell { width: min(1180px, calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; padding-bottom: 55px; }
.footer-brand img { width: 190px; height: auto; object-fit: contain; padding: 10px; background: white; border-radius: 14px; }
.footer-brand p { margin: 12px 0 0; font-size: .82rem; }
.footer-shell > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; font-size: .78rem; }
.footer-shell strong { color: white; margin-bottom: 8px; font-family: var(--font-serif), Georgia, serif; font-size: 1rem; }
.footer-shell a:hover { color: white; }
.footer-bottom { width: min(1180px, calc(100% - 40px)); margin: auto; border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; display: flex; justify-content: space-between; gap: 20px; font-size: .69rem; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: white; background: #20b967; box-shadow: 0 12px 28px rgba(0,0,0,.22); font-size: .75rem; font-weight: 900; border: 3px solid white; }

@media (max-width: 1000px) {
  .nav-links { gap: 15px; font-size: .82rem; }
  .hero-shell { grid-template-columns: 1fr 1fr; gap: 42px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid, .resource-grid { gap: 48px; }
  .faq-grid, .contact-grid { gap: 50px; }
}

@media (max-width: 760px) {
  .nav-shell { min-height: 98px; }
  .brand img { width: 132px; height: auto; }
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 104px; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 20px 40px rgba(20,60,46,.16); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero-shell { grid-template-columns: 1fr; min-height: auto; padding: 54px 0 72px; }
  .hero h1 { font-size: clamp(2.9rem, 13vw, 4.2rem); }
  .hero-visual { max-width: 520px; margin: auto; }
  .hero-visual > img { height: 450px; }
  .floating-card { left: 14px; }
  .leaf-mark { right: -8px; }
  .section { padding: 80px 0; }
  .split-heading, .process-grid, .resource-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .principles-grid { grid-template-columns: 1fr; }
  .process-image img { height: 480px; }
  .photo-pair img { height: 400px; }
  .photo-pair img:last-child { height: 320px; }
  .footer-shell { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .hero-shell, .section-shell, .nav-shell, .footer-shell, .footer-bottom { width: min(100% - 28px, 1180px); }
  .hero-actions .button { width: 100%; }
  .trust-row { justify-content: space-between; }
  .trust-row div { padding: 0 10px; }
  .hero-visual > img { height: 390px; }
  .floating-card { bottom: 18px; padding: 13px 15px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .process-image img { height: 380px; }
  .photo-pair { grid-template-columns: 1fr; }
  .photo-pair img, .photo-pair img:last-child { height: 320px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 25px 20px; }
  .footer-shell { grid-template-columns: 1fr 1fr; gap: 36px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

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