@font-face{font-family:'Monigue';src:url('/Monigue.woff2') format('woff2');font-weight:normal;font-style:normal;font-display:swap;}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}:root{--green:#145F48;--green-light:#1B7A5E;--green-lighter:#2A9473;--green-dark:#0F4A38;--green-darker:#0A3629;--cream:#FFF5CB;--cream-light:#FFF8DC;--cream-lighter:#FFFAEB;--cream-dark:#F0E4B0;--orange:#FF7D20;--orange-dark:#E56B10;--purple:#9952CA;--blue:#289FE2;--pink:#E37296;--red:#BB2040;--sky:#13A3FC;--white:#FFFFFF;--black:#2A2826;--gray-100:#F8F7F6;--gray-200:#EDEAE7;--gray-300:#D4D1CD;--gray-400:#A8A5A0;--gray-500:#7A7773;--gray-600:#555250;--gray-700:#2A2826;--radius:20px;--radius-sm:12px;--radius-lg:28px;--radius-xl:36px;}html{scroll-behavior:smooth;}body{font-family:'Helvetica Neue',-apple-system,sans-serif;color:var(--gray-700);background:var(--cream-lighter);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;}body::after{content:'';position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;opacity:0.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");}h1,h2{font-family:'Monigue',Georgia,serif;font-weight:normal;line-height:1.1;letter-spacing:0.03em;}h3,h4,h5,h6{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-weight:600;}a{color:inherit;text-decoration:none;}img{max-width:100%;height:auto;}.section{padding:100px 24px;}.section-inner{max-width:1200px;margin:0 auto;}.section-label{font-size:0.75rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--green);margin-bottom:12px;}.section-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:16px;color:var(--green-dark);}.section-sub{font-size:1.05rem;color:var(--gray-500);max-width:560px;line-height:1.7;}nav{background:transparent;padding:0;}.nav-inner{max-width:1200px;margin:0 auto;height:72px;display:flex;align-items:center;justify-content:space-between;}.nav-logo{display:flex;align-items:center;gap:6px;}.nav-logo img{height:36px;width:auto;}.nav-links{display:flex;gap:32px;align-items:center;}.nav-links a{font-size:0.88rem;font-weight:500;color:var(--gray-600);transition:color 0.2s;}.nav-links a:hover{color:var(--green);}.nav-cta{background:var(--orange);color:var(--white);font-weight:600;padding:10px 24px;border-radius:999px;font-size:0.88rem;transition:all 0.3s;border:none;cursor:pointer;}.nav-cta:hover{background:var(--orange-dark);transform:translateY(-1px);}.mobile-menu{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;}.hero{padding:60px 24px 80px;background:var(--cream-lighter);position:relative;overflow:hidden;}.hero-bg-shape{position:absolute;border-radius:50%;pointer-events:none;}.hero-bg-shape-1{width:600px;height:600px;top:-200px;right:-100px;background:rgba(20,95,72,0.04);}.hero-bg-shape-2{width:300px;height:300px;bottom:-80px;left:-60px;background:rgba(255,125,32,0.04);}.hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2;}.hero-label{font-size:0.72rem;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:var(--green);background:rgba(20,95,72,0.06);display:inline-block;padding:6px 14px;border-radius:999px;margin-bottom:20px;}.hero h1{font-size:clamp(2.8rem,5.5vw,4.2rem);color:var(--green-dark);margin-bottom:20px;line-height:1.0;}.hero h1 span{color:var(--orange);}.hero-sub{font-size:1.05rem;line-height:1.7;color:var(--gray-500);max-width:460px;margin-bottom:32px;}.hero-btns{display:flex;gap:14px;align-items:center;}.hero-btns .btn-primary{padding:9px 22px !important;font-size:0.87rem !important;border-radius:8px !important;width:auto !important;display:inline-flex !important;}.btn-primary{background:var(--orange);color:var(--white);font-weight:600;padding:14px 32px;border-radius:999px;font-size:0.95rem;transition:all 0.3s;display:inline-flex;align-items:center;gap:8px;}.btn-primary:hover{background:var(--orange-dark);transform:translateY(-2px);box-shadow:0 8px 24px rgba(255,125,32,0.25);}.btn-secondary{color:var(--green);font-weight:600;font-size:0.95rem;padding:14px 24px;border-radius:999px;border:1.5px solid rgba(20,95,72,0.15);transition:all 0.3s;}.btn-secondary:hover{border-color:var(--green);background:rgba(20,95,72,0.03);}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;}.hero-main-img{width:100%;max-width:520px;border-radius:20px;box-shadow:0 20px 60px rgba(20,95,72,0.12);transition:transform 0.4s ease;}.hero-visual:hover .hero-main-img{transform:translateY(-4px);}.hero-pill{position:absolute;z-index:10;background:#fff;border-radius:999px;padding:8px 18px;font-size:0.82rem;font-weight:600;box-shadow:0 4px 20px rgba(0,0,0,0.08);display:flex;align-items:center;gap:7px;color:#333;white-space:nowrap;animation:pill-float 3s ease-in-out infinite;}.hero-pill-1{top:8%;right:-10px;animation-delay:0s;}.hero-pill-2{bottom:25%;left:-20px;animation-delay:1s;}.hero-pill-3{bottom:5%;right:10%;animation-delay:2s;}.hero-pill .pill-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;}@keyframes pill-float{0%,100%{transform:translateY(0);}50%{transform:translateY(-6px);}}.hero-badge{position:absolute;z-index:10;background:var(--white);border-radius:var(--radius-sm);padding:10px 16px;font-size:0.78rem;font-weight:600;box-shadow:0 8px 24px rgba(0,0,0,0.08);display:flex;align-items:center;gap:8px;animation:float 4s ease-in-out infinite;}.hero-badge-1{top:0;right:-10px;animation-delay:0s;}.hero-badge-2{bottom:20px;right:10px;animation-delay:1.5s;}.hero-badge-3{bottom:100px;left:-10px;animation-delay:0.8s;}.hero-badge .badge-dot{width:8px;height:8px;border-radius:50%;}@keyframes float{0%,100%{transform:translateY(0);}50%{transform:translateY(-6px);}}.hero-accent{position:absolute;pointer-events:none;opacity:0.2;}.hero-accent-1{width:50px;top:80px;right:-20px;transform:rotate(20deg);}.hero-accent-2{width:40px;bottom:120px;left:-10px;transform:rotate(-15deg);}.stats-strip{background:var(--green-dark);padding:0 24px;margin-top:-1px;}.stats-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;}.stat-item{padding:28px 48px;text-align:center;border-right:1px solid rgba(255,245,203,0.1);flex:1;}.stat-item:last-child{border-right:none;}.stat-num{font-family:'Monigue',Georgia,serif;font-size:2.4rem;color:var(--cream);line-height:1;}.stat-label{font-size:0.72rem;font-weight:600;color:var(--green-lighter);letter-spacing:0.08em;text-transform:uppercase;margin-top:6px;}.trust-bar{padding:14px 0;border-bottom:1px solid rgba(20,95,72,0.04);overflow:hidden;background:var(--cream-lighter);}.trust-track{display:flex;gap:40px;animation:marquee 30s linear infinite;width:max-content;}.trust-item{display:flex;align-items:center;gap:10px;font-size:0.78rem;color:var(--gray-400);white-space:nowrap;font-weight:500;}.trust-dot{width:5px;height:5px;background:var(--green);border-radius:50%;}@keyframes marquee{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}.industry-section{background:var(--white);}.industry-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;}.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}.industry-card{border-radius:14px;overflow:hidden;background:#fff;transition:all 0.3s;border:1px solid #eee;}.industry-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(20,95,72,0.08);}.industry-card-img{width:100%;aspect-ratio:4/3;overflow:hidden;background:#fafafa;}.industry-card-img img{width:100%;height:100%;object-fit:contain;padding:12px;transition:transform 0.4s;}.industry-card:hover .industry-card-img img{transform:scale(1.04);}.industry-card-body{padding:18px 20px;}.industry-card-body h3{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:0.95rem;font-weight:600;color:var(--green-dark);margin-bottom:4px;}.industry-card-body p{font-size:0.82rem;color:var(--gray-400);}.see-all{font-size:0.85rem;font-weight:600;color:var(--green);display:inline-flex;align-items:center;gap:6px;}.process-section{background:var(--green-darker);color:var(--white);position:relative;overflow:hidden;}.process-section .section-label{color:var(--cream);}.process-section .section-title{color:var(--cream);}.process-section .section-sub{color:var(--green-lighter);}.process-deco{position:absolute;pointer-events:none;z-index:0;}.process-deco-1{top:-40px;right:-30px;width:280px;opacity:0.06;}.process-deco-2{bottom:-20px;left:-40px;width:220px;opacity:0.05;}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:48px;position:relative;z-index:1;}.process-step{padding:48px 36px;border-right:1px solid rgba(255,245,203,0.06);}.process-step:last-child{border-right:none;}.process-step-icon{margin-bottom:20px;}.process-step-icon img{width:56px;height:56px;}.process-num{font-family:'Monigue',serif;font-size:3.5rem;color:rgba(255,245,203,0.06);line-height:1;margin-bottom:16px;}.process-step h3{font-family:'Monigue',Georgia,serif;font-weight:normal;font-size:1.3rem;margin-bottom:12px;color:var(--cream);letter-spacing:0.03em;}.process-step p{font-size:0.9rem;color:var(--green-lighter);line-height:1.7;}.products-section{background:#fff;}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px;}.product-card{background:#fff;border-radius:14px;overflow:hidden;transition:all 0.3s;border:1px solid #eee;text-decoration:none;}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(20,95,72,0.08);border-color:#ddd;}.product-img{aspect-ratio:1;overflow:hidden;background:#fafafa;display:flex;align-items:center;justify-content:center;padding:20px;}.product-img img{width:100%;height:100%;object-fit:contain;transition:transform 0.4s;}.product-card:hover .product-img img{transform:scale(1.04);}.product-info{padding:18px 20px 20px;}.product-info h3{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:0.95rem;font-weight:600;color:#1a1a1a;margin-bottom:6px;}.product-info p{font-size:0.82rem;color:#999;margin-bottom:12px;line-height:1.5;}.product-quote{font-size:0.82rem;font-weight:600;color:var(--orange);display:inline-flex;align-items:center;gap:4px;transition:gap 0.2s;}.product-card:hover .product-quote{gap:8px;}.bento-section{background:#fafafa;position:relative;overflow:hidden;}.bento-split{display:grid;grid-template-columns:380px 1fr;gap:64px;align-items:start;position:relative;z-index:1;}.bento-left{position:sticky;top:120px;}.bento-left h2{font-size:clamp(2.4rem,4.5vw,3.6rem);color:#0A3629;line-height:1.05;margin-bottom:20px;}.bento-left p{font-size:1rem;color:#888;line-height:1.7;margin-bottom:28px;}.bento-left .bento-guarantee{display:inline-flex;align-items:center;gap:10px;background:#145F48;color:#fff;padding:12px 20px;border-radius:10px;font-size:0.88rem;font-weight:600;}.bento-left .bento-guarantee svg{flex-shrink:0;}.bento-right{display:flex;flex-direction:column;gap:0;}.bento-feature{display:flex;gap:20px;align-items:flex-start;padding:28px 0;border-bottom:1px solid #e5e5e5;transition:padding-left 0.2s;}.bento-feature:first-child{padding-top:0;}.bento-feature:last-child{border-bottom:none;}.bento-feature:hover{padding-left:8px;}.bento-feature-num{font-family:'Monigue',Georgia,serif;font-size:1.3rem;font-weight:normal;letter-spacing:0.03em;color:rgba(20,95,72,0.2);flex-shrink:0;width:28px;padding-top:2px;}.bento-feature h3{font-family:'Monigue',Georgia,serif !important;font-weight:normal !important;letter-spacing:0.03em;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-weight:600;font-size:1rem;color:#1a1a1a;margin-bottom:4px;line-height:1.35;}.bento-feature p{font-size:0.85rem;color:#999;line-height:1.55;}.reviews-section{background:#fff;position:relative;overflow:hidden;}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;position:relative;z-index:1;}.review-card{background:#fafafa;padding:32px;border-radius:14px;border:1px solid #eee;position:relative;}.review-card::before{content:'\201C';position:absolute;top:20px;right:24px;font-family:Georgia,serif;font-size:4rem;color:rgba(20,95,72,0.06);line-height:1;}.review-stars{margin-bottom:16px;color:#F7C914;font-size:0.9rem;letter-spacing:2px;}.review-text{font-size:0.9rem;line-height:1.7;color:#666;margin-bottom:20px;}.review-author{display:flex;align-items:center;gap:12px;}.review-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-size:0.72rem;font-weight:700;color:#fff;}.review-meta h3{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:0.85rem;font-weight:600;color:#1a1a1a;}.review-meta p{font-size:0.75rem;color:#999;}.reviews-summary{display:flex;align-items:center;gap:20px;margin-top:40px;padding:24px 32px;background:#145F48;border-radius:12px;position:relative;z-index:1;}.reviews-avg{font-family:'Monigue',Georgia,serif;font-size:3rem;font-weight:normal;color:#F7C914;line-height:1;letter-spacing:0.02em;}.reviews-avg-label{font-size:0.85rem;color:rgba(255,255,255,0.6);}.reviews-summary .review-stars{color:#F7C914;margin-bottom:0;}.cta-section{background:var(--green);position:relative;overflow:hidden;}.cta-deco{position:absolute;opacity:0.08;pointer-events:none;z-index:1;}.cta-deco-1{top:-20px;left:-40px;width:180px;transform:rotate(-15deg);}.cta-deco-2{bottom:20px;right:60px;width:100px;transform:rotate(10deg);}.cta-deco-3{bottom:-30px;left:30%;width:200px;transform:rotate(5deg);}.cta-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}.cta-text h2{font-size:clamp(2rem,4vw,2.8rem);color:var(--cream);margin-bottom:20px;}.cta-text p{font-size:1rem;color:var(--green-lighter);line-height:1.7;margin-bottom:24px;}.cta-list{list-style:none;display:flex;flex-direction:column;gap:12px;}.cta-list li{display:flex;align-items:center;gap:12px;font-size:0.9rem;color:var(--cream-light);}.cta-check{width:22px;height:22px;border-radius:50%;background:rgba(255,245,203,0.12);display:grid;place-items:center;font-size:0.7rem;flex-shrink:0;color:var(--cream);}.cta-form{background:var(--white);border-radius:var(--radius-lg);padding:40px;}.cta-form h3{font-family:'Helvetica Neue',sans-serif;font-size:1.2rem;font-weight:700;margin-bottom:24px;color:var(--gray-700);}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;}.form-group{display:flex;flex-direction:column;gap:4px;}.form-label{font-size:0.75rem;font-weight:600;color:var(--gray-600);}.form-input{padding:12px 14px;border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);font-size:0.9rem;font-family:inherit;transition:border-color 0.2s;background:var(--gray-100);}.form-input:focus{outline:none;border-color:var(--green);background:var(--white);}.form-submit{grid-column:1 / -1;margin-top:8px;background:var(--orange);color:var(--white);font-weight:700;padding:14px;border:none;border-radius:var(--radius-sm);font-size:0.95rem;cursor:pointer;transition:all 0.3s;}.form-submit:hover{background:var(--orange-dark);}footer{background:var(--green-darker);color:var(--green-lighter);padding:64px 24px 32px;}.footer-inner{max-width:1200px;margin:0 auto;}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px;}.footer-brand p{font-size:0.85rem;line-height:1.7;margin-top:16px;max-width:280px;}.footer-col h4{font-family:'Helvetica Neue',sans-serif;font-size:0.78rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:var(--cream);margin-bottom:16px;}.footer-col a{display:block;font-size:0.85rem;color:var(--green-lighter);margin-bottom:10px;transition:color 0.2s;}.footer-col a:hover{color:var(--cream);}.footer-bottom{padding-top:24px;border-top:1px solid rgba(255,245,203,0.06);display:flex;justify-content:space-between;font-size:0.78rem;color:var(--green-lighter);}.mobile-cta{display:none !important;}.reveal{opacity:1;transform:none;transition:opacity 0.7s,transform 0.7s;}.reveal.visible{opacity:1;transform:translateY(0);}.delay-1{transition-delay:0.1s;}.delay-2{transition-delay:0.2s;}.delay-3{transition-delay:0.3s;}@media (max-width:1024px){.hero-inner{grid-template-columns:1fr;text-align:center;}.hero-sub{margin-left:auto;margin-right:auto;}.hero-btns{justify-content:center;}.hero-visual{height:380px;margin:40px auto 0;max-width:400px;}.industry-grid{grid-template-columns:repeat(2,1fr);}.products-grid{grid-template-columns:repeat(2,1fr);}.process-grid{grid-template-columns:1fr;}.process-step{border-right:none;border-bottom:1px solid rgba(255,245,203,0.06);}.bento-grid{grid-template-columns:1fr;}.bento-card-1{grid-column:auto;grid-row:auto;min-height:auto;}.reviews-grid{grid-template-columns:1fr;}.cta-inner{grid-template-columns:1fr;}.footer-grid{grid-template-columns:1fr 1fr;}.stat-item{padding:20px 24px;}.stat-num{font-size:1.8rem;}}@media (max-width:768px){.nav-links{display:none;}.mobile-menu{display:block;}.section{padding:64px 16px;}.hero{padding:132px 16px 60px;}.hero h1{font-size:2.4rem;}.hero-visual{height:300px;}.hero-badge{display:none;}.stats-inner{flex-wrap:wrap;}.stat-item{flex:1 1 50%;border-right:none;padding:16px 20px;}.stat-item:nth-child(1),.stat-item:nth-child(2){border-bottom:1px solid rgba(255,245,203,0.1);}.industry-grid{grid-template-columns:1fr 1fr;gap:12px;}.products-grid{grid-template-columns:1fr 1fr;gap:12px;}.form-grid{grid-template-columns:1fr;}.footer-grid{grid-template-columns:1fr;gap:32px;}.mobile-cta{display:none !important;}}#nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffff !important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,0.04);transition:background 0.3s;}#nav nav,#nav .nav-inner,#nav .nav-links,#nav .nav-links>li,#nav .nav-links>li>a{background-color:transparent !important;}.nav-inner{max-width:1320px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 40px;}.logo{text-decoration:none;display:flex;align-items:center;gap:10px;}.logo-icon{width:34px;height:34px;}.logo-icon img{width:100%;height:100%;object-fit:contain;}.logo-text{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;font-size:1.45rem;color:var(--green,#145F48);letter-spacing:-0.02em;}.logo-text::after{content:'.';color:var(--orange,#FF7D20);}.nav-links{display:flex;align-items:center;gap:4px;list-style:none;padding:0;margin:0;}.nav-item{position:relative;}.nav-links a,.nav-links>li>a,.nav-links button{font-family:'Helvetica Neue',sans-serif;font-weight:500;font-size:0.88rem;color:var(--gray-600,#555250);text-decoration:none;padding:8px 14px;border-radius:6px;transition:all 0.2s;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:4px;white-space:nowrap;}.nav-links a:hover,.nav-links button:hover{color:var(--green,#145F48);background:rgba(20,95,72,0.06);}.nav-chevron{width:14px !important;height:14px !important;transition:transform 0.2s;flex-shrink:0;display:inline-block;vertical-align:middle;}.nav-item:hover .nav-chevron{transform:rotate(180deg);}.mega-menu{display:none !important;position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,0.1);border:1px solid rgba(0,0,0,0.04);padding:28px 32px 20px;min-width:640px;z-index:200;}.nav-item:hover .mega-menu{display:block !important;}.mega-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 24px;margin-bottom:16px;}.mega-col h5{font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;color:var(--gray-400,#A8A5A0);margin:0 0 8px;}.mega-col ul{list-style:none;padding:0;margin:0;}.mega-col ul li{margin-bottom:2px;}.mega-col a,.mega-col ul li a{display:block;padding:4px 0;font-size:0.84rem;color:var(--gray-600,#555250);text-decoration:none;font-weight:500;}.mega-col a:hover,.mega-col ul li a:hover{color:var(--green,#145F48);}.mega-count{font-size:0.72rem;color:var(--gray-400,#A8A5A0);margin-left:6px;}.mega-bottom{border-top:1px solid rgba(0,0,0,0.04);padding-top:14px;display:flex;align-items:center;justify-content:space-between;}.mega-bottom-text{font-size:0.82rem;color:var(--gray-500,#7A7773);}.mega-cta{font-size:0.82rem;font-weight:600;color:var(--orange,#FF7D20);text-decoration:none;}.btn-primary{font-family:'Helvetica Neue',sans-serif;font-weight:700;font-size:0.9rem;background:var(--green,#145F48);color:#fff;padding:10px 24px;border-radius:100px;border:none;cursor:pointer;text-decoration:none;transition:all 0.25s;display:inline-flex;align-items:center;gap:8px;}.btn-primary:hover{background:var(--green-dark,#0F4D3A);}.btn-orange{background:var(--orange,#FF7D20);}.btn-orange:hover{background:#d45e0e;}.hamburger{display:none;width:44px;height:44px;border-radius:6px;background:none;border:1.5px solid rgba(0,0,0,0.1);cursor:pointer;font-size:1.2rem;}.mobile-nav{display:none;position:fixed;inset:0;background:#FDFAF4;z-index:200;padding:80px 24px 24px;overflow-y:auto;}.mobile-nav.open{display:block;}.mobile-nav-close{position:absolute;top:20px;right:20px;width:44px;height:44px;border-radius:50%;background:#fff;border:none;font-size:1.2rem;cursor:pointer;display:grid;place-items:center;}.mobile-nav a{display:block;padding:14px 0;font-size:1.1rem;font-weight:600;color:#0A3629;text-decoration:none;border-bottom:1px solid rgba(20,95,72,0.06);}.mobile-section{border-bottom:1px solid rgba(20,95,72,0.06);}.mobile-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 0;font-size:1.1rem;font-weight:600;color:#0A3629;background:none;border:none;cursor:pointer;}.mobile-toggle .nav-chevron{width:16px !important;height:16px !important;}.mobile-toggle.open .nav-chevron{transform:rotate(180deg);}.mobile-sub{display:none;padding:0 0 12px 12px;}.mobile-sub.show{display:block;}.mobile-sub a{padding:8px 0;font-size:0.92rem;font-weight:500;color:#555;border-bottom:none !important;}@media (max-width:1024px){.nav-links{display:none !important;}.hamburger{display:grid !important;place-items:center;}.nav-inner{padding:0 16px;}}footer{background:#0A3629;color:rgba(255,255,255,0.75);padding:0;}.footer-inner{max-width:1320px;margin:0 auto;padding:64px 40px 0;}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;}.footer-brand .logo-text{color:#fff;font-size:1.6rem;}.footer-brand p{color:rgba(255,255,255,0.55);font-size:0.88rem;line-height:1.6;margin-top:16px;max-width:280px;}.footer-contact-row{margin-top:20px;}.footer-contact-row a{display:block;color:rgba(255,255,255,0.7);text-decoration:none;font-size:0.85rem;padding:3px 0;}.footer-contact-row a:hover{color:#fff;}.footer-col h4{color:rgba(255,255,255,0.45);font-size:0.72rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;margin:0 0 16px;}.footer-col ul{list-style:none;padding:0;margin:0;}.footer-col ul li{margin-bottom:10px;}.footer-col ul li a{color:rgba(255,255,255,0.75);text-decoration:none;font-size:0.88rem;}.footer-col ul li a:hover{color:#fff;}.footer-divider{border:none;border-top:1px solid rgba(255,255,255,0.08);margin:0;}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:20px 0;}.footer-bottom p{font-size:0.78rem;color:rgba(255,255,255,0.35);margin:0;}.footer-bottom-links{display:flex;gap:24px;}.footer-bottom-links a{color:rgba(255,255,255,0.35);text-decoration:none;font-size:0.78rem;}@media (max-width:900px){.footer-inner{padding:48px 24px 0;}.footer-grid{grid-template-columns:1fr 1fr;gap:32px;}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr;}.footer-bottom{flex-direction:column;gap:12px;text-align:center;}}body{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif !important;}#nav{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;z-index:100 !important;padding:0 !important;background:#ffffff !important;backdrop-filter:blur(20px) !important;-webkit-backdrop-filter:blur(20px) !important;border-bottom:1px solid rgba(0,0,0,0.04) !important;}#nav .nav-inner{max-width:1320px !important;margin:0 auto !important;display:flex !important;align-items:center !important;justify-content:space-between !important;height:64px !important;padding:0 40px !important;}#nav .nav-links{display:flex !important;align-items:center !important;gap:4px !important;}#nav .nav-links a,#nav .nav-links button{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif !important;font-size:0.88rem !important;padding:8px 14px !important;}#nav>.nav-inner>.btn-primary.btn-orange{display:inline-flex !important;align-items:center !important;}@media (max-width:1024px){#nav .nav-links{display:none !important;}#nav .hamburger{display:grid !important;place-items:center !important;}#nav .nav-inner{padding:0 16px !important;}#nav>.nav-inner>.btn-primary.btn-orange{display:none !important;}}.hero-bg-shape,.hero-accent,.hero-badge{display:none !important;}.hero-visual{height:420px;}.hero-product-2,.hero-product-3{display:none !important;}.hero-product-1{position:relative !important;top:0 !important;left:0 !important;right:auto !important;width:min(420px,100%);margin-left:auto;transform:none !important;}@media (max-width:1024px){.hero-visual{height:300px;max-width:360px;margin:28px auto 0;}.hero-product-1{width:100%;}}#nav{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;z-index:1000 !important;padding:0 !important;background:#ffffff !important;border-bottom:1px solid rgba(0,0,0,0.06) !important;}#nav .nav-inner{max-width:1320px !important;margin:0 auto !important;height:64px !important;display:flex !important;align-items:center !important;justify-content:space-between !important;padding:0 40px !important;}#nav .nav-links{display:flex !important;align-items:center !important;gap:4px !important;}#nav .nav-links a,#nav .nav-links>li>a,#nav .nav-links button{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif !important;font-size:0.88rem !important;padding:8px 14px !important;border-radius:6px !important;text-decoration:none !important;}#nav>.nav-inner>.btn-primary.btn-orange,#nav .btn-primary.btn-orange{display:inline-flex !important;align-items:center !important;justify-content:center !important;padding:10px 20px !important;border-radius:999px !important;background:#FF7D20 !important;color:#fff !important;font-weight:700 !important;line-height:1 !important;min-height:38px !important;text-decoration:none !important;}#nav .btn-primary.btn-orange:hover{background:#d45e0e !important;}#nav .nav-inner>a.btn-primary{background:#145F48 !important;color:#fff !important;line-height:1 !important;}#nav .nav-inner>a.btn-primary:not(.btn-orange){margin-right:8px;}@media (max-width:1024px){#nav .nav-inner{padding:0 16px !important;}#nav .nav-links{display:none !important;}#nav .hamburger{display:grid !important;place-items:center !important;}#nav>.nav-inner>.btn-primary.btn-orange{display:none !important;}}.hero-product-2,.hero-product-3{display:block !important;}.hero-visual{height:455px;margin-top:24px;}.hero-product{background:#fff !important;border:none;border-radius:14px;box-shadow:none;padding:0;overflow:hidden;}.hero-product img{width:100%;height:100%;object-fit:contain;background:transparent;display:block;line-height:0;}.hero-product-1{width:242px;top:126px;left:46px;transform:rotate(-2deg);z-index:2;}.hero-product-2{width:196px;top:78px;right:28px;transform:rotate(4deg);z-index:3;}.hero-product-3{width:182px;bottom:18px;right:146px;transform:rotate(1deg);z-index:1;}@media (max-width:1024px){.hero-visual{height:330px;margin-top:14px;}.hero-product-1{width:178px;left:10px;top:108px;z-index:2;}.hero-product-2{width:150px;right:8px;top:72px;z-index:3;}.hero-product-3{width:140px;right:62px;bottom:12px;z-index:1;}}.hero-urgency{margin-top:10px;display:inline-flex;gap:10px;align-items:center;padding:6px 12px;border-radius:999px;background:rgba(20,95,72,0.08);color:var(--green-dark);font-size:0.78rem;font-weight:700;letter-spacing:0.02em;}.hero-proof-row{margin-top:14px;display:flex;gap:16px;flex-wrap:wrap;color:var(--gray-600);font-size:0.82rem;font-weight:600;}.hero-proof-row span{position:relative;padding-left:10px;}.hero-proof-row span::before{content:'';position:absolute;left:0;top:50%;width:4px;height:4px;border-radius:50%;background:var(--green);transform:translateY(-50%);}.hero-trust-mini{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap;}.hero-trust-mini span{font-size:0.74rem;color:var(--gray-500);border:1px solid var(--gray-200);background:#fff;border-radius:999px;padding:6px 10px;}.mobile-nav{overflow-y:auto;overscroll-behavior:contain;}.mobile-toggle{width:100%;}.mobile-sub a{line-height:1.35;}.mobile-cta-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px;}.mobile-cta-btn{justify-content:center;width:100%;padding:12px 14px;font-size:0.86rem;}@media (max-width:430px){.mobile-cta-row{grid-template-columns:1fr;}}.hamburger{display:none;place-items:center;width:44px;height:44px;border-radius:10px;border:1.5px solid rgba(20,95,72,0.18);background:#fff;position:relative;z-index:1201;}.hamburger span{display:block !important;width:18px;height:2px;background:var(--green,#145F48);border-radius:2px;margin:2px 0;}.mobile-nav{z-index:1200 !important;}.mobile-nav-close{display:grid !important;place-items:center;width:44px;height:44px;border-radius:50%;border:1px solid rgba(20,95,72,0.18);background:#fff;color:#145F48;font-size:1.5rem;line-height:1;position:absolute;top:16px;right:16px;z-index:1202;}.mobile-nav-close:hover{background:#f4f8f5;}.mobile-nav.open{display:block !important;}@media (max-width:1024px){#nav>.nav-inner>.btn-primary.btn-orange,.nav>.nav-inner>.btn-primary.btn-orange{display:inline-flex !important;}.hamburger{display:grid !important;}}@media (max-width:1024px){#nav>.nav-inner>.btn-primary.btn-orange,.nav>.nav-inner>.btn-primary.btn-orange{display:inline-flex !important;padding:9px 14px !important;font-size:0.8rem !important;border-radius:999px !important;margin-left:auto;margin-right:8px;white-space:nowrap;}.hamburger{display:grid !important;}}@media (max-width:420px){#nav>.nav-inner>.btn-primary.btn-orange,.nav>.nav-inner>.btn-primary.btn-orange{padding:8px 11px !important;font-size:0.74rem !important;}}.skip-link{position:fixed;left:-9999px;top:10px;z-index:2000;background:#145F48;color:#fff;padding:10px 14px;border-radius:8px;text-decoration:none;font-weight:600;}.skip-link:focus,.skip-link:focus-visible{left:12px;outline:2px solid #FF7D20;outline-offset:2px;}#nav>.nav-inner>.btn-primary.btn-orange,.nav>.nav-inner>.btn-primary.btn-orange{display:inline-flex !important;align-items:center !important;justify-content:center !important;height:40px !important;padding:0 16px !important;font-size:0.84rem !important;line-height:1 !important;font-weight:700 !important;border-radius:999px !important;white-space:nowrap !important;}@media (max-width:1024px){#nav>.nav-inner>.btn-primary.btn-orange,.nav>.nav-inner>.btn-primary.btn-orange{height:36px !important;padding:0 12px !important;font-size:0.76rem !important;margin-left:auto !important;margin-right:8px !important;}}@media (max-width:1024px){#nav>.nav-inner>.btn-primary.btn-orange,.nav>.nav-inner>.btn-primary.btn-orange{display:inline-flex !important;align-items:center !important;justify-content:center !important;box-sizing:border-box !important;height:36px !important;min-height:36px !important;padding:0 12px !important;margin:0 8px 0 auto !important;border-radius:999px !important;font-size:12px !important;line-height:1 !important;font-weight:700 !important;letter-spacing:0 !important;white-space:nowrap !important;flex:0 0 auto !important;}}@media (max-width:420px){#nav>.nav-inner>.btn-primary.btn-orange,.nav>.nav-inner>.btn-primary.btn-orange{height:34px !important;min-height:34px !important;padding:0 11px !important;font-size:11.5px !important;margin-right:6px !important;}}@media (max-width:768px){.hero-product-2,.hero-product-3{display:none !important;}.hero-product-1{position:relative !important;left:auto !important;right:auto !important;top:auto !important;bottom:auto !important;margin:0 auto !important;width:min(260px,78vw) !important;transform:none !important;}.hero-visual{height:auto !important;min-height:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;margin-top:24px !important;position:relative !important;}}@media (max-width:768px){.hero{padding:126px 16px 40px !important;min-height:auto !important;}.hero-grid{display:block !important;gap:0 !important;}.hero-copy,.hero-text{max-width:100% !important;text-align:center !important;}.hero-proof{display:inline-flex !important;align-items:center !important;gap:6px !important;padding:6px 10px !important;border-radius:999px !important;font-size:9.5px !important;line-height:1 !important;letter-spacing:0.03em !important;margin-bottom:18px !important;white-space:nowrap !important;max-width:100% !important;overflow:hidden !important;text-overflow:ellipsis !important;}.hero h1{font-size:2.3rem !important;line-height:1.05 !important;letter-spacing:-0.02em !important;margin-bottom:14px !important;}.hero p,.hero-sub,.hero-copy p{font-size:15px !important;line-height:1.55 !important;margin-bottom:16px !important;max-width:100% !important;}.hero-cta,.hero-actions,.hero-copy .cta-row{display:grid !important;grid-template-columns:1fr 1fr !important;gap:10px !important;width:100% !important;margin-top:14px !important;}.hero-cta a,.hero-actions a,.hero-copy .cta-row a{width:100% !important;justify-content:center !important;min-height:46px !important;}.hero-product-2,.hero-product-3{display:none !important;}.hero-visual{display:flex !important;height:auto !important;max-width:320px !important;margin:24px auto 0 !important;position:relative !important;}.hero-main-img{width:100% !important;height:auto !important;max-height:200px !important;object-fit:contain !important;}.hero-pill{font-size:0.72rem !important;padding:6px 12px !important;}.hero-pill-1{top:-8px !important;right:-5px !important;}.hero-pill-2{bottom:30% !important;left:-10px !important;}.hero-pill-3{bottom:-8px !important;right:5% !important;}.hero-stats{margin-top:18px !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;}.hero-stats>*{padding:12px 10px !important;border-radius:14px !important;}}@media (max-width:480px){.hero{padding:122px 14px 34px !important;}.hero-proof{font-size:8.5px !important;padding:6px 8px !important;margin-bottom:16px !important;letter-spacing:0.02em !important;}.hero h1{font-size:2rem !important;}.hero-stats{grid-template-columns:1fr 1fr !important;}}@media (max-width:768px){.hero{padding:132px 18px 56px !important;min-height:auto !important;}.hero-grid{display:block !important;}.hero-copy,.hero-text{max-width:100% !important;text-align:center !important;}.hero-proof,.hero-proof-bar,.hero-urgency{display:inline-flex !important;align-items:center !important;width:auto !important;max-width:100% !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;padding:6px 10px !important;border-radius:999px !important;font-size:9px !important;line-height:1 !important;letter-spacing:0.02em !important;margin-bottom:18px !important;}.hero h1{font-size:2.3rem !important;line-height:1.05 !important;letter-spacing:-0.02em !important;margin-bottom:14px !important;max-width:100% !important;}.hero p,.hero-sub,.hero-copy p{font-size:15px !important;line-height:1.6 !important;color:var(--gray-600) !important;margin-bottom:18px !important;max-width:100% !important;}.hero-cta,.hero-actions,.hero-copy .cta-row{display:grid !important;grid-template-columns:1fr 1fr !important;gap:12px !important;width:100% !important;margin-top:18px !important;}.hero-cta a,.hero-actions a,.hero-copy .cta-row a,.hero a.btn-primary,.hero .btn-primary{width:100% !important;min-height:48px !important;justify-content:center !important;border-radius:16px !important;font-size:14px !important;}.hero-product-2,.hero-product-3{display:none !important;}.hero-visual{display:flex !important;height:auto !important;max-width:320px !important;margin:24px auto 0 !important;position:relative !important;}.hero-main-img{width:100% !important;height:auto !important;max-height:200px !important;object-fit:contain !important;}.hero-pill{font-size:0.72rem !important;padding:6px 12px !important;}.hero-pill-1{top:-8px !important;right:-5px !important;}.hero-pill-2{bottom:30% !important;left:-10px !important;}.hero-pill-3{bottom:-8px !important;right:5% !important;}.hero-stats{margin-top:22px !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;}.hero-stats>*,.stat-card,.hero-stat{padding:13px 10px !important;border-radius:16px !important;}.proof-ticker,.trust-marquee,.proof-marquee,.marquee-wrap{margin-top:0 !important;order:10 !important;}}@media (max-width:480px){.hero{padding:132px 14px 52px !important;}.hero h1{font-size:2.25rem !important;}.hero-proof,.hero-proof-bar,.hero-urgency{font-size:8.5px !important;padding:6px 9px !important;margin-bottom:16px !important;}}.hero-sub-mobile{display:none;}@media (max-width:768px){.hero-sub-mobile{display:block !important;order:4 !important;font-size:13.5px !important;line-height:1.55 !important;color:#6b7280 !important;margin-top:16px !important;text-align:center !important;padding:0 8px !important;}}.hero-btns-below{display:none;}@media (max-width:768px){.hero-inner{display:flex !important;flex-direction:column !important;align-items:center !important;}.hero-text{order:1 !important;text-align:center !important;}.hero-text .hero-btns{display:none !important;}.hero-visual{order:2 !important;}.hero-btns-below{display:block !important;order:3 !important;width:100% !important;margin-top:20px !important;}.hero-sub{order:4 !important;display:block !important;font-size:13.5px !important;line-height:1.5 !important;color:#6b7280 !important;margin-top:16px !important;text-align:center !important;}.hero-btns-below .btn-primary{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;min-height:50px !important;font-size:15px !important;border-radius:14px !important;}.hero-text .hero-sub{display:none !important;}.hero-label{margin-left:auto !important;margin-right:auto !important;}}@media (max-width:768px){.hero{padding:126px 16px 28px !important;min-height:auto !important;background:var(--cream-lighter) !important;}.hero-bg-shape,.hero-badge,.hero-accent{display:none !important;}.hero-visual{height:220px !important;max-width:280px !important;margin:20px auto 0 !important;}.hero-inner{display:block !important;max-width:100% !important;}.hero-text{max-width:100% !important;text-align:center !important;padding:0 !important;}.hero-label{display:inline-flex !important;align-items:center !important;padding:7px 10px !important;border-radius:999px !important;font-size:9px !important;line-height:1.1 !important;letter-spacing:0.04em !important;margin-bottom:18px !important;max-width:100% !important;white-space:normal !important;text-wrap:balance !important;background:rgba(20,95,72,0.05) !important;color:var(--green-dark) !important;}.hero h1{font-size:1.85rem !important;line-height:1.1 !important;letter-spacing:-0.01em !important;margin-bottom:14px !important;max-width:100% !important;}.hero-sub{font-size:15px !important;line-height:1.58 !important;color:var(--gray-600) !important;max-width:100% !important;margin-bottom:20px !important;}.hero-btns{display:block !important;}.hero-btns .btn-primary{min-height:48px !important;padding:0 16px !important;border-radius:16px !important;justify-content:center !important;font-size:15px !important;text-align:center !important;display:flex !important;align-items:center !important;width:100% !important;}.stats-strip{background:var(--green-dark) !important;padding:0 !important;margin-top:0 !important;}.stats-inner{display:grid !important;grid-template-columns:repeat(2,1fr) !important;gap:0 !important;max-width:100% !important;}.stat-item{background:transparent !important;border-radius:0 !important;padding:18px 12px !important;min-height:auto !important;border-right:none !important;}.stat-item:nth-child(1),.stat-item:nth-child(2){border-bottom:1px solid rgba(255,245,203,0.1) !important;}.stat-item:nth-child(1),.stat-item:nth-child(3){border-right:1px solid rgba(255,245,203,0.1) !important;}.stat-num{font-size:1.6rem !important;line-height:1 !important;}.stat-label{margin-top:4px !important;font-size:10px !important;letter-spacing:0.08em !important;}.trust-bar{margin-top:16px !important;padding-top:0 !important;background:transparent !important;}.trust-track{padding:12px 0 !important;}}@media (max-width:480px){.hero{padding:122px 14px 24px !important;}.hero-label{font-size:8.5px !important;padding:6px 9px !important;}.hero h1{font-size:1.85rem !important;}}@media (max-width:768px){.bento-split{grid-template-columns:1fr !important;gap:40px !important;}.bento-left{position:static !important;}}.nav-search-bar{display:flex;align-items:center;gap:8px;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:10px;padding:8px 14px;cursor:pointer;transition:all 0.2s;min-width:200px;margin:0 12px;}.nav-search-bar:hover{background:#efefef;border-color:#ddd;}.nav-search-placeholder{font-size:13.5px;color:#999;flex:1;white-space:nowrap;}.nav-search-kbd{font-size:11px;color:#bbb;background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:1px 6px;font-family:-apple-system,system-ui,sans-serif;line-height:1.4;}@media (max-width:1024px){.nav-search-bar{min-width:0;flex:1;margin:0 8px;padding:7px 10px;}.nav-search-placeholder{font-size:12.5px;}.nav-search-kbd{display:none;}}@media (max-width:380px){.nav-search-placeholder{display:none;}.nav-search-bar{min-width:36px;max-width:36px;justify-content:center;padding:7px;margin:0 4px;}}.hamburger{width:40px !important;height:40px !important;border-radius:10px !important;border:1.5px solid rgba(20,95,72,0.12) !important;background:#fff !important;color:#145F48 !important;cursor:pointer;display:none;place-items:center;transition:all 0.2s;padding:0 !important;}.hamburger:hover{background:#f0f7f4 !important;border-color:rgba(20,95,72,0.25) !important;}.hamburger span{display:none !important;}.hamburger svg{display:block;}@media (max-width:1024px){.hamburger{display:grid !important;}}.search-overlay{display:none;position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,0.5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);}.search-overlay.open{display:flex;align-items:flex-start;justify-content:center;padding-top:12vh;}.search-overlay-inner{background:#fff;border-radius:16px;width:min(560px,92vw);max-height:70vh;box-shadow:0 24px 60px rgba(0,0,0,0.15);overflow:hidden;position:relative;}.search-close{position:absolute;top:12px;right:14px;width:32px;height:32px;border-radius:8px;border:none;background:#f5f5f5;color:#666;font-size:1.3rem;cursor:pointer;display:grid;place-items:center;}.search-close:hover{background:#eee;}.search-box{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid #eee;}.search-box-icon{flex-shrink:0;}.search-input{flex:1;border:none;outline:none;font-size:17px;font-weight:500;color:#1a1a1a;background:transparent;}.search-input::placeholder{color:#aaa;font-weight:400;}.search-quick{padding:14px 20px;display:flex;flex-wrap:wrap;gap:8px;align-items:center;border-bottom:1px solid #f5f5f5;}.search-quick-label{font-size:12px;color:#999;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;}.search-quick a{font-size:13px;color:#145F48;background:#f0f7f4;padding:5px 12px;border-radius:999px;text-decoration:none;font-weight:500;transition:background 0.2s;}.search-quick a:hover{background:#dff0e8;}.search-results{padding:0;max-height:300px;overflow-y:auto;}.search-result-item{display:flex;align-items:center;gap:12px;padding:12px 20px;text-decoration:none;color:#1a1a1a;font-size:15px;font-weight:500;transition:background 0.15s;border-bottom:1px solid #f8f8f8;}.search-result-item:hover{background:#f8faf9;}.search-no-results{padding:20px;text-align:center;color:#999;font-size:14px;}.search-no-results a{color:#145F48;font-weight:600;}