:root{--color-brand-yellow:#dcae5f;--color-brand-yellow-hover:#c99849;--color-brand-green:#123c7a;--color-brand-green-dark:#0d2b56;--color-brand-green-light:#e6eef5;--color-text-dark:#1e293b;--color-text-muted:#64748b;--color-bg-white:#fff;--color-bg-offwhite:#f8fafc;--font-heading:"Playfair Display", serif;--font-body:"Plus Jakarta Sans", sans-serif;--shadow-soft:0 20px 40px #123c7a0d;--shadow-hover:0 20px 50px #123c7a1a;--radius-sm:12px;--radius-md:24px;--radius-lg:40px;--radius-xl:50px;--radius-full:9999px;--transition-fast:.15s ease-in-out;--transition-normal:.3s ease}body{position:relative}body:before{content:"";pointer-events:none;z-index:-1;opacity:.15;background-image:url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3CradialGradient id='grad1' cx='35%25' cy='35%25' r='60%25'%3E%3Cstop offset='0%25' stop-color='%23ffffff' stop-opacity='0.9'/%3E%3Cstop offset='25%25' stop-color='%23bad6ef' stop-opacity='0.2'/%3E%3Cstop offset='80%25' stop-color='%23123c7a' stop-opacity='0.1'/%3E%3Cstop offset='100%25' stop-color='%23123c7a' stop-opacity='0.4'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cg%3E%3Ccircle cx='90' cy='110' r='50' fill='url(%23grad1)' stroke='rgba(255,255,255,0.6)' stroke-width='1.5'/%3E%3Cpath d='M 60 90 Q 80 60 110 70 Q 85 75 65 105 Z' fill='%23ffffff' opacity='0.7'/%3E%3Ccircle cx='300' cy='180' r='80' fill='url(%23grad1)' stroke='rgba(255,255,255,0.6)' stroke-width='1.5'/%3E%3Cpath d='M 250 150 Q 285 110 330 120 Q 290 125 260 170 Z' fill='%23ffffff' opacity='0.7'/%3E%3Ccircle cx='180' cy='330' r='35' fill='url(%23grad1)' stroke='rgba(255,255,255,0.6)' stroke-width='1'/%3E%3Cpath d='M 160 315 Q 175 295 195 305 Q 175 305 165 325 Z' fill='%23ffffff' opacity='0.7'/%3E%3C/g%3E%3C/svg%3E");background-size:250px 250px;background-attachment:fixed;width:100vw;height:100vh;position:fixed;top:0;left:0}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--color-text-dark);background-color:var(--color-bg-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text-dark);letter-spacing:-.02em;font-weight:600;line-height:1.1}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}ul{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font-heading);background:0 0;border:none}.container{max-width:1300px;margin:0 auto;padding:0 24px}.text-center{text-align:center}.text-green{color:var(--color-brand-green)}.text-yellow{color:var(--color-brand-yellow)}.bg-offwhite{background-color:var(--color-bg-offwhite)}.bg-green{background-color:var(--color-brand-green)}.bg-yellow{background-color:var(--color-brand-yellow)}.btn{border-radius:var(--radius-full);transition:all var(--transition-normal);justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:600;display:inline-flex}.btn-yellow{background-color:var(--color-brand-yellow);color:var(--color-text-dark)}.btn-yellow:hover{background-color:var(--color-brand-yellow-hover);transform:translateY(-2px)}.btn-outline{color:var(--color-text-dark);background:0 0;border:1px solid #d1d9c9}.btn-outline:hover{box-shadow:var(--shadow-hover);background:#fff;border-color:#fff}.leaf-accent{color:var(--color-brand-green);z-index:10;pointer-events:none;position:absolute}.section{padding:100px 0}@media (width<=768px){.section{padding:60px 0}}.header{z-index:1000;width:100%;transition:all var(--transition-normal);background-color:#0000;padding:16px 0;position:fixed;top:0;left:0}.header.scrolled{background-color:#fffffffa;box-shadow:0 4px 30px #0000000d}.header-container{justify-content:space-between;align-items:center;display:flex}.logo img{mix-blend-mode:multiply;width:auto;height:95px}.nav-center{align-items:center;gap:36px;display:flex}.nav-center a{font-family:var(--font-body);color:var(--color-text-dark);font-size:.95rem;font-weight:500}.nav-center a:hover{color:var(--color-brand-green)}.header-right{align-items:center;gap:24px;display:flex}.phone-link{align-items:center;gap:12px;font-size:.95rem;font-weight:600;display:flex}.phone-icon-circle{background-color:var(--color-brand-yellow);width:36px;height:36px;color:var(--color-text-dark);border-radius:50%;justify-content:center;align-items:center;display:flex}.phone-link:hover .phone-icon-circle{background-color:var(--color-text-dark);color:#fff}.hidden-desktop{display:none!important}.mobile-menu-btn{color:var(--color-text-dark);display:none}@media (width<=1024px){.nav-center{clip-path:polygon(0 0,100% 0,100% 0,0 0);background-color:#fff;flex-direction:column;gap:20px;width:100%;padding:30px;transition:clip-path .3s ease-in-out;position:absolute;top:100%;left:0;box-shadow:0 10px 20px #0000000d}.nav-center.open{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.hidden-mobile{display:none!important}.hidden-desktop{display:inline-flex!important}.mobile-menu-btn{display:block}}.hero-section{padding-top:100px;padding-bottom:20px}.hero-container{max-width:1400px}.hero-image-wrapper{background-color:#2c2c2c;border-radius:40px 40px 120px;width:100%;min-height:650px;display:flex;position:relative;overflow:hidden}.hero-bg-img{object-fit:cover;object-position:top center;z-index:1;width:65%;height:100%;position:absolute;top:0;right:0}.hero-content-card{z-index:2;background-color:var(--color-bg-offwhite);border-top-right-radius:40px;border-bottom-right-radius:40px;flex-direction:column;justify-content:center;width:55%;max-width:650px;padding:80px 60px 80px 40px;display:flex;position:relative}.hero-leaf{z-index:10;position:absolute}.leaf-1{top:40px;right:-20px;transform:rotate(-15deg)}.leaf-2{top:15px;right:0;transform:rotate(-45deg)}.hero-title{margin-bottom:24px;font-size:3.5rem;font-weight:500;line-height:1.15}.hero-subtitle{color:var(--color-text-muted);margin-bottom:40px;font-size:1.05rem;line-height:1.6}.hero-actions{gap:16px;margin-bottom:50px;display:flex}.btn-green-outline{border-radius:var(--radius-full);transition:all var(--transition-normal);color:var(--color-text-dark);background-color:#eaf1e5;border:1px solid #c2d6af;justify-content:center;align-items:center;padding:14px 32px;font-weight:600;display:inline-flex}.btn-green-outline:hover{background-color:#dbe8d2}.hero-trust{gap:30px;display:flex}.trust-item{color:var(--color-text-muted);align-items:center;gap:10px;font-size:.85rem;display:flex}.check-circle{background-color:var(--color-brand-green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.hero-review-badge{z-index:3;box-shadow:var(--shadow-hover);background-color:#fff;border-radius:20px;min-width:150px;padding:16px 24px;position:absolute;bottom:0;right:80px;transform:translateY(50%)}.badge-top{align-items:center;gap:8px;margin-bottom:4px;display:flex}.badge-score .score{margin-right:4px;font-size:1.2rem;font-weight:700}.badge-score .google-G{color:#4285f4;font-size:1rem;font-weight:700}.badge-text{color:var(--color-text-muted);margin-bottom:12px;font-size:.75rem}.badge-avatars{display:flex}.badge-avatars .avatar{color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;margin-left:-8px;font-size:.7rem;font-weight:700;display:flex}.badge-avatars .avatar:first-child{margin-left:0}@media (width<=1024px){.hero-image-wrapper{border-bottom-right-radius:40px;flex-direction:column;min-height:auto}.hero-bg-img{width:100%;height:300px;position:relative}.hero-content-card{border-radius:0 0 40px 40px;width:100%;max-width:100%;padding:40px 20px}.hero-review-badge{top:250px;bottom:auto;right:20px;transform:none}}.section-header{margin-bottom:60px}.subtitle{text-transform:uppercase;letter-spacing:2px;color:var(--color-text-muted);margin-bottom:12px;font-size:.8rem;font-weight:700;display:block}.title{font-size:2.8rem}.quick-steps{justify-content:center;align-items:center;gap:30px;max-width:1000px;margin:0 auto;display:flex}.step-item{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex}.step-icon-wrapper{border:1px solid var(--color-brand-green);background-color:#f6fbf3;border-radius:50%;justify-content:center;align-items:center;width:130px;height:130px;margin-bottom:24px;display:flex;position:relative}.step-icon{color:var(--color-brand-green)}.step-leaf{position:absolute;top:-10px;right:-10px;transform:rotate(30deg)}.step-item h3{margin-bottom:12px;font-size:1.4rem}.step-item p{color:var(--color-text-muted);max-width:250px;font-size:1rem;line-height:1.5}.step-arrow{flex-shrink:0;margin-top:-80px}@media (width<=900px){.quick-steps{flex-direction:column;gap:50px}}.stats-section{padding-top:60px}.about-offwhite-box{background-color:var(--color-bg-offwhite);border-top-left-radius:40px;border-top-right-radius:40px;align-items:center;gap:60px;padding:80px;display:flex}.about-content{flex:1}.about-content .title{margin-bottom:24px;font-size:2.8rem}.about-content .desc{margin-bottom:30px;font-size:1.05rem}.guarantee-list{flex-direction:column;gap:16px;margin-bottom:40px;display:flex}.guarantee-list li{align-items:center;gap:12px;font-size:1rem;font-weight:500;display:flex}.guarantee-list .check-circle{width:20px;height:20px}.about-image{flex:1}.about-image img{border-radius:16px;width:100%;height:auto;box-shadow:0 10px 30px #123c7a1a}.why-green-block{background-color:var(--color-brand-green);border-bottom-right-radius:40px;border-bottom-left-radius:40px;padding:100px 80px 140px;position:relative}.white-text{color:#fff;z-index:2;margin-bottom:60px;position:relative}.white-text .title{color:#fff}.why-leaf{z-index:1;position:absolute}.left-leaf{top:60px;left:10%;transform:rotate(-15deg)}.right-leaf{top:40px;right:25%;transform:rotate(15deg)}.why-cards-grid{z-index:2;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:60px;display:grid;position:relative}.why-card{background-color:#f6fbf3;border-radius:30px;padding:30px 24px}.why-icon-circle{background:#fff;border:1px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;margin-bottom:20px;display:flex}.why-card h4{margin-bottom:12px;font-size:1.15rem}.why-card p{color:var(--color-text-muted);font-size:.9rem;line-height:1.5}.stats-row{border-top:1px solid #fff3;justify-content:space-between;align-items:center;margin-top:20px;padding-top:40px;display:flex}.stat-item{color:#fff}.stat-num{font-size:3rem;font-weight:600;font-family:var(--font-heading);margin-bottom:8px;line-height:1}.stat-num span{vertical-align:super;font-size:1.5rem}.stat-label{opacity:.9;font-size:.9rem}.blob-footer{justify-content:center;width:100%;display:flex;position:absolute;bottom:-22px;left:0}.white-pill{border-radius:var(--radius-full);color:var(--color-text-dark);background:#fff;border:1px solid #eaf1e5;padding:12px 32px;font-weight:600;box-shadow:0 10px 30px #0000001a}@media (width<=1024px){.about-offwhite-box{flex-direction:column;padding:40px 24px}.why-green-block{padding:60px 24px 100px}.why-cards-grid{grid-template-columns:1fr 1fr}.stats-row{flex-wrap:wrap;gap:30px}.stat-item{width:45%}}@media (width<=768px){.why-cards-grid{grid-template-columns:1fr}.stat-item{width:100%}}.real-services-section{padding-top:100px;padding-bottom:100px}.services-header{margin-bottom:40px}.services-header .title{font-size:2.8rem}.four-card-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.svc-card{background:linear-gradient(#f5e45c 0%,#eaf1e5 100%);border-radius:30px;flex-direction:column;display:flex;overflow:hidden}.svc-img-box{height:250px;position:relative}.svc-img-box img{object-fit:cover;border-top-left-radius:30px;border-top-right-radius:30px;width:100%;height:100%}.svc-float-icon{width:50px;height:50px;box-shadow:var(--shadow-soft);background:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:20px;left:20px}.svc-content{flex-direction:column;flex:1;padding:30px 24px;display:flex}.svc-content h3{margin-bottom:40px;font-size:1.6rem;font-weight:500;line-height:1.2}.svc-learn-btn{border-radius:var(--radius-full);font-family:var(--font-heading);color:var(--color-text-dark);transition:transform var(--transition-fast);background:#fff;justify-content:space-between;align-items:center;margin-top:auto;padding:12px 12px 12px 24px;font-weight:600;text-decoration:none;display:flex;box-shadow:0 4px 10px #00000005}.svc-learn-btn:hover{transform:translateY(-2px)}.circle-arrow{background-color:#f1f8e9;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}@media (width<=1024px){.four-card-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (width<=600px){.four-card-grid{grid-template-columns:1fr}}.reviews-section{padding-top:40px;padding-bottom:120px}.testimonials-massive-box{background-color:var(--color-bg-offwhite);border-radius:40px;padding:80px 40px;position:relative}.testimonials-slider-wrapper{align-items:center;gap:30px;max-width:1100px;margin:0 auto;display:flex;position:relative}.slider-arrow{background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:transform .2s;display:flex;box-shadow:0 4px 15px #0000000d}.slider-arrow:hover{transform:scale(1.05)}.testimonials-grid{flex:1;grid-template-columns:1fr 1fr;gap:30px;display:grid}.testimonial-card{background:#fff;border-radius:30px;flex-direction:column;padding:50px 40px;display:flex}.quote-icon{margin-bottom:24px;display:inline-block;transform:rotate(180deg)}.quote-text{color:var(--color-text-dark);margin-bottom:40px;font-size:1.1rem;line-height:1.6}.quote-author{align-items:center;gap:16px;margin-top:auto;display:flex}.author-avatar{object-fit:cover;border-radius:50%;width:50px;height:50px}.author-info h4{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px;font-size:.9rem;font-weight:700}.author-info span{color:var(--color-text-muted);font-size:.85rem}.slider-dots{justify-content:center;gap:8px;margin-top:40px;display:flex}.dot{background-color:#d8dfd3;border-radius:50%;width:8px;height:8px}.dot.active{background-color:#a8b5a0}.google-bottom-badge{border-radius:var(--radius-full);background:#fff;align-items:center;gap:16px;padding:16px 32px;display:flex;position:absolute;bottom:-30px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0000000f}.google-g{color:#4285f4;font-size:2rem;font-weight:700}.google-score{font-size:1.1rem;font-weight:700}.google-desc{color:var(--color-text-muted);font-size:.8rem}@media (width<=900px){.testimonials-grid{grid-template-columns:1fr}}@media (width<=600px){.testimonials-slider-wrapper{gap:10px}.slider-arrow{display:none}.testimonials-massive-box{padding:60px 20px}.testimonial-card{padding:30px 20px}}.contact-section{background-color:#fff;padding:100px 0}.contact-card-wrapper{border-radius:var(--radius-xl);max-width:900px;box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#fada1566 0%,#fada150d 100%);margin:0 auto;padding:80px 40px}.contact-content{text-align:center;max-width:600px;margin:0 auto}.contact-desc{color:var(--color-text-muted);margin-top:16px;margin-bottom:40px;font-size:1.1rem}.quote-form{flex-direction:column;gap:16px;display:flex}.input-row{gap:16px;display:flex}.input-row .organic-input{flex:1}.organic-input{border-radius:var(--radius-full);width:100%;font-family:var(--font-body);transition:all var(--transition-fast);background-color:#fff;border:1px solid #fff;padding:18px 24px;font-size:1rem;box-shadow:0 4px 15px #00000005}.organic-input:focus{border-color:var(--color-brand-green);outline:none;box-shadow:0 0 0 4px #4caf5026}.submit-btn{width:100%;margin-top:16px;padding:20px;font-size:1.1rem}@media (width<=768px){.contact-card-wrapper{border-radius:var(--radius-lg);padding:40px 20px}.input-row{flex-direction:column}}.footer{padding-top:80px}.footer-container{justify-content:space-between;gap:60px;padding-bottom:60px;display:flex}.footer-brand{max-width:350px}.footer-logo{margin-bottom:20px}.footer-logo-img{mix-blend-mode:multiply;width:auto;height:95px}.footer-desc{color:var(--color-text-muted);font-size:.95rem;line-height:1.6}.footer-links-grid{gap:80px;display:flex}.footer-links h4{color:var(--color-text-dark);margin-bottom:24px;font-size:1.1rem}.footer-links ul{flex-direction:column;gap:16px;display:flex}.footer-links a{color:var(--color-text-muted);transition:color var(--transition-fast)}.footer-links a:hover{color:var(--color-brand-green)}.footer-bottom{color:var(--color-text-muted);border-top:1px solid #0000000d;padding:30px 0;font-size:.9rem}@media (width<=768px){.footer-container,.footer-links-grid{flex-direction:column;gap:40px}}
