html{scroll-behavior:smooth}:root{--primary: #007aff;--primary-dark: #000000;--text-main: #111827;--text-muted: #6b7280;--bg-main: #ffffff;--bg-grid: rgba(0, 122, 255, .06);--border: #f3f4f6;--radius: .75rem;--radius-full: 9999px;--container-max: 1200px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;color:var(--text-main);background-color:var(--bg-main);background-image:linear-gradient(var(--bg-grid) 1px,transparent 1px),linear-gradient(90deg,var(--bg-grid) 1px,transparent 1px);background-size:40px 40px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3{font-weight:800;color:#000;letter-spacing:-.03em;line-height:1.1}h1{font-size:clamp(2.25rem,10vw,5.625rem)}h2{font-size:clamp(2rem,7vw,3.9375rem)}h3{font-size:clamp(1.5rem,5vw,2.5rem)}.serif{font-family:Playfair Display,serif;font-style:italic;font-weight:500}a{text-decoration:none;color:inherit}.container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}header{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;justify-content:center;padding:.75rem 0;transition:all .3s ease;background:transparent;backdrop-filter:blur(0px)}header.scrolled{background:#ffffffbf;backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05);box-shadow:0 4px 30px #00000008}.nav-bar{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--container-width);margin:0 auto;padding:.5rem 2rem;transition:all .3s ease}.nav-links-pilled{background:#fff9;border:1px solid rgba(0,0,0,.05);padding:.5rem 1.5rem;border-radius:var(--radius-full);display:flex;gap:2rem;list-style:none}.logo img{height:42px;width:auto;display:block}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:.9rem;font-weight:500;color:var(--text-muted)}.nav-links a:hover{color:#000}.nav-actions{display:flex;align-items:center;gap:1rem}@media(max-width:900px){.nav-links{display:none}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.5rem;border-radius:var(--radius-full);font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s;border:1px solid transparent}.btn-primary{background:#000;color:#fff}.btn-primary:hover{background:#222;transform:translateY(-1px)}.btn-secondary{background:#fff;color:#000;border:1px solid var(--border)}.btn-secondary:hover{background:#f9fafb}.hero{padding-top:7rem;padding-bottom:8rem;text-align:center;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to top,var(--bg-main),transparent);pointer-events:none;z-index:10}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem .4rem .5rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius-full);font-size:.85rem;font-weight:600;margin-bottom:2.5rem}.avatars{display:flex}.avatars img{width:24px;height:24px;border-radius:50%;border:2px solid #fff;margin-right:-8px}.hero h1{line-height:1.1;max-width:900px;margin:0 auto 1.5rem}.hero p{color:var(--text-muted);font-size:1.15rem;max-width:650px;margin:0 auto 2.5rem}.hero-actions{display:flex;justify-content:center;gap:1.5rem;margin-bottom:5rem}@media(max-width:600px){.hero-actions{flex-direction:column;align-items:center;gap:1rem;padding:0 1.5rem}.hero-actions .btn{width:100%;max-width:320px}}.hero-mockup-container{max-width:1100px;margin:0 auto;position:relative}.hero-mockup-inner{background:#fff;padding:.5rem;border-radius:1.5rem;border:1px solid var(--border);box-shadow:0 40px 80px -20px #0000001a}.hero-mockup-inner img{width:100%;border-radius:1rem;display:block}.logos-section{padding:4rem 0;text-align:center}.logos-title{font-size:.9rem;font-weight:600;color:var(--text-muted);margin-bottom:3rem}.logos-grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:3rem;opacity:.4;filter:grayscale(100%)}.logos-grid img{height:24px}.section-padding{padding:8rem 0;position:relative}.section-grid{position:relative}.section-grid:before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--bg-grid) 1px,transparent 1px),linear-gradient(90deg,var(--bg-grid) 1px,transparent 1px);background-size:40px 40px;mask-image:linear-gradient(to bottom,transparent,black 15%,black 85%,transparent);-webkit-mask-image:linear-gradient(to bottom,transparent,black 15%,black 85%,transparent);pointer-events:none;z-index:0}.section-grid>.container{position:relative;z-index:1}.section-header{text-align:center;max-width:700px;margin:0 auto 5rem}.section-header h2{font-size:3rem;margin-bottom:1.5rem}.features-grid-custom{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem}.feature-row-2{grid-template-columns:repeat(2,1fr);margin-top:2rem}.feature-card-adv{background:#fff;border:1px solid var(--border);border-radius:1.5rem;padding:2.5rem;text-align:left;display:flex;flex-direction:column;height:100%;transition:all .3s ease}.feature-card-adv:hover{box-shadow:0 20px 40px -10px #0000000d;border-color:#007aff1a}.feature-card-adv h3{font-size:1.5rem;margin-bottom:1rem;letter-spacing:-.02em}.feature-card-adv p{font-size:1rem;color:var(--text-muted);margin-bottom:2.5rem}.feature-ui-mockup{flex-grow:1;background:#fdfdfd;border:1px solid #f9fafb;border-radius:1rem;padding:1.5rem;position:relative;min-height:240px;overflow:hidden}.ui-chip{position:absolute;background:#111827;color:#fff;padding:.6rem 1.2rem;border-radius:.75rem;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.5rem;box-shadow:0 10px 20px #0000001a;z-index:5}.ui-avatar-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem;background:#fff;border:1px solid #f3f4f6;border-radius:.75rem}.ui-avatar{width:24px;height:24px;border-radius:50%;background:#eee}.ui-text-line{height:6px;background:#f3f4f6;border-radius:3px;margin-bottom:5px}.ui-progress-bar{height:6px;background:#f3f4f6;border-radius:3px;margin:1rem 0;overflow:hidden}.ui-progress-fill{height:100%;background:var(--primary)}@media(max-width:1024px){.features-grid-custom,.feature-row-2{grid-template-columns:1fr}}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:6rem;text-align:center;padding-top:4rem;border-top:1px solid var(--border)}.stat-item h4{font-size:3.5rem;font-weight:800;letter-spacing:-.04em;margin-bottom:.5rem;color:#000}.stat-item h4 span{color:#9ca3af;font-weight:400}.stat-item p{color:var(--text-muted);font-size:.95rem;font-weight:500}@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr;gap:3rem}}.process-card{background:#fff;border:1px solid var(--border);border-radius:2rem;padding:4rem;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center;max-width:1100px;margin:0 auto;box-shadow:0 40px 100px -30px #0000000d}.process-content h3{font-size:2.25rem;margin-bottom:1.5rem;letter-spacing:-.02em}.process-content p{color:var(--text-muted);font-size:1.1rem;margin-bottom:2.5rem;line-height:1.6}.demo-link{font-weight:700;display:inline-flex;align-items:center;gap:.5rem;font-size:1rem}.demo-link:hover{text-decoration:underline}.process-mockup{background:#fdfdfd;border-radius:1.5rem;padding:2rem;position:relative;border:1px solid #f9fafb}.form-mockup{background:#fff;border:1px solid #f3f4f6;border-radius:1rem;padding:1.5rem}.form-mockup h4{font-size:1.1rem;margin-bottom:.5rem}.form-mockup p{font-size:.8rem;color:var(--text-muted);margin-bottom:1.5rem}.input-mockup{height:35px;background:#f9fafb;border:1px solid #f3f4f6;border-radius:.5rem;margin-bottom:1rem}.floating-card-1{position:absolute;top:-20px;right:-40px;background:#fff;border:1px solid #f3f4f6;border-radius:1rem;padding:1rem;box-shadow:0 20px 40px #0000001a;width:200px}.floating-card-2{position:absolute;bottom:-20px;right:-20px;background:#fff;border:1px solid #f3f4f6;border-radius:1rem;padding:1rem;box-shadow:0 20px 40px #0000001a;width:180px}@media(max-width:900px){.process-card{grid-template-columns:1fr;padding:2.5rem}}.sticky-scroll-section{position:relative;height:500vh}.sticky-wrapper{position:sticky;top:12vh;width:100%;padding:1rem 0}.process-cards-container{position:relative;max-width:1100px;margin:0 auto;height:520px}.process-card-sticky{position:absolute;inset:0;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .6s cubic-bezier(.16,1,.3,1)}.process-card-sticky.active{opacity:1;visibility:visible;transform:translateY(0)}.process-card-sticky.prev{opacity:0;transform:translateY(-20px)}.integrations-container{position:relative;padding:4rem 0;overflow:hidden;max-width:1200px;margin:0 auto}.integrations-cloud{display:flex;flex-direction:column;gap:1.5rem;align-items:center;mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent)}.integration-row{display:flex;gap:1.5rem;width:max-content;will-change:transform}.scroll-left{animation:scroll-left 40s linear infinite}.scroll-right{animation:scroll-right 40s linear infinite}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@keyframes scroll-right{0%{transform:translate(-33.333%)}to{transform:translate(0)}}.integration-chip{background:#fff;border:1px solid var(--border);padding:.6rem 1.2rem;border-radius:var(--radius-full);display:flex;align-items:center;gap:.75rem;font-size:.9rem;font-weight:500;box-shadow:0 4px 10px #00000005}.integration-chip img{width:18px;height:18px}.central-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:180px;height:120px;background:#ffffff73;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:1.5rem;display:flex;align-items:center;justify-content:center;z-index:10;border:1px solid rgba(255,255,255,.4);box-shadow:0 15px 40px #0000001a}.integrations-fade{position:absolute;inset:0;background:linear-gradient(to right,var(--bg-main) 0%,transparent 15%,transparent 85%,var(--bg-main) 100%),linear-gradient(to bottom,var(--bg-main) 0%,transparent 20%,transparent 80%,var(--bg-main) 100%);z-index:5;pointer-events:none}.section-grid-bg{position:relative;background-color:var(--bg-main);background-image:linear-gradient(var(--bg-grid) 1px,transparent 1px),linear-gradient(90deg,var(--bg-grid) 1px,transparent 1px);background-size:40px 40px}.badge-accent{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:#fffc;backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.05);border-radius:var(--radius-full);font-size:.85rem;font-weight:700;color:var(--text-main)}.pricing-grid-clean{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1200px;margin:0 auto}.pricing-card-clean{background:#ffffffb3;backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.05);border-radius:2rem;padding:3rem 2.5rem;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative}.pricing-card-clean:hover{transform:translateY(-8px);background:#ffffffe6;box-shadow:0 40px 80px -20px #0000000d}.pricing-card-clean.featured{border:2px solid var(--primary);background:#fff;transform:scale(1.02);z-index:2}.pricing-card-clean.featured .card-tag{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;padding:.4rem 1rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:800;letter-spacing:.05em}.card-header-clean{text-align:center;margin-bottom:2.5rem}.card-header-clean .icon{font-size:2.5rem;display:block;margin-bottom:1rem}.card-header-clean h3{font-size:1.5rem;margin-bottom:1.5rem;color:#000}.price-display{display:flex;flex-direction:column;align-items:center}.price-display .amount{font-size:2.5rem;font-weight:800;letter-spacing:-.04em;color:#000}.price-display .period{font-size:.9rem;color:var(--text-muted);font-weight:500}.card-body-clean{flex-grow:1}.feature-list-clean{list-style:none;margin-bottom:2rem}.feature-list-clean li{padding:.75rem 0;font-size:1rem;font-weight:500;color:var(--text-main);border-bottom:1px solid rgba(0,0,0,.03)}.feature-list-clean li:last-child{border-bottom:none}.feature-list-clean li:before{content:"✓";color:var(--primary);font-weight:800;margin-right:.75rem}.promo-box{background:#fff8f5;color:#f17b4c;padding:.75rem;border-radius:1rem;text-align:center;font-size:.9rem;font-weight:700;margin-top:1rem;border:1px solid rgba(241,123,76,.1)}.card-footer-clean{margin-top:3rem}@media(max-width:900px){.pricing-grid-clean{grid-template-columns:1fr;gap:2rem;padding:0}.pricing-card-clean{padding:2rem 1.5rem}.section-padding{padding:6rem 0}.nav-links-pilled{display:none}.nav-bar{padding:.5rem}.nav-actions .btn{padding:.5rem .8rem;font-size:.8rem}.logo img{height:30px}.nav-actions .nav-btn-secondary{display:none}.sticky-scroll-section{height:auto;padding:4rem 0}.sticky-wrapper{position:static;padding:0}.process-cards-container{height:auto;display:flex;flex-direction:column;gap:2rem}.process-card-sticky{position:static;opacity:1;visibility:visible;transform:none;padding:2rem;background:#fff;border:1px solid var(--border);border-radius:1.5rem}.process-card-sticky.prev{opacity:1;transform:none}.automation-mockup{transform:scale(.9);margin:1rem 0}.process-scroll-indicator,#process{display:none}}@media(max-width:600px){.section-header{margin-bottom:3rem}.section-header h2{font-size:2.25rem}.feature-card-adv{padding:1.5rem}.section-padding{padding:4rem 0}.footer-grid{grid-template-columns:1fr;gap:3rem}.nav-bar{padding:.5rem}.nav-actions .btn{padding:.5rem 1rem;font-size:.8rem}.logo img{height:32px}.hero h1{margin-bottom:1rem}}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border);padding:1.5rem 0}.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:700;font-size:1.1rem;transition:color .2s;color:#000}.faq-question:hover{color:var(--primary)}.faq-answer{margin-top:1rem;color:#000;font-size:1rem;line-height:1.6;max-height:0;overflow:hidden;transition:max-height .3s ease,margin .3s ease}.faq-item.active .faq-answer{max-height:200px;margin-bottom:.5rem}.faq-icon{font-size:1.5rem;font-weight:300;color:#000}.sticky-header{position:sticky;top:0;z-index:1000;background:#fffc;backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:.75rem 0}.nav-bar{display:flex;justify-content:space-between;align-items:center}.nav-btn-secondary{color:var(--text-main);font-weight:600;font-size:.9rem;margin-right:1.5rem;text-decoration:none}.footer{padding:6rem 0 3rem;background:#fff;border-top:1px solid var(--border)}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:4rem;margin-bottom:4rem}.footer-brand .logo{display:inline-flex}.footer-links h4{font-size:.95rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-main)}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:var(--primary)}.footer-bottom{padding-top:2rem;border-top:1px solid var(--border);text-align:center;color:var(--text-muted);font-size:.85rem}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr}}.footer-cta-merged{background:#000;color:#fff;padding:8rem 0 3rem;text-align:center}.footer-cta-merged h2{color:#fff;font-size:3.5rem;margin-bottom:1.5rem;line-height:1}.footer-cta-merged p{color:#fff9;font-size:1.25rem;margin-bottom:3rem}.footer-dark{background:#000;color:#fff;padding:6rem 0 3rem;border-top:1px solid rgba(255,255,255,.1)}.footer-dark .footer-links h4{color:#fff}.footer-dark .footer-links a{color:#fff9}.footer-dark .footer-links a:hover{color:#fff}.footer-dark .footer-bottom{border-top:1px solid rgba(255,255,255,.1);color:#fff6}
