:root{--green-50: #F0FDF4;--green-100: #DCFCE7;--green-200: #BBF7D0;--green-300: #86EFAC;--green-400: #4ADE80;--green-500: #22C55E;--green-600: #16A34A;--green-700: #15803D;--green-800: #166534;--green-900: #14532D;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827;--gray-950: #030712;--white: #FFFFFF;--black: #000000;--glow-green: rgba(34, 197, 94, .4);--glow-green-subtle: rgba(34, 197, 94, .15);--font-family: "DM Sans", system-ui, -apple-system, sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-2xl: 32px;--radius-full: 9999px;font-family:var(--font-family);line-height:1.5;font-weight:400;color:var(--gray-900);background-color:var(--white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer;border:none;outline:none}ul,ol{list-style:none}.swipe-logo{display:flex;align-items:center;gap:10px}.logo-icon{width:32px;height:32px}.logo-icon svg{width:100%;height:100%}.logo-text{font-size:20px;font-weight:800;color:var(--white);letter-spacing:-.02em}.swipe-logo.small .logo-icon{width:28px;height:28px}.swipe-logo.small .logo-text{font-size:18px}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:60px 24px;overflow:hidden;background:var(--gray-950)}.hero-bg{position:absolute;inset:0;overflow:hidden}.hero-gradient-orb{position:absolute;border-radius:50%;filter:blur(120px)}.orb-1{width:600px;height:600px;background:var(--green-500);opacity:.12;top:-200px;right:-100px}.orb-2{width:400px;height:400px;background:var(--green-400);opacity:.08;bottom:-100px;left:-100px}.orb-3{width:300px;height:300px;background:#10b981;opacity:.06;top:40%;left:30%}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%)}.hero-container{position:relative;z-index:2;max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-content{display:flex;flex-direction:column;gap:24px}.hero-title{font-size:clamp(40px,5vw,64px);font-weight:900;line-height:1.05;letter-spacing:-.03em;color:var(--white)}.gradient-text{background:linear-gradient(135deg,var(--green-400),var(--green-300),#34D399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:18px;line-height:1.7;color:var(--gray-400);max-width:480px}.coming-soon-badge{display:inline-flex;align-items:center;background:#22c55e1a;border:1px solid rgba(34,197,94,.25);color:var(--green-400);padding:10px 28px;border-radius:var(--radius-full);font-size:15px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;width:fit-content}.hero-phone{position:relative;display:flex;justify-content:center;perspective:1000px}.phone-glow{position:absolute;width:300px;height:400px;background:var(--green-500);opacity:.15;filter:blur(80px);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.phone-mockup{position:relative;z-index:4}.phone-screenshot{width:280px;border-radius:32px;display:block;box-shadow:0 25px 80px #00000080,0 0 0 1px #ffffff14}.footer{position:relative;z-index:2;padding:24px;background:var(--gray-950);border-top:1px solid rgba(255,255,255,.06)}.footer-container{max-width:1200px;margin:0 auto}.footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer-bottom p{font-size:13px;color:var(--gray-600)}.footer-legal-links{display:flex;gap:24px}.footer-legal-links a{font-size:13px;color:var(--gray-500);transition:color .2s}.footer-legal-links a:hover{color:var(--green-400)}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 24px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffc;border-bottom:1px solid rgba(0,0,0,.06)}.nav-container{max-width:1200px;margin:0 auto;height:64px;display:flex;align-items:center;justify-content:space-between}.nav-container .logo-text{color:var(--gray-900)}.nav-links{display:flex;gap:32px}.nav-links a{font-size:14px;font-weight:500;color:var(--gray-600);transition:color .2s}.nav-links a:hover{color:var(--gray-900)}.nav-cta{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:var(--white);background:var(--green-500);padding:8px 16px;border-radius:var(--radius-full);transition:all .2s}.nav-cta:hover{background:var(--green-600);transform:translateY(-1px)}.legal-page{padding:120px 24px 80px;background:var(--white);min-height:100vh}.legal-container{max-width:720px;margin:0 auto}.legal-header{margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid var(--gray-200)}.legal-header h1{font-size:clamp(32px,4vw,42px);font-weight:900;letter-spacing:-.03em;color:var(--gray-900);margin-bottom:8px}.legal-updated{font-size:14px;color:var(--gray-500)}.legal-content section{margin-bottom:36px}.legal-content h2{font-size:20px;font-weight:700;color:var(--gray-900);margin-bottom:12px;letter-spacing:-.01em}.legal-content h3{font-size:16px;font-weight:600;color:var(--gray-800);margin-top:16px;margin-bottom:8px}.legal-content p{font-size:15px;line-height:1.8;color:var(--gray-600);margin-bottom:12px}.legal-content ul{margin-bottom:16px;padding-left:20px}.legal-content li{font-size:15px;line-height:1.8;color:var(--gray-600);margin-bottom:6px;list-style:disc}.legal-content li strong{color:var(--gray-800)}.legal-contact{font-weight:600;color:var(--green-600)!important}.footer-top{display:flex;justify-content:space-between;margin-bottom:48px}.footer-brand{display:flex;flex-direction:column;gap:12px}.footer-brand .logo-text{color:var(--white)}.footer-tagline{font-size:14px;color:var(--gray-500)}.footer-links{display:flex;gap:64px}.footer-col{display:flex;flex-direction:column;gap:12px}.footer-col h4{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400);margin-bottom:4px}.footer-col a{font-size:14px;color:var(--gray-500);transition:color .2s}.footer-col a:hover{color:var(--green-400)}@media(max-width:900px){.hero-container{grid-template-columns:1fr;text-align:center;gap:40px}.hero-content{align-items:center}.hero-subtitle{max-width:100%}.nav-links{display:none}.footer-top{flex-direction:column;gap:40px}.footer-links{gap:40px;flex-wrap:wrap}}@media(max-width:480px){.hero{padding:40px 16px}.hero-title{font-size:36px}.phone-frame{width:240px;height:490px}.footer-bottom{flex-direction:column;gap:12px;text-align:center}}
