.HomePage-module__Nb7IMW__root{--color-bg:#f4faf4;--color-surface:#fff;--color-surface-alt:#e8f5e8;--color-text:#0d1a0d;--color-text-muted:#4a6350;--color-accent:#07e207;--color-accent-light:#d4fad4;--color-accent-dark:#05b505;--color-border:#cde8cd;--color-dark:#0d1a0d;--color-dark-surface:#111e11;--font-display:"Playfair Display",Georgia,serif;--font-body:"DM Sans",system-ui,sans-serif;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:32px;--shadow-sm:0 1px 4px rgba(13,26,13,.06);--shadow-md:0 4px 20px rgba(13,26,13,.09);--shadow-lg:0 12px 48px rgba(13,26,13,.13);--max-w:1200px;--section-pad:clamp(60px,8vw,120px);font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;scroll-behavior:smooth}.HomePage-module__Nb7IMW__header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);background:rgba(244,250,244,.92);position:-webkit-sticky;position:sticky;top:0}.HomePage-module__Nb7IMW__headerInner{max-width:var(--max-w);align-items:center;gap:40px;height:68px;margin:0 auto;padding:0 24px;display:flex}.HomePage-module__Nb7IMW__logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.HomePage-module__Nb7IMW__logoMark{background:var(--color-accent);color:#fff;width:34px;height:34px;font-family:var(--font-display);border-radius:var(--radius-sm);place-items:center;font-size:17px;font-weight:700;display:grid}.HomePage-module__Nb7IMW__logoText{font-family:var(--font-display);color:var(--color-text);letter-spacing:-.02em;font-size:22px;font-weight:600}.HomePage-module__Nb7IMW__nav{align-items:center;gap:4px;margin-left:auto;display:flex}.HomePage-module__Nb7IMW__navLink{color:var(--color-text-muted);border-radius:var(--radius-sm);padding:8px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.HomePage-module__Nb7IMW__navLink:hover{color:var(--color-text);background:var(--color-surface-alt)}.HomePage-module__Nb7IMW__headerActions{align-items:center;gap:8px;display:flex}.HomePage-module__Nb7IMW__ctaButtonSmall{background:var(--color-accent);color:#0d1a0d;border-radius:var(--radius-sm);white-space:nowrap;padding:8px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s,transform .15s}.HomePage-module__Nb7IMW__ctaButtonSmall:hover{background:var(--color-accent-dark);transform:translateY(-1px)}.HomePage-module__Nb7IMW__mobileMenuBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;margin-left:auto;padding:4px;display:none}.HomePage-module__Nb7IMW__mobileMenuBtn span{background:var(--color-text);border-radius:2px;width:22px;height:2px;display:block}.HomePage-module__Nb7IMW__hero{align-items:center;min-height:max(560px,min(80vh,820px));padding:80px 24px;display:flex;position:relative;overflow:hidden}.HomePage-module__Nb7IMW__heroTexture{pointer-events:none;background:radial-gradient(70% 60% at 80%,rgba(7,226,7,.08) 0%,transparent 70%),radial-gradient(50% 80% at 20% 80%,rgba(7,226,7,.05) 0%,transparent 70%),url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='1' fill='%2307e207' fill-opacity='0.04'/%3E%3C/svg%3E");position:absolute;top:0;bottom:0;left:0;right:0}.HomePage-module__Nb7IMW__heroContent{max-width:var(--max-w);grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;margin:0 auto;display:grid;position:relative}.HomePage-module__Nb7IMW__heroPill{background:var(--color-accent-light);color:var(--color-accent-dark);letter-spacing:.08em;text-transform:uppercase;border-radius:100px;grid-area:1/1;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;padding:6px 14px;font-size:12px;font-weight:600;animation:.6s both HomePage-module__Nb7IMW__fadeUp;display:inline-flex}.HomePage-module__Nb7IMW__heroHeading{font-family:var(--font-display);letter-spacing:-.03em;color:var(--color-text);grid-area:2/1;margin:0;font-size:max(48px,min(6vw,80px));font-weight:700;line-height:1.05;animation:.6s .1s both HomePage-module__Nb7IMW__fadeUp}.HomePage-module__Nb7IMW__heroHeading em{color:var(--color-accent);font-style:italic}.HomePage-module__Nb7IMW__heroSub{color:var(--color-text-muted);grid-area:3/1;max-width:440px;margin:0;font-size:17px;line-height:1.7;animation:.6s .2s both HomePage-module__Nb7IMW__fadeUp}.HomePage-module__Nb7IMW__heroActions{flex-wrap:wrap;grid-area:4/1;align-items:center;gap:20px;animation:.6s .3s both HomePage-module__Nb7IMW__fadeUp;display:flex}.HomePage-module__Nb7IMW__heroVisual{grid-area:1/2/5;justify-content:center;align-items:center;animation:.8s .2s both HomePage-module__Nb7IMW__fadeIn;display:flex}.HomePage-module__Nb7IMW__heroCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);width:100%;max-width:380px;box-shadow:var(--shadow-lg);padding:32px}.HomePage-module__Nb7IMW__heroCardTop{gap:8px;margin-bottom:24px;display:flex}.HomePage-module__Nb7IMW__heroCardDot{background:var(--color-border);border-radius:50%;width:10px;height:10px}.HomePage-module__Nb7IMW__heroCardDot:first-child{background:#ff6b6b}.HomePage-module__Nb7IMW__heroCardDot:nth-child(2){background:#ffd93d}.HomePage-module__Nb7IMW__heroCardDot:last-child{background:#6bcb77}.HomePage-module__Nb7IMW__heroCardLines{flex-direction:column;gap:14px;margin-bottom:28px;display:flex}.HomePage-module__Nb7IMW__heroCardLine{background:var(--color-surface-alt);border-radius:100px;height:10px}.HomePage-module__Nb7IMW__heroCardBadge{background:var(--color-accent-light);color:var(--color-accent);border-radius:var(--radius-md);text-align:center;padding:10px 16px;font-size:12px;font-weight:600}.HomePage-module__Nb7IMW__heroDivider{background:linear-gradient(90deg,transparent,var(--color-border),transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.HomePage-module__Nb7IMW__ctaButton{background:var(--color-accent);color:#0d1a0d;border-radius:var(--radius-md);padding:14px 30px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:inline-block;box-shadow:0 4px 16px rgba(7,226,7,.3)}.HomePage-module__Nb7IMW__ctaButton:hover{background:var(--color-accent-dark);transform:translateY(-2px);box-shadow:0 8px 24px rgba(7,226,7,.35)}.HomePage-module__Nb7IMW__ghostButton{color:var(--color-text);border-bottom:2px solid var(--color-border);padding:14px 4px;font-size:15px;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s;display:inline-block}.HomePage-module__Nb7IMW__ghostButton:hover{color:var(--color-accent);border-color:var(--color-accent)}.HomePage-module__Nb7IMW__statsBar{background:var(--color-dark);padding:40px 24px}.HomePage-module__Nb7IMW__statsInner{max-width:var(--max-w);grid-template-columns:repeat(4,1fr);gap:0;margin:0 auto;display:grid}.HomePage-module__Nb7IMW__statItem{border-right:1px solid rgba(255,255,255,.1);flex-direction:column;align-items:center;gap:6px;padding:8px 20px;display:flex}.HomePage-module__Nb7IMW__statItem:last-child{border-right:none}.HomePage-module__Nb7IMW__statValue{font-family:var(--font-display);color:var(--color-accent);font-size:max(28px,min(3.5vw,40px));font-weight:700;line-height:1}.HomePage-module__Nb7IMW__statLabel{color:rgba(255,255,255,.55);text-align:center;font-size:13px;font-weight:400}.HomePage-module__Nb7IMW__sectionHeader{text-align:center;margin-bottom:56px}.HomePage-module__Nb7IMW__sectionEyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:14px;font-size:11px;font-weight:700;display:inline-block}.HomePage-module__Nb7IMW__sectionTitle{font-family:var(--font-display);letter-spacing:-.025em;color:var(--color-text);margin:0 0 16px;font-size:max(32px,min(4vw,52px));font-weight:700;line-height:1.1}.HomePage-module__Nb7IMW__sectionTitle em{color:var(--color-accent);font-style:italic}.HomePage-module__Nb7IMW__sectionSub{color:var(--color-text-muted);max-width:520px;margin:0 auto;font-size:16px;line-height:1.7}.HomePage-module__Nb7IMW__services{padding:var(--section-pad)24px;max-width:var(--max-w);margin:0 auto}.HomePage-module__Nb7IMW__categoryGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;display:grid}.HomePage-module__Nb7IMW__categoryCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);color:inherit;flex-direction:column;gap:10px;padding:28px 28px 24px;text-decoration:none;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;position:relative;overflow:hidden}.HomePage-module__Nb7IMW__categoryCard:before{content:"";background:linear-gradient(135deg,var(--color-accent-light),transparent 60%);opacity:0;border-radius:inherit;transition:opacity .3s;position:absolute;top:0;bottom:0;left:0;right:0}.HomePage-module__Nb7IMW__categoryCard:hover{box-shadow:var(--shadow-lg);border-color:var(--color-accent);transform:translateY(-4px)}.HomePage-module__Nb7IMW__categoryCard:hover:before{opacity:1}.HomePage-module__Nb7IMW__categoryCard:hover .HomePage-module__Nb7IMW__cardArrow{opacity:1;transform:translate(2px)}.HomePage-module__Nb7IMW__cardTag{background:var(--color-accent);color:#0d1a0d;letter-spacing:.06em;text-transform:uppercase;border-radius:100px;padding:4px 10px;font-size:10px;font-weight:700;position:absolute;top:16px;right:16px}.HomePage-module__Nb7IMW__cardIcon{font-size:32px;line-height:1;position:relative}.HomePage-module__Nb7IMW__cardTitle{font-family:var(--font-display);letter-spacing:-.01em;color:var(--color-text);margin:4px 0 0;font-size:19px;font-weight:600;position:relative}.HomePage-module__Nb7IMW__cardDesc{color:var(--color-text-muted);margin:0;font-size:13.5px;line-height:1.6;position:relative}.HomePage-module__Nb7IMW__cardArrow{color:var(--color-accent);opacity:0;margin-top:auto;font-size:18px;transition:opacity .2s,transform .2s;position:relative}.HomePage-module__Nb7IMW__process{background:var(--color-surface-alt);padding:var(--section-pad)24px}.HomePage-module__Nb7IMW__processSteps{max-width:var(--max-w);grid-template-columns:repeat(4,1fr);gap:2px;margin:0 auto;display:grid}.HomePage-module__Nb7IMW__processCard{background:var(--color-surface);border-radius:var(--radius-md);padding:36px 30px;position:relative}.HomePage-module__Nb7IMW__processCard:not(:last-child):after{content:"→";color:var(--color-accent);z-index:1;font-size:20px;position:absolute;top:50%;right:-16px;transform:translateY(-50%)}.HomePage-module__Nb7IMW__processStep{font-family:var(--font-display);color:var(--color-accent-light);margin-bottom:16px;font-size:48px;font-weight:700;line-height:1;display:block}.HomePage-module__Nb7IMW__processTitle{font-family:var(--font-display);color:var(--color-text);margin:0 0 12px;font-size:20px;font-weight:600}.HomePage-module__Nb7IMW__processDesc{color:var(--color-text-muted);margin:0;font-size:14px;line-height:1.65}.HomePage-module__Nb7IMW__testimonials{padding:var(--section-pad)24px;max-width:var(--max-w);margin:0 auto}.HomePage-module__Nb7IMW__testimonialsGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.HomePage-module__Nb7IMW__testimonialCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;gap:16px;padding:32px;transition:box-shadow .2s;display:flex}.HomePage-module__Nb7IMW__testimonialCard:hover{box-shadow:var(--shadow-md)}.HomePage-module__Nb7IMW__testimonialStars{color:#e8a838;letter-spacing:2px;font-size:16px}.HomePage-module__Nb7IMW__testimonialQuote{color:var(--color-text);margin:0;font-size:15px;font-style:italic;line-height:1.7}.HomePage-module__Nb7IMW__testimonialAuthor{align-items:center;gap:12px;margin-top:auto;display:flex}.HomePage-module__Nb7IMW__testimonialAvatar{background:var(--color-accent-light);width:40px;height:40px;color:var(--color-accent);border-radius:50%;flex-shrink:0;place-items:center;font-size:16px;font-weight:700;display:grid}.HomePage-module__Nb7IMW__testimonialAuthor strong{font-size:14px;font-weight:600;display:block}.HomePage-module__Nb7IMW__testimonialAuthor span{color:var(--color-text-muted);font-size:12px;display:block}.HomePage-module__Nb7IMW__ctaBanner{background:var(--color-dark);padding:var(--section-pad)24px;position:relative;overflow:hidden}.HomePage-module__Nb7IMW__ctaBanner:before{content:"";pointer-events:none;background:radial-gradient(60% 80%,rgba(7,226,7,.12) 0%,transparent 70%);position:absolute;top:0;bottom:0;left:0;right:0}.HomePage-module__Nb7IMW__ctaBannerInner{text-align:center;max-width:640px;margin:0 auto;position:relative}.HomePage-module__Nb7IMW__ctaBannerEyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:16px;font-size:11px;font-weight:700;display:inline-block}.HomePage-module__Nb7IMW__ctaBannerTitle{font-family:var(--font-display);color:#fff;letter-spacing:-.025em;margin:0 0 20px;font-size:max(32px,min(4.5vw,56px));font-weight:700;line-height:1.1}.HomePage-module__Nb7IMW__ctaBannerTitle em{color:var(--color-accent);font-style:italic}.HomePage-module__Nb7IMW__ctaBannerSub{color:rgba(255,255,255,.6);margin:0 0 36px;font-size:16px;line-height:1.7}.HomePage-module__Nb7IMW__footer{background:var(--color-dark-surface);color:rgba(255,255,255,.7);padding:64px 24px 0}.HomePage-module__Nb7IMW__footerInner{max-width:var(--max-w);border-bottom:1px solid rgba(255,255,255,.08);grid-template-columns:1.5fr repeat(3,1fr);gap:48px;margin:0 auto;padding-bottom:48px;display:grid}.HomePage-module__Nb7IMW__footerBrand .HomePage-module__Nb7IMW__logo{margin-bottom:16px;display:inline-flex}.HomePage-module__Nb7IMW__footerBrand .HomePage-module__Nb7IMW__logoText{color:#fff}.HomePage-module__Nb7IMW__footerTagline{color:rgba(255,255,255,.45);max-width:240px;margin:0;font-size:14px;line-height:1.7}.HomePage-module__Nb7IMW__footerLinks{display:contents}.HomePage-module__Nb7IMW__footerCol{flex-direction:column;gap:12px;display:flex}.HomePage-module__Nb7IMW__footerCol h4{letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.4);margin:0 0 4px;font-size:12px;font-weight:700}.HomePage-module__Nb7IMW__footerCol a{color:rgba(255,255,255,.65);font-size:14px;text-decoration:none;transition:color .2s}.HomePage-module__Nb7IMW__footerCol a:hover{color:#fff}.HomePage-module__Nb7IMW__footerBottom{max-width:var(--max-w);color:rgba(255,255,255,.3);justify-content:space-between;align-items:center;margin:0 auto;padding:24px 0;font-size:13px;display:flex}.HomePage-module__Nb7IMW__footerLegal{gap:24px;display:flex}.HomePage-module__Nb7IMW__footerLegal a{color:rgba(255,255,255,.3);text-decoration:none;transition:color .2s}.HomePage-module__Nb7IMW__footerLegal a:hover{color:rgba(255,255,255,.7)}@keyframes HomePage-module__Nb7IMW__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes HomePage-module__Nb7IMW__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1024px){.HomePage-module__Nb7IMW__processSteps{grid-template-columns:repeat(2,1fr)}.HomePage-module__Nb7IMW__processCard:nth-child(2):after,.HomePage-module__Nb7IMW__processCard:last-child:after{display:none}.HomePage-module__Nb7IMW__footerInner{grid-template-columns:1fr 1fr}.HomePage-module__Nb7IMW__footerBrand{grid-column:1/-1}}@media (max-width:768px){.HomePage-module__Nb7IMW__heroContent{grid-template-columns:1fr;gap:40px}.HomePage-module__Nb7IMW__heroVisual{display:none}.HomePage-module__Nb7IMW__heroHeading,.HomePage-module__Nb7IMW__heroPill,.HomePage-module__Nb7IMW__heroSub,.HomePage-module__Nb7IMW__heroActions{grid-column:1}.HomePage-module__Nb7IMW__nav,.HomePage-module__Nb7IMW__headerActions{display:none}.HomePage-module__Nb7IMW__mobileMenuBtn{display:flex}.HomePage-module__Nb7IMW__statsInner{grid-template-columns:repeat(2,1fr);gap:24px}.HomePage-module__Nb7IMW__statItem{border-right:none}.HomePage-module__Nb7IMW__categoryGrid{grid-template-columns:repeat(2,1fr);gap:14px}.HomePage-module__Nb7IMW__processSteps{grid-template-columns:1fr}.HomePage-module__Nb7IMW__processCard:after{display:none}.HomePage-module__Nb7IMW__testimonialsGrid{grid-template-columns:1fr}.HomePage-module__Nb7IMW__footerInner{grid-template-columns:1fr 1fr;gap:32px}.HomePage-module__Nb7IMW__footerBottom{text-align:center;flex-direction:column;gap:12px}}@media (max-width:480px){.HomePage-module__Nb7IMW__categoryGrid,.HomePage-module__Nb7IMW__footerInner{grid-template-columns:1fr}}
