:root{--primary-green:#a9c359;--brown-bg:rgba(185,158,120,0.9);--surface-light:rgba(255,255,255,0.1);--text-dark:rgba(0,0,0,0.75);--text-dark-secondary:rgba(0,0,0,0.6);--border-dark:rgba(0,0,0,0.15);--radius-md:16px;--radius-lg:24px;--transition-base:0.3s cubic-bezier(0.4,0,0.2,1)}.hero-split{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,4rem);align-items:center;padding:calc(80px + 3rem) clamp(1rem,5vw,6rem) clamp(2rem,5vw,4rem);background-image:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,.15)),linear-gradient(180deg,rgba(185,158,120,.5),rgba(185,158,120,.5)),url(/images/kiwihug-iiXyEE-HVXQ-unsplash_1.avif);background-position:0 0,0 0,50% 0;background-size:auto,auto,cover}.hero-split__content{display:flex;flex-direction:column;align-items:flex-start}.hero__pretitle{font-size:clamp(.75rem,1.2vw,.875rem);font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:rgba(0,0,0,.6);margin-bottom:1rem;display:inline-block;position:relative;padding-left:3rem}.hero__pretitle:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:2rem;height:2px;background:rgba(0,0,0,.4)}.hero__title{font-size:clamp(2.5rem,7vw,5rem);line-height:1;font-weight:700;letter-spacing:-.03em;margin-bottom:1.5rem;color:var(--text-dark)}.hero__title-highlight{color:var(--primary-green);font-style:italic;display:block}.hero__subtitle{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.6;color:var(--text-dark-secondary);max-width:50ch;margin-bottom:2rem}.metric-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,3vw,3rem);margin-top:2rem;width:100%}.metric{text-align:left}.metric__value{font-family:Telegrafico,sans-serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1;margin-bottom:.5rem;color:rgba(0,0,0,.75)}.metric__label{font-size:clamp(.8rem,1.2vw,1rem);font-weight:600;color:var(--text-dark-secondary)}@media (max-width:600px){.metric-showcase{grid-template-columns:repeat(3,1fr);gap:1rem}.metric__value{font-size:clamp(1.75rem,5vw,2.5rem)}}.hero-split__form{background:rgba(255,255,255,.2);border-radius:var(--radius-lg);padding:clamp(1.5rem,4vw,2.5rem);border:1px solid var(--border-dark)}.hero-form__title{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.hero-form__subtitle{font-size:.95rem;color:var(--text-dark-secondary);margin-bottom:1.5rem}.hero-form .field{width:100%;padding:.875rem 1rem;background:rgba(255,255,255,.5);border:1px solid var(--border-dark);border-radius:var(--radius-md);color:var(--text-dark);font-size:1rem;margin-bottom:.75rem;transition:all var(--transition-base)}.hero-form .field::placeholder{color:var(--text-dark-secondary)}.hero-form .field:focus{outline:none;border-color:var(--primary-green);background:rgba(255,255,255,.7)}.hero-form .btn-submit{width:100%;padding:1rem 2rem;background:var(--primary-green);color:rgba(0,0,0,.9);font-size:1rem;font-weight:700;border:none;border-radius:100px;cursor:pointer;transition:all var(--transition-base);margin-top:.5rem}.hero-form .btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(169,195,89,.35)}.hero-form .error-message,.hero-form .success-message{margin-top:1rem;padding:1rem;border-radius:var(--radius-md);text-align:center}.hero-form .success-message{background:rgba(169,195,89,.3);color:rgba(0,0,0,.8)}.hero-form .error-message{background:rgba(200,50,50,.2);color:rgba(150,30,30,1)}@media (max-width:900px){.hero-split{grid-template-columns:1fr;min-height:auto;padding-top:calc(80px + 2rem);padding-bottom:3rem}.hero-split__content{text-align:left}.hero__title{font-size:clamp(2.25rem,8vw,3.5rem)}}@media screen and (max-width:991px){.section.bubble-section{flex-flow:column;align-items:center}.section.bubble-section .bubbles{width:100%;justify-content:center}.section.bubble-section .div-50.about{width:100%;text-align:center;align-items:center;margin-left:0}}