@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:4rem 2rem 2rem;overflow:hidden}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:float 20s ease-in-out infinite}.orb-1{width:500px;height:500px;background:radial-gradient(circle,#007aff 0%,transparent 70%);top:-200px;left:-200px;animation-delay:0s}.orb-2{width:400px;height:400px;background:radial-gradient(circle,#5856d6 0%,transparent 70%);bottom:-150px;right:-150px;animation-delay:5s}.orb-3{width:300px;height:300px;background:radial-gradient(circle,#007aff 0%,transparent 70%);top:50%;right:10%;animation-delay:10s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.hero-container{max-width:900px;width:100%;text-align:center;z-index:1;position:relative;display:flex;flex-direction:column;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff08;border:1px solid var(--border);border-radius:100px;margin-bottom:3rem;font-size:.875rem;color:var(--text-secondary);font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.badge-dot{width:6px;height:6px;background:var(--accent);border-radius:50%;display:block;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-title{font-size:clamp(3rem,8vw,5.5rem);font-weight:800;line-height:1.1;margin-bottom:2rem;letter-spacing:-.03em}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.hero-subtitle{font-size:clamp(1rem,1.5vw,1.25rem);color:var(--text-secondary);line-height:1.7;margin-bottom:3.5rem;max-width:600px;margin-left:auto;margin-right:auto;font-weight:400}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:5rem}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:inherit;position:relative;overflow:hidden}.cta-button.primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 20px #007aff40}.hero-scroll{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-tertiary);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em}.scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--text-tertiary),transparent)}.hero-card-preview{margin-top:0;margin-bottom:4rem;display:flex;justify-content:center;perspective:1000px}.business-card{position:relative;width:380px;height:220px;background:var(--bg-secondary);border-radius:16px;overflow:hidden;border:1px solid var(--border);box-shadow:0 20px 60px #00000080,0 0 0 1px #ffffff0d inset,0 1px #ffffff1a inset;transform-style:preserve-3d;cursor:pointer}.card-gradient{position:absolute;top:0;left:0;right:0;height:60%;background:var(--gradient-primary);opacity:.15;z-index:0}.card-content{position:relative;z-index:1;height:100%;padding:1.25rem 1.25rem 1.5rem;display:flex;flex-direction:column;justify-content:space-between;min-height:0;box-sizing:border-box}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;flex-shrink:0}.card-logo{width:40px;height:40px;background:var(--gradient-primary);border-radius:10px;box-shadow:0 4px 12px #007aff4d}.card-badge{padding:.25rem .75rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:20px;font-size:.7rem;font-weight:600;color:var(--text-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card-body{flex:1;min-height:0;display:flex;flex-direction:column;justify-content:flex-start}.card-name-placeholder{width:60%;height:24px;background:linear-gradient(90deg,#ffffff1a,#ffffff26,#ffffff1a);border-radius:6px;margin-bottom:.75rem;animation:shimmer 2s infinite;background-size:200% 100%}.card-title-placeholder{width:45%;height:16px;background:linear-gradient(90deg,#ffffff14,#ffffff1f,#ffffff14);border-radius:4px;margin-bottom:1rem;animation:shimmer 2s infinite;background-size:200% 100%;animation-delay:.2s}.card-details-placeholder{display:flex;flex-direction:column;gap:.6rem;flex-shrink:0}.card-placeholder-line{width:100%;height:14px;background:linear-gradient(90deg,#ffffff0f,#ffffff1a,#ffffff0f);border-radius:4px;animation:shimmer 2s infinite;background-size:200% 100%}.card-placeholder-line.short{width:70%;animation-delay:.4s}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:.75rem;padding-bottom:0;border-top:1px solid var(--border);flex-shrink:0;gap:.75rem}.card-qr-placeholder{width:40px;height:40px;min-width:40px;min-height:40px;background:#ffffff0d;border:1px dashed var(--border);border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;overflow:hidden}.card-qr-placeholder:before{content:"";width:20px;height:20px;background:linear-gradient(90deg,var(--text-tertiary) 2px,transparent 2px),linear-gradient(var(--text-tertiary) 2px,transparent 2px);background-size:6px 6px;opacity:.3;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.card-share-indicator{display:flex;align-items:center;gap:.5rem;font-size:.7rem;color:var(--accent);font-weight:600}.card-share-indicator:after{content:"→";font-size:1rem}.card-shine{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);transform:rotate(45deg);animation:shine 3s infinite;pointer-events:none}@keyframes shine{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}@media (max-width: 768px){.hero{min-height:90vh;padding:3rem 1.5rem 1.5rem}.hero-cta{flex-direction:column;align-items:stretch;margin-bottom:3rem}.cta-button{width:100%;justify-content:center}.orb-1,.orb-2,.orb-3{filter:blur(60px)}.hero-card-preview{margin-top:0;margin-bottom:3rem}.business-card{width:320px;height:185px}.card-content{padding:1rem 1rem 1.25rem}.card-header{margin-bottom:.5rem}.card-logo{width:36px;height:36px}.card-name-placeholder{height:20px;margin-bottom:.5rem}.card-title-placeholder{height:14px;margin-bottom:.75rem}.card-details-placeholder{gap:.5rem}.card-placeholder-line{height:12px}.card-footer{margin-top:.4rem;padding-top:.6rem;padding-bottom:0;gap:.5rem}}@media (max-width: 480px){.business-card{width:300px;height:170px}.card-content{padding:.9rem .9rem 1.1rem}.card-logo{width:32px;height:32px}.card-name-placeholder{height:18px}.card-title-placeholder{height:12px}.card-placeholder-line{height:10px}.card-title{font-size:.7rem}.card-detail-item{font-size:.6rem}.card-qr-placeholder{width:36px;height:36px;min-width:36px;min-height:36px}.card-share-indicator{font-size:.65rem}}.features{padding:8rem 2rem;background:var(--bg-secondary);position:relative}.features-container{max-width:1200px;margin:0 auto}.features-header{text-align:center;margin-bottom:5rem}.features-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;margin-bottom:1rem;letter-spacing:-.02em;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-subtitle{font-size:1.125rem;color:var(--text-secondary);font-weight:400}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#ffffff05;padding:2.5rem;border-radius:20px;border:1px solid var(--border);transition:all .4s ease;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-card:hover{background:#ffffff0a;border-color:var(--border-hover);box-shadow:0 20px 60px #007aff1a}.feature-icon-wrapper{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--gradient-secondary);border:1px solid var(--border);border-radius:14px;margin-bottom:1.5rem;color:var(--accent)}.feature-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary);letter-spacing:-.01em}.feature-description{font-size:1rem;line-height:1.7;color:var(--text-secondary);font-weight:400}@media (max-width: 768px){.features{padding:5rem 1.5rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem}}.appclip-section{padding:8rem 2rem;background:var(--bg-primary);position:relative;overflow:hidden}.appclip-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.appclip-content{z-index:1}.appclip-label{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#007aff14;border:1px solid rgba(0,122,255,.2);border-radius:100px;margin-bottom:2rem;font-size:.875rem;color:var(--accent);font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.label-dot{width:6px;height:6px;background:var(--accent);border-radius:50%;display:block}.appclip-title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.02em}.appclip-description{font-size:1.125rem;line-height:1.8;color:var(--text-secondary);margin-bottom:3rem;font-weight:400}.appclip-benefits{display:flex;flex-direction:column;gap:1.5rem}.benefit-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:12px;background:#ffffff05;border:1px solid var(--border);transition:all .3s ease}.benefit-item:hover{background:#ffffff0a;border-color:var(--border-hover)}.benefit-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--gradient-secondary);border:1px solid var(--border);border-radius:10px;color:var(--accent);flex-shrink:0}.benefit-item h4{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:var(--text-primary)}.benefit-item p{font-size:.875rem;color:var(--text-secondary);font-weight:400}.appclip-visual{display:flex;justify-content:center;align-items:center;position:relative}.phone-mockup{position:relative;width:320px;height:640px}.phone-frame{width:100%;height:100%;background:#ffffff08;border-radius:48px;padding:12px;border:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 30px 80px #00000080}.phone-screen{width:100%;height:100%;background:var(--bg-tertiary);border-radius:36px;padding:2rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.mockup-card{width:100%;background:linear-gradient(135deg,#1a1a1d,#0f0f0f);border-radius:16px;padding:1.5rem;border:1px solid var(--border)}.mockup-header{display:flex;gap:1rem;margin-bottom:1rem}.mockup-avatar{width:56px;height:56px;background:#ffffff0d;border-radius:50%;border:1px solid var(--border)}.mockup-text{flex:1}.mockup-line{height:10px;background:#ffffff14;border-radius:4px;margin-bottom:.5rem}.mockup-line.short{width:60%}.mockup-line.medium{width:80%}.mockup-line:not(.short):not(.medium){width:100%}.mockup-divider{height:1px;background:var(--border);margin:1rem 0}.mockup-info{display:flex;flex-direction:column;gap:.75rem}@media (max-width: 968px){.appclip-container{grid-template-columns:1fr;gap:4rem}.appclip-visual{order:-1}.phone-mockup{width:280px;height:560px}}@media (max-width: 768px){.appclip-section{padding:5rem 1.5rem}.appclip-benefits{gap:1rem}.benefit-item{padding:.875rem}}.cta-section{padding:8rem 2rem;background:var(--bg-secondary);position:relative;overflow:hidden}.cta-background{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0}.cta-gradient{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(0,122,255,.15) 0%,transparent 70%);filter:blur(100px)}.cta-container{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1}.cta-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.02em}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-description{font-size:1.25rem;color:var(--text-secondary);margin-bottom:3.5rem;line-height:1.6;font-weight:400}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1.125rem 2.25rem;font-size:1.0625rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:inherit;position:relative;overflow:hidden}.cta-button.primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 20px #007aff4d}.cta-button.primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.cta-button.primary:hover:before{opacity:1}.cta-button.secondary{background:#ffffff08;color:var(--text-primary);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button.secondary:hover{background:#ffffff0d;border-color:var(--border-hover)}@media (max-width: 768px){.cta-section{padding:5rem 1.5rem}.cta-buttons{flex-direction:column;align-items:stretch}.cta-button{width:100%;justify-content:center}}.footer{background:var(--bg-secondary);border-top:1px solid var(--border);padding:3rem 2rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.footer-copyright{color:var(--text-secondary);font-size:.875rem;margin:0}.footer-links{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center}.footer-link{color:var(--text-primary);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .3s ease;position:relative}.footer-link:hover{color:var(--accent)}.footer-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--accent);transition:width .3s ease}.footer-link:hover:after{width:100%}.footer-divider{color:var(--text-tertiary);font-size:.875rem}@media (max-width: 768px){.footer{padding:2rem 1.5rem;margin-top:3rem}.footer-content{gap:1rem}.footer-copyright,.footer-link{font-size:.8rem}}.app{min-height:100vh;width:100%}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0a0a0a;--bg-secondary: #0f0f0f;--bg-tertiary: #151515;--text-primary: #ffffff;--text-secondary: #8a8a8a;--text-tertiary: #5a5a5a;--accent: #007aff;--accent-hover: #0051d5;--border: rgba(255, 255, 255, .05);--border-hover: rgba(255, 255, 255, .1);--gradient-primary: linear-gradient(135deg, #007aff 0%, #5856d6 100%);--gradient-secondary: linear-gradient(135deg, rgba(0, 122, 255, .1) 0%, rgba(88, 86, 214, .1) 100%)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-primary);color:var(--text-primary);overflow-x:hidden;line-height:1.6}html{scroll-behavior:smooth}::selection{background:#007aff4d}
