*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;background-color:#fff;color:#1a1a1a}#root{width:100%}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}p{line-height:1.6}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}button:focus,button:focus-visible{outline:2px solid #667eea;outline-offset:2px}html{scroll-behavior:smooth;overflow-x:hidden}body{overflow-x:hidden;max-width:100vw}.app{min-height:100vh;width:100%;overflow-x:hidden}*{box-sizing:border-box}.scroll-banner{position:fixed;top:0;left:0;right:0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;z-index:1002;transform:translateY(-100%);transition:transform .3s ease;box-shadow:0 4px 12px #00000026}.scroll-banner.show{transform:translateY(0)}.scroll-banner.show~.nav{margin-top:0}.scroll-banner-container{max-width:1400px;width:100%;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.scroll-banner-text{flex:1;text-align:left}.scroll-banner-title{margin:0 0 .25rem;font-size:1.1rem;font-weight:700;line-height:1.3}.scroll-banner-subtitle{margin:0;font-size:.95rem;font-weight:400;line-height:1.3;opacity:.95}.scroll-banner-button{background:#fff;color:#667eea;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 2px 8px #0000001a}.scroll-banner-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.nav{position:sticky;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1001;padding:1rem 0;width:100%}.nav-container{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav .logo{height:60px;width:auto}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.nav-links a:hover{color:#06c}.nav-links .nav-auth{display:flex;align-items:center;gap:8px}.nav-links .nav-login{color:#374151;padding:8px 16px;border-radius:8px;transition:all .2s;font-weight:500;font-size:14px}.nav-links .nav-login:hover{background:#0000000d;color:#111827}.nav-links .nav-signup{background:#3b82f6;color:#fff;padding:8px 20px;border-radius:8px;transition:all .2s;font-weight:500;font-size:14px}.nav-links .nav-signup:hover{background:#2563eb;color:#fff;transform:translateY(-1px)}.nav-links .nav-account{background:#3b82f61a;color:#3b82f6;padding:8px 20px;border-radius:8px;transition:all .2s;font-weight:500;font-size:14px;border:1px solid rgba(59,130,246,.3)}.nav-links .nav-account:hover{background:#3b82f633;border-color:#3b82f680}.container{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem}section{width:100%;overflow-x:hidden}.hero{background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);min-height:90vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(102,126,234,.1) 0%,transparent 50%);pointer-events:none}.hero-container{max-width:1400px;width:100%;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{color:#fff}.hero-badge{display:inline-block;background:#667eea33;border:1px solid rgba(102,126,234,.4);color:#a5b4fc;padding:.5rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:2rem;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-title{font-size:3.75rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;line-height:1.7;margin-bottom:2.5rem;color:#ffffffd9;max-width:540px}.hero-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.hero-feature-item{display:flex;align-items:center;gap:.75rem;color:#ffffffe6;font-size:1rem}.hero-icon{width:20px;height:20px;color:#a5b4fc;flex-shrink:0}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 25px 50px #0000004d;transform:perspective(1000px) rotateY(-5deg);transition:transform .5s ease}.hero-image:hover{transform:perspective(1000px) rotateY(0)}.hero-image img{width:100%;height:auto;display:block;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#667eea1a,#764ba21a);pointer-events:none}.primary-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2.25rem;font-size:1.1rem;font-weight:600;border-radius:10px;cursor:pointer;transition:transform .2s,box-shadow .3s;box-shadow:0 4px 15px #667eea66}.primary-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea80}.primary-button.large{padding:1.25rem 3rem;font-size:1.2rem}.secondary-button{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);padding:1rem 2.25rem;font-size:1.1rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .3s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.secondary-button:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.section{padding:5rem 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1a1a1a}.about-section{background:linear-gradient(180deg,#fff,#f8f9fa);position:relative;overflow:hidden}.about-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#e0e7ff 50%,transparent 100%)}.about-header{text-align:center;margin-bottom:4rem;width:100%}.about-title{margin-bottom:1rem;background:linear-gradient(135deg,#1a1a1a,#667eea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-subtitle{font-size:1.2rem;color:#666;font-weight:400;max-width:100%}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;max-width:1200px;width:100%;margin:0 auto}.about-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .4s ease;border:1px solid rgba(102,126,234,.1);position:relative;overflow:hidden}.about-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .4s ease}.about-card:hover:before{transform:scaleX(1)}.about-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #667eea26;border-color:#667eea33}.about-icon-wrapper{width:60px;height:60px;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 4px 15px #667eea4d}.about-icon{width:32px;height:32px;color:#fff}.about-card h3{font-size:1.5rem;margin-bottom:1rem;color:#1a1a1a;font-weight:700}.about-card p{color:#666;line-height:1.7;font-size:1rem}.features-section{background:linear-gradient(180deg,#f8f9fa,#fff)}.features-header{text-align:center;margin-bottom:4rem}.features-title{margin-bottom:1rem;background:linear-gradient(135deg,#1a1a1a,#667eea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-subtitle{font-size:1.2rem;color:#666;font-weight:400}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000f;transition:all .4s ease;border:1px solid rgba(0,0,0,.05);position:relative;overflow:hidden}.feature-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .4s ease}.feature-card:hover:after{transform:scaleX(1)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #667eea1f;border-color:#667eea26}.feature-number{position:absolute;top:1.5rem;right:1.5rem;font-size:3rem;font-weight:800;color:#667eea14;line-height:1}.feature-icon-wrapper{width:64px;height:64px;border-radius:14px;background:linear-gradient(135deg,#667eea1a,#764ba21a);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease}.feature-card:hover .feature-icon-wrapper{background:linear-gradient(135deg,#667eea,#764ba2);transform:scale(1.05)}.feature-icon-svg{width:32px;height:32px;color:#667eea;transition:color .3s ease}.feature-card:hover .feature-icon-svg{color:#fff}.feature-card h3{font-size:1.4rem;margin-bottom:1rem;color:#1a1a1a;font-weight:700}.feature-card p{color:#666;line-height:1.7;font-size:1rem}.pilot-section{background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);position:relative;overflow:hidden}.pilot-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 50%,rgba(102,126,234,.1) 0%,transparent 50%);pointer-events:none}.pilot-section .section-title{color:#fff;position:relative;z-index:1;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pilot-card{max-width:1100px;width:100%;margin:0 auto;background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;padding:3.5rem;border-radius:20px;box-shadow:0 20px 60px #0000004d;border:1px solid rgba(255,255,255,.1);position:relative;z-index:1}.pilot-header{text-align:center;margin-bottom:3rem}.pilot-header h3{font-size:2.25rem;margin-bottom:.75rem;font-weight:700}.pilot-header p{font-size:1.2rem;opacity:.85;color:#ffffffd9}.pilot-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:3rem}.pilot-feature{display:flex;gap:1rem;align-items:flex-start;background:#ffffff0d;padding:1.75rem;border-radius:14px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.pilot-feature:hover{background:#ffffff14;border-color:#667eea66;transform:translateY(-3px)}.pilot-icon-wrapper{width:50px;height:50px;border-radius:10px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #667eea4d}.pilot-icon{width:28px;height:28px;color:#fff}.pilot-feature strong{display:block;font-size:1.1rem;margin-bottom:.4rem;color:#fff;font-weight:600}.pilot-feature p{font-size:.95rem;color:#ffffffbf;margin:0;line-height:1.5}.pilot-card .primary-button{display:block;margin:0 auto;background:#fff;color:#667eea;box-shadow:0 4px 20px #fff3}.pilot-card .primary-button:hover{box-shadow:0 8px 30px #ffffff4d;transform:translateY(-2px)}.clients-section{background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);position:relative;overflow:hidden}.clients-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(102,126,234,.1) 0%,transparent 50%);pointer-events:none}.clients-header{text-align:center;margin-bottom:4rem;position:relative;z-index:1}.clients-title{color:#fff;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.clients-subtitle{font-size:1.2rem;color:#ffffffbf;font-weight:400}.clients-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:3rem;position:relative;z-index:1}.client-card{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:16px;text-align:center;transition:all .4s ease;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.client-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eea1a,#764ba21a);opacity:0;transition:opacity .4s ease}.client-card:hover:before{opacity:1}.client-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #667eea33;border-color:#667eea4d}.client-icon-wrapper{width:56px;height:56px;border-radius:12px;background:linear-gradient(135deg,#667eea33,#764ba233);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;border:1px solid rgba(102,126,234,.3);transition:all .3s ease;position:relative;z-index:1}.client-card:hover .client-icon-wrapper{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;transform:scale(1.1)}.client-icon{width:28px;height:28px;color:#a5b4fc;transition:color .3s ease}.client-card:hover .client-icon{color:#fff}.client-card h3{font-size:1.4rem;margin-bottom:.75rem;color:#fff;font-weight:700;position:relative;z-index:1}.client-card p{color:#ffffffb3;font-size:.95rem;line-height:1.6;position:relative;z-index:1}.pricing-section{background:linear-gradient(180deg,#fff,#f8f9fa);position:relative}.pricing-section .section-title{background:linear-gradient(135deg,#1a1a1a,#667eea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-top:-2rem;margin-bottom:2rem;font-weight:400}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.pricing-loading{grid-column:1 / -1;text-align:center;padding:4rem;color:#6b7280;font-size:1.1rem}.pricing-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #00000012;position:relative;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.pricing-card.featured{border:3px solid #667eea;transform:scale(1.05)}.featured-badge{position:absolute;top:-15px;right:20px;background:#667eea;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.pricing-tier{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.pricing-price{margin:2rem 0;display:flex;align-items:baseline;justify-content:center;gap:.25rem}.price-currency{font-size:1.5rem;color:#666}.price-amount{font-size:3rem;font-weight:700;color:#1a1a1a}.price-period{font-size:1.2rem;color:#666}.pricing-features{list-style:none;padding:0;margin:2rem 0;flex-grow:1}.pricing-features li{padding:.75rem 0;border-bottom:1px solid #eee;color:#555}.pricing-features li:last-child{border-bottom:none}.pricing-button{width:100%;padding:1rem;border:2px solid #667eea;background:#fff;color:#667eea;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background .3s,color .3s;margin-top:auto}.pricing-button:hover,.pricing-button.primary{background:#667eea;color:#fff}.pricing-button.primary:hover{background:#5568d3}.pricing-badge{display:inline-block;background:#ffeaa7;color:#2d3436;padding:.35rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.pricing-description{color:#666;font-size:.95rem;margin-bottom:1.5rem;min-height:40px}.pricing-notes{margin-top:4rem;text-align:center}.pricing-notes h3{font-size:1.8rem;margin-bottom:2rem;color:#1a1a1a}.addons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:900px;width:100%;margin:0 auto}.addon-item{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;flex-direction:column;gap:.5rem;text-align:center}.addon-item strong{color:#1a1a1a;font-size:1rem}.addon-item span{color:#667eea;font-weight:600;font-size:1.1rem}.contact-section{text-align:center;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);color:#fff;position:relative;overflow:hidden}.contact-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(102,126,234,.15) 0%,transparent 70%);pointer-events:none}.contact-section .section-title{color:#fff;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:1;font-size:3rem}.contact-text{font-size:1.3rem;margin-bottom:2.5rem;color:#ffffffd9;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6;position:relative;z-index:1}.contact-section .primary-button{background:#fff;color:#667eea;box-shadow:0 8px 30px #fff3;position:relative;z-index:1}.contact-section .primary-button:hover{box-shadow:0 12px 40px #ffffff4d;transform:translateY(-3px)}.contact-form{max-width:800px;margin:3rem auto 0;position:relative;z-index:1}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.form-group{text-align:left;margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#fff;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid rgba(255,255,255,.2);border-radius:8px;font-size:1rem;font-family:inherit;background:#ffffff1a;color:#fff;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff80}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ffffff80;background:#ffffff26;box-shadow:0 0 0 3px #ffffff1a}.form-group textarea{resize:vertical;min-height:120px}.form-message{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500;text-align:center}.form-message.error{background:#ef444433;border:2px solid rgba(239,68,68,.5);color:#fecaca}.form-message.success{background:#22c55e33;border:2px solid rgba(34,197,94,.5);color:#bbf7d0}.contact-form .primary-button{width:100%;max-width:300px;margin:0 auto;display:block}.contact-form .primary-button:disabled{opacity:.6;cursor:not-allowed}.footer{background:linear-gradient(180deg,#0a0a0a,#1a1a1a);color:#fff;padding:4rem 0 1.5rem;border-top:1px solid rgba(102,126,234,.1);position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(102,126,234,.3) 50%,transparent 100%)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h4{margin-bottom:1.25rem;font-size:1.2rem;font-weight:700;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section p{color:#fff9;font-size:.95rem;line-height:1.6}.footer-section a{display:block;color:#fff9;text-decoration:none;margin-bottom:.75rem;transition:all .3s;font-size:.95rem;position:relative;padding-left:0}.footer-section a:before{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.footer-section a:hover{color:#fff;padding-left:8px}.footer-section a:hover:before{width:20px}.footer-logo{height:50px;width:auto;margin-bottom:1.25rem;filter:brightness(1.1)}.footer-bottom{text-align:center;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.08);color:#ffffff80;font-size:.9rem}@media(max-width:1024px){.pricing-grid{grid-template-columns:repeat(2,1fr)}.hero-container{grid-template-columns:1fr;gap:3rem;padding:3rem 2rem}.hero{min-height:auto;padding:2rem 0}.hero-image{transform:none;max-width:600px;margin:0 auto}.hero-image:hover{transform:none}.hero-title{font-size:3rem}}@media(max-width:768px){.scroll-banner-container{padding:.75rem 1rem;gap:1rem;flex-direction:column;align-items:flex-start}.scroll-banner-title{font-size:1rem}.scroll-banner-subtitle{font-size:.85rem}.scroll-banner-button{padding:.6rem 1.5rem;font-size:.9rem;width:100%}.nav{padding:.75rem 0}.nav-container{padding:0 1rem}.nav .logo{height:45px}.nav-links{gap:.5rem;font-size:.8rem;flex-wrap:wrap}.nav-links a{white-space:nowrap;padding:.35rem .75rem}.nav-links .cta-button{padding:.4rem 1rem;font-size:.8rem}.container{padding:0 1rem}.hero-container{padding:2rem 1rem}.hero-title{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:1rem}.hero-badge{font-size:.8rem;padding:.35rem .85rem}.hero-features{gap:.75rem}.hero-feature-item{font-size:.9rem}.hero-cta{flex-direction:column;width:100%}.hero-cta button{width:100%}.section{padding:3rem 0}.section-title{font-size:1.75rem}.about-subtitle,.features-subtitle,.clients-subtitle,.pricing-subtitle{font-size:1rem;padding:0 1rem}.features-grid,.pricing-grid,.clients-grid,.addons-grid,.about-grid{grid-template-columns:1fr;gap:1.5rem}.about-card,.feature-card,.client-card{padding:1.75rem}.feature-number{font-size:2rem;top:1rem;right:1rem}.pilot-card{padding:2rem 1.5rem}.pilot-header h3{font-size:1.75rem}.pilot-header p{font-size:1rem}.pilot-features{grid-template-columns:1fr;gap:1rem}.pilot-feature{padding:1.25rem}.pricing-card{padding:2rem 1.5rem}.pricing-card.featured{transform:scale(1)}.pricing-tier{font-size:1.5rem}.price-amount{font-size:2.5rem}.contact-section .section-title{font-size:2rem}.contact-text{font-size:1.1rem;padding:0 1rem}.form-grid{grid-template-columns:1fr;gap:1rem}.form-group input,.form-group textarea{font-size:16px}.contact-form .primary-button{max-width:100%}.footer{padding:3rem 0 1.5rem}.footer-content{gap:2rem}}@media(max-width:480px){.scroll-banner-title{font-size:.9rem}.scroll-banner-subtitle{font-size:.8rem}.scroll-banner-button{padding:.5rem 1.25rem;font-size:.85rem}.nav-links a:not(.cta-button){display:none}.nav-links{justify-content:flex-end;width:100%}.nav-links .cta-button{margin-left:auto}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.95rem}.section-title{font-size:1.5rem}.pricing-grid,.addons-grid{gap:1rem}.about-grid,.features-grid,.clients-grid{grid-template-columns:1fr}.about-card,.feature-card,.client-card,.pricing-card{padding:1.5rem}.pilot-card{padding:1.5rem 1rem}.contact-text{font-size:1rem}}.guidelines-viewer{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:24px;overflow:hidden;transition:all .3s ease}.guidelines-viewer.collapsed{cursor:pointer}.guidelines-viewer.collapsed:hover{box-shadow:0 4px 12px #0000001f}.guidelines-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.guidelines-viewer.collapsed .guidelines-header{cursor:pointer}.header-left{display:flex;align-items:center;gap:12px}.header-icon{font-size:24px}.guidelines-header h2{margin:0;font-size:20px;font-weight:600}.header-right{display:flex;align-items:center;gap:12px}.expand-hint{font-size:14px;opacity:.9}.toggle-button{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:background .2s}.toggle-button:hover{background:#ffffff4d}.guidelines-content{background:#fff}.guidelines-tabs{display:flex;gap:4px;padding:16px 16px 0;background:#f9fafb;border-bottom:2px solid #e5e7eb;overflow-x:auto}.tab-button{display:flex;align-items:center;gap:8px;padding:12px 20px;background:transparent;border:none;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;border-radius:8px 8px 0 0;transition:all .2s;white-space:nowrap}.tab-button:hover{background:#667eea1a;color:#667eea}.tab-button.active{background:#fff;color:#667eea;font-weight:600}.tab-icon{font-size:16px}.guidelines-body{padding:24px;max-height:600px;overflow-y:auto}.guideline-section h3{color:#1f2937;font-size:20px;font-weight:600;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #e5e7eb}.overview-content{display:flex;flex-direction:column;gap:16px}.info-row{display:flex;gap:12px;align-items:center}.info-row strong{color:#374151;min-width:120px}.info-row span{color:#6b7280}.description-box,.objective-box{background:#f9fafb;padding:16px;border-radius:8px;border-left:4px solid #667eea}.objective-box h4{color:#1f2937;font-size:16px;font-weight:600;margin-bottom:8px}.description-box p,.objective-box p{color:#4b5563;line-height:1.6;margin:0}.instructions-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.instruction-item{display:flex;gap:16px;background:#f9fafb;padding:20px;border-radius:8px}.instruction-number{width:36px;height:36px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.instruction-content{flex:1}.instruction-content h4{color:#1f2937;font-size:16px;font-weight:600;margin-bottom:8px}.instruction-content p{color:#4b5563;line-height:1.6;margin:0}.instruction-note{margin-top:12px;padding:12px;background:#fff3cd;border-left:3px solid #ffc107;border-radius:4px;font-size:14px;color:#856404}.labels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.label-card{background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;padding:16px;transition:all .2s}.label-card:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea26}.label-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.label-name{font-size:16px;font-weight:600;color:#1f2937}.label-color{width:24px;height:24px;border-radius:4px;border:2px solid white;box-shadow:0 2px 4px #0000001a}.label-description{color:#4b5563;font-size:14px;line-height:1.5;margin:8px 0}.label-examples{margin-top:12px;font-size:13px}.label-examples strong{color:#374151;display:block;margin-bottom:4px}.label-examples ul{margin:0;padding-left:20px}.label-examples li{color:#6b7280;line-height:1.5}.examples-list{display:flex;flex-direction:column;gap:20px}.example-card{background:#f9fafb;border-radius:8px;overflow:hidden}.example-header{padding:12px 16px;background:#fff}.example-badge{display:inline-block;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600}.example-badge.good{background:#d1fae5;color:#065f46}.example-badge.bad{background:#fee2e2;color:#991b1b}.example-content{padding:16px;display:flex;flex-direction:column;gap:12px}.example-input,.example-output,.example-explanation{display:flex;flex-direction:column;gap:8px}.example-input strong,.example-output strong,.example-explanation strong{color:#374151;font-size:14px}.example-input pre,.example-output pre{background:#fff;padding:12px;border-radius:6px;border:1px solid #e5e7eb;overflow-x:auto;font-size:13px;line-height:1.5;color:#1f2937;margin:0}.example-explanation p{color:#4b5563;line-height:1.6;margin:0}.tips-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.tip-card{display:flex;gap:12px;background:#f9fafb;padding:16px;border-radius:8px;border-left:4px solid #667eea}.tip-icon{font-size:24px;flex-shrink:0}.tip-content h4{color:#1f2937;font-size:15px;font-weight:600;margin-bottom:6px}.tip-content p{color:#4b5563;font-size:14px;line-height:1.5;margin:0}.placeholder-message{text-align:center;padding:40px 20px;color:#6b7280}.placeholder-message p{font-size:15px;line-height:1.6}.guidelines-body::-webkit-scrollbar{width:8px}.guidelines-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.guidelines-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.guidelines-body::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media(max-width:768px){.guidelines-header{padding:16px}.guidelines-header h2{font-size:18px}.expand-hint{display:none}.guidelines-tabs{padding:12px 12px 0}.tab-button{padding:10px 16px;font-size:13px}.tab-label{display:none}.tab-icon{font-size:18px}.guidelines-body{padding:16px;max-height:500px}.labels-grid,.tips-list{grid-template-columns:1fr}.instruction-item{flex-direction:column}.example-input pre,.example-output pre{font-size:12px}}.onboarding-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px}.onboarding-card{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:900px;width:100%;overflow:hidden}.progress-bar{height:4px;background:#e5e7eb;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease}.step-indicator{display:flex;align-items:center;justify-content:space-between;padding:30px 40px 20px;border-bottom:1px solid #e5e7eb}.step-icon{font-size:48px}.step-title{flex:1;font-size:24px;font-weight:700;color:#1f2937;margin-left:20px}.step-counter{font-size:14px;color:#6b7280;font-weight:500}.step-body{padding:40px;min-height:500px}.step-content h2{color:#1f2937;font-size:28px;font-weight:700;margin-bottom:16px}.step-content>p{color:#4b5563;font-size:16px;line-height:1.6;margin-bottom:32px}.feature-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-top:32px}.feature-item{text-align:center;padding:24px;background:#f9fafb;border-radius:12px;transition:transform .2s}.feature-item:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.feature-icon{font-size:48px;margin-bottom:12px}.feature-item h3{color:#1f2937;font-size:18px;font-weight:600;margin-bottom:8px}.feature-item p{color:#6b7280;font-size:14px;line-height:1.5}.task-workflow{display:flex;flex-direction:column;gap:16px;margin-top:32px}.workflow-step{display:flex;gap:20px;align-items:flex-start;background:#f9fafb;padding:20px;border-radius:12px}.step-number{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;flex-shrink:0}.step-info h3{color:#1f2937;font-size:18px;font-weight:600;margin-bottom:4px}.step-info p{color:#6b7280;font-size:14px;line-height:1.5}.workflow-arrow{text-align:center;color:#9ca3af;font-size:24px;padding:8px 0}.guidelines-list{display:flex;flex-direction:column;gap:20px;margin-top:32px}.guideline-item{display:flex;gap:16px;align-items:flex-start;padding:20px;background:#f9fafb;border-radius:12px;border-left:4px solid #667eea}.guideline-icon{font-size:32px;flex-shrink:0}.guideline-text h3{color:#1f2937;font-size:16px;font-weight:600;margin-bottom:4px}.guideline-text p{color:#6b7280;font-size:14px;line-height:1.5}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:32px}.feature-card{padding:24px;background:#f9fafb;border-radius:12px;border:2px solid #e5e7eb;transition:all .2s}.feature-card:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea26}.feature-card h3{color:#1f2937;font-size:16px;font-weight:600;margin-bottom:8px}.feature-card p{color:#6b7280;font-size:14px;line-height:1.5}.next-steps{background:#f9fafb;padding:24px;border-radius:12px;margin-top:24px}.next-steps h3{color:#1f2937;font-size:20px;font-weight:600;margin-bottom:16px}.next-steps ul{list-style:none;padding:0;margin:0}.next-steps li{color:#4b5563;font-size:16px;line-height:1.8;padding-left:28px;position:relative}.next-steps li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700;font-size:18px}.encouragement{background:linear-gradient(135deg,#667eea,#764ba2);padding:24px;border-radius:12px;margin-top:24px}.encouragement-text{color:#fff;font-size:16px;line-height:1.6;text-align:center;margin:0;font-weight:500}.navigation-buttons{display:flex;justify-content:space-between;padding:24px 40px 32px;background:#f9fafb;border-top:1px solid #e5e7eb}.button-group-left,.button-group-right{display:flex;gap:12px}.nav-button{padding:12px 32px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.nav-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.nav-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.nav-button.secondary{background:#fff;color:#667eea;border:2px solid #667eea}.nav-button.secondary:hover{background:#f3f4f6}.nav-button.text{background:transparent;color:#6b7280;padding:12px 16px}.nav-button.text:hover{color:#374151}.step-dots{display:flex;gap:12px;margin-top:24px}.dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:all .2s}.dot:hover{background:#ffffff80}.dot.active{background:#fff;width:32px;border-radius:6px}.dot.completed{background:#ffffffb3}@media(max-width:768px){.onboarding-container{padding:20px 10px}.step-indicator{flex-direction:column;align-items:flex-start;gap:12px}.step-title{margin-left:0;font-size:20px}.step-body{padding:24px 20px;min-height:400px}.step-content h2{font-size:24px}.feature-highlights,.features-grid{grid-template-columns:1fr}.navigation-buttons{flex-direction:column;gap:12px}.button-group-left,.button-group-right{width:100%}.nav-button{flex:1}}.help-center{min-height:100vh;background:#f5f7fa}.help-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px 20px;text-align:center}.header-content h1{font-size:42px;font-weight:700;margin-bottom:12px}.header-content p{font-size:18px;opacity:.95}.help-container{max-width:1200px;margin:-40px auto 0;padding:0 20px 60px}.search-section{margin-bottom:40px}.search-box{position:relative;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001f;display:flex;align-items:center;padding:0 20px}.search-icon{color:#9ca3af;flex-shrink:0}.search-input{flex:1;border:none;outline:none;padding:18px 16px;font-size:16px;color:#1f2937}.search-input::placeholder{color:#9ca3af}.clear-search{background:#f3f4f6;border:none;color:#6b7280;width:28px;height:28px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .2s}.clear-search:hover{background:#e5e7eb;color:#374151}.quick-links{background:#fff;border-radius:12px;padding:32px;margin-bottom:32px;box-shadow:0 2px 8px #00000014}.quick-links h2{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:24px}.links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.link-card{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:24px;text-align:center;cursor:pointer;transition:all .2s}.link-card:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 8px 16px #667eea26}.link-icon{font-size:48px;margin-bottom:12px}.link-card h3{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:8px}.link-card p{font-size:14px;color:#6b7280;line-height:1.5}.faq-section{background:#fff;border-radius:12px;padding:32px;margin-bottom:32px;box-shadow:0 2px 8px #00000014}.faq-section h2{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:24px}.categories{display:flex;gap:12px;margin-bottom:32px;flex-wrap:wrap}.category-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;color:#6b7280;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.category-btn:hover{background:#f3f4f6;border-color:#d1d5db}.category-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.category-icon{font-size:18px}.category-label{white-space:nowrap}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-item{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s}.faq-item:hover{border-color:#d1d5db}.faq-item.expanded{border-color:#667eea;box-shadow:0 4px 12px #667eea26}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;cursor:pointer;-webkit-user-select:none;user-select:none}.faq-question h3{font-size:16px;font-weight:600;color:#1f2937;flex:1;margin:0}.faq-toggle{width:32px;height:32px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#667eea;flex-shrink:0;margin-left:16px;transition:all .2s}.faq-item.expanded .faq-toggle{background:#667eea;color:#fff}.faq-answer{padding:0 24px 24px;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-answer p{font-size:15px;line-height:1.6;color:#4b5563;margin:0}.no-results{text-align:center;padding:60px 20px;color:#6b7280}.no-results p{font-size:16px;line-height:1.6;margin-bottom:8px}.contact-section{margin-bottom:32px}.contact-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:40px;display:flex;align-items:center;gap:24px;box-shadow:0 8px 24px #667eea40}.contact-icon{font-size:64px;flex-shrink:0}.contact-content{flex:1}.contact-content h3{font-size:24px;font-weight:700;color:#fff;margin-bottom:8px}.contact-content p{font-size:16px;color:#fffffff2;margin-bottom:20px;line-height:1.6}.contact-btn{background:#fff;color:#667eea;border:none;padding:14px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}@media(max-width:768px){.help-header{padding:40px 20px}.header-content h1{font-size:32px}.header-content p{font-size:16px}.help-container{margin-top:-30px}.search-box{padding:0 16px}.search-input{padding:16px 12px;font-size:15px}.quick-links,.faq-section{padding:24px 20px}.quick-links h2,.faq-section h2{font-size:20px}.links-grid{grid-template-columns:1fr}.categories{gap:8px}.category-btn{padding:10px 16px;font-size:13px}.category-label{display:none}.category-icon{font-size:20px}.faq-question{padding:16px}.faq-question h3{font-size:15px}.faq-answer{padding:0 16px 16px}.contact-card{flex-direction:column;text-align:center;padding:32px 24px}.contact-icon{font-size:48px}.contact-content h3{font-size:20px}.contact-content p{font-size:15px}}
