:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color:#0f1d1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;overflow-x:hidden;background:#fff}html{overflow-x:hidden;width:100%}a{color:inherit}.eyebrow{font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#0a4738;margin:0 0 16px}.section-heading{text-align:center;margin-bottom:48px}.section-heading .eyebrow{margin-bottom:12px}.section-heading h2{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:#0f1d1a;margin:0 0 16px;letter-spacing:-.02em}.section-subhead{color:#4b5563;font-size:1.1rem;line-height:1.6;max-width:560px;margin:0 auto}@media(max-width:768px){.section-heading{margin-bottom:32px}.section-subhead{font-size:1rem;padding:0 8px}}@media(max-width:480px){.section-heading{margin-bottom:24px}.section-subhead{font-size:.95rem}}.nav{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:16px clamp(24px,5vw,80px);background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(10,71,56,.06);position:sticky;top:0;z-index:1000}.page{min-height:100vh;max-width:1200px;margin:0 auto;padding:32px 24px 64px;color:#0f1d1a}@media(max-width:768px){.page{padding:20px 16px 40px}}.brand{display:flex;align-items:center;gap:10px;text-decoration:none}.logo-mark{width:140px;height:auto;object-fit:contain;transition:transform .3s ease}.brand-name{font-weight:700;font-size:1.1rem;color:#0a4738;letter-spacing:-.02em}.nav-links{display:flex;align-items:center;gap:2px}.nav-link{position:relative;font-weight:500;font-size:.9rem;color:#4b5563;text-decoration:none;padding:10px 16px;border-radius:8px;transition:color .2s ease,background .2s ease}.nav-link:hover{color:#0a4738;background:#0a47380d}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:5px;background:none;border:none;cursor:pointer;font-family:inherit}.nav-dropdown-icon{width:10px;height:10px;color:#0a4738;transition:transform .2s ease}.nav-dropdown:hover .nav-dropdown-icon{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%) translateY(-8px);min-width:180px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:12px;box-shadow:0 4px 6px -1px #0000000d,0 10px 20px -5px #0000001a;padding:8px;opacity:0;visibility:hidden;transition:opacity .15s ease,transform .15s ease,visibility .15s}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.nav-dropdown-item{display:flex;align-items:center;gap:10px;padding:11px 14px;color:#374151;text-decoration:none;font-size:.875rem;font-weight:500;border-radius:8px;transition:all .15s ease}.nav-dropdown-item:hover{color:#0a4738;background:#0a47380f}.nav-actions{display:flex;align-items:center;gap:8px}.nav-btn-secondary{display:inline-flex;align-items:center;padding:9px 18px;font-weight:600;font-size:.88rem;color:#0a4738;text-decoration:none;border:1px solid #d1d5db;border-radius:10px;background:#fff;transition:all .2s ease}.nav-btn-secondary:hover{border-color:#0a4738;background:#0a47380a}.nav-btn-primary{display:inline-flex;align-items:center;padding:9px 18px;border-radius:10px;background:linear-gradient(135deg,#0a4738,#0d5a47);color:#fff;font-weight:600;font-size:.88rem;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 12px #0a473833}.nav-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0a47384d;background:linear-gradient(135deg,#0d5a47,#0a4738)}.nav-btn-primary:active{transform:translateY(0)}.footer{margin-top:80px;padding:20px 24px;background:#fff;border-top:1px solid rgba(10,71,56,.08)}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:800px;margin:0 auto}.footer-top{display:flex;align-items:center;justify-content:center;gap:32px;width:100%}.footer-brand{display:flex;align-items:center;gap:8px;text-decoration:none}.footer-brand .footer-logo{width:100px;height:auto;object-fit:contain;opacity:.9;transition:opacity .2s ease,transform .3s ease}.footer-brand:hover .footer-logo{opacity:1;transform:rotate(-8deg) scale(1.3)}.footer-name{font-weight:600;font-size:.9rem;color:#0a4738;letter-spacing:-.02em}.footer-links{display:flex;align-items:center;gap:6px}.footer-links a{color:#64748b;text-decoration:none;font-size:.8rem;padding:4px 10px;border-radius:6px;transition:all .2s ease}.footer-links a:hover{color:#0a4738;background:#0a47380f}.footer-divider{color:#9db4cf;font-size:.75rem}.footer-social-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:transparent;border:1px solid #e2e8f0;transition:all .2s ease}.footer-social-link:hover{border-color:#0a4738;background:#0a47380a;transform:scale(1.3)}.footer-social-link svg{width:14px;height:14px;color:#0a4738;transition:opacity .2s ease}.footer-social-link:hover svg{opacity:.9}.footer-copyright{margin:0;color:#92a4be;font-size:.75rem;letter-spacing:.02em}@media(max-width:768px){.nav{flex-wrap:wrap;gap:12px;padding:12px 16px}.brand-name{display:none}.nav-links{order:3;width:100%;justify-content:center;gap:0;padding-top:8px;border-top:1px solid rgba(10,71,56,.06)}.nav-link{padding:6px 10px;font-size:.8rem}.nav-actions{gap:6px}.nav-btn-secondary{padding:6px 12px;font-size:.8rem}.nav-btn-primary{padding:6px 14px;font-size:.8rem}.footer{margin-top:40px;padding:16px}.footer-top{flex-direction:column;gap:12px}}@media(max-width:480px){.nav{padding:10px 12px;gap:8px}.nav-link{padding:5px 8px;font-size:.75rem}.nav-btn-secondary,.nav-btn-primary{padding:5px 10px;font-size:.75rem}}.consent-banner{position:fixed;left:16px;right:16px;bottom:16px;display:flex;justify-content:center;z-index:1200}.consent-banner-card{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:960px;width:100%;padding:18px 22px;background:#fffffffa;border:1px solid rgba(10,71,56,.12);border-radius:16px;box-shadow:0 12px 30px #0f172a1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.consent-banner-text{margin:0;color:#1f2937;font-size:.9rem;line-height:1.5}.consent-banner-text a{color:#0a4738;font-weight:600;text-decoration:none}.consent-banner-text a:hover{text-decoration:underline}.consent-banner-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.consent-btn{padding:8px 16px;border-radius:999px;font-weight:600;font-size:.85rem;font-family:inherit;cursor:pointer;border:1px solid transparent;transition:all .2s ease}.consent-btn-secondary{color:#4b5563;border-color:#d1d5db;background:#fff}.consent-btn-secondary:hover{border-color:#0a4738;color:#0a4738}.consent-btn-primary{color:#fff;background:linear-gradient(135deg,#0a4738,#0d5a47);box-shadow:0 6px 16px #0a473840}.consent-btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 20px #0a47384d}.consent-btn:active{transform:translateY(0)}@media(max-width:768px){.consent-banner-card{flex-direction:column;align-items:flex-start;gap:16px}.consent-banner-actions{width:100%;justify-content:flex-end}}@media(max-width:480px){.consent-banner{left:10px;right:10px;bottom:10px}.consent-banner-card{padding:16px}.consent-btn{width:100%}.consent-banner-actions{flex-direction:column;align-items:stretch}}.language-switch{display:inline-flex;align-items:center;gap:0}.language-switch .lang-link{position:relative;font-weight:500;font-size:.9rem;color:#9ca3af;background:none;border:none;padding:6px 10px;border-radius:6px;cursor:pointer;font-family:inherit;transition:color .2s ease,background .2s ease}.language-switch .lang-link:hover{color:#0a4738;background:#0a47380d}.language-switch .lang-link.active{color:#0a4738;font-weight:600}@media(max-width:768px){.language-switch .lang-link{padding:4px 8px;font-size:.8rem}}@media(max-width:480px){.language-switch .lang-link{padding:4px 6px;font-size:.75rem}}.page:has(>.home-page){max-width:100%;padding:0}.page:has(>.home-page)~.footer{margin-top:0}.home-page{display:flex;flex-direction:column}.home-hero{position:relative;padding:120px 24px 100px;background:linear-gradient(170deg,#0a4738,#073029,#052520);overflow:hidden}.home-hero__bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 70% 70% at 50% 40%,black 30%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 70% 70% at 50% 40%,black 30%,transparent 100%)}.home-hero:after{content:"";position:absolute;top:10%;left:50%;transform:translate(-50%);width:900px;height:500px;background:radial-gradient(ellipse,rgba(13,90,71,.5) 0%,transparent 70%);pointer-events:none}.home-hero__inner{position:relative;z-index:1;max-width:980px;margin:0 auto;text-align:center}.home-hero__title{margin:0 0 24px;color:#fff;font-size:clamp(2.4rem,5.5vw,4rem);font-weight:800;line-height:1.12;letter-spacing:-.03em}.home-hero__title strong{color:#22c55e;font-weight:800}.home-hero__sub{margin:0 auto 44px;max-width:860px;color:#ffffffa6;font-size:clamp(1.02rem,1.5vw,1.2rem);line-height:1.7}.home-hero__sub strong{color:#fffffff2;font-weight:600}.home-hero__actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px}.home-hero__btn{display:inline-flex;align-items:center;gap:8px;padding:15px 30px;font-weight:700;font-size:.95rem;text-decoration:none;border-radius:12px;transition:all .2s ease;cursor:pointer}.home-hero__btn--primary{background:#fff;color:#0a4738;box-shadow:0 4px 14px #00000026}.home-hero__btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000038}.home-hero__btn--secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.28)}.home-hero__btn--secondary:hover{background:#ffffff1a;border-color:#ffffff80}.home-hero__btn--secondary svg{transition:transform .2s ease}.home-hero__btn--secondary:hover svg{transform:translate(3px)}.home-product{background:#f7faf8;padding:80px 24px 100px}.home-product__inner{max-width:640px;margin:0 auto}.home-product__mockup{background:#0f0f0f;border-radius:18px;overflow:hidden;box-shadow:0 0 0 1px #ffffff14,0 30px 60px -15px #0006,0 50px 100px -30px #0a47382e;transform:perspective(1200px) rotateX(2deg);transition:transform .4s ease}.home-product__mockup:hover{transform:perspective(1200px) rotateX(0) translateY(-6px)}.home-product__bar{display:flex;align-items:center;gap:12px;padding:14px 18px;background:linear-gradient(180deg,#2a2a2a,#222);border-bottom:1px solid #333}.home-product__dots{display:flex;gap:8px}.home-product__dot{width:12px;height:12px;border-radius:50%;box-shadow:inset 0 -1px 2px #0003}.home-product__dot--red{background:linear-gradient(180deg,#ff6058,#e14640)}.home-product__dot--yellow{background:linear-gradient(180deg,#ffbe30,#dda020)}.home-product__dot--green{background:linear-gradient(180deg,#2aca44,#1aaa34)}.home-product__url{flex:1;display:flex;align-items:center;justify-content:center;padding:8px 16px;background:#0000004d;border-radius:8px;border:1px solid rgba(255,255,255,.05);font-size:.8rem;color:#777;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif}.home-product__url span{display:flex;align-items:center;gap:6px}.home-product__url span:before{content:"";width:10px;height:10px;background:#2aca44;border-radius:50%;opacity:.8}.home-product__screen{line-height:0;background:#1a1a1a}.home-product__screen img{width:100%;height:auto;display:block}.home-highlights{background:#fff;padding:100px 24px 60px}.home-highlights__header{max-width:720px;margin:0 auto 72px;text-align:center}.home-highlights__title{margin:0 0 16px;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;color:#0f1d1a;letter-spacing:-.02em}.home-highlights__list{max-width:1140px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.home-highlights__row{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;padding:48px;background:#fafbfc;border:1px solid #e7ece9;border-radius:24px;transition:all .3s ease}.home-highlights__row:hover{background:#fff;border-color:#c8d6cf;box-shadow:0 20px 50px -20px #0a47381a}.home-highlights__row--reverse{direction:rtl}.home-highlights__row--reverse>*{direction:ltr}.home-highlights__text{display:flex;flex-direction:column;gap:16px}.home-highlights__tag{display:inline-block;width:fit-content;padding:5px 14px;background:#f0fdf4;color:#0a4738;font-weight:700;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;border-radius:6px}.home-highlights__heading{margin:0;font-size:clamp(1.35rem,2.2vw,1.65rem);font-weight:800;color:#0a4738;line-height:1.25;letter-spacing:-.02em}.home-highlights__desc{margin:0;color:#243b33;line-height:1.75;font-size:1.05rem;font-weight:450}.home-highlights__visual{display:flex;justify-content:center;align-items:center}.home-highlights__mockup{width:100%;max-width:460px;background:#0f0f0f;border-radius:12px;overflow:hidden;box-shadow:0 0 0 1px #ffffff0f,0 16px 40px -12px #0000004d}.home-highlights__mockup-bar{display:flex;align-items:center;gap:6px;padding:10px 14px;background:linear-gradient(180deg,#2a2a2a,#222);border-bottom:1px solid #333}.home-highlights__dot{width:9px;height:9px;border-radius:50%}.home-highlights__dot--red{background:linear-gradient(180deg,#ff6058,#e14640)}.home-highlights__dot--yellow{background:linear-gradient(180deg,#ffbe30,#dda020)}.home-highlights__dot--green{background:linear-gradient(180deg,#2aca44,#1aaa34)}.home-highlights__mockup-screen{background:#1a1a1a;padding:0;line-height:0;aspect-ratio:280 / 180;display:flex;align-items:center;justify-content:center}.home-highlights__mockup-screen svg{width:100%;height:100%}.home-highlights__mockup-screen img{width:100%;height:100%;object-fit:cover;display:block}.home-highlights__footer{display:flex;justify-content:center;margin-top:52px}.home-highlights__link{display:inline-flex;align-items:center;gap:10px;padding:15px 30px;background:#0a4738;color:#fff;font-weight:600;font-size:.95rem;text-decoration:none;border-radius:12px;transition:all .25s ease;box-shadow:0 8px 24px -8px #0a473880}.home-highlights__link:hover{background:#073029;transform:translateY(-2px);box-shadow:0 12px 32px -8px #0a473899}.home-highlights__link svg{transition:transform .25s ease}.home-highlights__link:hover svg{transform:translate(4px)}.home-compliance{background:#f7faf8;padding:100px 24px}.home-compliance__inner{max-width:1140px;margin:0 auto}.home-compliance__header{text-align:center;margin-bottom:56px}.home-compliance__header h2{margin:0 0 12px;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;color:#0f1d1a;letter-spacing:-.02em}.home-compliance__header p{margin:0;color:#4b5563;font-size:1.1rem}.home-compliance__items{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.home-compliance__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:36px 28px;background:#fff;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 4px 20px #0000000a;transition:all .25s ease}.home-compliance__item:hover{border-color:#0a4738;box-shadow:0 8px 28px #0a47381a;transform:translateY(-4px)}.home-compliance__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#f0fdf4;border:1px solid #d1fae5;border-radius:16px;color:#0a4738;flex-shrink:0;transition:all .25s ease}.home-compliance__item:hover .home-compliance__icon{background:#0a4738;border-color:#0a4738;color:#fff}.home-compliance__icon svg{width:28px;height:28px}.home-compliance__label{display:flex;flex-direction:column;gap:4px}.home-compliance__label strong{font-size:1.05rem;font-weight:700;color:#0f1d1a}.home-compliance__label span{font-size:.88rem;color:#6b7280;line-height:1.5}.home-cta{position:relative;background:linear-gradient(170deg,#0a4738,#073029,#052520);padding:100px 24px;overflow:hidden}.home-cta:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 60% 80% at 50% 50%,black 20%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 60% 80% at 50% 50%,black 20%,transparent 100%);pointer-events:none}.home-cta__inner{position:relative;z-index:1;max-width:700px;margin:0 auto;text-align:center}.home-cta__inner h2{margin:0 0 16px;color:#fff;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;letter-spacing:-.02em}.home-cta__inner p{margin:0 0 40px;color:#ffffffa6;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.65}.home-cta__actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px}.home-cta__btn{display:inline-flex;align-items:center;gap:8px;padding:15px 30px;font-weight:700;font-size:.95rem;text-decoration:none;border-radius:12px;transition:all .2s ease;cursor:pointer}.home-cta__btn--primary{background:#fff;color:#0a4738;box-shadow:0 4px 14px #00000026}.home-cta__btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000038}.home-cta__btn--secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.28)}.home-cta__btn--secondary:hover{background:#ffffff1a;border-color:#ffffff80}.home-cta__btn--secondary svg{transition:transform .2s ease}.home-cta__btn--secondary:hover svg{transform:translate(3px)}.home-faq{background:#fff;padding:80px 24px}.home-faq__inner{max-width:860px;margin:0 auto}.home-faq__header{text-align:center;margin-bottom:56px}.home-faq__header h2{margin:0 0 12px;color:#0a4738;font-size:2.2rem;font-weight:800;line-height:1.2;letter-spacing:-.02em}.home-faq__header p{margin:0;color:#0a473899;font-size:1.05rem;line-height:1.6}.home-faq__list{display:flex;flex-direction:column;gap:12px}.home-faq__item{background:#fff;border:1px solid rgba(10,71,56,.12);border-radius:12px;overflow:hidden;transition:all .3s ease}.home-faq__item:hover{border-color:#0a47383d;box-shadow:0 2px 12px #0a47380f}.home-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;background:transparent;border:none;text-align:left;cursor:pointer;font-size:1.05rem;font-weight:600;color:#0a4738;line-height:1.5;transition:color .2s ease}.home-faq__question:hover{color:#0a4738}.home-faq__question span{flex:1}.home-faq__icon{flex-shrink:0;color:#0a4738;transition:transform .3s ease,color .2s ease}.home-faq__item--open .home-faq__icon{transform:rotate(180deg);color:#0a4738}.home-faq__answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.home-faq__item--open .home-faq__answer{max-height:600px;padding:0 24px 22px}.home-faq__answer p{margin:0;color:#0a4738b3;font-size:.98rem;line-height:1.7}@media(max-width:1024px){.home-highlights__row{gap:36px;padding:36px}}@media(max-width:768px){.home-hero{padding:80px 20px 72px}.home-hero__badge{margin-bottom:24px;font-size:.75rem}.home-hero__title{font-size:clamp(1.9rem,6vw,2.8rem);line-height:1.18}.home-hero__sub{margin-bottom:36px;font-size:.98rem}.home-hero__btn{padding:13px 24px;font-size:.9rem}.home-product{padding:48px 16px 64px}.home-product__mockup{transform:none;border-radius:14px}.home-product__mockup:hover{transform:translateY(-4px)}.home-highlights{padding:64px 20px 40px}.home-highlights__header{margin-bottom:48px}.home-highlights__list{gap:24px}.home-highlights__row{grid-template-columns:1fr;gap:28px;padding:32px 28px}.home-highlights__row--reverse{direction:ltr}.home-highlights__visual{order:-1}.home-highlights__footer{margin-top:36px}.home-compliance{padding:64px 20px}.home-compliance__header{margin-bottom:40px}.home-compliance__items{grid-template-columns:1fr;gap:16px}.home-compliance__item{flex-direction:row;text-align:left;padding:24px;border-radius:16px}.home-cta,.home-faq{padding:64px 20px}.home-faq__header{margin-bottom:40px}.home-faq__header h2{font-size:1.8rem}.home-faq__question{padding:18px 20px;font-size:.98rem}.home-faq__answer p{font-size:.92rem}}@media(max-width:480px){.home-hero{padding:56px 16px}.home-hero__title{font-size:1.75rem}.home-hero__sub{font-size:.92rem;margin-bottom:28px}.home-hero__actions{flex-direction:column;gap:10px;width:100%}.home-hero__btn{width:100%;justify-content:center;padding:14px 20px}.home-product{padding:32px 12px 48px}.home-product__mockup{border-radius:12px}.home-product__bar{padding:10px 12px}.home-product__dot{width:10px;height:10px}.home-product__url{font-size:.7rem;padding:6px 10px}.home-highlights{padding:48px 16px 32px}.home-highlights__row{padding:24px 20px;border-radius:18px;gap:20px}.home-highlights__heading{font-size:1.25rem}.home-highlights__desc{font-size:1rem}.home-compliance{padding:48px 16px}.home-compliance__header h2{font-size:1.5rem}.home-compliance__item{padding:20px}.home-compliance__icon{width:46px;height:46px}.home-compliance__icon svg{width:22px;height:22px}.home-cta{padding:48px 16px}.home-cta__inner h2{font-size:1.5rem}.home-cta__actions{flex-direction:column;gap:10px;width:100%}.home-cta__btn{width:100%;justify-content:center;padding:14px 20px}.home-faq{padding:48px 16px}.home-faq__header{margin-bottom:32px}.home-faq__header h2{font-size:1.5rem}.home-faq__header p{font-size:.9rem}.home-faq__question{padding:16px 18px;font-size:.95rem;gap:12px}.home-faq__item--open .home-faq__answer{padding:0 18px 16px}.home-faq__answer p{font-size:.88rem}.home-faq__icon{width:20px;height:20px}}.page:has(>.landing){max-width:100%;padding:0}.page:has(>.landing)~.footer{margin-top:0}.landing{display:flex;flex-direction:column}.landing-hero{position:relative;padding:110px 24px 72px;background:linear-gradient(170deg,#0a4738,#073029,#052520);overflow:hidden}.landing-hero__bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 70% 70% at 50% 40%,black 30%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 70% 70% at 50% 40%,black 30%,transparent 100%)}.landing-hero:after{content:"";position:absolute;top:10%;left:50%;transform:translate(-50%);width:900px;height:500px;background:radial-gradient(ellipse,rgba(13,90,71,.5) 0%,transparent 70%);pointer-events:none}.landing-hero__inner{position:relative;z-index:1;max-width:860px;margin:0 auto;text-align:center}.landing-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px 6px 12px;margin-bottom:24px;background:#22c55e1f;border:1px solid rgba(34,197,94,.25);border-radius:999px;color:#86efac;font-size:.82rem;font-weight:600;letter-spacing:.02em}.landing-hero__badge-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:landing-pulse 2s ease-in-out infinite}@keyframes landing-pulse{0%,to{opacity:1}50%{opacity:.4}}.landing-hero__title{margin:0 0 20px;color:#fff;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;line-height:1.15;letter-spacing:-.03em}.landing-hero__title strong{color:#22c55e;font-weight:800}.landing-hero__sub{margin:0 auto 36px;max-width:640px;color:#ffffffa6;font-size:clamp(.98rem,1.4vw,1.12rem);line-height:1.7}.landing-hero__sub strong{color:#fffffff2;font-weight:600}.landing-hero__pain-row{display:flex;justify-content:center;gap:32px;margin-bottom:36px;flex-wrap:wrap}.landing-hero__pain-item{display:flex;align-items:center;gap:10px;color:#fffc;font-size:.9rem;font-weight:600}.landing-hero__pain-icon{width:28px;height:28px;color:#22c55e;flex-shrink:0}.landing-hero__pain-icon svg{width:100%;height:100%}.landing-hero__cta{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:#22c55e;color:#052520;font-weight:700;font-size:1.05rem;text-decoration:none;border-radius:12px;transition:all .2s ease;box-shadow:0 8px 28px #22c55e59}.landing-hero__cta:hover{background:#16a34a;transform:translateY(-2px);box-shadow:0 12px 36px #22c55e73}.landing-demo{padding:72px 24px 80px;background:#fff}.landing-demo__inner{max-width:1100px;margin:0 auto}.landing-demo__header{text-align:center;max-width:700px;margin:0 auto 40px}.landing-demo__header h2{margin:0 0 14px;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;letter-spacing:-.025em;color:#0f1d1a;line-height:1.2}.landing-demo__subtitle{margin:0;color:#4b5563;font-size:1.02rem;line-height:1.65}.landing-demo__subtitle strong{color:#0a4738;font-weight:700}.landing-demo__widget{display:flex;flex-direction:column;gap:12px}.calendly-inline-widget{width:100%;min-width:320px;height:700px;min-height:700px;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#0a473808,#fef6e980);border:1px solid #e5e7eb;box-shadow:0 8px 32px #0000000f}.calendly-fallback{margin:0;font-size:.85rem;color:#6b7280;line-height:1.5;text-align:center}.calendly-fallback a{color:#0a4738;text-decoration:underline;text-underline-offset:2px}.calendly-consent-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:56px 28px;min-height:400px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px dashed rgba(10,71,56,.2);border-radius:20px}.calendly-consent-icon{width:56px;height:56px;color:#0a4738;margin-bottom:20px;opacity:.7}.calendly-consent-icon svg{width:100%;height:100%}.calendly-consent-placeholder h3{margin:0 0 12px;font-size:1.3rem;color:#0f1d1a}.calendly-consent-placeholder p{margin:0 0 10px;font-size:.95rem;color:#4b5563;line-height:1.6;max-width:400px}.calendly-consent-alternative a{color:#0a4738;font-weight:600;text-decoration:underline;text-underline-offset:2px}.landing-trust{background:linear-gradient(170deg,#0a4738,#073029,#052520);padding:56px 24px;position:relative;overflow:hidden}.landing-trust:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 60% 80% at 50% 50%,black 20%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 60% 80% at 50% 50%,black 20%,transparent 100%);pointer-events:none}.landing-trust__inner{position:relative;z-index:1;max-width:900px;margin:0 auto}.landing-trust__title{text-align:center;margin:0 0 32px;color:#ffffffd9;font-size:1.05rem;font-weight:600;letter-spacing:.02em}.landing-trust__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.landing-trust__item{display:flex;align-items:center;gap:14px;padding:18px 22px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:14px;transition:all .2s ease}.landing-trust__item:hover{background:#ffffff1a;border-color:#fff3}.landing-trust__icon{width:36px;height:36px;color:#22c55e;flex-shrink:0}.landing-trust__icon svg{width:100%;height:100%}.landing-trust__label{display:flex;flex-direction:column;gap:2px}.landing-trust__label strong{color:#fff;font-size:.92rem;font-weight:700}.landing-trust__label span{color:#ffffff80;font-size:.8rem}@media(max-width:768px){.landing-hero{padding:80px 20px 56px}.landing-hero__pain-row{gap:16px;flex-direction:column;align-items:center}.landing-demo{padding:48px 20px 56px}.landing-demo__header{margin-bottom:32px}.calendly-inline-widget{height:920px;min-height:920px}.calendly-consent-placeholder{padding:40px 20px;min-height:300px}.landing-trust{padding:40px 20px}.landing-trust__grid{grid-template-columns:1fr;gap:12px}}@media(max-width:640px){.calendly-inline-widget{height:1000px;min-height:1000px}}@media(max-width:480px){.landing-hero{padding:60px 16px 44px}.landing-hero__badge{font-size:.75rem;padding:5px 12px 5px 10px}.landing-hero__cta{width:100%;justify-content:center;padding:15px 28px}.landing-demo{padding:36px 16px 48px}.landing-demo__header h2{font-size:1.3rem}.calendly-inline-widget{height:1080px;min-height:1080px}.landing-trust{padding:32px 16px}}
