:root{--lime:#c0ff00;--lime-hover:#d4f800;--deep-green:#354a2b;--deep-green-darker:#0d130a;--soft-accent:#cea5ab;--text:#fff;--text-softer:#f5f5f5;--glass-bg:#ffffff0d;--glass-border:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);-webkit-font-smoothing:antialiased;background-color:#050806;font-family:Inter,sans-serif;overflow-x:hidden}body.no-scroll{overflow:hidden}.section-container{max-width:1400px;margin:0 auto;padding:0 5%}.section-container.narrow{max-width:800px}.section-title{letter-spacing:-.04em;margin-bottom:3rem;font-family:Manrope,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1}.main-header{z-index:2100;opacity:0;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;width:100%;padding:2.5rem 5%;transition:background-color .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s,padding .4s,border-bottom .4s;animation:.5s ease-out forwards fadeInUp;display:flex;position:fixed;top:0}.main-header.scrolled{-webkit-backdrop-filter:blur(20px);background-color:#050806eb;border-bottom:1px solid #ffffff14;padding:1.2rem 5%;box-shadow:0 10px 40px #00000080}.header-left,.header-right{z-index:20;align-items:center;gap:1.5rem;display:flex;position:relative}.header-actions{align-items:center;gap:1.25rem;display:flex}.header-logo-container{z-index:10;pointer-events:none;justify-content:center;align-items:center;height:100%;display:flex;position:absolute;left:50%;transform:translate(-50%)}.header-logo-link{cursor:pointer;pointer-events:auto;justify-content:center;align-items:center;text-decoration:none;display:flex}.header-logo-img{object-fit:contain;width:auto;height:80px;transition:transform .4s,opacity .3s}.header-logo-container:hover .header-logo-img{opacity:.9;transform:scale(1.05)}.nav-pill-group{align-items:center;gap:.8rem;display:flex}.btn-pill{color:var(--text);border:1px solid #ffffff4d;border-radius:100px;align-items:center;height:38px;padding:.55rem 1.25rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn-pill:hover{border-color:var(--lime);color:var(--lime);background:#c0ff000d}.cta-button-header{color:var(--lime);border:1.5px solid var(--lime);background:0 0;border-radius:100px;align-items:center;height:38px;padding:0 1.5rem;font-family:Manrope,sans-serif;font-size:.85rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-flex}.mobile-menu-btn{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:12px;display:none}.mobile-menu-btn span{background-color:var(--text);width:100%;height:2px;transition:all .3s}.mobile-menu-btn.active span:first-child{background-color:var(--lime);transform:translateY(5px)rotate(45deg)}.mobile-menu-btn.active span:last-child{background-color:var(--lime);transform:translateY(-5px)rotate(-45deg)}.mobile-menu-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1050;opacity:0;visibility:hidden;background-color:#0000;background-image:linear-gradient(#000000d9,#000000e6),url(/background%20nastja.png);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;width:100%;height:100%;transition:all .4s;display:flex;position:fixed;top:0;left:0}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-nav-list{flex-direction:column;align-items:center;gap:2rem;display:flex}.mobile-nav-list a{color:var(--text);cursor:pointer;font-family:Manrope,sans-serif;font-size:1.8rem;font-weight:700;text-decoration:none;transition:color .3s}.mobile-nav-list a:hover{color:var(--lime)}.mobile-cta-link{background:var(--lime);border-radius:100px;margin-top:1rem;padding:1rem 3rem;font-weight:800;color:#050806!important;font-size:1.4rem!important}.hero-section{flex-direction:column;justify-content:space-between;width:100%;height:100vh;padding:120px 5% 4rem;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";z-index:-1;background-color:#0000;background-image:linear-gradient(#00000073,#000000b3),url(/background%20nastja.png);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;width:100%;height:100%;animation:4s ease-out forwards bgZoom;position:absolute;top:0;left:0}.hero-center-content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.hero-subtitle{color:var(--text-softer);opacity:0;white-space:nowrap;margin-bottom:.2rem;font-size:clamp(1.1rem,2.5vw,1.6rem);font-weight:600;animation:.6s ease-out .1s forwards fadeInUp}.mobile-break{display:none}.hero-h1{text-transform:lowercase;opacity:0;font-family:Manrope,sans-serif;font-size:clamp(4rem,12vw,13rem);font-weight:900;line-height:.85;animation:.7s ease-out .2s forwards fadeInUp}.hero-bottom-area{justify-content:space-between;align-items:flex-end;width:100%;margin-bottom:1.5rem;display:flex}.glass-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;text-align:left;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;padding:1.75rem 2.2rem;animation:.7s ease-out .3s forwards fadeInUp}.cta-button-hero{background:var(--lime);color:#050806;opacity:0;border-radius:100px;padding:1.35rem 3.5rem;font-family:Manrope,sans-serif;font-size:1.15rem;font-weight:800;text-decoration:none;animation:.7s ease-out .4s forwards fadeInUp,4s 1.5s infinite pulseGlow}.problems-section.checklist-theme{text-align:center;background-color:#0000;background-image:linear-gradient(#050806d9,#0d130af2),url(/background%20nastja.png);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:12rem 0;position:relative}.diagnostic-content{max-width:700px;margin:0 auto}.diagnose-title{margin-bottom:1.5rem;animation:.8s ease-out forwards fadeInUp}.section-subtitle-diagnose{color:var(--text-softer);opacity:.85;margin-bottom:4rem;font-size:1.4rem;font-weight:500;animation:.8s ease-out .1s forwards fadeInUp}.diagnostic-checklist{flex-direction:column;gap:1rem;max-width:500px;margin:3rem auto 5rem;padding:0;list-style:none;display:flex}.diagnostic-checklist li{color:#fff;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;min-height:60px;animation:.6s ease-out forwards fadeInUp;animation-delay:calc(var(--i) * .15s + .3s);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;align-items:center;padding:1.25rem 1.5rem 1.25rem 4.5rem;font-size:1.15rem;font-weight:600;line-height:1.4;transition:all .3s;display:flex;position:relative;transform:translateY(20px)}.diagnostic-checklist li:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.diagnostic-checklist li:before{content:"";background-color:var(--lime);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:14px;border-radius:6px;width:24px;height:24px;position:absolute;top:50%;left:1.5rem;transform:translateY(-50%);box-shadow:0 0 15px #c0ff0066}.cta-text-only{color:var(--text);opacity:0;font-family:Manrope,sans-serif;font-size:1.4rem;font-weight:800;text-decoration:none;transition:color .3s,transform .3s;animation:.8s ease-out 1.5s forwards fadeInUp;display:inline-block}.cta-text-only:hover{color:var(--soft-accent);transform:translate(10px)}.consultations-section{background-color:#0000;background-image:linear-gradient(#0006,#0006),url(/background%20nastja.png);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:12rem 0;position:relative;overflow:hidden}.consultations-section:before{content:"";-webkit-backdrop-filter:blur(12px);z-index:1;position:absolute;inset:0}.consultations-section .section-container{z-index:2;position:relative}.section-header-centered{text-align:center;max-width:1200px;margin-bottom:7rem;margin-left:auto;margin-right:auto}.section-header-centered .section-title{margin-bottom:1rem}.section-subtitle{color:var(--text-softer);opacity:.8;font-size:1.5rem;font-weight:500}.cols-2-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:3rem;display:grid}.consultation-card{-webkit-backdrop-filter:blur(30px);background:#ffffff0d;border:1px solid #fff3;border-radius:60px;flex-direction:column;justify-content:space-between;padding:5.5rem 4rem;transition:all .5s cubic-bezier(.19,1,.22,1);display:flex;position:relative;box-shadow:0 20px 60px #0006}.consultation-card:first-child{background:linear-gradient(135deg,#ffffff14 0%,#c0ff0008 100%)}.consultation-card:nth-child(2){background:linear-gradient(135deg,#ffffff0f 0%,#cea5ab08 100%)}.consultation-card:hover{background:#ffffff14;border-color:#ffffff4d;transform:translateY(-12px);box-shadow:0 25px 70px #00000080}.card-title{color:var(--soft-accent);margin-bottom:2.5rem;font-family:Manrope,sans-serif;font-size:2.5rem;font-weight:800;line-height:1.1}.check-list{margin-bottom:4rem;list-style:none}.check-list li{color:var(--text-softer);margin-bottom:1.2rem;padding-left:2rem;font-size:1.1rem;font-weight:500;line-height:1.5;position:relative}.check-list li:before{content:"→";color:var(--lime);font-weight:800;position:absolute;left:0}.card-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.price-tag{color:var(--text);letter-spacing:-.02em;align-items:center;font-family:Manrope,sans-serif;font-size:2.8rem;font-weight:900;display:flex}.greening-section{background:linear-gradient(150deg,#cea5ab 0%,#050806 60%,#0d130a 100%);padding:12rem 0}.greening-grid{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.greening-card{background-position:50%;background-size:cover;border-radius:40px;flex-direction:column;justify-content:center;height:520px;padding:2.5rem;transition:transform .5s cubic-bezier(.19,1,.22,1);display:flex;position:relative;overflow:hidden}.greening-card:before{content:"";background:#000000bf;transition:background .4s;position:absolute;inset:0}.greening-card:hover{transform:scale(1.015)}.greening-card:hover:before{background:#000000a6}.greening-info{z-index:2;pointer-events:none;width:100%;position:relative}.greening-info h3{color:var(--soft-accent);text-shadow:0 4px 20px #0009;margin-bottom:1.2rem;font-family:Manrope,sans-serif;font-size:2.2rem;font-weight:800;line-height:1.2}.greening-info p{color:var(--text);opacity:.95;text-shadow:0 2px 10px #00000080;max-width:80%;font-size:1.2rem;line-height:1.5}.greening-price{color:#000;z-index:3;background:#fff;border:2px solid #000;border-radius:100px;padding:1rem 3.5rem;font-size:1.4rem;font-weight:900;position:absolute;bottom:2.5rem;right:2.5rem;box-shadow:0 10px 40px #00000080}.c1{background-image:url(/офис.png)}.c2{background-image:url(/горшки.png)}.c3{background-image:url(/коробка.png)}.c4{background-image:url(/конс.png)}.new-transplant-section{background:linear-gradient(#0d130a 0%,#050806 100%);border-top:1px solid #ffffff08;padding:16rem 0 12rem;position:relative;overflow:hidden}.new-transplant-section:before{content:"";opacity:.15;z-index:1;background-image:url(https://images.unsplash.com/photo-1512428815833-2a506821217d?q=80&w=2070&auto=format&fit=crop);background-position:50%;background-size:cover;position:absolute;inset:0}.new-transplant-section .section-container{z-index:2;position:relative}.transplant-main-card{background-image:url(/земля.png);background-position:50%;background-size:cover;border-radius:60px;padding:9rem 6rem;position:relative;overflow:hidden;box-shadow:0 40px 100px #000000b3}.transplant-card-overlay{z-index:1;background:linear-gradient(90deg,#000000f2 0%,#000000bf 50%,#0006 100%);position:absolute;inset:0}.transplant-content{z-index:2;max-width:700px;position:relative}.transplant-heading{color:#fff;letter-spacing:-.03em;margin-bottom:2.8rem;font-family:Manrope,sans-serif;font-size:clamp(2.3rem,5vw,3.5rem);font-weight:900;line-height:1.05}.transplant-desc{color:var(--text-softer);opacity:.95;margin-bottom:4.5rem;font-size:1.35rem;line-height:1.6}.transplant-price-list{margin-bottom:5rem;list-style:none}.transplant-price-list li{color:var(--lime);align-items:center;gap:1.8rem;margin-bottom:1.6rem;font-size:1.7rem;font-weight:800;display:flex}.transplant-price-list .dot{background:var(--lime);border-radius:50%;width:10px;height:10px;box-shadow:0 0 15px #c0ff0066}.transplant-cta{background:var(--lime);color:#000;text-transform:uppercase;letter-spacing:.05em;border-radius:100px;padding:1.8rem 5rem;font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:900;text-decoration:none;transition:all .4s cubic-bezier(.19,1,.22,1);display:inline-block}.transplant-cta:hover{background:var(--lime-hover);transform:translateY(-8px);box-shadow:0 20px 50px #c0ff004d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes bgZoom{0%{transform:scale(1.03)}to{transform:scale(1)}}@keyframes pulseGlow{0%,to{box-shadow:0 15px 45px #c0ff0059}50%{box-shadow:0 15px 60px #c0ff008c}}.service-maintenance-section{background:linear-gradient(#050806 0%,#0d130a 35%,#cea5ab 100%);padding:12rem 0;position:relative;overflow:hidden}.service-card-layout{max-width:1200px;margin:0 auto}.service-card-inner{background:#0d130a;border-radius:40px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000080}.service-left-image{flex:0 0 35%;padding:2.5rem;position:relative}.service-left-image img{object-fit:cover;border-radius:30px;width:100%;height:100%}.service-right-content{flex-direction:column;flex:1;justify-content:center;padding:5rem 4rem;display:flex;position:relative}.succulent-bg{opacity:.1;z-index:1;position:absolute;inset:0}.succulent-bg img{object-fit:cover;width:100%;height:100%}.service-info-overlay{z-index:2;position:relative}.service-card-subtitle{color:var(--lime);margin-bottom:2.5rem;font-family:Inter,sans-serif;font-size:2rem;font-weight:700}.service-detailed-list{margin-bottom:3.5rem;list-style:none}.service-detailed-list li{color:var(--text-softer);margin-bottom:1.2rem;padding-left:2rem;font-size:1.4rem;font-weight:500;position:relative}.service-detailed-list li:before{content:"▸";color:#fff;opacity:.8;font-size:1.1rem;position:absolute;left:0}.service-fine-print{color:var(--lime);opacity:.8;margin-bottom:4rem;font-size:1.1rem}.service-card-footer{align-items:center;gap:1.5rem;display:flex}.price-bubble{color:var(--text);border:1px solid #ffffff4d;border-radius:100px;padding:1rem 2.5rem;font-size:1.3rem;font-weight:700}.cta-button-service{background:var(--lime);color:#000;text-transform:uppercase;letter-spacing:.02em;border-radius:100px;padding:1.1rem 2.8rem;font-family:Manrope,sans-serif;font-size:1.1rem;font-weight:900;text-decoration:none;transition:all .3s}.cta-button-service:hover{background:var(--lime-hover);transform:translateY(-3px);box-shadow:0 10px 30px #c0ff004d}@media (max-width:900px){.service-card-inner{flex-direction:column}.service-left-image{flex:none;height:350px}.service-right-content{padding:3rem 2rem}.service-card-subtitle{font-size:1.6rem}.service-card-footer{flex-direction:column;align-items:stretch}}.new-faq-section{background:#cea5ab;padding:12rem 0;position:relative;overflow:hidden}.new-faq-section .section-title{color:var(--deep-green)}.modern-faq-container{max-width:900px;margin:0 auto}.faq-accordion-item{background:#fffffff2;border-radius:24px;margin-bottom:1.5rem;transition:all .4s;overflow:hidden;box-shadow:0 10px 30px #0000000d}.faq-accordion-item.active{background:#fff;box-shadow:0 20px 50px #0000001a}.faq-question-btn{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:2rem;width:100%;padding:2.5rem 3rem;display:flex}.faq-q-text{color:var(--deep-green);font-family:Manrope,sans-serif;font-size:1.4rem;font-weight:800;line-height:1.3}.faq-icon-box{background:#cea5ab1a;border-radius:50%;flex:0 0 40px;justify-content:center;align-items:center;height:40px;transition:all .3s;display:flex}.faq-icon{border-right:3px solid var(--deep-green);border-bottom:3px solid var(--deep-green);width:12px;height:12px;margin-top:-4px;transition:transform .4s;transform:rotate(45deg)}.faq-accordion-item.active .faq-icon{margin-top:4px;transform:rotate(-135deg)}.faq-accordion-item.active .faq-icon-box{background:#cea5ab}.faq-accordion-item.active .faq-icon{border-color:#fff}.faq-answer-content{max-height:0;transition:all .5s cubic-bezier(0,1,0,1);overflow:hidden}.faq-accordion-item.active .faq-answer-content{max-height:1000px;transition:all .5s cubic-bezier(1,0,1,0)}.faq-answer-inner{color:var(--deep-green);opacity:.9;padding:0 3rem 2.5rem;font-size:1.2rem;line-height:1.6}.instagram-follow-section{background:#cea5ab;padding:0 0 12rem}.insta-card-premium{background:#0d130a;border-radius:50px;align-items:center;padding:8rem 6rem;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 100px #0000004d}.insta-visual-bg{opacity:.5;background:linear-gradient(45deg,#cea5ab0d,#c0ff000d);position:absolute;inset:0}.insta-visual-bg:after{content:"";background-image:radial-gradient(circle at 20% 20%,#cea5ab1a 0%,#0000 40%),radial-gradient(circle at 80% 80%,#c0ff001a 0%,#0000 40%);position:absolute;inset:0}.insta-card-content{z-index:2;max-width:800px;position:relative}.insta-header{margin-bottom:2.5rem}.insta-tag{color:var(--lime);letter-spacing:.15em;margin-bottom:1.5rem;font-size:.9rem;font-weight:800;display:inline-block}.insta-title{color:#fff;font-family:Manrope,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1}.insta-text{color:var(--text-softer);opacity:.8;margin-bottom:4rem;font-size:1.3rem;line-height:1.6}.insta-follow-btn{color:#000;background:#fff;border-radius:100px;padding:1.6rem 4.5rem;font-family:Manrope,sans-serif;font-size:1.1rem;font-weight:900;text-decoration:none;transition:all .4s;display:inline-block;box-shadow:0 15px 40px #0003}.insta-follow-btn:hover{background:var(--lime);transform:translateY(-5px);box-shadow:0 20px 50px #c0ff004d}.main-footer-refined{text-align:center;background:#cea5ab;border-top:1px solid #ffffff1a;padding:6rem 0}.footer-rel{position:relative}.footer-credit{opacity:.4;color:#fff;letter-spacing:.05em;font-family:Inter,sans-serif;font-size:.8rem;position:absolute;bottom:0;right:2.5rem}.footer-bottom p{color:#fff;opacity:.9;font-size:1.1rem;font-weight:600}@media (max-width:768px){.footer-credit{opacity:.3;margin-top:1.5rem;display:block;position:static}}@media (max-width:1024px){.main-header{padding:1rem 5%}.hero-h1{font-size:clamp(3rem,12vw,8rem)}.cols-2-grid,.greening-grid{grid-template-columns:1fr;gap:1.5rem}.consultation-card{border-radius:40px;padding:3rem 2rem}}@media (max-width:768px){:root{--section-padding:3rem 0}html,body{width:100%;margin:0;padding:0;position:relative;overflow-x:hidden}*{max-width:100vw;box-sizing:border-box!important}.main-header{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#050806f2;justify-content:space-between;align-items:center;height:60px;padding:0 5%;display:flex}.header-left{flex:1;justify-content:flex-start;align-items:center;display:flex}.header-right{flex:1;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.header-logo-img{height:58px}.header-logo-container{position:absolute;left:50%;transform:translate(-50%)}.desktop-nav{display:none!important}.mobile-menu-btn{z-index:2100;flex-shrink:0;margin:0!important;padding:0!important;display:flex!important;position:relative!important}.header-actions{flex-flow:row!important;align-items:center!important;gap:.75rem!important;display:flex!important}.cta-button-header{flex-shrink:0;height:28px;padding:0 .8rem;font-size:.65rem;margin:0!important}.mobile-menu-overlay{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:2000;background:#050806f2;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;transition:left .4s cubic-bezier(.19,1,.22,1);display:flex;position:fixed;top:0;left:100vw;visibility:visible!important;opacity:1!important;right:auto!important}.mobile-menu-overlay.active{left:0}.mobile-nav-list{gap:1.5rem;width:100%;padding:0 2rem}.mobile-nav-list a{color:#fff;text-align:center;border-bottom:1px solid #ffffff0d;width:100%;padding:10px 0;font-family:Manrope,sans-serif;font-size:1.4rem;font-weight:700;text-decoration:none}.hero-section{text-align:center;flex-direction:column;justify-content:center;gap:3rem;height:100dvh;padding:80px 5% 60px;display:flex}.hero-center-content{flex:none;margin-bottom:0}.hero-subtitle{opacity:.95;letter-spacing:-.01em;white-space:normal;margin-bottom:0;font-size:1.45rem;line-height:1.35}.mobile-break{display:block}.hero-h1{text-shadow:0 4px 30px #000c;letter-spacing:-.07em;white-space:nowrap;width:100%;margin-bottom:0;font-size:clamp(3rem,17.5vw,8rem);line-height:1.05}.hero-bottom-area{flex-direction:column;align-items:center;gap:2.25rem;width:100%}.glass-card{text-align:center;background:#0d130a80;border:1px solid #ffffff26;border-radius:24px;width:100%;padding:1.5rem;font-size:1.1rem;line-height:1.5;box-shadow:0 10px 40px #00000080}.cta-button-hero{border-radius:100px;width:100%;padding:1.2rem;font-size:1.05rem;font-weight:800}.section-title{margin-bottom:1.5rem;padding:0 1rem;font-size:1.95rem;line-height:1.15}.problems-section.checklist-theme{padding:4rem 0}.diagnostic-checklist{gap:.8rem;width:100%;margin:2rem auto 4rem;padding:0 5%}.diagnostic-checklist li{padding:1.25rem 1.25rem 1.25rem 4.5rem;font-size:1rem}.consultations-section{padding:4rem 0}.consultation-card{background:#ffffff14;border-radius:30px;padding:3rem 1.5rem}.card-title{margin-bottom:1.2rem;font-size:1.6rem}.price-tag{font-size:2.2rem}.greening-section{padding:4rem 0}.greening-card{border-radius:24px;height:350px;padding:1.8rem}.greening-info h3{margin-bottom:.8rem;font-size:1.5rem;line-height:1.2}.greening-info p{opacity:.95;font-size:1.05rem}.greening-price{padding:.8rem 1.6rem;font-size:1rem}.new-transplant-section{padding:4.5rem 0}.transplant-main-card{border-radius:30px;padding:3rem 1.5rem}.transplant-heading{margin-bottom:1.5rem;font-size:1.7rem;line-height:1.2}.transplant-desc{opacity:.9;margin-bottom:2rem;font-size:1.1rem}.transplant-price-list li{gap:1rem;margin-bottom:1rem;font-size:1.1rem}.transplant-cta{text-align:center;width:100%;padding:1.2rem 2rem;font-size:1rem}.service-maintenance-section{padding:4.5rem 0}.service-card-inner{border-radius:30px}.service-left-image{height:250px;padding:1rem}.service-left-image img{border-radius:20px}.service-right-content{padding:2.5rem 1.5rem}.service-card-subtitle{margin-bottom:1.5rem;font-size:1.4rem}.service-detailed-list li{margin-bottom:.9rem;font-size:1.05rem}.price-bubble{text-align:center;width:100%;margin-bottom:1rem;padding:.8rem 1.5rem;font-size:1.1rem}.cta-button-service{text-align:center;width:100%;padding:1.2rem;font-size:.95rem}.new-faq-section{padding:4rem 0}.faq-accordion-item{border-radius:20px;margin-bottom:1rem}.faq-q-text{font-size:1.05rem}.faq-question-btn{padding:1.2rem 1.5rem}.faq-answer-inner{padding:0 1.5rem 1.5rem;font-size:1.05rem}.instagram-follow-section{padding:4rem 0 2rem}.insta-tag{letter-spacing:.1em;margin-bottom:1rem;font-size:.75rem}.insta-card-premium{border-radius:30px;padding:3.5rem 1.5rem}.insta-title{margin-bottom:1.5rem;font-size:1.75rem;line-height:1.2}.insta-text{margin-bottom:2rem;font-size:1.05rem}.insta-follow-btn{text-align:center;width:100%;padding:1.2rem;font-size:.95rem}.main-footer-refined{padding:3.5rem 0}.footer-bottom p{opacity:.8;font-size:.95rem;line-height:1.5}}@media (max-width:480px){.header-logo-img{height:50px}}
