:root{--primary-green: #143c23;--primary-green-rgb: 20, 60, 35;--accent-green: #4ade80;--accent-beige: #d2c8aa;--accent-beige-rgb: 210, 200, 170;--white: #ffffff;--black: #0a0a0a;--font-main: "Plus Jakarta Sans", sans-serif;--transition-smooth: cubic-bezier(.22, 1, .36, 1);--transition-bounce: cubic-bezier(.34, 1.56, .64, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-main);background:var(--black);color:var(--white);overflow-x:hidden;line-height:1.6}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.hero-video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-video{width:100%;height:100%;object-fit:cover}.hero-video-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#141e19,#1e2d234d);z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#000000b3,#00000080,#0006);z-index:2}.hero-main{position:relative;z-index:10;flex:1;display:flex;align-items:center;padding-top:100px;padding-bottom:100px}.hero-container{max-width:1300px;margin:0 auto;padding:0 3rem;width:100%}.hero-content{max-width:800px}.hero-badge{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1.75rem;opacity:1;transform:translateY(20px)}.badge-line{width:30px;height:1px;background:var(--white)}.badge-text{font-size:.9rem;font-weight:500;color:var(--white);letter-spacing:.5px}.hero-title{font-size:clamp(2.75rem,5vw,4rem);font-weight:700;line-height:1.15;margin-bottom:1.5rem;color:var(--white);letter-spacing:-1px}.hero-title .line{display:block;overflow:hidden}.hero-title .line span{display:block}@keyframes revealText{to{opacity:1;transform:translateY(0)}}.text-accent{color:var(--accent-green)}.hero-description{font-size:1rem;line-height:1.75;color:#ffffffb3;margin-bottom:2rem;max-width:480px;opacity:1;transform:translateY(20px);text-align:justify}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.hero-actions{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;opacity:1;transform:translateY(20px)}.btn-cta{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 1.75rem;background:var(--accent-green);color:var(--black);border-radius:10px;font-family:var(--font-main);font-weight:600;font-size:.95rem;text-decoration:none;cursor:pointer;border:none;transition:all .3s ease;position:relative;overflow:hidden}.btn-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4ade8059}.btn-cta:hover:before{left:100%}.avatar-group{display:flex;align-items:center;gap:1rem}.avatars{display:flex}.avatar{width:44px;height:44px;border-radius:50%;border:3px solid rgba(20,30,25,.9);background:var(--accent-beige);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;color:var(--primary-green);margin-left:-12px;transition:transform .3s ease}.avatar:first-child{margin-left:0}.avatar:hover{transform:translateY(-3px);z-index:5}.avatar-text{font-size:.85rem;color:#fffc}.avatar-text strong{display:block;color:var(--white);font-weight:600}.marquee-section{position:absolute;bottom:0;left:0;width:100%;z-index:10;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:1.25rem 0;overflow:hidden;opacity:1;animation:fadeIn .8s var(--transition-smooth) 2.6s forwards}@media(max-width:1024px){.hero-container{padding:0 2rem}.hero-content{max-width:550px}}@media(max-width:768px){.hero-main{padding-top:80px;padding-bottom:120px;align-items:end}.hero-title{font-size:clamp(3rem,8vw,3rem)}.hero-description{font-size:.95rem}.hero-actions{flex-direction:column;align-items:flex-start;gap:1.5rem}.marquee-item span{font-size:1rem}}@media(max-width:480px){.avatar-group{display:none}.hero-container{padding:0 1.5rem}.btn-cta{width:100%;justify-content:center}}.credibility-section{background:linear-gradient(90deg,#f5f5f5,#fff);font-family:Plus Jakarta Sans,sans-serif}.credibility-top{padding:5rem 2rem 4rem}.credibility-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.credibility-image{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:4/3}.credibility-image img{width:100%;height:100%;object-fit:cover;display:block}.image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#e0e0e0,silver);z-index:-1}.credibility-image img:not([src=""]):not([src])~.image-placeholder,.credibility-image img[src]:not([src=""])~.image-placeholder{display:none}.credibility-content{max-width:520px}.section-badge{display:inline-flex;align-items:center;gap:.6rem;margin-bottom:1.25rem}.badge-dot{width:20px;height:8px;background:#0a0a0a;border-radius:10px}.badge-text1{font-size:.9rem;font-weight:500;color:#000;letter-spacing:.2px}.badge-line1{width:20px;height:2px;background:#000;border-radius:2px}.section-title{font-size:clamp(2rem,3.5vw,2.5rem);font-weight:700;line-height:1.2;color:#0a0a0a;margin-bottom:1.25rem;letter-spacing:-.5px}.section-description{font-size:1rem;line-height:1.7;color:#525252;margin-bottom:2rem;text-align:justify}.btn-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.5rem;background:#4ade80;color:#0a0a0a;border:none;border-radius:10px;font-family:Plus Jakarta Sans,sans-serif;font-weight:600;font-size:.95rem;text-decoration:none;cursor:pointer;transition:all .3s ease}.btn-cta:hover{background:#3fcc70;transform:translateY(-2px);box-shadow:0 6px 20px #4ade804d}.btn-cta svg{width:18px;height:18px;transition:transform .3s ease}.btn-cta:hover svg{transform:translate(4px)}.credibility-features{padding:3rem 2rem 5rem}.features-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.feature-item{display:flex;flex-direction:column}.feature-icon{width:56px;height:56px;margin-bottom:1.5rem}.feature-icon svg{width:100%;height:100%}.feature-line{width:100%;max-width:200px;height:1px;background:#d4d4d4;margin-bottom:1.25rem}.feature-title{font-size:1.25rem;font-weight:600;color:#0a0a0a;margin-bottom:.75rem;letter-spacing:-.3px}.feature-description{font-size:.9rem;line-height:1.6;color:#737373;text-align:justify}.credibility-image,.credibility-content,.feature-item{opacity:0;transform:translateY(30px);transition:all .7s cubic-bezier(.22,1,.36,1)}.credibility-section.animate .credibility-image{opacity:1;transform:translateY(0);transition-delay:.1s}.credibility-section.animate .credibility-content{opacity:1;transform:translateY(0);transition-delay:.2s}.credibility-section.animate .feature-item:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.3s}.credibility-section.animate .feature-item:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.4s}.credibility-section.animate .feature-item:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.5s}.credibility-section.animate .feature-item:nth-child(4){opacity:1;transform:translateY(0);transition-delay:.6s}@media(max-width:1024px){.credibility-container{grid-template-columns:1fr;gap:2.5rem}.credibility-image{max-width:600px;margin:0 auto}.credibility-content{max-width:600px;margin:0 auto;text-align:center}.section-badge{justify-content:center}.btn-cta{margin:0 auto}.features-container{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(max-width:640px){.credibility-top{padding:3rem 1.5rem 2.5rem}.credibility-features{padding:2rem 1.5rem 4rem}.features-container{grid-template-columns:1fr;gap:2rem}.feature-item{text-align:center;align-items:center}.feature-line{max-width:150px}.section-title{font-size:1.7rem}}.services-section{position:relative;padding:6rem 0;background:#0d0d0d;font-family:Plus Jakarta Sans,sans-serif;overflow:hidden}.services-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.services-bg-image{width:100%;height:100%;object-fit:cover;opacity:.3}.services-bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 50% 0%,rgba(20,60,35,.15) 0%,transparent 70%)}.services-bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.4;background-image:repeating-linear-gradient(0deg,transparent,transparent 50px,rgba(74,222,128,.03) 50px,rgba(74,222,128,.03) 51px),repeating-linear-gradient(90deg,transparent,transparent 50px,rgba(74,222,128,.02) 50px,rgba(74,222,128,.02) 51px);mask-image:radial-gradient(ellipse 80% 50% at 50% 0%,black 0%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 50% at 50% 0%,black 0%,transparent 100%)}.services-bg:before{content:"";position:absolute;top:0;left:0;width:200%;height:200px}@keyframes servicesWaveMove{0%{transform:translate(0)}to{transform:translate(-50%)}}.services-wrapper{position:relative;z-index:1;max-width:1500px;margin:0 auto;padding:0 1rem}.services-header{text-align:center;max-width:650px;margin:0 auto 3.5rem;padding:0 1rem}.services-badge{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;justify-content:center}.services-badge-line{width:24px;height:6px;background:#fff;border-radius:10px}.services-badge-text{font-size:.9rem;font-weight:500;color:#fff;letter-spacing:.3px}.services-title{font-size:clamp(2.25rem,4.5vw,3.25rem);font-weight:700;line-height:1.15;color:#fff;margin-bottom:1rem;letter-spacing:-1px}.services-title-accent{color:#4ade80}.services-subtitle{font-size:1.05rem;line-height:1.7;color:#fff9}.services-carousel-wrapper{position:relative;display:flex;align-items:center;margin-bottom:3rem}.services-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;border:1.5px solid rgba(255,255,255,.25);background:#0000004d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.services-arrow-left{left:1.5rem}.services-arrow-right{right:1.5rem}.services-arrow:hover{background:#ffffff1a;border-color:#ffffff80}.services-arrow:active{transform:translateY(-50%) scale(.95)}.services-arrow svg{width:20px;height:20px;color:#fff}.services-carousel-container{overflow:hidden;width:100%;padding:0 5rem}.services-carousel-track{display:flex;gap:1.5rem;transition:transform .6s cubic-bezier(.22,1,.36,1)}.services-card{flex:0 0 calc(33.333% - 1rem);min-width:calc(33.333% - 1rem);background:#1a1a1a;border-radius:20px;overflow:hidden;transition:all .4s ease;display:flex;flex-direction:column;height:420px}.services-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px #0006}.services-card-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.75rem 1.75rem 1.25rem;gap:1rem}.services-card-title{font-size:1.35rem;font-weight:600;color:#fff;line-height:1.25;letter-spacing:-.3px}.services-card-icon{width:52px;height:52px;background:#4ade801f;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.services-card-icon svg{width:26px;height:26px;color:#4ade80}.services-card:hover .services-card-icon{transform:scale(1.1);background:#4ade8033}.services-card-divider{height:1px;background:#ffffff14;margin:0 1.75rem}.services-card-desc{padding:1rem 1.75rem;font-size:.9rem;line-height:1.55;color:#ffffff8c;flex-shrink:0}.services-card-image{flex-grow:1;min-height:180px;height:180px;overflow:hidden;border-radius:16px;margin:0 .75rem .75rem;background:linear-gradient(135deg,#2a2a2a,#1a1a1a)}.services-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.services-card:hover .services-card-image img{transform:scale(1.08)}.services-no-image{display:flex;align-items:center;justify-content:center}.services-no-image:after{content:"Image";color:#fff3;font-size:.9rem}.services-cta{text-align:center}.services-btn-viewall{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2rem;background:#4ade80;color:#0a0a0a;border:none;border-radius:12px;font-family:Plus Jakarta Sans,sans-serif;font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;transition:all .3s ease}.services-btn-viewall:hover{background:#3fcc70;transform:translateY(-3px);box-shadow:0 10px 30px #4ade804d}.services-btn-viewall svg{width:18px;height:18px;transition:transform .3s ease}.services-btn-viewall:hover svg{transform:translate(4px)}.services-header,.services-carousel-wrapper,.services-cta{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.services-section.services-animate .services-header{opacity:1;transform:translateY(0);transition-delay:.1s}.services-section.services-animate .services-carousel-wrapper{opacity:1;transform:translateY(0);transition-delay:.3s}.services-section.services-animate .services-cta{opacity:1;transform:translateY(0);transition-delay:.5s}@media(max-width:1200px){.services-carousel-container{padding:0 4rem}.services-card{flex:0 0 calc(50% - .75rem);min-width:calc(50% - .75rem);height:400px}}@media(max-width:900px){.services-section{padding:4rem 0}.services-arrow{display:none}.services-carousel-container{padding:0 1rem;overflow:visible}.services-carousel-track{flex-direction:column;gap:1.25rem;transform:none!important}.services-card{flex:none;min-width:100%;width:100%;height:auto}.services-header,.services-carousel-wrapper{margin-bottom:2.5rem}.services-card-header{padding:1.5rem}.services-card-title{font-size:1.25rem}.services-card-divider{margin:0 1.5rem}.services-card-desc{padding:1rem 1.5rem}.services-card-image{margin:0 .5rem .5rem;min-height:200px;height:200px}}@media(max-width:480px){.services-section{padding:3rem 0}.services-title{font-size:1.85rem}.services-card-image{min-height:180px;height:180px}.services-btn-viewall{width:calc(100% - 3rem);justify-content:center;margin:0 1.5rem}}.proof-section{padding:6rem 2rem;background:#f5f5f5;font-family:Plus Jakarta Sans,sans-serif;overflow:hidden}.proof-wrapper{max-width:1200px;margin:0 auto}.proof-header{text-align:center;max-width:600px;margin:0 auto 3.5rem}.proof-badge{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;justify-content:center}.proof-badge-line{width:24px;height:3px;background:#0a0a0a;border-radius:10px}.proof-badge-text{font-size:.9rem;font-weight:500;color:#0a0a0a;letter-spacing:.3px}.proof-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.2;color:#0a0a0a;margin-bottom:1rem;letter-spacing:-.5px}.proof-title-accent{color:#4ade80}.proof-subtitle{font-size:1.05rem;line-height:1.7;color:#525252}.proof-stats{display:flex;align-items:center;justify-content:center;gap:0;background:#0a0a0a;border-radius:20px;padding:2.5rem 2rem;margin-bottom:3rem}.proof-stat{flex:1;text-align:center;padding:0 1.5rem}.proof-stat-number{display:block;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:#4ade80;letter-spacing:-1px;margin-bottom:.35rem}.proof-stat-label{display:block;font-size:.9rem;font-weight:500;color:#ffffffb3}.proof-stat-divider{width:1px;height:50px;background:#ffffff26;flex-shrink:0}.proof-testimonials{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;margin-bottom:2.5rem}.proof-testimonial-card{background:#fff;border-radius:20px;padding:2rem;display:flex;flex-direction:column;gap:1.25rem;transition:all .4s cubic-bezier(.22,1,.36,1);border:1px solid rgba(0,0,0,.04)}.proof-testimonial-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000014}.proof-testimonial-featured{background:#143c23;border:none}.proof-testimonial-featured .proof-testimonial-quote{color:#ffffffe6}.proof-testimonial-featured .proof-testimonial-name{color:#fff}.proof-testimonial-featured .proof-testimonial-role{color:#fff9}.proof-testimonial-featured .proof-avatar-fallback{background:#4ade8033;color:#4ade80}.proof-testimonial-stars{display:flex;gap:.2rem}.proof-testimonial-stars svg{width:18px;height:18px;color:#facc15}.proof-testimonial-quote{font-size:1rem;line-height:1.7;color:#374151;font-style:normal;flex-grow:1}.proof-testimonial-author{display:flex;align-items:center;gap:.85rem;padding-top:.5rem;border-top:1px solid rgba(0,0,0,.06)}.proof-testimonial-featured .proof-testimonial-author{border-top-color:#ffffff1a}.proof-testimonial-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;position:relative;background:#e5e7eb}.proof-testimonial-avatar img{width:100%;height:100%;object-fit:cover}.proof-avatar-fallback{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600;color:#525252;background:#e5e7eb}.proof-testimonial-avatar img:not([src=""])~.proof-avatar-fallback{display:none}.proof-no-image .proof-avatar-fallback{display:flex}.proof-no-image img{display:none}.proof-testimonial-info{display:flex;flex-direction:column;gap:.15rem}.proof-testimonial-name{font-size:.95rem;font-weight:600;color:#0a0a0a}.proof-testimonial-role{font-size:.8rem;color:#6b7280}.proof-reviews-badge{display:flex;justify-content:center}.proof-reviews-inner{display:flex;align-items:center;gap:1rem;background:#fff;padding:1rem 1.75rem;border-radius:60px;box-shadow:0 4px 20px #0000000f;border:1px solid rgba(0,0,0,.04)}.proof-google-icon{width:28px;height:28px}.proof-reviews-text{display:flex;align-items:center;gap:.5rem}.proof-reviews-rating{font-size:1.35rem;font-weight:700;color:#0a0a0a}.proof-reviews-stars{display:flex;gap:.1rem}.proof-reviews-stars svg{width:16px;height:16px;color:#facc15}.proof-reviews-count{font-size:.85rem;color:#6b7280;padding-left:.5rem;border-left:1px solid #e5e7eb}.proof-header,.proof-stats,.proof-testimonial-card,.proof-reviews-badge{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.proof-section.proof-animate .proof-header{opacity:1;transform:translateY(0);transition-delay:.1s}.proof-section.proof-animate .proof-stats{opacity:1;transform:translateY(0);transition-delay:.2s}.proof-section.proof-animate .proof-testimonial-card:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.3s}.proof-section.proof-animate .proof-testimonial-card:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.4s}.proof-section.proof-animate .proof-testimonial-card:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.5s}.proof-section.proof-animate .proof-reviews-badge{opacity:1;transform:translateY(0);transition-delay:.6s}.proof-stat-number{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.proof-section.proof-animate .proof-stat:nth-child(1) .proof-stat-number{opacity:1;transform:translateY(0);transition-delay:.3s}.proof-section.proof-animate .proof-stat:nth-child(3) .proof-stat-number{opacity:1;transform:translateY(0);transition-delay:.4s}.proof-section.proof-animate .proof-stat:nth-child(5) .proof-stat-number{opacity:1;transform:translateY(0);transition-delay:.5s}.proof-section.proof-animate .proof-stat:nth-child(7) .proof-stat-number{opacity:1;transform:translateY(0);transition-delay:.6s}@media(max-width:1024px){.proof-testimonials{grid-template-columns:1fr;max-width:600px;margin-left:auto;margin-right:auto}.proof-testimonial-featured{order:-1}}@media(max-width:768px){.proof-section{padding:4rem 1.5rem}.proof-stats{flex-wrap:wrap;gap:1.5rem;padding:2rem 1.5rem}.proof-stat{flex:0 0 calc(50% - 1rem);padding:.5rem}.proof-stat-divider{display:none}.proof-stat-number{font-size:2rem}.proof-stat-label{font-size:.8rem}.proof-header{margin-bottom:2.5rem}.proof-testimonial-card{padding:1.5rem}.proof-reviews-inner{flex-wrap:wrap;justify-content:center;gap:.75rem;padding:1rem 1.25rem;border-radius:16px}.proof-reviews-count{border-left:none;padding-left:0;width:100%;text-align:center}}@media(max-width:480px){.proof-section{padding:3rem 1.25rem}.proof-title{font-size:1.75rem}.proof-stats{padding:1.5rem 1rem;border-radius:16px}.proof-stat-number{font-size:1.75rem}.proof-testimonial-quote{font-size:.95rem}.proof-testimonial-avatar{width:42px;height:42px}}.process-section{padding:6rem 2rem;background:linear-gradient(90deg,#fff,#fffbed);font-family:Plus Jakarta Sans,sans-serif;overflow:hidden}.process-wrapper{max-width:1100px;margin:0 auto}.process-header{text-align:center;max-width:550px;margin:0 auto 4rem}.process-badge{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;justify-content:center}.process-badge-line{width:24px;height:3px;background:#0a0a0a;border-radius:10px}.process-badge-text{font-size:.9rem;font-weight:500;color:#0a0a0a;letter-spacing:.3px}.process-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.2;color:#0a0a0a;margin-bottom:1rem;letter-spacing:-.5px}.process-title-accent{color:#4ade80}.process-subtitle{font-size:1.05rem;line-height:1.7;color:#525252}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;margin-bottom:4rem}.process-step{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1rem}.process-step-number{width:56px;height:56px;border-radius:50%;background:#0a0a0a;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;z-index:2}.process-step-number span{font-size:1.1rem;font-weight:700;color:#4ade80;letter-spacing:-.5px}.process-step-connector{position:absolute;top:28px;left:calc(50% + 28px);width:calc(100% - 56px);height:2px;background:linear-gradient(90deg,#0a0a0a,#e5e5e5);z-index:1}.process-step:last-child .process-step-connector{display:none}.process-step-content{display:flex;flex-direction:column;align-items:center}.process-step-icon{width:64px;height:64px;border-radius:16px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:all .4s cubic-bezier(.22,1,.36,1)}.process-step-icon svg{width:28px;height:28px;color:#143c23}.process-step:hover .process-step-icon{background:#143c23;transform:translateY(-5px);box-shadow:0 10px 30px #143c2333}.process-step:hover .process-step-icon svg{color:#4ade80}.process-step-icon-highlight{background:#143c23}.process-step-icon-highlight svg{color:#4ade80}.process-step:hover .process-step-icon-highlight{background:#4ade80}.process-step:hover .process-step-icon-highlight svg{color:#0a0a0a}.process-step-title{font-size:1.1rem;font-weight:600;color:#0a0a0a;margin-bottom:.6rem;letter-spacing:-.2px}.process-step-desc{font-size:.9rem;line-height:1.6;color:#6b7280;max-width:220px;text-align:justify}.process-cta{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding-top:2rem;border-top:1px solid #f0f0f0}.process-cta-text{font-size:1rem;color:#6b7280}.process-cta-btn{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2rem;background:#4ade80;color:#0a0a0a;border:none;border-radius:12px;font-family:Plus Jakarta Sans,sans-serif;font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;transition:all .3s ease}.process-cta-btn:hover{background:#3fcc70;transform:translateY(-3px);box-shadow:0 10px 30px #4ade804d}.process-cta-btn svg{width:18px;height:18px;transition:transform .3s ease}.process-cta-btn:hover svg{transform:translate(4px)}.process-header,.process-step,.process-cta{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.process-section.process-animate .process-header{opacity:1;transform:translateY(0);transition-delay:.1s}.process-section.process-animate .process-step:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.2s}.process-section.process-animate .process-step:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.35s}.process-section.process-animate .process-step:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.5s}.process-section.process-animate .process-step:nth-child(4){opacity:1;transform:translateY(0);transition-delay:.65s}.process-section.process-animate .process-cta{opacity:1;transform:translateY(0);transition-delay:.8s}.process-step-number{transform:scale(0);transition:transform .5s cubic-bezier(.34,1.56,.64,1)}.process-section.process-animate .process-step:nth-child(1) .process-step-number{transform:scale(1);transition-delay:.3s}.process-section.process-animate .process-step:nth-child(2) .process-step-number{transform:scale(1);transition-delay:.45s}.process-section.process-animate .process-step:nth-child(3) .process-step-number{transform:scale(1);transition-delay:.6s}.process-section.process-animate .process-step:nth-child(4) .process-step-number{transform:scale(1);transition-delay:.75s}.process-step-connector{transform:scaleX(0);transform-origin:left;transition:transform .6s cubic-bezier(.22,1,.36,1)}.process-section.process-animate .process-step:nth-child(1) .process-step-connector{transform:scaleX(1);transition-delay:.4s}.process-section.process-animate .process-step:nth-child(2) .process-step-connector{transform:scaleX(1);transition-delay:.55s}.process-section.process-animate .process-step:nth-child(3) .process-step-connector{transform:scaleX(1);transition-delay:.7s}@media(max-width:1024px){.process-steps{grid-template-columns:repeat(2,1fr);gap:3rem 2rem}.process-step-connector{display:none}.process-step{padding:0}}@media(max-width:640px){.process-section{padding:4rem 1.5rem}.process-header{margin-bottom:3rem}.process-steps{grid-template-columns:1fr;gap:2.5rem}.process-step{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;text-align:left;gap:0 1.25rem}.process-step-number{grid-row:1 / 3;width:48px;height:48px;margin-bottom:0}.process-step-number span{font-size:1rem}.process-step-content{align-items:flex-start}.process-step-icon{width:52px;height:52px;margin-bottom:1rem}.process-step-icon svg{width:24px;height:24px}.process-step-desc{max-width:100%}.process-cta{padding-top:1.5rem}.process-cta-btn{width:100%;justify-content:center}}@media(max-width:480px){.process-section{padding:3rem 1.25rem}.process-title{font-size:1.75rem}.process-step-title{font-size:1rem}.process-step-desc{font-size:.85rem}}.faq-section{padding:6rem 2rem;background:#f5f5f5;font-family:Plus Jakarta Sans,sans-serif;overflow:hidden}.faq-wrapper{max-width:1200px;margin:0 auto}.faq-container{display:grid;grid-template-columns:1fr .85fr;gap:4rem;align-items:start}.faq-content{max-width:600px}.faq-header{margin-bottom:2.5rem}.faq-badge{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.faq-badge-line{width:24px;height:3px;background:#0a0a0a;border-radius:10px}.faq-badge-text{font-size:.9rem;font-weight:500;color:#0a0a0a;letter-spacing:.3px}.faq-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;line-height:1.2;color:#0a0a0a;margin-bottom:1rem;letter-spacing:-.5px}.faq-title-accent{color:#4ade80}.faq-subtitle{font-size:1rem;line-height:1.7;color:#525252}.faq-accordion{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:#fff;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.04);transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 20px #0000000f}.faq-item-active{box-shadow:0 8px 30px #00000014}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left;font-family:Plus Jakarta Sans,sans-serif;transition:all .3s ease}.faq-question span{font-size:1rem;font-weight:600;color:#0a0a0a;line-height:1.4}.faq-item-active .faq-question span{color:#143c23}.faq-icon{width:28px;height:28px;border-radius:8px;background:#f5f5f5;position:relative;flex-shrink:0;transition:all .3s ease}.faq-item-active .faq-icon{background:#143c23}.faq-icon span{position:absolute;background:#525252;border-radius:2px;transition:all .3s ease}.faq-item-active .faq-icon span{background:#4ade80}.faq-icon span:first-child{width:12px;height:2px;top:50%;left:50%;transform:translate(-50%,-50%)}.faq-icon span:last-child{width:2px;height:12px;top:50%;left:50%;transform:translate(-50%,-50%)}.faq-item-active .faq-icon span:last-child{transform:translate(-50%,-50%) rotate(90deg);opacity:0}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.22,1,.36,1)}.faq-item-active .faq-answer{max-height:300px}.faq-answer-inner{padding:0 1.5rem 1.5rem}.faq-answer p{font-size:.95rem;line-height:1.7;color:#525252;text-align:justify}.faq-more{display:flex;align-items:center;gap:.75rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e5e5}.faq-more p{font-size:.95rem;color:#6b7280}.faq-more-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.95rem;font-weight:600;color:#143c23;text-decoration:none;transition:all .3s ease}.faq-more-link:hover{color:#4ade80}.faq-more-link svg{width:16px;height:16px;transition:transform .3s ease}.faq-more-link:hover svg{transform:translate(4px)}.faq-image-wrapper{position:relative;padding-top:2rem}.faq-image-container{position:relative;border-radius:24px;overflow:hidden;aspect-ratio:4/5;background:#e5e5e5}.faq-image{width:100%;height:100%;object-fit:cover}.faq-image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:linear-gradient(135deg,#e8e8e8,#d5d5d5)}.faq-image-placeholder svg{width:48px;height:48px;color:#a0a0a0}.faq-image-placeholder span{font-size:.9rem;color:#888;font-weight:500}.faq-image-container:not(.faq-no-image) .faq-image-placeholder{display:none}.faq-no-image .faq-image{display:none}.faq-floating-card{position:absolute;bottom:2rem;left:-2rem;display:flex;align-items:center;gap:1rem;background:#fff;padding:1rem 1.5rem;border-radius:16px;box-shadow:0 15px 40px #0000001f;z-index:2}.faq-floating-icon{width:48px;height:48px;border-radius:12px;background:#4ade80;display:flex;align-items:center;justify-content:center}.faq-floating-icon svg{width:22px;height:22px;color:#0a0a0a}.faq-floating-text{display:flex;flex-direction:column;gap:.15rem}.faq-floating-label{font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.faq-floating-number{font-size:1.1rem;font-weight:700;color:#0a0a0a;text-decoration:none;transition:color .3s ease}.faq-floating-number:hover{color:#143c23}.faq-decor{position:absolute;border-radius:50%;z-index:0}.faq-decor-1{width:120px;height:120px;background:#4ade8026;top:-1rem;right:-1rem}.faq-decor-2{width:80px;height:80px;background:#d2c8aa4d;bottom:6rem;right:-2rem}.faq-header,.faq-item,.faq-more,.faq-image-wrapper{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.faq-image-wrapper{transform:translate(40px)}.faq-section.faq-animate .faq-header{opacity:1;transform:translateY(0);transition-delay:.1s}.faq-section.faq-animate .faq-item:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.15s}.faq-section.faq-animate .faq-item:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.2s}.faq-section.faq-animate .faq-item:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.25s}.faq-section.faq-animate .faq-item:nth-child(4){opacity:1;transform:translateY(0);transition-delay:.3s}.faq-section.faq-animate .faq-item:nth-child(5){opacity:1;transform:translateY(0);transition-delay:.35s}.faq-section.faq-animate .faq-item:nth-child(6){opacity:1;transform:translateY(0);transition-delay:.4s}.faq-section.faq-animate .faq-more{opacity:1;transform:translateY(0);transition-delay:.45s}.faq-section.faq-animate .faq-image-wrapper{opacity:1;transform:translate(0);transition-delay:.2s}.faq-floating-card{opacity:0;transform:translateY(20px) translate(-10px);transition:opacity .5s ease,transform .5s ease}.faq-section.faq-animate .faq-floating-card{opacity:1;transform:translateY(0) translate(0);transition-delay:.5s}@media(max-width:1024px){.faq-container{grid-template-columns:1fr;gap:3rem}.faq-content{max-width:100%}.faq-image-wrapper{max-width:500px;margin:0 auto}.faq-floating-card{left:1rem;bottom:1.5rem}}@media(max-width:640px){.faq-section{padding:4rem 1.5rem}.faq-header{margin-bottom:2rem}.faq-question{padding:1rem 1.25rem}.faq-question span{font-size:.95rem}.faq-answer-inner{padding:0 1.25rem 1.25rem}.faq-image-container{aspect-ratio:3/4;border-radius:20px}.faq-floating-card{position:relative;left:auto;bottom:auto;margin-top:1rem;padding:.9rem 1.25rem;gap:.85rem;width:fit-content;margin-left:auto;margin-right:auto;border-radius:14px}.faq-floating-icon{width:40px;height:40px;border-radius:10px}.faq-floating-icon svg{width:18px;height:18px}.faq-floating-label{font-size:.7rem}.faq-floating-number{font-size:.95rem}.faq-decor-1{width:80px;height:80px;display:none}.faq-decor-2{width:50px;height:50px;display:none}}@media(max-width:480px){.faq-section{padding:3rem 1.25rem}.faq-title{font-size:1.75rem}.faq-floating-card{padding:.75rem 1rem;gap:.7rem}.faq-floating-icon{width:36px;height:36px}.faq-floating-icon svg{width:16px;height:16px}.faq-floating-number{font-size:.9rem}.faq-icon{width:24px;height:24px}.faq-icon span:first-child{width:10px}.faq-icon span:last-child{height:10px}}
