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



:root {
  --radius: 0.8rem;
  --background: #f6f7f2;
  --foreground: #10221d;
  --card: #ffffff;
  --card-foreground: #10221d;
  --popover: #ffffff;
  --popover-foreground: #10221d;
  --primary: #45B34D;
  --primary-foreground: #0B2410;
  --secondary: #e7eee7;
  --secondary-foreground: #10221d;
  --muted: #e8ede6;
  --muted-foreground: #6e7c74;
  --accent: #E4F4E5;
  --accent-foreground: #10221d;
  --destructive: #b91c1c;
  --destructive-foreground: #fff;
  --border: #dce6dd;
  --input: #dce6dd;
  --ring: #45B34D;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: 'Manrope', sans-serif; }
button, input, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.container { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.section-pad { padding: 132px 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #4f6b5e; font-size: 10px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 29px; height: 1px; background: #24b868; }
.light-eyebrow { color: #b7c7bc; }
.light-eyebrow span { background: #33de82; }

.announcement-bar { background: #0c1815; color: #c4d4c9; font-size: 11px; letter-spacing: .03em; }
.announcement-inner { display: flex; align-items: center; gap: 10px; min-height: 34px; }
.announcement-dot { width: 6px; height: 6px; background: #28db78; border-radius: 100%; box-shadow: 0 0 0 4px rgba(40,219,120,.12); }
.announcement-link { display: inline-flex; align-items: center; gap: 5px; margin-left: auto; color: #e5f5e9; transition: color .18s ease; }
.announcement-link:hover { color: #35e781; }

.hero-section { position: relative; min-height: 760px; overflow: hidden; background: #12251f; color: #fff; }
.hero-image, .hero-overlay, .hero-grain { position: absolute; inset: 0; pointer-events: none; }
.hero-image { background: url('/assets/hero.jpg') center center / cover no-repeat; transform: scale(1.015); }
.hero-overlay { background: linear-gradient(90deg, rgba(8,22,18,.93) 0%, rgba(8,22,18,.66) 44%, rgba(8,22,18,.2) 100%), linear-gradient(0deg, rgba(8,22,18,.7) 0%, transparent 42%); }
.hero-grain { opacity: .08; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.site-header { position: relative; z-index: 3; border-bottom: 1px solid rgba(255,255,255,.13); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 86px; }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; width: 125px; }
.brand-mark { color: #33e77d; font-size: 25px; font-weight: 800; letter-spacing: -.08em; line-height: .9; }
.brand-sub { margin-top: 5px; color: rgba(255,255,255,.62); font-size: 6px; font-weight: 800; letter-spacing: .24em; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: 65px; color: rgba(255,255,255,.71); font-size: 12px; font-weight: 700; }
.desktop-nav a { position: relative; padding: 8px 0; transition: color .18s ease; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: #31df7d; content: ''; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-whatsapp { display: inline-flex; align-items: center; gap: 8px; padding: 12px 17px; border: 1px solid rgba(57,220,125,.8); border-radius: 99px; color: #eaffef; font-size: 11px; font-weight: 800; transition: background .2s ease, color .2s ease, transform .2s ease; }
.header-whatsapp:hover { background: #32d978; color: #0B2410; transform: translateY(-2px); }
.menu-button { display: none; border: 0; background: transparent; color: #fff; }
.mobile-menu { display: none; }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); align-items: center; gap: 80px; min-height: 580px; padding-top: 42px; }
.hero-copy { max-width: 720px; }
.hero-copy h1 { max-width: 730px; margin: 0; color: #fff; font-size: clamp(58px, 7vw, 108px); font-weight: 500; letter-spacing: -.065em; line-height: .91; }
.hero-copy h1 em, h2 em { color: #30dc7b; font-family: 'DM Serif Display', serif; font-weight: 400; letter-spacing: -.03em; }
.hero-description { max-width: 500px; margin: 31px 0 30px; color: #c0ccc5; font-size: 15px; line-height: 1.7; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 49px; padding: 0 20px; border-radius: 99px; border: 0; font-size: 12px; font-weight: 800; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: scale(.97); }
.button-green { background: #2fdf7b; color: #0B2410; }
.button-green:hover { background: #58e88e; }
.button-ghost { border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.03); color: #fff; }
.button-ghost:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.11); }
.button-dark { background: #10221d; color: #fff; }
.button-dark:hover { background: #203e32; }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 57px; color: #e8f2eb; }
.hero-proof strong, .hero-proof small { display: block; }
.hero-proof strong { font-size: 11px; font-weight: 700; }
.hero-proof small { margin-top: 4px; color: #9faf9f; font-size: 10px; }
.avatar-stack { display: flex; padding-left: 9px; }
.avatar-stack span { display: grid; place-items: center; width: 28px; height: 28px; margin-left: -9px; border: 2px solid #182c25; border-radius: 50%; background: #b7c7bc; color: #263e31; font-size: 8px; font-weight: 800; }
.avatar-stack span:nth-child(2) { background: #d1a574; }
.avatar-stack span:nth-child(3) { background: #768e83; color: #fff; }
.hero-side-card { align-self: end; max-width: 340px; margin-bottom: 30px; padding: 23px 24px 24px; border: 1px solid rgba(255,255,255,.2); border-radius: 2px; background: rgba(14,35,28,.5); backdrop-filter: blur(14px); box-shadow: 0 18px 50px rgba(0,0,0,.16); }
.side-card-top, .side-card-bottom { display: flex; align-items: center; justify-content: space-between; }
.live-pill { display: inline-flex; align-items: center; gap: 6px; color: #7ceda5; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.live-pill span { width: 5px; height: 5px; border-radius: 50%; background: #35dd7b; box-shadow: 0 0 0 3px rgba(53,221,123,.15); }
.card-index { color: #8b9e92; font-size: 10px; letter-spacing: .1em; }
.side-card-icon { display: grid; place-items: center; width: 51px; height: 51px; margin: 43px 0 20px; border-radius: 50%; background: #2cdb78; color: #0B2410; }
.hero-side-card h2 { margin: 0; color: #fff; font-size: 23px; font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
.hero-side-card h2 span { color: #70eb9d; font-family: 'DM Serif Display', serif; font-style: italic; font-weight: 400; }
.hero-side-card p { margin: 13px 0 20px; color: #b1c2b7; font-size: 11px; line-height: 1.6; }
.card-link { display: inline-flex; align-items: center; gap: 8px; color: #e9faee; font-size: 11px; font-weight: 800; transition: gap .2s ease; }
.card-link:hover { gap: 13px; color: #48e589; }
.hero-footer { position: absolute; z-index: 2; right: 0; bottom: 22px; left: 0; display: flex; align-items: center; justify-content: space-between; color: #a9b9af; font-size: 10px; }
.scroll-cue, .hero-location { display: flex; align-items: center; gap: 11px; }
.scroll-line { display: inline-block; width: 44px; height: 1px; background: #4e6d5a; }
.hero-location { gap: 7px; }

.trust-strip { background: #dceee2; }
.trust-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; min-height: 125px; align-items: center; gap: 34px; }
.trust-intro { color: #527060; font-family: 'DM Serif Display', serif; font-size: 21px; line-height: 1.02; }
.trust-intro em { color: #10221d; }
.trust-item { display: flex; align-items: center; gap: 12px; }
.trust-item svg { color: #20b964; }
.trust-item strong, .trust-item span { display: block; }
.trust-item strong { font-size: 11px; }
.trust-item span { margin-top: 4px; color: #668071; font-size: 10px; }

.about-section { background: #f6f7f2; }
.about-grid { display: grid; grid-template-columns: 90px minmax(0, 1.4fr) minmax(290px, .78fr); align-items: start; gap: 46px; }
.about-label { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; color: #73927e; }
.section-number { color: #22c36b; font-size: 11px; font-weight: 800; }
.vertical-rule { display: block; width: 1px; height: 92px; background: #c3d5c7; }
.rotated-label { margin-top: 2px; font-size: 9px; font-weight: 800; letter-spacing: .16em; writing-mode: vertical-rl; transform: rotate(180deg); }
.about-copy h2, .process-title h2, .whatsapp-copy h2 { margin: 0; color: #10221d; font-size: clamp(45px, 5.3vw, 74px); font-weight: 500; letter-spacing: -.06em; line-height: .95; }
.lead-copy { max-width: 605px; margin: 35px 0 18px; color: #27473a; font-size: 18px; line-height: 1.55; }
.body-copy { max-width: 590px; color: #77877c; font-size: 13px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; padding-bottom: 7px; border-bottom: 1px solid #89a593; color: #193e2c; font-size: 11px; font-weight: 800; transition: gap .2s ease, color .2s ease; }
.text-link:hover { gap: 14px; color: #14ad5b; }
.about-stat-card { position: relative; display: flex; flex-direction: column; min-height: 337px; margin-top: 35px; padding: 24px; overflow: hidden; background: #122821; color: #fff; }
.about-stat-card::after { position: absolute; inset: 0; background: linear-gradient(145deg, rgba(38,161,96,.14), transparent 58%); content: ''; }
.stat-orbit { position: absolute; top: 48px; right: -45px; width: 220px; height: 220px; border: 1px solid rgba(71,226,130,.22); border-radius: 50%; }
.stat-orbit::before, .stat-orbit::after { position: absolute; inset: 19px; border: 1px solid rgba(71,226,130,.18); border-radius: 50%; content: ''; }
.stat-orbit::after { inset: 47px; border-color: rgba(71,226,130,.3); }
.stat-orbit span { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #32df7f; }
.stat-orbit span:first-child { top: 18px; right: 48px; }
.stat-orbit span:nth-child(2) { bottom: 18px; left: 29px; background: #d6a65d; }
.stat-orbit span:nth-child(3) { top: 97px; left: 18px; }
.stat-label { position: relative; z-index: 1; color: #8fa69a; font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.about-stat-card strong { position: relative; z-index: 1; margin-top: auto; color: #ecf5ed; font-size: 28px; font-weight: 500; letter-spacing: -.045em; line-height: 1.04; }
.stat-bottom { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; margin-top: 29px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.14); color: #9bb2a2; font-size: 9px; }
.stat-bottom svg { color: #31de7e; }

.services-section { position: relative; overflow: hidden; background: #10231d; color: #fff; }
.services-section::before { position: absolute; top: -170px; right: -120px; width: 480px; height: 480px; border: 1px solid rgba(53,214,121,.12); border-radius: 50%; box-shadow: 0 0 0 50px rgba(53,214,121,.025), 0 0 0 100px rgba(53,214,121,.018); content: ''; }
.section-heading-row { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 62px; }
.section-heading-row h2 { margin: 0; color: #fff; font-size: clamp(47px, 5.3vw, 75px); font-weight: 500; letter-spacing: -.06em; line-height: .92; }
.section-intro { max-width: 360px; margin: 0 0 2px; color: #9fb3a6; font-size: 12px; line-height: 1.75; }
.services-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 247px; padding: 24px 24px 22px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); background: rgba(18,45,35,.34); transition: background .25s ease, transform .25s ease; cursor: pointer; }
.service-card:hover, .service-card.is-expanded { background: #1a3a2d; }
.service-card:hover { transform: translateY(-4px); z-index: 2; box-shadow: 0 10px 26px rgba(0,0,0,.14); }
.service-card-head { display: flex; justify-content: space-between; color: #36df7f; }
.service-card-head span { color: #86a292; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { max-width: 230px; margin: auto 0 13px; color: #f1f7f2; font-size: 19px; font-weight: 500; letter-spacing: -.035em; line-height: 1.13; }
.service-card-bottom { display: flex; align-items: end; justify-content: space-between; gap: 15px; }
.service-card p { max-width: 240px; height: 34px; margin: 0; overflow: hidden; color: #98ada0; font-size: 10px; line-height: 1.55; transition: height .25s ease; }
.service-card.is-expanded p { height: 49px; }
.service-card button { display: grid; flex: 0 0 auto; place-items: center; width: 28px; height: 28px; border: 1px solid #3f7055; border-radius: 50%; background: transparent; color: #8ef0b0; transition: transform .2s ease, background .2s ease; }
.service-card:hover button { background: #2edf7c; color: #0f261b; transform: rotate(90deg); }
.services-footer { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; margin-top: 26px; color: #7e9989; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-rule { width: 56px; height: 1px; background: #3c6750; }

.process-section { background: #edf2eb; }
.process-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 105px; }
.process-title p:last-child { max-width: 275px; margin-top: 31px; color: #748479; font-size: 13px; line-height: 1.7; }
.process-steps { border-top: 1px solid #cbd8cd; }
.process-step { position: relative; display: grid; grid-template-columns: 66px minmax(0, 1fr) 28px; align-items: start; gap: 23px; padding: 28px 0; border-bottom: 1px solid #cbd8cd; }
.step-number { color: #26bd68; font-size: 11px; font-weight: 800; }
.step-copy h3 { margin: -4px 0 9px; color: #173329; font-size: 19px; font-weight: 600; letter-spacing: -.04em; }
.step-copy p { max-width: 290px; margin: 0; color: #77887c; font-size: 12px; line-height: 1.65; }
.step-arrow { align-self: center; color: #8ca293; }

.whatsapp-section { position: relative; overflow: hidden; background: #17382a; color: #fff; }
.whatsapp-wrap { position: relative; display: grid; grid-template-columns: 1fr .8fr; align-items: center; min-height: 470px; }
.whatsapp-copy { position: relative; z-index: 1; padding: 94px 0; }
.whatsapp-copy h2 { color: #fff; }
.whatsapp-copy p:not(.eyebrow) { max-width: 400px; margin: 27px 0 28px; color: #b7c9bc; font-size: 13px; line-height: 1.7; }
.whatsapp-art { position: absolute; top: 50%; right: 6%; display: grid; place-items: center; width: 405px; height: 405px; border-radius: 50%; background: radial-gradient(circle, rgba(46,216,122,.23) 0%, rgba(46,216,122,.08) 29%, transparent 63%); color: #4ce889; transform: translateY(-50%); }
.art-ring { position: absolute; border: 1px solid rgba(85,232,145,.26); border-radius: 50%; }
.ring-one { width: 260px; height: 260px; }
.ring-two { width: 370px; height: 370px; border-color: rgba(85,232,145,.15); }
.ring-three { width: 500px; height: 500px; border-color: rgba(85,232,145,.09); }

.site-footer { background: #0d1b16; color: #fff; }
.footer-top { display: grid; grid-template-columns: .6fr 1.4fr 1fr; align-items: center; gap: 70px; min-height: 188px; }
.footer-brand { width: 130px; }
.footer-top > p { max-width: 300px; margin: 0; color: #9caea2; font-size: 11px; line-height: 1.7; }
.footer-cta { display: flex; flex-direction: column; align-items: flex-start; justify-self: end; gap: 9px; }
.footer-cta span { color: #8fa399; font-size: 10px; }
.footer-cta button { display: inline-flex; align-items: center; gap: 8px; padding: 0 0 5px; border: 0; border-bottom: 1px solid #3ddd7f; background: transparent; color: #dbf2e1; font-size: 12px; font-weight: 800; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 64px; border-top: 1px solid rgba(255,255,255,.12); color: #71847a; font-size: 9px; }
.social-links, .legal-links { display: flex; align-items: center; gap: 13px; }
.social-links a { display: grid; place-items: center; color: #a4b7aa; transition: color .2s ease, transform .2s ease; }
.social-links a:hover { color: #35e080; transform: translateY(-2px); }
.legal-links { gap: 18px; }
.legal-links a:hover { color: #d5e8da; }

.modal-backdrop { position: fixed; z-index: 20; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(4,15,10,.72); backdrop-filter: blur(8px); }
.inquiry-modal { position: relative; width: min(100%, 490px); padding: 38px; border-radius: 2px; background: #f7faf5; box-shadow: 0 30px 100px rgba(0,0,0,.3); animation: modalIn .25s cubic-bezier(.23,1,.32,1); }
@keyframes modalIn { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.modal-close { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #e8efe8; color: #173329; }
.inquiry-modal h2 { margin: 0; color: #142b22; font-size: 45px; font-weight: 500; letter-spacing: -.06em; line-height: .95; }
.modal-intro { margin: 18px 0 24px; color: #78897d; font-size: 12px; line-height: 1.6; }
.inquiry-modal form { display: grid; gap: 15px; }
.inquiry-modal label { display: grid; gap: 7px; color: #315140; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.inquiry-modal input, .inquiry-modal select { width: 100%; height: 45px; padding: 0 13px; border: 1px solid #d6e2d8; border-radius: 3px; outline: none; background: #fff; color: #173329; font-size: 12px; }
.inquiry-modal input:focus, .inquiry-modal select:focus { border-color: #35cf79; box-shadow: 0 0 0 3px rgba(53,207,121,.11); }
.inquiry-modal .button { width: 100%; margin-top: 5px; }

@media (prefers-reduced-motion: no-preference) {
  .hero-copy, .hero-side-card { animation: riseIn .7s cubic-bezier(.23,1,.32,1) both; }
  .hero-side-card { animation-delay: .12s; }
  @keyframes riseIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
}

@media (max-width: 900px) {
  .container { width: min(100% - 40px, 720px); }
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .menu-button { display: grid; place-items: center; }
  .mobile-menu { position: absolute; right: 20px; left: 20px; display: grid; gap: 3px; padding: 14px; border: 1px solid rgba(255,255,255,.2); background: #122821; box-shadow: 0 20px 30px rgba(0,0,0,.18); }
  .mobile-menu a, .mobile-menu button { padding: 13px 10px; border: 0; background: transparent; color: #d8e8dc; text-align: left; font-size: 12px; font-weight: 700; }
  .mobile-menu button { display: flex; align-items: center; gap: 6px; color: #39e583; }
  .hero-section { min-height: 740px; }
  .hero-content { grid-template-columns: 1fr; gap: 25px; min-height: 590px; padding-top: 60px; }
  .hero-copy h1 { font-size: clamp(57px, 12vw, 85px); }
  .hero-side-card { justify-self: end; max-width: 330px; margin: 0 0 20px; }
  .hero-proof { margin-top: 36px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; padding: 28px 0; }
  .about-grid { grid-template-columns: 60px 1fr; gap: 24px; }
  .about-stat-card { grid-column: 2; margin-top: 20px; }
  .section-heading-row { display: block; }
  .section-intro { margin-top: 28px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr; gap: 50px; }
  .whatsapp-wrap { grid-template-columns: 1fr; }
  .whatsapp-art { right: -90px; opacity: .65; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px; padding: 38px 0; }
  .footer-cta { justify-self: start; }
  .footer-top > p { grid-column: 2; grid-row: 1; }
  .footer-bottom { flex-wrap: wrap; padding: 18px 0; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 32px); }
  .announcement-inner { min-height: 39px; font-size: 9px; }
  .announcement-link { display: none; }
  .header-inner { min-height: 72px; }
  .header-whatsapp { padding: 10px 11px; font-size: 9px; }
  .header-whatsapp svg { display: none; }
  .hero-section { min-height: 785px; }
  .hero-image { background-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,22,18,.92) 0%, rgba(8,22,18,.62) 100%), linear-gradient(0deg, rgba(8,22,18,.85), transparent 55%); }
  .hero-content { min-height: 640px; padding-top: 55px; }
  .hero-copy h1 { font-size: 57px; }
  .hero-description { margin-top: 23px; font-size: 13px; }
  .hero-side-card { width: 100%; max-width: none; margin-top: 5px; }
  .side-card-icon { margin-top: 26px; }
  .hero-footer { bottom: 18px; font-size: 8px; }
  .hero-location { display: none; }
  .trust-grid { grid-template-columns: 1fr; gap: 17px; }
  .trust-intro { margin-bottom: 5px; }
  .section-pad { padding: 88px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 24px; }
  .about-label { display: none; }
  .about-copy h2, .process-title h2, .whatsapp-copy h2 { font-size: 52px; }
  .lead-copy { font-size: 16px; }
  .about-stat-card { grid-column: auto; min-height: 280px; margin-top: 9px; }
  .section-heading-row h2 { font-size: 54px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 218px; }
  .service-card p { max-width: 260px; }
  .process-step { grid-template-columns: 45px minmax(0, 1fr); gap: 10px; }
  .step-arrow { display: none; }
  .whatsapp-wrap { min-height: 555px; }
  .whatsapp-copy { padding: 85px 0; }
  .whatsapp-art { top: auto; right: -140px; bottom: -115px; width: 380px; height: 380px; transform: none; }
  .footer-top { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
  .footer-cta { width: 100%; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 15px; }
  .legal-links { flex-wrap: wrap; }
  .inquiry-modal { padding: 31px 22px 25px; }
  .inquiry-modal h2 { font-size: 39px; }
}


/* Multi-page AQARI system */
.site-page-shell { min-height: 100vh; background: #f6f7f2; }
.subpage-header { position: relative; z-index: 5; background: #10231d; color: #fff; }
.subpage-header .header-inner { border-bottom: 0; }
.subpage-nav a.active { color: #5EC165; }
.subpage-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.subpage-menu-button { color: #fff; }
.subpage-main { background: #f6f7f2; }
.subpage-hero { position: relative; overflow: hidden; min-height: 470px; padding: 55px 0 85px; background: #10231d; color: #fff; }
.subpage-hero::after { position: absolute; right: -130px; bottom: -230px; width: 510px; height: 510px; border: 1px solid rgba(51,224,126,.22); border-radius: 50%; box-shadow: 0 0 0 48px rgba(51,224,126,.04), 0 0 0 96px rgba(51,224,126,.025); content: ''; }
.subpage-hero::before { position: absolute; top: 0; right: 0; bottom: 0; left: 43%; background: linear-gradient(135deg, transparent 30%, rgba(44,160,96,.11)); content: ''; }
.subpage-hero > .container { position: relative; z-index: 1; }
.breadcrumb { display: flex; align-items: center; gap: 10px; margin: 0 0 88px; color: #819a8a; font-size: 10px; }
.breadcrumb a:hover { color: #39df7f; }
.breadcrumb span { color: #526e5d; }
.subpage-hero h1 { max-width: 850px; margin: 0; color: #fff; font-size: clamp(52px, 8vw, 100px); font-weight: 500; letter-spacing: -.065em; line-height: .91; }
.subpage-hero h1 em { color: #5EC165; font-family: 'DM Serif Display', serif; font-weight: 400; }
.subpage-hero-copy { max-width: 465px; margin: 28px 0 0; color: #b4c5b9; font-size: 14px; line-height: 1.7; }
.content-section { background: #f6f7f2; }
.two-col-copy { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.two-col-copy h2, .why-grid h2, .recognition-grid h2 { margin: 0; color: #10221d; font-size: clamp(48px, 5.7vw, 76px); font-weight: 500; letter-spacing: -.065em; line-height: .94; }
.two-col-copy .lead-copy { margin-top: 0; }
.mission-section { padding: 0 0 132px; background: #f6f7f2; }
.mission-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; }
.mission-grid article { min-height: 390px; padding: 35px; background: #e2eee4; }
.mission-grid article:nth-child(2) { background: #d7ebdc; }
.card-kicker { color: #459568; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.mission-grid h2 { margin: 70px 0 25px; color: #153127; font-size: 42px; font-weight: 500; letter-spacing: -.055em; line-height: .97; }
.mission-grid h2 em { color: #199d58; font-family: 'DM Serif Display', serif; font-weight: 400; }
.mission-grid p { max-width: 430px; margin: 0; color: #587265; font-size: 12px; line-height: 1.8; }
.why-section { background: #fff; }
.why-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.benefit-list { border-top: 1px solid #cfdcd1; }
.benefit-list > div { display: grid; grid-template-columns: 50px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid #cfdcd1; }
.benefit-list > div > span { color: #23b765; font-size: 10px; font-weight: 800; }
.benefit-list h3 { margin: -5px 0 9px; color: #153127; font-size: 20px; font-weight: 600; letter-spacing: -.04em; }
.benefit-list p { max-width: 430px; margin: 0; color: #77887c; font-size: 12px; line-height: 1.7; }
.founder-section { padding: 100px 0; background: #122921; color: #fff; }
.founder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.founder-quote svg { color: #34df7e; }
.founder-quote blockquote { max-width: 520px; margin: 28px 0 30px; color: #e6f3e9; font-family: 'DM Serif Display', serif; font-size: 36px; font-weight: 400; line-height: 1.04; }
.founder-quote > span { color: #95ad9e; font-size: 11px; line-height: 1.6; }
.founder-quote b { color: #e2f0e5; font-weight: 600; }
.founder-copy p:not(.eyebrow) { max-width: 430px; margin: 0 0 28px; color: #b2c6b8; font-size: 13px; line-height: 1.8; }
.recognition-section { background: #f6f7f2; }
.recognition-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.recognition-card { max-width: 490px; padding: 36px; background: #e1eee4; }
.recognition-card svg { color: #20b765; }
.recognition-card p { margin: 25px 0; color: #436454; font-size: 18px; line-height: 1.45; }
.recognition-card a { display: inline-flex; align-items: center; gap: 7px; color: #1c633f; font-size: 11px; font-weight: 800; }
.subpage-cta { padding: 100px 0; background: #16382b; color: #fff; }
.subpage-cta h2, .service-callout h2, .contact-cta h2 { margin: 0 0 30px; color: #fff; font-size: clamp(48px, 6vw, 80px); font-weight: 500; letter-spacing: -.065em; line-height: .93; }
.subpage-cta h2 em, .service-callout h2 em, .contact-cta h2 em { color: #5EC165; font-family: 'DM Serif Display', serif; font-weight: 400; }
.services-hero { min-height: 470px; }
.services-list-section { background: #f6f7f2; }
.service-intro-row { margin-bottom: 60px; }
.service-detail-list { border-top: 1px solid #c8d7ca; }
.service-detail { border-bottom: 1px solid #c8d7ca; }
.service-detail-trigger { display: grid; grid-template-columns: 76px 1fr 34px; align-items: center; width: 100%; padding: 24px 0; border: 0; background: transparent; color: #163329; text-align: left; }
.service-detail-index { color: #38913F; font-size: 10px; font-weight: 800; }
.service-detail-title { font-size: 21px; font-weight: 600; letter-spacing: -.045em; }
.service-detail-icon { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #9ab4a0; border-radius: 50%; color: #38913F; transition: transform .2s ease, background .2s ease; }
.service-detail.open .service-detail-icon { background: #27ca70; color: #0B2410; transform: rotate(45deg); }
.service-detail-body { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 3px 0 38px 76px; }
.service-detail-body > div > p { max-width: 355px; margin: 0 0 18px; color: #6d8174; font-size: 12px; line-height: 1.7; }
.requirements > span { color: #4f6f5d; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.requirements ul { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 25px; margin: 16px 0 0; padding: 0; list-style: none; }
.requirements li { display: flex; align-items: flex-start; gap: 7px; color: #436353; font-size: 10px; line-height: 1.5; }
.requirements li svg { flex: 0 0 auto; margin-top: 1px; color: #25bc68; }
.service-callout { padding: 100px 0; background: #122921; color: #fff; }
.service-callout-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 100px; }
.service-callout-inner > div:last-child { padding-bottom: 4px; }
.service-callout-inner > div:last-child p { max-width: 310px; margin: 0 0 24px; color: #b3c7b8; font-size: 13px; line-height: 1.7; }
.contact-section { background: #f6f7f2; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; }
.contact-section h2 { margin: 0; color: #10221d; font-size: clamp(50px, 5.5vw, 75px); font-weight: 500; letter-spacing: -.065em; line-height: .92; }
.contact-section h2 em { color: #1cb866; font-family: 'DM Serif Display', serif; font-weight: 400; }
.contact-fact { display: flex; gap: 13px; margin-top: 27px; }
.contact-fact > svg { flex: 0 0 auto; margin-top: 1px; color: #26ba68; }
.contact-fact span, .contact-fact strong, .contact-fact a { display: block; }
.contact-fact span { margin-bottom: 4px; color: #769080; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-fact strong, .contact-fact a { color: #2c4d3c; font-size: 12px; font-weight: 600; line-height: 1.55; }
.contact-fact a:hover { color: #14ad5b; }
.contact-form-card { padding: 34px; background: #e3eee5; }
.form-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; color: #1b5034; font-size: 11px; font-weight: 800; }
.form-card-head svg { color: #24bb69; }
.contact-form-card form { display: grid; gap: 15px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-form-card label { display: grid; gap: 7px; color: #436353; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.contact-form-card input, .contact-form-card textarea { width: 100%; padding: 13px; border: 1px solid #cbdccc; border-radius: 3px; outline: none; background: #f9fbf8; color: #163329; font-size: 12px; resize: vertical; }
.contact-form-card input { height: 45px; }
.contact-form-card input:focus, .contact-form-card textarea:focus { border-color: #3F9E46; box-shadow: 0 0 0 3px rgba(43,200,113,.11); }
.form-success { padding: 35px 0 15px; }
.success-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: #28c873; color: #092116; font-size: 26px; }
.form-success h3 { margin: 22px 0 8px; color: #163329; font-size: 25px; letter-spacing: -.04em; }
.form-success p { color: #6c8174; font-size: 12px; line-height: 1.6; }
.contact-cta { padding: 90px 0; background: #16382b; }
.contact-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.whatsapp-page { background: #f6f7f2; }
.whatsapp-handoff { display: grid; place-items: center; min-height: 650px; text-align: center; }
.handoff-inner { display: flex; flex-direction: column; align-items: center; }
.handoff-icon { display: grid; place-items: center; width: 78px; height: 78px; margin-bottom: 24px; border-radius: 50%; background: #2bd476; color: #0b281a; }
.handoff-inner .eyebrow { margin-bottom: 17px; }
.handoff-inner h1 { margin: 0; color: #10221d; font-size: clamp(54px, 8vw, 100px); font-weight: 500; letter-spacing: -.07em; line-height: .9; }
.handoff-inner h1 em { color: #1fba64; font-family: 'DM Serif Display', serif; font-weight: 400; }
.handoff-inner > p:not(.eyebrow) { max-width: 450px; margin: 26px 0; color: #718177; font-size: 14px; line-height: 1.7; }
.back-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 25px; color: #436353; font-size: 11px; font-weight: 800; }
.legal-section { min-height: 560px; background: #f6f7f2; }
.legal-layout { display: grid; grid-template-columns: 180px 1fr; gap: 75px; }
.legal-updated { color: #799081; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.legal-layout article { max-width: 680px; margin-bottom: 38px; }
.legal-layout h2 { margin: 0 0 10px; color: #153127; font-size: 24px; letter-spacing: -.04em; }
.legal-layout article p { margin: 0; color: #718177; font-size: 13px; line-height: 1.8; }
.legal-hero { min-height: 390px; }

@media (max-width: 900px) {
  .two-col-copy, .why-grid, .founder-grid, .recognition-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .mission-grid { grid-template-columns: 1fr; }
  .mission-grid article { min-height: 330px; }
  .mission-grid h2 { margin-top: 48px; }
  .service-detail-body { grid-template-columns: 1fr; gap: 28px; padding-left: 76px; }
  .requirements ul { grid-template-columns: 1fr; }
  .service-callout-inner { grid-template-columns: 1fr; gap: 20px; }
  .contact-cta-inner { align-items: flex-start; flex-direction: column; }
  .legal-layout { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 560px) {
  .subpage-hero { min-height: 450px; padding-top: 35px; }
  .breadcrumb { margin-bottom: 75px; }
  .subpage-hero h1 { font-size: 56px; }
  .two-col-copy h2, .why-grid h2, .recognition-grid h2 { font-size: 54px; }
  .mission-grid article { min-height: auto; padding: 25px; }
  .mission-grid h2 { font-size: 38px; }
  .founder-quote blockquote { font-size: 30px; }
  .service-detail-trigger { grid-template-columns: 42px 1fr 30px; gap: 5px; }
  .service-detail-title { font-size: 17px; }
  .service-detail-body { padding-left: 47px; }
  .service-intro-row { margin-bottom: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-card { padding: 24px 18px; }
  .legal-layout { display: block; }
  .legal-updated { margin-bottom: 35px; }
}

.services-list-section .section-heading-row h2 { color: #10221d; }
.services-list-section .section-heading-row h2 em { color: #1db764; }

.bottom-inquiry-section { padding: 102px 0; background: #0d2119; color: #fff; }
.bottom-inquiry-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: center; }
.bottom-inquiry-copy h2 { margin: 0; color: #fff; font-size: clamp(50px, 6vw, 78px); font-weight: 500; letter-spacing: -.065em; line-height: .92; }
.bottom-inquiry-copy h2 em { color: #5EC165; font-family: 'DM Serif Display', serif; font-weight: 400; }
.bottom-inquiry-copy > p:not(.eyebrow) { max-width: 355px; margin: 25px 0 23px; color: #b2c7b9; font-size: 13px; line-height: 1.75; }
.bottom-inquiry-note { display: inline-flex; align-items: center; gap: 8px; color: #80e9a6; font-size: 10px; font-weight: 700; }
.bottom-inquiry-form { padding: 31px; background: #e4f0e6; color: #173329; }
.bottom-form-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 23px; color: #1d5337; font-size: 11px; font-weight: 800; }
.bottom-form-heading span:last-child { color: #799184; font-size: 9px; font-weight: 600; }
.bottom-inquiry-form { display: grid; gap: 14px; }
.bottom-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.bottom-inquiry-form label { display: grid; gap: 7px; color: #436353; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.bottom-inquiry-form input, .bottom-inquiry-form select { width: 100%; height: 46px; padding: 0 13px; border: 1px solid #c9dbcc; border-radius: 3px; outline: none; background: #fbfdfb; color: #173329; font-size: 12px; }
.bottom-inquiry-form input:focus, .bottom-inquiry-form select:focus { border-color: #3F9E46; box-shadow: 0 0 0 3px rgba(43,200,113,.11); }
.bottom-inquiry-form .button { width: 100%; margin-top: 4px; }
@media (max-width: 900px) { .bottom-inquiry-grid { grid-template-columns: 1fr; gap: 45px; } }
@media (max-width: 560px) { .bottom-inquiry-section { padding: 78px 0; } .bottom-inquiry-form { padding: 23px 17px; } .bottom-form-row { grid-template-columns: 1fr; } .bottom-form-heading { align-items: flex-start; flex-direction: column; gap: 5px; } }

/* was @layer base — plain CSS equivalent */
* { border-color: var(--border); }
*:focus-visible { outline: 2px solid color-mix(in srgb, var(--ring) 50%, transparent); outline-offset: 2px; }
body { background: var(--background); color: var(--foreground); }
button:not(:disabled), [role="button"]:not([aria-disabled="true"]),
[type="button"]:not(:disabled), [type="submit"]:not(:disabled), a[href] { cursor: pointer; }

/* ══ static-site additions ═════════════════════════════════════
   Markup changed in three ways when this left React: the wordmark became a
   real logo file, icon pairs toggle with a class instead of a re-render, and
   the legal pages gained a table of contents. */

[hidden] { display: none !important; }

/* brand lockup — replaces the old .brand-mark / .brand-sub text pair */
.brand { width: auto; }
.brand-logo { display: block; width: 132px; height: auto; }
.footer-brand .brand-logo { width: 148px; }
@media (max-width: 620px) { .brand-logo { width: 108px; } }

/* icon pairs: one shows, the other hides, driven by state */
.ic-close { display: none; }
.menu-button.is-open .ic-open,
.service-card.is-expanded .service-card-bottom button .ic-open,
.service-detail.open .service-detail-icon .ic-open { display: none; }
.menu-button.is-open .ic-close,
.service-card.is-expanded .service-card-bottom button .ic-close,
.service-detail.open .service-detail-icon .ic-close { display: inline-block; }

/* toast */
.toast {
  position: fixed; left: 50%; bottom: 26px; z-index: 90;
  display: grid; gap: 3px; min-width: 260px; max-width: min(92vw, 420px);
  padding: 13px 18px; border-radius: 13px;
  background: #10231d; color: #fff; box-shadow: 0 18px 40px rgba(8,20,15,.3);
  transform: translate(-50%, 18px); opacity: 0; pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.toast.is-on { opacity: 1; transform: translate(-50%, 0); }
.toast b { font-size: 14px; font-weight: 700; }
.toast span { color: rgba(255,255,255,.72); font-size: 12.5px; }

/* busy submit button */
.button.is-busy, button.is-busy { opacity: .6; pointer-events: none; }

/* reveal on scroll */
.rv { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.rv.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .rv, .rv.is-in { opacity: 1; transform: none; transition: none; }
}

/* legal pages: hero meta + table of contents + prose */
.lhead__meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 20px; color: rgba(255,255,255,.6); font-size: 12.5px; }
.lhead__meta b { color: #fff; font-weight: 600; }
.legal-layout { display: grid; grid-template-columns: 232px minmax(0, 1fr); gap: 56px; align-items: start; }
.toc { position: sticky; top: 26px; }
.toc > span { display: block; margin-bottom: 12px; color: #77887c; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.toc ol { margin: 0; padding: 0; list-style: none; display: grid; gap: 2px; counter-reset: toc; }
.toc li { counter-increment: toc; }
.toc a {
  display: flex; gap: 10px; padding: 7px 10px; border-radius: 8px;
  color: #436353; font-size: 13.5px; text-decoration: none; transition: background .15s ease, color .15s ease;
}
.toc a::before { content: counter(toc, decimal-leading-zero); color: #a8b8ac; font-size: 11px; font-weight: 700; padding-top: 2px; }
.toc a:hover { background: #eef3ec; color: #10221d; }
.prose article { padding: 26px 0; border-top: 1px solid #dce6dd; scroll-margin-top: 24px; }
.prose article:first-child { border-top: 0; padding-top: 0; }
.prose h2 { margin: 0 0 12px; font-family: 'DM Serif Display', serif; font-size: clamp(21px, 2.4vw, 27px); font-weight: 400; color: #10221d; }
.prose p { margin: 0 0 12px; color: #436353; font-size: 15px; line-height: 1.72; }
.prose p:last-child { margin-bottom: 0; }
.prose ul, .prose ol { margin: 0 0 12px; padding-left: 20px; color: #436353; font-size: 15px; line-height: 1.72; }
.prose a { color: #38913F; }
.prose table { width: 100%; border-collapse: collapse; margin: 6px 0 14px; font-size: 13.5px; }
.prose th, .prose td { padding: 9px 12px; border: 1px solid #dce6dd; text-align: left; color: #436353; }
.prose th { background: #eef3ec; color: #10221d; font-weight: 600; }
@media (max-width: 900px) {
  .legal-layout { grid-template-columns: 1fr; gap: 30px; }
  .toc { position: static; }
  .toc ol { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); }
}
