:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color:#0f1d1a;background-color:#fef6e9;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:radial-gradient(circle at 20% 20%,rgba(10,71,56,.08) 0,transparent 26%),radial-gradient(circle at 80% 10%,rgba(10,71,56,.06) 0,transparent 22%),radial-gradient(circle at 40% 70%,rgba(10,71,56,.05) 0,transparent 25%),linear-gradient(180deg,#fef6e9,#f6e9d3 35%,#fef6e9)}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:36px;height:36px;object-fit:contain;transition:transform .3s ease}.brand:hover .logo-mark{transform:rotate(-8deg) scale(1.08)}.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;opacity:.6;transition:transform .2s ease,opacity .2s ease}.nav-dropdown:hover .nav-dropdown-icon{transform:rotate(180deg);opacity:1}.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-login-wrapper{position:relative}.nav-login{padding:10px 18px;font-weight:500;font-size:.9rem;font-family:inherit;color:#9ca3af;border-radius:999px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;transition:all .2s ease}.nav-login:hover{color:#0a4738;border-color:#0a4738;background:#0a47380a}.nav-login-tooltip{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%) translateY(-6px);white-space:nowrap;padding:10px 16px;background:#1f2937;color:#fff;font-size:.8rem;font-weight:500;border-radius:10px;box-shadow:0 4px 12px #00000026;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;pointer-events:none}.nav-login-tooltip:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-bottom-color:#1f2937}.nav-login-wrapper:hover .nav-login-tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.nav-cta-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border-radius:999px;background:linear-gradient(135deg,#0a4738,#0d5a47);color:#fff;font-weight:600;font-size:.9rem;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 12px #0a473833}.nav-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0a47384d;background:linear-gradient(135deg,#0d5a47,#0a4738)}.nav-cta-btn: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:22px;height:22px;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 img,.footer-social-link svg{width:14px;height:14px;opacity:.7;transition:opacity .2s ease}.footer-social-link svg{color:#64748b}.footer-social-link:hover img,.footer-social-link:hover svg{opacity:1}.footer-social-link:hover svg{color:#0a4738}.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-login{padding:6px 12px;font-size:.8rem}.nav-cta-btn{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-login,.nav-cta-btn{padding:5px 10px;font-size:.75rem}}.hero{text-align:center;max-width:900px;margin:0 auto 80px;padding-top:40px}@media(max-width:768px){.hero{margin-bottom:48px;padding-top:20px}}@media(max-width:480px){.hero{margin-bottom:32px;padding-top:16px}}.hero-copy .eyebrow{display:inline-block;padding:8px 16px;background:#0a473814;border-radius:999px;margin-bottom:24px}.hero-copy h1{font-size:clamp(2.1rem,4.5vw,3.5rem);margin:0 0 24px;padding-top:4px;line-height:1.25;letter-spacing:-.02em;background:linear-gradient(135deg,#0f1d1a,#0a4738);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;overflow:visible}.hero-copy .subhead{color:#4b5563;font-size:1.2rem;line-height:1.7;max-width:700px;margin:0 auto}.hero-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:32px}.primary{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:999px;background:linear-gradient(135deg,#0a4738,#0d5a47);color:#fff;font-weight:600;font-size:1rem;text-decoration:none;box-shadow:0 10px 25px #0a473833;transition:all .2s ease}.primary:hover{transform:translateY(-2px);box-shadow:0 14px 32px #0a473847}.helper{color:#6b7280;font-size:.95rem}.screenshot-section{margin-bottom:120px;position:relative;padding-bottom:100px;max-width:70%;margin-left:auto;margin-right:auto}@media(max-width:768px){.screenshot-section{max-width:100%;margin-bottom:60px;padding-bottom:60px;padding-left:0;padding-right:0}}@media(max-width:480px){.screenshot-section{margin-bottom:40px;padding-bottom:40px}}.screenshot-section:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:200px;height:1px;background:linear-gradient(to right,transparent 0%,#0a4738 50%,transparent 100%);opacity:.4}.browser-mockup{background:#0f0f0f;border-radius:16px;overflow:hidden;box-shadow:0 0 0 1px #ffffff1a,0 30px 60px -15px #00000059,0 50px 100px -30px #0a473826;transform:perspective(1000px) rotateX(2deg);transition:transform .4s ease;width:100%;max-width:100%}@media(max-width:768px){.browser-mockup{transform:none;border-radius:12px}}.browser-mockup:hover{transform:perspective(1000px) rotateX(0) translateY(-4px)}.browser-header{display:flex;align-items:center;gap:12px;padding:14px 18px;background:linear-gradient(180deg,#2a2a2a,#222);border-bottom:1px solid #333}.browser-dots{display:flex;gap:8px}.browser-dot{width:12px;height:12px;border-radius:50%;box-shadow:inset 0 -1px 2px #0003}.browser-dot--red{background:linear-gradient(180deg,#ff6058,#e14640)}.browser-dot--yellow{background:linear-gradient(180deg,#ffbe30,#dda020)}.browser-dot--green{background:linear-gradient(180deg,#2aca44,#1aaa34)}.browser-address-bar{flex:1;display:flex;align-items:center;justify-content:center;padding:8px 16px;background:#0000004d;border-radius:8px;font-size:.8rem;color:#777;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;border:1px solid rgba(255,255,255,.05)}.browser-address-bar span{display:flex;align-items:center;gap:6px}.browser-address-bar span:before{content:"";width:10px;height:10px;background:#2aca44;border-radius:50%;opacity:.8}.browser-content{line-height:0;background:#1a1a1a}.screenshot-img{width:100%;height:auto;display:block}.section-heading{display:flex;flex-direction:column;gap:12px;max-width:700px;text-align:center;margin:0 auto 56px}.section-heading h2{margin:0;font-size:clamp(1.8rem,3vw,2.6rem);letter-spacing:-.02em}.section-subhead{color:#4b5563;margin:0;font-size:1.1rem;line-height:1.6}.eyebrow{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:#0a4738;font-weight:700;margin:0}.features-overview{display:flex;flex-direction:column;align-items:center;margin-bottom:120px;padding-bottom:100px;position:relative}@media(max-width:768px){.features-overview{margin-bottom:60px;padding-bottom:60px}}@media(max-width:480px){.features-overview{margin-bottom:40px;padding-bottom:40px}}.features-overview:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:200px;height:1px;background:linear-gradient(to right,transparent 0%,#0a4738 50%,transparent 100%);opacity:.4}.features-header{text-align:center;margin-bottom:60px}@media(max-width:768px){.features-header{margin-bottom:40px}}@media(max-width:480px){.features-header{margin-bottom:32px}}.features-header h2{margin:0;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#0f1d1a;letter-spacing:-.02em}.features-more-link{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:60px;padding:16px 32px;background:transparent;color:#0a4738;font-weight:600;font-size:1rem;text-decoration:none;border:2px solid #0a4738;border-radius:999px;transition:all .25s ease}.features-more-link:hover{background:#0a4738;color:#fff}.features-more-link svg{width:18px;height:18px;transition:transform .25s ease}.features-more-link:hover svg{transform:translate(4px)}.feature-items{display:flex;flex-direction:column;gap:80px}@media(max-width:768px){.feature-items{gap:48px}}@media(max-width:480px){.feature-items{gap:32px}}@media(max-width:768px){.feature-item{gap:32px}}@media(max-width:480px){.feature-item{gap:24px}}@media(max-width:800px){.feature-items{gap:40px}.feature-item{grid-template-columns:1fr;gap:24px}.feature-item:nth-child(2n){direction:ltr}.feature-visual{aspect-ratio:16 / 10}}@media(max-width:480px){.feature-items{gap:32px}.feature-item{gap:20px}}.compliance-section{margin-bottom:120px;padding:64px 0;position:relative}@media(max-width:768px){.compliance-section{margin-bottom:60px;padding:40px 0}}@media(max-width:480px){.compliance-section{margin-bottom:40px;padding:32px 0}}.compliance-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:calc(100% + 48px);height:100%;background:linear-gradient(180deg,#f8faf9 0%,transparent 100%);border-radius:32px 32px 0 0;z-index:-1}@media(max-width:768px){.compliance-section:before{width:100%;border-radius:20px 20px 0 0}}@media(max-width:480px){.compliance-section:before{border-radius:16px 16px 0 0}}.compliance-header{text-align:center;margin-bottom:48px}.compliance-header h2{margin:0 0 12px;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:#0f1d1a;letter-spacing:-.02em}.compliance-header p{margin:0;color:#4b5563;font-size:1.1rem}.compliance-groups{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}@media(max-width:768px){.compliance-groups{gap:24px}}@media(max-width:480px){.compliance-groups{gap:16px}}.compliance-group{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:32px;box-shadow:0 4px 20px #0000000a}@media(max-width:768px){.compliance-group{padding:24px}}@media(max-width:480px){.compliance-group{padding:20px;border-radius:16px}}.compliance-group-header{margin-bottom:24px}.compliance-badge{display:inline-block;padding:6px 14px;background:#f0fdf4;color:#0a4738;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;margin-bottom:12px}.compliance-group-header p{margin:0;color:#6b7280;font-size:.95rem}.compliance-items{display:flex;flex-direction:column;gap:16px}.compliance-item{display:flex;align-items:center;gap:16px;padding:16px;background:#fafbfc;border-radius:14px;border:1px solid transparent;transition:all .2s ease}.compliance-item:hover{background:#fff;border-color:#0a4738;box-shadow:0 4px 12px #0a473814}.compliance-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;color:#0a4738;flex-shrink:0;transition:all .2s ease}.compliance-item:hover .compliance-icon{background:#0a4738;border-color:#0a4738;color:#fff}.compliance-icon svg{width:26px;height:26px}.compliance-label{display:flex;flex-direction:column;gap:2px}.compliance-label strong{font-size:1rem;font-weight:600;color:#0f1d1a}.compliance-label span{font-size:.85rem;color:#6b7280}@media(max-width:768px){.compliance-section{margin-bottom:80px;padding:48px 0}.compliance-groups{grid-template-columns:1fr;gap:24px}.compliance-group{padding:24px}.compliance-item{padding:14px}.compliance-icon{width:44px;height:44px}.compliance-icon svg{width:22px;height:22px}}.waitlist{border:1px solid #e5e7eb;border-radius:20px;padding:32px;background:linear-gradient(135deg,#0a47380a,#fef6e999);box-shadow:0 8px 32px #0000000f;display:grid;gap:20px;max-width:600px;margin:0 auto;width:100%}@media(max-width:768px){.waitlist{padding:24px;gap:16px}}@media(max-width:480px){.waitlist{padding:20px;gap:14px;border-radius:16px}}.waitlist-copy h2{margin:4px 0 8px;font-size:1.5rem}.waitlist-copy .section-subhead{font-size:.95rem}.waitlist-form{display:grid;gap:12px}.waitlist-form label{font-weight:600;color:#0f1d1a;font-size:.9rem}.input-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.waitlist-form input,.waitlist-form textarea{width:100%;border:1px solid #d1d5db;border-radius:10px;padding:12px 14px;font:inherit;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.waitlist-form input:focus,.waitlist-form textarea:focus{outline:none;border-color:#0a4738;box-shadow:0 0 0 3px #0a47381f}.waitlist-form button{border:none;border-radius:10px;background:#0a4738;color:#fff;font-weight:600;padding:12px 20px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.waitlist-form button:hover{background:#073029;transform:translateY(-1px)}.waitlist-form textarea{resize:vertical;min-height:90px}.privacy-checkbox-wrapper{display:flex;align-items:flex-start;gap:10px;margin-top:4px}.privacy-checkbox-wrapper input[type=checkbox]{width:18px;height:18px;margin-top:2px;cursor:pointer;accent-color:#0a4738;flex-shrink:0}.privacy-checkbox-label{font-weight:400!important;font-size:.875rem!important;color:#4b5563!important;line-height:1.5;cursor:pointer;margin:0!important}.privacy-checkbox-label a{color:#0a4738;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.privacy-checkbox-label a:hover{color:#073029}.waitlist-form button:disabled{opacity:.6;cursor:not-allowed;transform:none}.waitlist-form button:disabled:hover{background:#0a4738;transform:none}.waitlist-form input:disabled,.waitlist-form textarea:disabled{opacity:.6;cursor:not-allowed}.waitlist-success{text-align:center;padding:40px 20px;background:linear-gradient(135deg,#0a473814,#fef6e966);border-radius:16px;border:2px solid #0a4738}.success-icon{width:64px;height:64px;margin:0 auto 20px;color:#0a4738;display:flex;align-items:center;justify-content:center}.success-icon svg{width:100%;height:100%}.waitlist-success h3{margin:0 0 12px;font-size:1.5rem;color:#0f1d1a}.waitlist-success p{margin:0;color:#4b5563;font-size:1rem;line-height:1.6}.form-error{margin-top:12px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:.875rem}.form-error p{margin:0}@media(max-width:640px){.hero-copy h1{padding-top:8px;line-height:1.3}.waitlist{padding:20px}.input-row{grid-template-columns:1fr}.waitlist-form button{width:100%}}@media(max-width:480px){.hero-copy .subhead{font-size:1rem}.waitlist{padding:16px}.waitlist-form label{font-size:.85rem}.waitlist-form input,.waitlist-form textarea{padding:10px 12px;font-size:.9rem}.waitlist-form button{padding:10px 16px;font-size:.85rem}.privacy-checkbox-label{font-size:.8rem!important}.privacy-checkbox-wrapper input[type=checkbox]{width:16px;height:16px}.waitlist-success{padding:32px 16px}.waitlist-success h3{font-size:1.25rem}.waitlist-success p{font-size:.9rem}.success-icon{width:56px;height:56px;margin-bottom:16px}}.about-page{display:flex;flex-direction:column;gap:80px}.about-hero{display:grid;grid-template-columns:1fr 1.5fr;gap:64px;align-items:center;padding:40px 0 60px}.about-hero-image{display:flex;align-items:center;justify-content:center;padding:48px;background:linear-gradient(135deg,#f0fdf4,#ecfdf5,#eef2ff);border-radius:24px;border:1px solid rgba(10,71,56,.08);box-shadow:0 8px 32px #0a47380f}.about-hero-image img{width:100%;max-width:200px;height:auto;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(3deg)}}.about-hero-slider{position:relative}.about-hero-slider .eyebrow{margin-bottom:16px}.slider-container{position:relative;min-height:220px}.slide{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;pointer-events:none}.slide--active{opacity:1;transform:translateY(0);pointer-events:auto}.slide h1{font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.2;margin:0 0 16px;color:#0f1d1a}.slide p{font-size:1.1rem;line-height:1.7;color:#4b5563;margin:0}.slider-dots{display:flex;gap:10px;margin-top:32px}.slider-dot{width:10px;height:10px;border-radius:50%;border:none;background:#d1d5db;cursor:pointer;transition:all .3s ease;padding:0}.slider-dot:hover{background:#9ca3af}.slider-dot--active{background:#0a4738;width:32px;border-radius:5px}.about-philosophy{max-width:720px;margin:0 auto;padding:0 20px}.about-philosophy h2{font-size:clamp(1.4rem,2.5vw,1.8rem);margin:0 0 24px;color:#0f1d1a}.about-philosophy p{color:#4b5563;line-height:1.85;margin:0 0 16px;font-size:1.05rem}.about-philosophy p:last-child{margin-bottom:0}.about-philosophy strong{color:#0a4738;font-weight:600}.about-philosophy em{color:#0f1d1a;font-style:normal;font-weight:500}.about-founders{padding:20px 0}.about-founders .section-heading{text-align:center;margin:0 auto 48px}.founders-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:900px;margin:0 auto}.founder-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 32px;background:#fff;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 8px 32px #0f172a0f;transition:transform .3s ease,box-shadow .3s ease}.founder-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #0f172a1a}.founder-image{width:160px;height:160px;border-radius:50%;overflow:hidden;margin-bottom:24px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:4px solid #ffffff;box-shadow:0 8px 24px #0a47381f}.founder-image img{width:100%;height:100%;object-fit:cover}.founder-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#0a4738}.founder-image-placeholder svg{width:64px;height:64px;opacity:.5}.founder-info h3{font-size:1.4rem;margin:0 0 4px;color:#0f1d1a}.founder-role{font-size:.95rem;color:#0a4738;font-weight:600;margin:0 0 16px}.founder-bio{font-size:.95rem;line-height:1.7;color:#4b5563;margin:0 0 20px}.founder-linkedin{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#f3f4f6;color:#6b7280;transition:all .2s ease}.founder-linkedin:hover{background:#0a4738;color:#fff}.founder-linkedin svg{width:20px;height:20px}.about-cta{text-align:center;padding:60px 40px;background:linear-gradient(135deg,#f0fdf4,#ecfeff);border-radius:24px;border:1px solid rgba(10,71,56,.1)}.about-cta h2{margin:0 0 12px;font-size:1.75rem;color:#0f1d1a;font-weight:700}.about-cta p{margin:0 0 24px;color:#4b5563;font-size:1.1rem}.about-cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;background:#0a4738;color:#fff;font-weight:600;font-size:.95rem;border-radius:999px;text-decoration:none;transition:background .2s ease,transform .2s ease}.about-cta-btn:hover{background:#0d5a47;transform:translateY(-2px)}@media(max-width:900px){.founders-grid{grid-template-columns:1fr;max-width:480px}}@media(max-width:768px){.about-page{gap:56px}.about-hero{grid-template-columns:1fr;gap:32px;padding:20px 0 40px}.about-hero-image{padding:32px;max-width:280px;margin:0 auto}.about-hero-image img{max-width:140px}.slider-container{min-height:200px}.slide h1{font-size:1.5rem}.slider-dots{justify-content:center}.founder-card{padding:32px 24px}.about-cta{padding:48px 24px}}.pricing-page{max-width:1000px;margin:0 auto;padding:40px 0 80px}.pricing-hero{text-align:center;margin-bottom:56px}.pricing-hero h1{font-size:clamp(2rem,4vw,3rem);margin:12px 0 16px;line-height:1.1}.pricing-subhead{color:#4b5563;font-size:1.1rem;max-width:480px;margin:0 auto}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;align-items:start}.pricing-card{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px 28px;display:flex;flex-direction:column;gap:24px;transition:transform .2s ease,box-shadow .2s ease}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.pricing-card--featured{border-color:#0a4738;border-width:2px;box-shadow:0 8px 24px #0a47381f}.pricing-card-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#0a4738;color:#fff;font-size:.75rem;font-weight:600;padding:4px 14px;border-radius:999px;letter-spacing:.02em}.pricing-card-header h3{margin:0 0 6px;font-size:1.4rem;color:#0f1d1a}.pricing-card-desc{margin:0;color:#6b7280;font-size:.9rem}.pricing-card-price{display:flex;align-items:baseline;gap:4px}.pricing-card-price .price{font-size:2.2rem;font-weight:700;color:#0f1d1a}.pricing-card-price .period{color:#6b7280;font-size:.9rem}.pricing-card-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;flex:1}.pricing-card-features li{display:flex;align-items:center;gap:10px;color:#374151;font-size:.95rem}.pricing-card-features li:before{content:"✓";display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#0a47381a;color:#0a4738;font-size:.75rem;font-weight:700;border-radius:50%;flex-shrink:0}.pricing-card-btn{display:block;text-align:center;padding:14px 20px;border-radius:10px;background:#0a4738;color:#fff;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .2s ease}.pricing-card-btn:hover{background:#073029;transform:translateY(-1px)}.pricing-card-btn--secondary{background:#f3f4f6;color:#374151}.pricing-card-btn--secondary:hover{background:#e5e7eb}.pricing-preview{position:relative}.pricing-cards--blurred{filter:blur(6px);-webkit-user-select:none;user-select:none;pointer-events:none}.pricing-cards--blurred .pricing-card:hover{transform:none;box-shadow:none}.pricing-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:24px}.pricing-disclaimer{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:48px 40px;max-width:480px;box-shadow:0 20px 50px #0000001f}.pricing-disclaimer-icon{width:56px;height:56px;margin:0 auto 20px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-radius:14px;display:flex;align-items:center;justify-content:center}.pricing-disclaimer-icon svg{width:28px;height:28px;color:#0a4738}.pricing-disclaimer h2{margin:0 0 12px;font-size:1.5rem;color:#0f1d1a}.pricing-disclaimer p{margin:0 0 24px;color:#4b5563;line-height:1.6}.pricing-disclaimer-btn{display:inline-block;padding:14px 28px;background:#0a4738;color:#fff;font-weight:600;font-size:.95rem;text-decoration:none;border-radius:10px;transition:all .2s ease;box-shadow:0 4px 12px #0a473833}.pricing-disclaimer-btn:hover{background:#073029;transform:translateY(-2px);box-shadow:0 6px 16px #0a473847}@media(max-width:768px){.pricing-cards{grid-template-columns:1fr;max-width:400px;margin:0 auto}.pricing-disclaimer{padding:32px 24px}.page-cta{padding:40px 24px}}.blog-page{max-width:900px;margin:0 auto;padding:40px 0 80px}.blog-hero{text-align:center;margin-bottom:56px}.blog-hero h1{font-size:clamp(2rem,4vw,3rem);margin:12px 0 16px;line-height:1.1}.blog-subhead{color:#4b5563;font-size:1.1rem}.coming-soon-card{text-align:center;background:linear-gradient(135deg,#f8fafc,#eef2ff);border:1px solid rgba(10,71,56,.08);border-radius:20px;padding:64px 32px}.coming-soon-icon{width:64px;height:64px;margin:0 auto 24px;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000000f}.coming-soon-icon svg{width:32px;height:32px;color:#0a4738}.coming-soon-card h2{margin:0 0 12px;font-size:1.5rem;color:#0f1d1a}.coming-soon-card p{color:#4b5563;max-width:400px;margin:0 auto 24px}.coming-soon-btn{display:inline-block;padding:12px 24px;background:#0a4738;color:#fff;font-weight:600;text-decoration:none;border-radius:10px;transition:all .2s ease}.coming-soon-btn:hover{background:#073029;transform:translateY(-1px)}.page-cta{text-align:center;padding:60px 40px;margin-top:64px;background:linear-gradient(135deg,#f0fdf4,#ecfeff);border-radius:24px;border:1px solid rgba(10,71,56,.1)}.page-cta h2{margin:0 0 12px;font-size:1.75rem;color:#0f1d1a;font-weight:700}.page-cta p{margin:0 0 24px;color:#4b5563;font-size:1.1rem}.page-cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;background:#0a4738;color:#fff;font-weight:600;font-size:.95rem;border-radius:999px;text-decoration:none;transition:background .2s ease,transform .2s ease}.page-cta-btn:hover{background:#0d5a47;transform:translateY(-2px)}.features-page{padding:40px 0 0}.features-hero{text-align:center;max-width:900px;margin:0 auto 80px}.features-hero .eyebrow{font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#0a4738;margin-bottom:16px}.features-hero h1{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#0f1d1a;line-height:1.2;margin:0 0 20px;letter-spacing:-.02em}.features-intro{font-size:1.15rem;color:#4b5563;line-height:1.7;max-width:600px;margin:0 auto}.features-list{display:flex;flex-direction:column;gap:80px;max-width:1000px;margin:0 auto 80px}.feature-item{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.feature-item:nth-child(2n){direction:rtl}.feature-item:nth-child(2n)>*{direction:ltr}.feature-visual{background:#f5f7f6;border-radius:20px;aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #eaedec}.feature-visual svg{width:40%;height:auto;opacity:.4}.feature-visual img{width:100%;height:100%;object-fit:cover}.feature-content{display:flex;flex-direction:column;gap:18px}.feature-tag{display:inline-block;width:fit-content;padding:8px 16px;background:#f3f4f6;color:#374151;font-weight:700;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;border-radius:8px;border:1px solid #e5e7eb}.feature-content h3{margin:0;font-size:clamp(1.75rem,3vw,2.25rem);color:#0f1d1a;line-height:1.2;font-weight:700;letter-spacing:-.02em}.feature-content p{margin:0;color:#4b5563;line-height:1.75;font-size:1.15rem}.features-standards{max-width:1000px;margin:0 auto 80px;padding:56px 48px;background:#fff;border-radius:32px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000a,0 8px 32px #0000000a}.standards-header{text-align:center;margin-bottom:40px}.standards-badge{display:inline-block;padding:6px 14px;background:#f0fdf4;color:#0a4738;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;margin-bottom:16px}.standards-header h2{margin:0;font-size:1.75rem;font-weight:700;color:#0f1d1a;letter-spacing:-.02em}.standards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.standard-item{display:flex;align-items:flex-start;gap:16px;padding:24px;background:#fafbfc;border-radius:16px;border:1px solid transparent;transition:all .25s ease}.standard-item:hover{background:#fff;border-color:#0a4738;transform:translateY(-2px);box-shadow:0 8px 24px #0a47381a}.standard-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#fff;border-radius:12px;border:1px solid #e5e7eb;flex-shrink:0;transition:all .25s ease}.standard-item:hover .standard-icon{background:#0a4738;border-color:#0a4738}.standard-icon svg{width:22px;height:22px;color:#0a4738;transition:color .25s ease}.standard-item:hover .standard-icon svg{color:#fff}.standard-text{display:flex;flex-direction:column;gap:4px;padding-top:2px}.standard-text strong{font-size:1rem;font-weight:600;color:#0f1d1a}.standard-text span{font-size:.875rem;color:#6b7280}.features-cta{text-align:center;max-width:1000px;margin:0 auto;padding:60px 40px;background:linear-gradient(135deg,#f0fdf4,#ecfeff);border-radius:24px;border:1px solid rgba(10,71,56,.1)}.features-cta h2{margin:0 0 12px;font-size:1.75rem;color:#0f1d1a;font-weight:700}.features-cta p{margin:0 0 24px;color:#4b5563;font-size:1.1rem}.features-cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;background:#0a4738;color:#fff;font-weight:600;font-size:.95rem;border-radius:999px;text-decoration:none;transition:background .2s ease,transform .2s ease}.features-cta-btn:hover{background:#0d5a47;transform:translateY(-2px)}@media(max-width:900px){.standards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.features-page{padding:40px 20px 60px}.features-hero{margin-bottom:60px}.features-list{gap:60px}.feature-item{grid-template-columns:1fr;gap:24px}.feature-item:nth-child(2n){direction:ltr}.feature-visual{aspect-ratio:16 / 10}.features-standards{padding:40px 24px;border-radius:24px}.standards-header h2{font-size:1.5rem}.standards-grid{grid-template-columns:1fr;gap:12px}.standard-item{padding:20px}.standard-icon{width:40px;height:40px}.standard-icon svg{width:20px;height:20px}.features-cta{padding:40px 24px}}.impressum-page{max-width:900px;margin:0 auto;padding:40px 0 80px}.impressum-hero{text-align:center;margin-bottom:48px}.impressum-hero .eyebrow{font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#0a4738;margin-bottom:16px}.impressum-hero h1{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:#0f1d1a;margin:0;letter-spacing:-.02em}.impressum-content{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:48px;box-shadow:0 4px 16px #0000000a}.impressum-section{margin-bottom:32px}.impressum-section:last-child{margin-bottom:0}.impressum-section h2{font-size:1.1rem;font-weight:600;color:#0a4738;margin:0 0 12px;text-transform:uppercase;letter-spacing:.04em}.impressum-section p{margin:0;color:#4b5563;font-size:1.05rem;line-height:1.8}.impressum-section a{color:#0a4738;text-decoration:none;font-weight:500;transition:opacity .2s ease}.impressum-section a:hover{opacity:.7}.impressum-section strong{font-weight:600;color:#0f1d1a}.impressum-source{margin-top:40px;padding-top:32px;border-top:1px solid #e5e7eb}.impressum-source p{font-size:.9rem;color:#6b7280}@media(max-width:768px){.impressum-content{padding:32px 24px}}.privacy-page{max-width:900px;margin:0 auto;padding:40px 0 80px}.privacy-hero{text-align:center;margin-bottom:48px}.privacy-hero .eyebrow{font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#0a4738;margin-bottom:16px}.privacy-hero h1{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:#0f1d1a;margin:0;letter-spacing:-.02em}.privacy-content{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:48px;box-shadow:0 4px 16px #0000000a}.privacy-section{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #f3f4f6}.privacy-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.privacy-section h2{font-size:1.15rem;font-weight:600;color:#0f1d1a;margin:0 0 12px}.privacy-section p{margin:0 0 12px;color:#4b5563;font-size:1.02rem;line-height:1.8}.privacy-section p:last-child{margin-bottom:0}.privacy-section ul{margin:12px 0;padding-left:24px;color:#4b5563;font-size:1.02rem;line-height:1.8}.privacy-section li{margin-bottom:8px}.privacy-section li:last-child{margin-bottom:0}.privacy-section a{color:#0a4738;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.privacy-section a:hover{color:#0d5a47}.privacy-section strong{font-weight:600;color:#0f1d1a}@media(max-width:768px){.privacy-content{padding:32px 24px}.privacy-section{margin-bottom:24px;padding-bottom:24px}}
