@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root { --ink: #151a18; --green: #a9e66d; --green-dark: #2f6d49; --paper: #f5f1e9; --cream: #fffdf8; --yellow: #f9d34b; --coral: #ef725b; --line: rgba(21, 26, 24, .16); --muted: #65706a; --display: 'Space Grotesk', sans-serif; --body: 'DM Sans', sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.section-shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.announcement { min-height: 32px; padding: 7px 20px; background: var(--green); display: flex; justify-content: center; align-items: center; gap: 12px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.announcement-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--ink); }
.site-header { width: min(1280px, calc(100% - 48px)); height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand img { display: block; width: 150px; height: 86px; object-fit: contain; mix-blend-mode: multiply; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; font-size: 14px; font-weight: 600; }
.main-nav a, .footer-links a { transition: color .2s ease; }
.main-nav a:hover, .footer-links a:hover { color: var(--green-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 48px; padding: 0 21px; border: 1px solid transparent; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--ink); }
.button-primary:hover { background: #bdf080; }
.button-dark { background: var(--ink); color: var(--cream); }
.button-dark:hover { background: var(--green-dark); }
.button-outline { border-color: var(--ink); }
.button-outline:hover { background: var(--ink); color: white; }
.header-button { min-height: 42px; padding-inline: 17px; }
.social-icon { display: inline-grid; flex: 0 0 auto; width: 20px; height: 20px; place-items: center; color: var(--ink); transition: color .2s ease; }
.social-icon svg { display: block; width: 100%; height: 100%; fill: currentColor; }
.social-icon:hover { color: var(--green-dark); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px 0 8px 8px; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px 0; background: var(--ink); }
.hero { min-height: 610px; display: grid; grid-template-columns: 46% 54%; align-items: center; padding-top: 34px; padding-bottom: 75px; }
.eyebrow { margin: 0 0 19px; color: var(--green-dark); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-mark { display: inline-block; width: 23px; height: 7px; margin-right: 9px; background: var(--coral); transform: skew(-25deg); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 600px; margin-bottom: 25px; font-size: clamp(60px, 7vw, 92px); }
h1 em, h2 em { color: var(--green-dark); font-style: normal; }
.hero-text { max-width: 400px; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 32px; }
.text-link { border-bottom: 1px solid var(--ink); padding-bottom: 4px; font-size: 13px; font-weight: 700; }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 54px; }
.proof-avatars { display: flex; }
.proof-avatars span { display: grid; width: 30px; height: 30px; margin-right: -7px; border: 2px solid var(--paper); border-radius: 50%; place-items: center; background: var(--green-dark); color: white; font-size: 10px; font-weight: 700; }
.proof-avatars span:nth-child(2) { background: var(--coral); }.proof-avatars span:nth-child(3) { background: var(--yellow); color: var(--ink); }
.hero-proof p { margin: 0 0 0 10px; color: var(--muted); font-size: 11px; line-height: 1.3; }
.hero-visual { position: relative; height: 515px; isolation: isolate; }
.shape { position: absolute; border-radius: 50%; }.shape-yellow { width: 230px; height: 230px; top: 56px; right: 46px; background: var(--yellow); }.shape-coral { width: 155px; height: 155px; right: 20px; bottom: 59px; background: var(--coral); }.shape-green { width: 110px; height: 110px; top: 25px; left: 84px; background: var(--green); }
.lanyard { position: absolute; z-index: 1; width: 19px; background: repeating-linear-gradient(0deg, var(--ink) 0 16px, var(--green-dark) 16px 31px); }.lanyard-back { height: 210px; top: 0; left: 50%; transform: rotate(19deg); }.lanyard-front { height: 235px; top: 0; right: 135px; transform: rotate(-20deg); }
.id-card { position: absolute; z-index: 2; width: 235px; height: 344px; padding: 17px; border: 1px solid rgba(21,26,24,.25); border-radius: 6px; background: var(--cream); box-shadow: 17px 22px 35px rgba(21,26,24,.18); }.card-back { left: 73px; top: 129px; transform: rotate(-12deg); }.card-front { right: 42px; top: 104px; transform: rotate(8deg); }
.card-top, .card-footer { display: flex; justify-content: space-between; align-items: center; }.card-mini-logo { color: var(--green-dark); font-family: var(--display); font-size: 26px; font-weight: 700; }.card-label, .card-footer { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .09em; }.card-photo { height: 178px; margin: 13px 0 15px; background: linear-gradient(140deg, #b8cfbd 0 48%, #718d7a 48% 72%, #2f6d49 72%); }.photo-abstract { display: grid; place-items: center; background: linear-gradient(145deg, var(--coral), #f9bd6a 52%, var(--yellow) 53%); }.photo-abstract span { color: rgba(255,253,248,.8); font-family: var(--display); font-size: 46px; font-weight: 700; transform: rotate(-16deg); }.card-lines b, .card-lines span { display: block; }.card-lines b { font-size: 12px; letter-spacing: .02em; }.card-lines span { margin-top: 3px; color: var(--muted); font-size: 10px; }.card-footer { margin-top: 15px; padding-top: 10px; border-top: 1px solid var(--line); }
.visual-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 9px 12px; background: var(--cream); box-shadow: 6px 8px 18px rgba(21,26,24,.1); font-size: 10px; line-height: 1.2; }.visual-note strong { font-family: var(--display); font-size: 16px; }.visual-note span:last-child { color: var(--muted); }.note-size { top: 91px; right: 4px; transform: rotate(4deg); }.note-pvc { bottom: 28px; left: 44px; transform: rotate(-5deg); }.check { display: grid; width: 24px; height: 24px; border-radius: 50%; background: var(--green); place-items: center; font-weight: 700; }
.ticker { overflow: hidden; background: var(--ink); color: var(--cream); padding: 18px 0; }.ticker-track { display: flex; width: max-content; align-items: center; animation: ticker 38s linear infinite; font-family: var(--display); font-size: 14px; }.ticker-set { display: flex; flex-shrink: 0; align-items: center; gap: 29px; padding-right: 29px; }.ticker i { color: var(--green); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }
.services { padding-top: 120px; padding-bottom: 132px; }.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 52px; }.section-heading h2, .audience-copy h2, .location-copy h2, .faq h2 { margin-bottom: 0; font-size: clamp(42px, 5vw, 66px); }.section-intro { max-width: 285px; margin: 0 7% 3px 0; color: var(--muted); font-size: 15px; }.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }.service-card { position: relative; min-height: 320px; padding: 28px 24px 22px 0; border-right: 1px solid var(--line); }.service-card + .service-card { padding-left: 23px; }.service-card:last-child { border-right: 0; }.service-number { color: var(--coral); font-size: 11px; font-weight: 700; }.service-icon { display: grid; width: 49px; height: 49px; margin: 29px 0 28px; border-radius: 50%; place-items: center; background: var(--green); font-family: var(--display); font-size: 16px; font-weight: 700; }.icon-school { background: var(--yellow); font-size: 26px; }.icon-star { background: var(--coral); font-size: 23px; }.icon-design { background: #bcd8bf; font-size: 32px; }.service-card h3 { max-width: 190px; margin-bottom: 10px; font-family: var(--display); font-size: 19px; line-height: 1.1; }.service-card p { max-width: 220px; min-height: 67px; margin-bottom: 20px; color: var(--muted); font-size: 13px; }.service-card a { font-size: 12px; font-weight: 700; }.service-card a span { display: inline-block; margin-left: 7px; color: var(--green-dark); font-size: 17px; transition: transform .2s ease; }.service-card a:hover span { transform: translate(3px,-2px); }
.audiences { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding: 105px 8%; background: var(--green-dark); color: var(--cream); }.audience-copy .eyebrow { color: var(--green); }.audience-copy h2 { max-width: 470px; }.audience-copy h2 em { color: var(--yellow); }.audience-copy > p:not(.eyebrow) { max-width: 415px; margin: 26px 0 31px; color: rgba(255,253,248,.72); font-size: 15px; }.audiences .button-outline { border-color: var(--green); color: var(--green); }.audiences .button-outline:hover { background: var(--green); color: var(--ink); }.audience-list { align-self: center; }.audience-list > div { display: grid; grid-template-columns: 34px 1fr; padding: 19px 0; border-bottom: 1px solid rgba(255,253,248,.25); }.audience-list > div:first-child { border-top: 1px solid rgba(255,253,248,.25); }.audience-list span { color: var(--green); font-size: 11px; font-weight: 700; }.audience-list strong { font-family: var(--display); font-size: 21px; }.audience-list small { grid-column: 2; color: rgba(255,253,248,.65); font-size: 12px; }
.process { padding-top: 123px; padding-bottom: 125px; }.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 34px; }.process-step { border-top: 3px solid var(--ink); padding-top: 18px; }.process-step span { color: var(--coral); font-family: var(--display); font-size: 24px; }.process-step h3 { margin: 27px 0 10px; font-family: var(--display); font-size: 21px; }.process-step p { margin: 0; color: var(--muted); font-size: 13px; }
.promise { background: var(--yellow); }.promise-inner { display: grid; grid-template-columns: 125px 1fr 315px; gap: 42px; align-items: center; min-height: 275px; }.promise-inner .eyebrow { color: var(--ink); }.promise-inner h2 { margin: 0; font-size: clamp(34px, 4vw, 51px); }.promise-inner h2 em { color: var(--green-dark); }.promise-stamp { display: grid; width: 110px; height: 110px; padding-top: 17px; border: 2px solid var(--ink); border-radius: 50%; place-items: center; color: var(--ink); font-family: var(--display); font-size: 18px; font-weight: 700; line-height: .8; text-align: center; transform: rotate(-12deg); }.promise-stamp span { font-size: 14px; }.promise-points { padding-left: 31px; border-left: 1px solid rgba(21,26,24,.3); }.promise-points p { margin: 10px 0; font-size: 13px; font-weight: 600; }.promise-points b { display: inline-grid; width: 21px; height: 21px; margin-right: 8px; border-radius: 50%; background: var(--green-dark); color: white; place-items: center; font-size: 12px; }
.location { padding-top: 120px; padding-bottom: 120px; }.location-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: var(--cream); }.location-copy { padding: 65px 11%; }.location-copy h2 { font-size: clamp(40px, 4vw, 58px); }.location-copy > p:not(.eyebrow) { max-width: 440px; margin: 24px 0 29px; color: var(--muted); font-size: 14px; }.address { display: flex; flex-direction: column; gap: 3px; margin-bottom: 23px; font-size: 13px; }.address span, .hours small { color: var(--muted); }.hours { display: grid; grid-template-columns: 70px 1fr; max-width: 290px; margin-bottom: 30px; padding-top: 17px; border-top: 1px solid var(--line); font-size: 12px; }.hours span { grid-row: span 2; color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .11em; }.hours small { font-size: 11px; }.location-art { position: relative; overflow: hidden; min-height: 470px; background: #d9e8c8; background-image: linear-gradient(35deg, transparent 46%, rgba(47,109,73,.17) 47% 49%, transparent 50%), linear-gradient(115deg, transparent 47%, rgba(47,109,73,.17) 48% 50%, transparent 51%); background-size: 120px 120px, 160px 160px; }.location-art:before, .location-art:after { content: ''; position: absolute; width: 170px; height: 170px; border-radius: 50%; background: rgba(249,211,75,.75); }.location-art:before { top: -65px; right: -35px; }.location-art:after { bottom: -80px; left: -30px; background: rgba(239,114,91,.65); }.map-pin { position: absolute; z-index: 1; top: 44%; left: 49%; display: grid; width: 61px; height: 75px; border-radius: 50% 50% 50% 0; background: var(--ink); color: var(--green); place-items: center; font-size: 30px; transform: rotate(-45deg); }.map-pin:after { content: ''; position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--green); }.map-label { position: absolute; top: 28%; left: 20%; z-index: 1; padding: 10px 13px; background: var(--cream); font-family: var(--display); font-size: 11px; font-weight: 700; line-height: 1.05; letter-spacing: .05em; }.map-line { position: absolute; height: 11px; background: rgba(255,253,248,.75); transform: rotate(30deg); }.line-one { width: 300px; top: 28%; right: -26px; }.line-two { width: 330px; top: 69%; left: -44px; transform: rotate(-23deg); }.line-three { width: 280px; top: 48%; left: 15%; transform: rotate(70deg); }
.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; padding-top: 105px; padding-bottom: 125px; }.faq-list details { border-top: 1px solid var(--line); padding: 21px 0; }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { cursor: pointer; list-style: none; padding-right: 35px; font-family: var(--display); font-size: 18px; font-weight: 600; position: relative; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary:after { content: '+'; position: absolute; right: 0; color: var(--green-dark); font-size: 25px; font-weight: 400; }.faq-list details[open] summary:after { content: '−'; }.faq-list p { max-width: 580px; margin: 13px 35px 0 0; color: var(--muted); font-size: 14px; }
.final-cta { background: var(--ink); color: var(--cream); text-align: center; }.final-cta-inner { display: flex; min-height: 460px; flex-direction: column; align-items: center; justify-content: center; }.final-cta .eyebrow { color: var(--green); }.final-cta h2 { margin: 0 0 32px; font-size: clamp(52px, 7vw, 90px); }.final-cta h2 em { color: var(--yellow); }.final-note { margin: 21px 0 0; color: rgba(255,253,248,.5); font-size: 11px; }.site-footer { width: min(1180px, calc(100% - 64px)); margin: auto; padding: 54px 0 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }.footer-brand img { width: 125px; mix-blend-mode: multiply; }.footer-brand p { margin: 16px 0 0; color: var(--muted); font-size: 12px; }.footer-links { display: flex; justify-content: end; align-items: start; gap: 24px; font-size: 12px; font-weight: 600; }.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
@media (max-width: 900px) { .main-nav { gap: 15px; }.hero { grid-template-columns: 1fr; padding-top: 62px; }.hero-copy { max-width: 610px; }.hero-visual { width: min(100%, 600px); margin: 25px auto 0; }.service-grid { grid-template-columns: repeat(2, 1fr); }.service-card:nth-child(2) { border-right: 0; }.service-card:nth-child(n+3) { border-top: 1px solid var(--line); }.service-card:nth-child(3) { padding-left: 0; }.audiences { gap: 50px; padding-inline: 7%; }.promise-inner { grid-template-columns: 100px 1fr; padding-block: 50px; }.promise-points { grid-column: 2; padding-left: 0; border-left: 0; }.faq { gap: 50px; } }
@media (max-width: 650px) { .section-shell { width: min(100% - 40px, 500px); }.announcement { justify-content: flex-start; overflow: hidden; white-space: nowrap; font-size: 9px; }.announcement-dot { flex: 0 0 4px; }.site-header { width: calc(100% - 40px); height: 72px; }.brand img { width: 125px; height: 85px; }.header-button { display: none; }.menu-toggle { display: block; }.main-nav { position: absolute; z-index: 10; top: 130px; right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 9px 19px; background: var(--cream); box-shadow: 0 12px 25px rgba(21,26,24,.12); }.main-nav.is-open { display: flex; }.main-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }.main-nav a:last-child { border: 0; }.hero { min-height: auto; padding-top: 47px; padding-bottom: 58px; }.hero h1 { font-size: 55px; }.hero-text { font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.hero-proof { margin-top: 38px; }.hero-visual { height: 420px; transform: scale(.82); transform-origin: top center; width: 122%; margin-left: -11%; margin-bottom: -64px; }.shape-yellow { right: 35px; }.card-back { left: 37px; }.card-front { right: 22px; }.note-size { right: -1px; }.note-pvc { left: 12px; }.ticker-track { gap: 17px; font-size: 12px; }.services, .process, .location { padding-block: 78px; }.section-heading { display: block; margin-bottom: 35px; }.section-heading h2, .audience-copy h2, .location-copy h2, .faq h2 { font-size: 43px; }.section-intro { margin: 22px 0 0; }.service-grid { grid-template-columns: 1fr; }.service-card, .service-card + .service-card, .service-card:nth-child(3) { min-height: auto; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }.service-card:last-child { border-bottom: 0; }.service-icon { margin: 20px 0; }.service-card p { min-height: auto; }.audiences { display: block; padding: 68px 20px; }.audience-copy > p:not(.eyebrow) { font-size: 14px; }.audience-list { margin-top: 53px; }.audience-list strong { font-size: 18px; }.process-grid { grid-template-columns: 1fr 1fr; gap: 34px 18px; }.process-step h3 { font-size: 18px; }.promise-inner { display: block; padding-block: 48px; }.promise-stamp { margin: 0 0 30px; }.promise-inner h2 { font-size: 38px; }.promise-points { margin-top: 29px; }.location-card { grid-template-columns: 1fr; }.location-copy { padding: 45px 28px; }.location-art { min-height: 290px; }.faq { display: block; padding-block: 78px; }.faq-list { margin-top: 45px; }.faq-list summary { font-size: 16px; }.final-cta-inner { min-height: 390px; }.final-cta h2 { font-size: 53px; }.site-footer { width: calc(100% - 40px); display: block; padding-top: 39px; }.footer-links { flex-wrap: wrap; justify-content: start; margin-top: 34px; gap: 13px 22px; }.footer-bottom { margin-top: 35px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.ticker-track { animation: none; } }

.service-card { display: flex; flex-direction: column; }
.service-card > a { align-self: flex-start; margin-top: auto; }
.service-number { display: grid; width: 34px; height: 34px; margin-bottom: 4px; border-radius: 50%; background: var(--coral); color: var(--cream); place-items: center; font-family: var(--display); font-size: 14px; font-weight: 700; }
.map-actions { position: absolute; z-index: 3; right: 0; bottom: 25px; left: 0; display: flex; justify-content: center; gap: 9px; }
.map-actions a { padding: 10px 13px; background: var(--cream); color: var(--ink); font-size: 11px; font-weight: 700; box-shadow: 0 5px 14px rgba(21,26,24,.12); transition: transform .2s ease, background .2s ease; }
.map-actions a:hover { background: var(--green); transform: translateY(-2px); }

.whatsapp-icon { display: inline-grid; width: 18px; height: 18px; flex: 0 0 18px; place-items: center; }
.whatsapp-icon svg { display: block; width: 100%; height: 100%; fill: currentColor; }
.service-card a .whatsapp-icon { display: inline-grid; width: 15px; height: 15px; margin: 0 5px 0 0; vertical-align: -3px; }
.whatsapp-float { position: fixed; z-index: 20; right: 25px; bottom: 25px; display: grid; width: 58px; height: 58px; border: 3px solid var(--cream); border-radius: 50%; background: #25d366; color: white; box-shadow: 0 8px 24px rgba(21,26,24,.25); place-items: center; animation: float-in .7s .4s both; transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float .whatsapp-icon { width: 30px; height: 30px; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.04); box-shadow: 0 12px 28px rgba(21,26,24,.3); }
@keyframes float-in { from { opacity: 0; transform: scale(.7) translateY(15px); } to { opacity: 1; transform: scale(1) translateY(0); } }
@media (max-width: 650px) { .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }.whatsapp-float .whatsapp-icon { width: 28px; height: 28px; } }

.service-number { display: none; }
.service-icon { width: 62px; height: 62px; margin-top: 29px; margin-bottom: 28px; font-size: 0; }
.service-icon::after { color: var(--ink); font-family: var(--display); font-size: 18px; font-weight: 700; }
.service-icon { position: relative; }
.service-icon::after { position: absolute; inset: 0; display: grid; place-items: center; line-height: 1; }
.icon-id::after { content: '01'; }
.icon-school::after { content: '02'; }
.icon-star::after { content: '03'; }
.icon-design::after { content: '04'; }
@media (max-width: 650px) { .service-icon { margin-top: 20px; margin-bottom: 20px; } }
.services { padding-top: 96px; padding-bottom: 104px; }
.service-card { min-height: 290px; padding-top: 16px; padding-bottom: 10px; }
.service-icon { margin-top: 14px; margin-bottom: 20px; place-items: center; }
@media (max-width: 650px) { .services { padding-block: 64px; }.service-card { min-height: auto; padding-top: 16px; padding-bottom: 10px; }.service-icon { margin-top: 8px; margin-bottom: 18px; } }
.map-service-icon { display: inline-grid; width: 16px; height: 16px; margin-right: 5px; place-items: center; vertical-align: -3px; }
.map-service-icon svg { display: block; width: 100%; height: 100%; fill: currentColor; }
.site-header { height: 104px; }
.brand img { width: 180px; height: 92px; }
.hero { padding-top: 12px; }
@media (max-width: 900px) { .hero { padding-top: 42px; } }
@media (max-width: 650px) { .site-header { height: 90px; }.brand img { width: 138px; height: 82px; }.hero { padding-top: 30px; } }
