*{box-sizing:border-box;margin:0;padding:0}body{color:#111827;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;overflow-x:hidden}.page{position:relative;overflow-x:hidden}.loading-screen{z-index:9999;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.2rem;display:flex;position:fixed;top:0;left:0}.loader{border:5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:60px;height:60px;margin-bottom:1rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.fade-in{animation:.6s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.top-bg{pointer-events:none;z-index:0;width:100%;position:absolute;top:0;left:0;overflow:hidden}.top-bg-image{width:100%;height:1200px;transform:scaleY(-1)}.btn{cursor:pointer;z-index:1;background:0 0;border:none;border-radius:40px;justify-content:center;align-items:center;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.btn.primary{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 4px 15px #2563eb4d}.btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2563eb66}.btn.secondary{color:#1f2937;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border:1px solid #e5e7eb}.btn.secondary:hover{background:#fff;transform:translateY(-2px)}.btn.big{padding:16px 32px;font-size:1.125rem}@keyframes glow{0%{box-shadow:0 0 #3b82f666}70%{box-shadow:0 0 0 10px #3b82f600}to{box-shadow:0 0 #3b82f600}}.hero{z-index:1;max-width:1400px;margin:100px auto 0;padding:5rem 6rem;position:relative}.hero-dec{pointer-events:none;opacity:.3;z-index:0;max-width:200px;position:absolute}.hero-dec.left{width:150px;bottom:0;left:0}.hero-dec.right{width:120px;top:0;right:0}.hero-container{z-index:1;justify-content:space-between;align-items:center;gap:4rem;display:flex;position:relative}.hero-left{flex:1;max-width:540px}.hero h1{letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#c7d2fe);color:#0000;text-shadow:0 10px 30px #00000026;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.hero h1 span{background:linear-gradient(135deg,#60a5fa,#a78bfa);color:#0000;-webkit-background-clip:text;background-clip:text}.hero p{color:#fffc;margin-bottom:2rem;font-size:1.25rem}.hero-buttons{gap:1rem;margin-bottom:1.5rem;display:flex}.trust-badge{color:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a}.hero-right{flex:1;justify-content:center;display:flex}.mockup{background:linear-gradient(145deg,#fff,#f3f4f6);border-radius:2rem;padding:1rem;transition:transform .3s;box-shadow:0 25px 50px -12px #00000040}.mockup:hover{transform:scale(1.02)}.mockup img{border-radius:1rem;width:100%;max-width:550px;height:auto;display:block}.mockup.small img{max-width:380px}.floating{animation:6s ease-in-out infinite float}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.features{text-align:center;background:linear-gradient(#fff 0%,#f9fafb 100%);margin-top:500px;padding:5rem 6rem}.features h2{background:linear-gradient(135deg,#111827,#4b5563);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:3rem;font-size:2.25rem;font-weight:800}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.feature-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;padding:2rem;transition:all .35s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000a}.feature-card:before{content:"";background-image:var(--card-bg);opacity:0;z-index:0;background-position:50%;background-size:cover;transition:opacity .4s;position:absolute;inset:0}.feature-card:after{content:"";opacity:0;z-index:0;transition:opacity .4s;position:absolute;inset:0}.feature-card *{z-index:1;position:relative}.feature-card:hover:before,.feature-card:hover:after{opacity:1}.feature-card:hover{transform:translateY(-6px)}.feature-card:hover h3,.feature-card:hover p{color:#fff}.feature-card:hover .feature-icon{color:#fff;background:#fff3}.feature-icon{width:48px;height:48px;margin-bottom:1rem;position:relative;background:0 0!important}.feature-icon .icon{object-fit:contain;width:100%;height:100%;transition:opacity .25s;position:absolute;inset:0}.feature-icon .default{opacity:1}.feature-icon .hover,.feature-card:hover .default{opacity:0}.feature-card:hover .hover{opacity:1}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-card h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.feature-card p{color:#a5aeb8;line-height:1.5}.download-app{color:#fff;margin-top:100px;padding:0 3rem;position:relative}.download-container{justify-content:center;align-items:center;gap:4rem;display:flex}.download-left{flex:1;max-width:520px;margin-left:100px}.download-left h2{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.download-text{opacity:.95;max-width:500px;margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.store-buttons{align-items:center;gap:1rem;display:flex}.store-buttons img{height:50px;transition:transform .2s}.store-buttons a:hover img{transform:scale(1.05)}.download-right{flex:1;justify-content:center;display:flex}.phone-mockup{border-radius:2rem;padding:0;transition:transform .3s}.phone-mockup:hover{transform:translateY(-6px)}.phone-mockup-img{width:auto;height:700px;transition:transform .3s;transform:rotate(8deg)}@media (width<=1024px){.phone-mockup-img{max-width:80%;height:auto;transform:rotate(0)}}@media (width<=768px){.phone-mockup-img{max-width:280px;height:auto}}@media (width<=480px){.phone-mockup-img{max-width:240px}}@media (width<=1024px){.download-container{text-align:center;flex-direction:column;gap:2rem}.download-left{text-align:center;max-width:100%;margin-left:0}.download-text{max-width:100%;margin-left:auto;margin-right:auto}.download-left h2{margin-top:50px}.store-buttons{justify-content:center}}@media (width<=768px){.download-app{margin-top:60px;padding:0 1.5rem}.download-left h2{font-size:1.8rem}.download-text{font-size:1rem}.store-buttons img{height:40px}.phone-mockup img{max-width:280px}}@media (width<=480px){.download-left h2{font-size:1.5rem}.download-text{font-size:.9rem}.store-buttons{flex-direction:column;gap:.5rem}.store-buttons img{height:36px}}.gallery{text-align:center;margin-top:100px;padding:4rem 6rem}.gallery-container{width:100%;max-width:1200px;margin:0 auto}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;margin:0;display:grid}.gallery-item{cursor:pointer;background:#f3f4f6;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000f}.gallery-title{background:linear-gradient(135deg,#111827,#4b5563);color:#0000;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.gallery-subtext{color:#6b7280;max-width:600px;margin:0 auto 3rem;font-size:1.1rem}.gallery-item:hover{transform:translateY(-6px)scale(1.01);box-shadow:0 20px 50px #0000001f}.gallery-item img{object-fit:contain;width:100%;height:auto}.gallery-overlay{opacity:0;background:linear-gradient(#0000,#0003,#000000b3);align-items:flex-end;padding:1.2rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay span{color:#fff;font-size:1.1rem;font-weight:600}.gallery-modal{z-index:9999;cursor:pointer;background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.gallery-modal img{border-radius:1rem;max-width:90%;max-height:90%}.cta-section{text-align:center;background:#f9fafb;border-radius:2rem;margin:2rem 0;padding:4rem 2rem}.cta-section h2{color:#111827;margin-bottom:2rem;font-size:2rem;font-weight:700}.cta-note{color:#6b7280;margin-top:1rem;font-size:.875rem}.animate-on-scroll{opacity:0;transition:opacity .8s cubic-bezier(.2,.9,.4,1.1),transform .8s cubic-bezier(.2,.9,.4,1.1);transform:translateY(30px)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}@media (width<=1024px){.hero{padding:3rem 2rem}.hero-container{text-align:center;flex-direction:column}.hero-left{max-width:100%}.hero-buttons{justify-content:center}.trust-badge{margin:0 auto}.hero-dec{display:none}.why{text-align:center;flex-direction:column;padding:3rem 2rem}.why-right ul{text-align:left;display:inline-block}.features,.how-it-works,.gallery{padding:3rem 2rem}.features h2,.how-it-works h2,.gallery h2{font-size:1.875rem}.step-number{width:48px;height:48px;font-size:1.25rem}.cta-section{margin:2rem;padding:3rem 1.5rem}}@media (width<=640px){.hero h1{font-size:2.25rem}.hero p{font-size:1rem}.feature-grid,.steps,.gallery-grid{grid-template-columns:1fr;gap:1.5rem}.gallery-card img{object-fit:cover;max-height:200px}}.navbar{z-index:9999;box-sizing:border-box;background:0 0;justify-content:space-between;align-items:center;width:100%;padding:16px 60px;transition:background .25s,box-shadow .25s;display:flex;position:fixed;top:0;left:0}.navbar.scrolled{background:#fff;box-shadow:0 4px 12px #0000000d}.logo{cursor:pointer;z-index:1001;align-items:center;gap:10px;font-size:18px;font-weight:600;display:flex;position:relative}.logo-img{height:32px;animation:6s linear infinite logoSpin}@keyframes logoSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.logo span{color:#fff;transition:color .2s}.navbar.scrolled .logo span{color:#111827}.nav-links{align-items:center;gap:24px;display:flex}.close-menu{display:none}.nav-links a{color:#fff;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.navbar.scrolled .nav-links a{color:#1f2937}.nav-links a:hover{border-bottom:2px solid;padding-bottom:2px}.cta{color:#fff;cursor:pointer;background:#4f7cff;border:none;border-radius:8px;padding:10px 18px;font-weight:600;transition:background .2s}.navbar.scrolled .cta{background:#2563eb}.cta:hover{background:#3b6af5}.hamburger{cursor:pointer;z-index:1001;flex-direction:column;justify-content:space-between;width:30px;height:21px;display:none}.hamburger .bar{background-color:#fff;border-radius:10px;width:100%;height:3px;transition:background .2s}.navbar.scrolled .hamburger .bar{background-color:#1f2937}.navbar.mobile-open .hamburger{display:none}@media (width<=768px){.navbar{padding:12px 24px}.hamburger{display:flex}.nav-links{z-index:1000;background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom-right-radius:16px;border-bottom-left-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%;height:auto;min-height:auto;padding:80px 20px 40px;transition:transform .4s cubic-bezier(.2,.9,.4,1.1);position:fixed;top:0;left:0;transform:translateY(-100%);box-shadow:0 4px 12px #0000001a}.nav-links.active{transform:translateY(0)}.nav-links a{text-shadow:0 1px 2px #0003;font-size:18px;color:#fff!important}.nav-links a:hover{border-bottom-color:#fff}.cta{padding:12px 24px;font-size:16px;color:#fff!important;background:#4f7cff!important}.cta:hover{background:#3b6af5!important}.close-menu{cursor:pointer;color:#fff;z-index:1001;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:28px;transition:transform .2s,background .2s;display:flex;position:absolute;top:20px;right:24px}.close-menu:hover{background:#ffffff4d;transform:scale(1.1)}}@media (width<=480px){.navbar{padding:10px 20px}.logo span{font-size:16px}.logo-img{height:28px}.nav-links{gap:20px;padding:70px 20px 30px}.close-menu{width:36px;height:36px;font-size:24px;top:15px;right:20px}}.footer{color:#fff;clear:both;background-position:top;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:flex-end;width:100%;min-height:1000px;display:flex;position:relative}.footer-overlay{width:100%;padding:2rem}.footer-container{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.footer-column h3{margin-bottom:1.25rem;font-size:1.25rem;font-weight:700;display:inline-block;position:relative}.footer-column h3:after{content:"";background:#4f7cff;border-radius:2px;width:40px;height:2px;position:absolute;bottom:-6px;left:0}.footer-column p,.footer-column a{color:#e5e7eb;margin-bottom:.5rem;font-size:.9rem;line-height:1.6;text-decoration:none;transition:color .2s;display:block}.footer-column a:hover{color:#4f7cff}.company-detail{margin-bottom:.5rem}.company-detail a{color:#e5e7eb;display:inline}.company-detail a:hover{color:#4f7cff}.social-links{gap:1rem;margin-top:1rem;display:flex}.social-links a{opacity:.8;transition:transform .2s;display:inline-block}.social-links a:hover{opacity:1;transform:translateY(-2px)}.app-buttons{flex-direction:column;display:flex}.app-buttons a{transition:transform .2s;display:inline-block}.app-buttons a:hover{color:#4f7cff}.footer-bottom{text-align:center;color:#cbd5e1;border-top:1px solid #fff3;margin-top:2rem;padding-top:2rem;font-size:.8rem}@media (width<=768px){.footer-overlay{padding:1.5rem}.footer-container{gap:1.5rem}.footer-column h3{font-size:1.1rem}.app-buttons img{height:40px}.footer{min-height:1300px}}.price-page{background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;min-height:100vh;margin-bottom:100px;display:flex;position:relative}.pricing-section{flex:1;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.pricing-card{background:#fffffffa;border:1px solid #e5e7eb80;border-radius:2rem;width:100%;max-width:880px;padding:2.5rem 2rem;transition:transform .2s,box-shadow .2s;box-shadow:0 25px 50px -12px #00000026}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 30px 40px -12px #0003}.pricing-title{text-align:center;background:linear-gradient(135deg,#111827,#2563eb);color:#0000;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.pricing-subtext{text-align:center;color:#6b7280;max-width:550px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.slider-section{margin:2rem 0 1.5rem}.employee-label{color:#1f2937;justify-content:space-between;margin-bottom:.75rem;font-size:1rem;font-weight:600;display:flex}.employee-value{color:#fff;background:#2563eb;border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;font-weight:600}input[type=range]{-webkit-appearance:none;background:linear-gradient(90deg,#60a5fa,#2563eb);border-radius:10px;outline:none;width:100%;height:6px;margin:1rem 0}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#fff;border:2px solid #2563eb;border-radius:50%;width:22px;height:22px;transition:transform .1s;box-shadow:0 2px 6px #0000001a}input[type=range]::-webkit-slider-thumb:hover{background:#eff6ff;transform:scale(1.2)}input[type=range]::-moz-range-thumb{cursor:pointer;background:#fff;border:2px solid #2563eb;border-radius:50%;width:22px;height:22px}.range-labels{color:#6b7280;justify-content:space-between;margin-top:.5rem;font-size:.8rem;display:flex}.price-wrapper{text-align:center;background:#f9fafb;border-radius:1.5rem;margin:2rem 0 1rem;padding:1.5rem}.price-amount{color:#2563eb;letter-spacing:-.02em;font-size:3rem;font-weight:800;line-height:1.2}.price-period{color:#6b7280;font-size:1rem;font-weight:500}.price-breakdown{color:#6b7280;margin-top:.75rem;font-size:.875rem}.price-note{color:#9ca3af;opacity:.7;text-align:center;letter-spacing:.2px;margin-top:.4rem;font-size:.7rem}.btn-price{cursor:pointer;background:0 0;border:none;border-radius:40px;justify-content:center;align-items:center;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-price.primary{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 4px 15px #2563eb4d}.btn-price.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2563eb66}.btn-price.big{width:100%;padding:16px 32px;font-size:1.125rem}.glow{animation:2s infinite glow}.enterprise-note{text-align:center;color:#6b7280;margin-top:1rem;font-size:.875rem}.enterprise-link{color:#2563eb;cursor:pointer;font-weight:500;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.enterprise-link:hover{color:#1d4ed8}.pricing-features{border-top:1px solid #e5e7eb;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-top:2rem;padding-top:1.5rem;display:grid}.feature{color:#374151;align-items:center;gap:.75rem;font-size:.9rem;display:flex}.feature-icon{font-size:1.25rem}@media (width<=768px){.pricing-card{padding:1.5rem}.pricing-title{font-size:1.875rem}.price-amount{font-size:2.25rem}.pricing-features{grid-template-columns:1fr;gap:1rem}.pricing-section{padding:2rem 1rem}}@media (width<=480px){.pricing-title{font-size:1.5rem}.price-amount{font-size:2rem}}.contact-page{background-position:50%;background-size:cover;flex-direction:column;min-height:100vh;margin-bottom:100px;display:flex;position:relative}.contact-section{z-index:1;flex:1;justify-content:center;align-items:center;margin-top:20px;padding:5rem 2rem;display:flex;position:relative}.contact-card{background:#fffffffa;border:1px solid #e5e7eb99;border-radius:24px;width:100%;max-width:620px;padding:2.5rem 2rem;transition:transform .2s,box-shadow .2s;position:relative;box-shadow:0 20px 40px #00000014}.contact-card:hover{transform:translateY(-3px);box-shadow:0 25px 45px -12px #0003}.contact-title{color:#111827;text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:700}.contact-subtext{text-align:center;color:#6b7280;margin-bottom:2rem;font-size:.95rem;line-height:1.5}.contact-form{flex-direction:column;gap:1.2rem;display:flex}.form-group{flex-direction:column;display:flex}.form-group label{color:#374151;letter-spacing:.3px;margin-bottom:.4rem;font-size:.8rem;font-weight:600}.form-group label:after{content:" *";color:#ef4444;font-weight:500}.form-group input,.form-group textarea{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.btn-contact-submit{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;height:52px;margin-top:.5rem;font-size:1rem;font-weight:600;transition:background .2s,transform .1s;display:flex;box-shadow:0 4px 12px #0000000d}.btn-contact-submit:hover:not(:disabled){background:#000;transform:translateY(-1px)}.btn-contact-submit:active:not(:disabled){transform:translateY(1px)}.btn-contact-submit:disabled{opacity:.7;cursor:not-allowed}.contact-success{text-align:center;color:#10b981;background:#ecfdf5;border-radius:16px;justify-content:center;align-items:center;gap:8px;padding:2rem;font-size:1rem;font-weight:500;display:flex}.success-icon{font-size:1.2rem;font-weight:700}.contact-footer{text-align:center;color:#6b7280;border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1.2rem;font-size:.85rem}.contact-footer a{color:#2563eb;font-weight:500;text-decoration:none}.contact-footer a:hover{text-decoration:underline}@media (width<=600px){.contact-card{padding:1.5rem}.contact-title{font-size:1.6rem}.btn-contact-submit{height:48px;font-size:.95rem}}.signup-page{background-position:50%;background-size:cover;flex-direction:column;min-height:100vh;display:flex;position:relative}.signup-section{z-index:1;flex:1;justify-content:center;align-items:center;margin-top:20px;padding:5rem 2rem;display:flex;position:relative}.signup-card{background:#fffffffa;border-radius:24px;width:100%;max-width:620px;padding:2rem;position:relative;box-shadow:0 20px 40px #00000014}.signup-title{color:#111827;text-align:center;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.signup-subtext{text-align:center;color:#6b7280;margin-bottom:2rem;font-size:.9rem;line-height:1.5}.step-progress{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.step{color:#9ca3af;flex-direction:column;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;display:flex}.step span{background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;transition:all .2s;display:flex}.step.active span{color:#fff;background:#2563eb;box-shadow:0 0 0 4px #2563eb33}.step.active label{color:#2563eb}.step-line{background:#e5e7eb;width:50px;height:2px}@media (width<=560px){.step-line{width:20px}.step span{width:28px;height:28px;font-size:.85rem}.step label{font-size:.7rem}}.step-content h3{color:#1f2937;margin-bottom:1.2rem;font-size:1.2rem;font-weight:600}.section-note{color:#6b7280;margin-bottom:1rem;font-size:.8rem}.form-group{flex-direction:column;margin-bottom:1.2rem;display:flex}.form-group label{color:#374151;margin-bottom:.4rem;font-size:.8rem;font-weight:600}.form-group input{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.step-buttons{justify-content:space-between;gap:1rem;margin:1.5rem 0 1rem;display:flex}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:999px;flex:1;height:48px;font-size:.95rem;font-weight:600;transition:all .2s}.btn-primary{color:#fff;background:#111827}.btn-primary:hover:not(:disabled){background:#000;transform:translateY(-1px)}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.btn-secondary{color:#1f2937;background:#f3f4f6;border:1px solid #e5e7eb}.btn-secondary:hover{background:#e5e7eb}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin;display:inline-block}.signup-success{text-align:center;color:#10b981;background:#ecfdf5;border-radius:16px;justify-content:center;align-items:center;gap:8px;padding:2rem;font-size:1rem;font-weight:500;display:flex}.success-icon{font-size:1.2rem}.signup-error{color:#b91c1c;background:#fee2e2;border-left:4px solid #ef4444;border-radius:8px;margin-bottom:1rem;padding:.75rem;font-size:.85rem}.terms-note{text-align:center;color:#6b7280;margin-top:1rem;font-size:.75rem}.terms-note a{color:#2563eb;text-decoration:none}.terms-note a:hover{text-decoration:underline}@media (width<=640px){.signup-card{padding:1.5rem}.signup-title{font-size:1.5rem}.step-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}
