*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green:#2e7d32;--green-mid:#388e3c;--green-light:#4caf50;--green-pale:#e8f5e9;--green-pale2:#c8e6c9;--orange:#f57c00;--orange-light:#ff9800;--orange-pale:#fff3e0;--orange-pale2:#ffe0b2;--white:#fff;--off-white:#fafaf8;--dark:#1a1a1a;--dark-mid:#333;--gray:#666;--gray-light:#999;--border:#e5e7eb;--shadow-sm:0 1px 3px #00000014, 0 1px 2px #0000000d;--shadow-md:0 4px 16px #0000001a, 0 2px 6px #0000000f;--shadow-lg:0 10px 40px #0000001f, 0 4px 12px #0000000f;--radius:12px;--radius-lg:20px;--radius-full:9999px;font-family:Inter,system-ui,sans-serif}html{scroll-behavior:smooth}body{background:var(--white);color:var(--dark);-webkit-font-smoothing:antialiased;line-height:1.6}#root{width:100%;min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}input,select,textarea{font-family:inherit}.navbar{z-index:100;padding:14px 0;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff7;box-shadow:0 1px 16px #00000017}.navbar-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.navbar-brand{align-items:center;gap:12px;display:flex}.navbar-logo{object-fit:cover;border-radius:50%;flex-shrink:0;width:42px;height:42px}.navbar-name{color:#fffffff2;font-family:Poppins,sans-serif;font-size:19px;font-weight:700;transition:color .3s}.navbar.scrolled .navbar-name{color:var(--green)}.pk{color:#ffb74d}.navbar.scrolled .pk{color:var(--orange)}.navbar-links{align-items:center;gap:2px;display:flex}.nav-link{border-radius:var(--radius-full);color:#ffffffd9;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s}.nav-link:hover{color:#fff;background:#ffffff21}.navbar.scrolled .nav-link{color:var(--dark-mid)}.navbar.scrolled .nav-link:hover{color:var(--green);background:var(--green-pale)}.nav-cta{padding:8px 20px;font-weight:600;background:var(--orange)!important;color:#fff!important}.nav-cta:hover{background:var(--orange-light)!important}.hamburger{cursor:pointer;color:#ffffffe6;background:0 0;border:none;padding:4px;display:none}.navbar.scrolled .hamburger{color:var(--dark)}.mobile-menu{border-top:1px solid var(--border);background:#fff;flex-direction:column;padding:8px 0 16px;display:flex}.mobile-nav-link{color:var(--dark-mid);padding:13px 24px;font-size:15px;font-weight:500;text-decoration:none;display:block}.mobile-nav-link:hover{background:var(--green-pale);color:var(--green)}.mobile-nav-cta{background:var(--orange);border-radius:var(--radius-full);text-align:center;margin:8px 24px 0;padding:13px 20px;font-weight:600;color:#fff!important}.mobile-nav-cta:hover{background:var(--orange-light)!important}@media (width<=768px){.navbar-links{display:none}.hamburger{display:flex}}.hero{justify-content:center;align-items:center;min-height:100vh;padding:120px 24px 100px;display:flex;position:relative;overflow:hidden}.hero-bg{background:linear-gradient(135deg,#1b5e20,#2e7d32 40%,#1a3a1f);position:absolute;inset:0}.hero-bg-img{object-fit:cover;opacity:.38;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{background:linear-gradient(135deg,#1b5e20a6 0%,#2e7d3285 50%,#1a3a1fad 100%);position:absolute;inset:0}.hero-content{z-index:2;text-align:center;max-width:820px;position:relative}.hero-title{color:#fff;letter-spacing:-1px;margin-bottom:24px;font-family:Poppins,sans-serif;font-size:clamp(36px,6vw,68px);font-weight:800;line-height:1.12}.text-orange{color:#ffb74d}.hero-subtitle{color:#ffffffeb;max-width:640px;margin:0 auto 16px;font-size:clamp(16px,2vw,19px);line-height:1.7}.hero-desc{color:#ffffffb8;max-width:580px;margin:0 auto 40px;font-size:15px;line-height:1.7}.hero-actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:52px;display:flex}.hero-stats{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff17;border:1px solid #ffffff2e;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:0;display:flex;overflow:hidden}.hero-stat{text-align:center;color:#ffffffd9;flex:1;padding:20px 40px}.hero-stat+.hero-stat{border-left:1px solid #ffffff26}.hero-stat strong{color:#ffb74d;margin-bottom:4px;font-size:30px;font-weight:800;line-height:1;display:block}.hero-stat span{text-transform:uppercase;letter-spacing:.9px;font-size:11px}.hero-scroll{color:#ffffff80;text-align:center;flex-direction:column;align-items:center;gap:4px;font-size:11px;animation:2.2s ease-in-out infinite bounceY;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}@keyframes bounceY{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(7px)}}.btn{border-radius:var(--radius-full);cursor:pointer;border:2px solid #0000;align-items:center;gap:8px;padding:13px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn.sm{padding:10px 22px;font-size:14px}.btn.full{justify-content:center;width:100%}.btn-primary{background:var(--orange);color:#fff;border-color:var(--orange)}.btn-primary:hover{background:var(--orange-light);border-color:var(--orange-light);transform:translateY(-2px);box-shadow:0 6px 20px #f57c0066}.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-secondary{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border-color:#fff6}.btn-secondary:hover{background:#ffffff38;border-color:#ffffffb3}.btn-outline{color:var(--green);border-color:var(--green);background:0 0}.btn-outline:hover{background:var(--green);color:#fff}.section{padding:96px 24px}.container{max-width:1200px;margin:0 auto}.section-tag{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:14px;padding:5px 14px;font-size:11px;font-weight:700;display:inline-block}.section-tag.green{background:var(--green-pale);color:var(--green)}.section-tag.orange{background:var(--orange-pale);color:var(--orange)}.section-title{color:var(--dark);letter-spacing:-.5px;margin-bottom:18px;font-family:Poppins,sans-serif;font-size:clamp(26px,4vw,40px);font-weight:700;line-height:1.25}.section-title.centered{text-align:center;max-width:600px;margin-left:auto;margin-right:auto}.section-title.light{color:#fff}.section-desc{color:var(--gray);margin-bottom:14px;font-size:16px;line-height:1.75}.section-desc.centered{text-align:center;max-width:560px;margin-left:auto;margin-right:auto}.section-desc.light{color:#fffc}.section-header{text-align:center;margin-bottom:52px}.problem-section{background:var(--off-white)}.problem-grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.problem-image-wrap{position:relative}.problem-img{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);object-fit:cover;aspect-ratio:4/3}.problem-image-badge{border-radius:var(--radius);box-shadow:var(--shadow-md);color:var(--gray);background:#fff;flex-direction:column;align-items:center;gap:4px;padding:14px 18px;font-size:13px;font-weight:600;display:flex;position:absolute;bottom:-18px;right:-18px}.problem-image-badge span{font-size:26px}.pain-list{flex-direction:column;gap:10px;margin-top:28px;list-style:none;display:flex}.pain-item{border-radius:var(--radius);color:var(--dark-mid);box-shadow:var(--shadow-sm);background:#fff;align-items:center;gap:14px;padding:13px 18px;font-size:15px;font-weight:500;transition:transform .2s;display:flex}.pain-item:hover{transform:translate(5px)}.pain-icon-wrap{background:var(--orange-pale);width:38px;height:38px;color:var(--orange);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.services-section{background:#fff;position:relative}.services-bg-pattern{background:var(--green-pale);clip-path:polygon(15% 0,100% 0,100% 100%,0% 100%);opacity:.4;pointer-events:none;width:40%;height:100%;position:absolute;top:0;right:0}.services-grid{z-index:1;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:52px;display:grid;position:relative}.service-card{border:1.5px solid var(--border);border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;align-items:center;gap:12px;padding:22px 14px;transition:all .22s;display:flex}.service-card:hover{border-color:var(--green);background:var(--green-pale);box-shadow:var(--shadow-md);transform:translateY(-5px)}.service-icon-wrap{background:var(--green-pale);width:52px;height:52px;color:var(--green);border-radius:14px;justify-content:center;align-items:center;transition:all .22s;display:flex}.service-card:hover .service-icon-wrap{background:var(--green);color:#fff}.service-label{color:var(--dark-mid);font-size:13px;font-weight:600}.services-cta{background:linear-gradient(135deg, var(--green), var(--green-mid));border-radius:var(--radius-lg);z-index:1;align-items:stretch;display:flex;position:relative;overflow:hidden}.services-img{object-fit:cover;flex-shrink:0;width:42%;min-height:260px}.services-cta-text{color:#fff;flex-direction:column;flex:1;justify-content:center;padding:48px;display:flex}.services-cta-text h3{margin-bottom:10px;font-family:Poppins,sans-serif;font-size:26px;font-weight:700}.services-cta-text p{color:#fffc;margin-bottom:26px;font-size:15px}.trust-section{background:var(--off-white)}.trust-grid{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.trust-features{flex-direction:column;gap:18px;margin-top:28px;display:flex}.trust-feature{align-items:flex-start;gap:14px;display:flex}.trust-feature-icon{background:var(--green-pale);width:44px;height:44px;color:var(--green);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.trust-feature strong{color:var(--dark);margin-bottom:3px;font-size:14px;display:block}.trust-feature p{color:var(--gray);font-size:13px;line-height:1.6}.trust-quote{background:linear-gradient(135deg, var(--green-pale), #fff);border-left:4px solid var(--green);border-radius:0 var(--radius) var(--radius) 0;color:var(--green);margin-top:28px;padding:18px 22px;font-size:15px;font-style:italic;font-weight:500}.quote-mark{margin-right:2px;font-size:30px;line-height:1}.trust-image-wrap{position:relative}.trust-img{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);object-fit:cover;aspect-ratio:4/5}.trust-badge-1,.trust-badge-2{border-radius:var(--radius);box-shadow:var(--shadow-md);background:#fff;align-items:center;gap:6px;padding:10px 14px;font-size:13px;font-weight:600;display:flex;position:absolute}.trust-badge-1{color:var(--green);top:20px;left:-20px}.trust-badge-2{color:var(--dark);flex-direction:column;gap:2px;font-size:12px;bottom:40px;right:-20px}.img-placeholder{aspect-ratio:4/3;border-radius:var(--radius-lg);background:var(--green-pale);justify-content:center;align-items:center;width:100%;font-size:48px;display:flex}.img-placeholder.tall{aspect-ratio:4/5}.signup-section{background:linear-gradient(160deg,#1b5e20,#2e7d32 50%,#1a3a1f);position:relative;overflow:hidden}.signup-bg{pointer-events:none;background-image:radial-gradient(circle at 20% 80%,#f57c0024 0%,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff0d 0%,#0000 50%);position:absolute;inset:0}.signup-wrap{z-index:1;grid-template-columns:1fr 1fr;align-items:start;gap:56px;display:grid;position:relative}.signup-left{padding-top:20px}.signup-perks{flex-direction:column;gap:18px;margin:28px 0;display:flex}.perk{align-items:flex-start;gap:14px;display:flex}.perk-icon{border-radius:var(--radius);color:#ffb74d;background:#ffffff1f;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.perk strong{color:#fff;margin-bottom:3px;font-size:14px;display:block}.perk p{color:#ffffffa6;font-size:13px}.signup-side-img{border-radius:var(--radius-lg);object-fit:cover;width:100%;max-height:240px;margin-top:28px}.signup-card{border-radius:var(--radius-lg);background:#fff;padding:32px;box-shadow:0 24px 60px #00000040}.signup-card-header{align-items:center;gap:14px;margin-bottom:20px;display:flex}.signup-logo{object-fit:cover;border-radius:50%;width:50px;height:50px}.signup-card-header h3{color:var(--dark);font-family:Poppins,sans-serif;font-size:19px;font-weight:700}.signup-card-header p{color:var(--gray);font-size:13px}.about-hh{border-radius:var(--radius);border:1.5px solid var(--border);margin-bottom:20px;overflow:hidden}.about-hh-toggle{background:var(--green-pale);cursor:pointer;width:100%;color:var(--green);text-align:left;border:none;align-items:center;gap:8px;padding:12px 16px;font-size:13px;font-weight:600;display:flex}.about-hh-toggle:hover{background:var(--green-pale2)}.about-hh-toggle span:first-of-type{flex:1}.about-hh-content{overflow:hidden}.about-hh-inner{border-top:1px solid var(--border);color:var(--gray);padding:16px;font-size:13px;line-height:1.65}.about-hh-inner p{margin-bottom:10px}.about-mission{font-size:13px;color:var(--green)!important}.about-hh-inner ul{flex-direction:column;gap:7px;list-style:none;display:flex}.about-hh-inner li{align-items:flex-start;gap:7px;display:flex}.about-check{color:var(--green);flex-shrink:0;margin-top:2px}.signup-form{flex-direction:column;gap:16px;display:flex}.form-group{flex-direction:column;gap:5px;display:flex}.form-group label{color:var(--dark-mid);font-size:13px;font-weight:600}.req{color:var(--orange)}.form-group input,.form-group select{border-radius:var(--radius);border:1.5px solid var(--border);color:var(--dark);appearance:auto;background:#fff;outline:none;padding:11px 14px;font-size:14px;transition:border-color .2s}.form-group input:focus,.form-group select:focus{border-color:var(--green);box-shadow:0 0 0 3px #2e7d321a}.form-group.has-error input,.form-group.has-error select{border-color:#ef5350}.field-error{color:#ef5350;font-size:12px}.type-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.type-card{border-radius:var(--radius);border:1.5px solid var(--border);cursor:pointer;text-align:center;background:#fff;flex-direction:column;align-items:center;gap:6px;padding:14px 12px;transition:all .2s;display:flex}.type-card:hover{border-color:var(--green);background:var(--green-pale)}.type-card-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.type-card-icon.green{background:var(--green-pale);color:var(--green)}.type-card-icon.orange{background:var(--orange-pale);color:var(--orange)}.type-card strong{color:var(--dark);font-size:12px;display:block}.type-card p{color:var(--gray);margin:0;font-size:11px;line-height:1.4}.type-card.active.green{border-color:var(--green);background:var(--green-pale)}.type-card.active.green .type-card-icon.green{background:var(--green);color:#fff}.type-card.active.orange{border-color:var(--orange);background:var(--orange-pale)}.type-card.active.orange .type-card-icon.orange{background:var(--orange);color:#fff}.form-note{color:var(--gray-light);text-align:center;font-size:12px}.result-box{border-radius:var(--radius);text-align:center;flex-direction:column;align-items:center;gap:14px;padding:28px;display:flex}.result-box.success{background:var(--green-pale)}.result-box.error{background:#ffebee}.result-icon{font-size:44px}.result-box p{color:var(--dark-mid);font-size:14px;line-height:1.6}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:15px;height:15px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.footer{color:#999;background:#111;padding:56px 24px 28px}.footer-main{flex-wrap:wrap;align-items:flex-start;gap:72px;margin-bottom:40px;display:flex}.footer-brand{flex-shrink:0;align-items:center;gap:14px;display:flex}.footer-logo{object-fit:cover;border-radius:50%;width:54px;height:54px}.footer-name{color:#fff;margin:0;font-family:Poppins,sans-serif;font-size:21px;font-weight:700}.footer-name span{color:var(--orange-light)}.footer-tagline{color:#666;margin-top:4px;font-size:13px}.footer-links{flex-wrap:wrap;flex:1;gap:48px;display:flex}.footer-col h4{color:#ccc;text-transform:uppercase;letter-spacing:.9px;margin-bottom:12px;font-size:12px;font-weight:700}.footer-col ul{flex-direction:column;gap:8px;list-style:none;display:flex}.footer-col li{color:#777;font-size:14px}.footer-col a{color:#777;text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--orange-light)}.footer-social{margin-top:16px}.footer-social-link{border:1px solid #4267b2;border-radius:6px;align-items:center;gap:6px;padding:5px 10px;font-size:13px;display:inline-flex;color:#4267b2!important;transition:background .2s,color .2s!important}.footer-social-link:hover{background:#4267b2;color:#fff!important}.footer-bottom{border-top:1px solid #1e1e1e;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding-top:20px;font-size:13px;display:flex}.pp-prose{color:var(--dark-mid);font-size:15px;line-height:1.8}.pp-section{margin-bottom:40px}.pp-section h2{color:var(--dark);border-bottom:2px solid var(--green-pale);margin-bottom:14px;padding-bottom:10px;font-family:Poppins,sans-serif;font-size:20px;font-weight:700}.pp-section p{margin-bottom:12px}.pp-section ul{flex-direction:column;gap:8px;margin:10px 0 14px;padding-left:0;list-style:none;display:flex}.pp-section li{background:var(--off-white);border-left:3px solid var(--green);color:var(--dark-mid);border-radius:0 8px 8px 0;padding:10px 14px;font-size:14px}.pp-contact-card{background:var(--green-pale);border-radius:var(--radius);border:1.5px solid var(--green-pale2);flex-direction:column;gap:6px;margin-top:16px;padding:20px 24px;display:flex}.pp-contact-card strong{color:var(--green);font-size:16px}.pp-contact-card span{color:var(--gray);font-size:13px}.pp-contact-card a{color:var(--green);font-size:14px;font-weight:500}.pp-contact-card a:hover{text-decoration:underline}@media (width<=900px){.problem-grid,.trust-grid,.signup-wrap{grid-template-columns:1fr}.problem-image-wrap,.trust-image-wrap{display:none}.services-grid{grid-template-columns:repeat(2,1fr)}.services-cta{flex-direction:column}.services-img{width:100%;max-height:220px}.footer-main{flex-direction:column;gap:28px}}@media (width<=600px){.services-bg-pattern{display:none}.section{padding:56px 20px}.hero{padding:96px 20px 72px}.hero-stats{flex-direction:column}.hero-stat+.hero-stat{border-top:1px solid #ffffff26;border-left:none}.hero-stat{padding:16px 24px}.hero-actions{flex-direction:column;align-items:stretch}.btn{justify-content:center}.services-grid{grid-template-columns:repeat(2,1fr);gap:10px}.footer-links{flex-direction:column;gap:20px}.footer-bottom{flex-direction:column;align-items:flex-start}.signup-card{padding:22px}.services-cta-text{padding:24px}.services-cta-text h3{font-size:21px}}
