:root{--color-primary: #2563EB;--color-primary-hover: #1D4ED8;--color-secondary: #7C3AED;--color-tertiary: #06B6D4;--color-bg: #F6F5F3;--color-surface: #FFFFFF;--color-border: #E7E5E4;--color-text: #111827;--color-text-muted: #6B7280;--gradient-primary: linear-gradient(135deg, #2563EB 0%, #7C3AED 55%, #06B6D4 100%);--gradient-primary-hover: linear-gradient(135deg, #1D4ED8 0%, #6D28D9 55%, #0891B2 100%);--gradient-soft: radial-gradient(circle at 30% 20%, rgba(37, 99, 235, .18), transparent 55%), radial-gradient(circle at 70% 30%, rgba(124, 58, 237, .14), transparent 60%), radial-gradient(circle at 60% 80%, rgba(6, 182, 212, .12), transparent 55%);--gradient-soft-alt: radial-gradient(ellipse 800px 600px at 50% 0%, rgba(37, 99, 235, .08), transparent 70%), radial-gradient(circle at 80% 50%, rgba(124, 58, 237, .06), transparent 60%);--gradient-light-blue: linear-gradient(135deg, rgba(37, 99, 235, .16), rgba(124, 58, 237, .1));--gradient-light-purple: linear-gradient(135deg, rgba(124, 58, 237, .16), rgba(6, 182, 212, .1));--gradient-glow: radial-gradient( circle at 50% 50%, rgba(37, 99, 235, .2), rgba(124, 58, 237, .15) 40%, rgba(6, 182, 212, .1) 60%, transparent 80% );--gradient-divider: linear-gradient(90deg, transparent 0%, rgba(37, 99, 235, .3) 20%, rgba(124, 58, 237, .3) 50%, rgba(6, 182, 212, .3) 80%, transparent 100% );--shadow-soft: 0 12px 30px rgba(17, 24, 39, .06);--shadow-medium: 0 16px 40px rgba(17, 24, 39, .08);--shadow-strong: 0 20px 50px rgba(17, 24, 39, .12);--shadow-colored: 0 12px 40px rgba(37, 99, 235, .2);--shadow-colored-hover: 0 16px 50px rgba(37, 99, 235, .25);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--transition-fast: .15s ease;--transition-normal: .2s ease;--transition-slow: .3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.6}.marketing-navbar{background:#fff;border-bottom:1px solid #e5e7eb;padding:20px 0;position:sticky;top:0;z-index:1000;box-shadow:0 1px 3px #0000000d}.marketing-navbar .navbar-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}.marketing-navbar .navbar-logo{display:flex;align-items:center;gap:12px;text-decoration:none}.marketing-navbar .navbar-logo .logo-image{width:175px}.marketing-navbar .navbar-logo .logo-icon{display:flex;align-items:center}.marketing-navbar .navbar-logo .logo-text{font-size:20px;font-weight:700;color:#111827;letter-spacing:-.5px}.marketing-navbar .mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px}.marketing-navbar .mobile-menu-toggle span{width:24px;height:2px;background:#111827;border-radius:2px;transition:all .3s ease}.marketing-navbar .navbar-links{display:flex;align-items:center;gap:36px;flex-wrap:nowrap}.marketing-navbar .navbar-links .nav-link{color:#6b7280;text-decoration:none;font-size:15px;font-weight:500;transition:color .2s ease;letter-spacing:-.1px;white-space:nowrap}.marketing-navbar .navbar-links .nav-link:hover{color:#111827}.marketing-navbar .navbar-links .nav-link.active{color:#2563eb;font-weight:600}@media(max-width:768px){.marketing-navbar .mobile-menu-toggle{display:flex}.marketing-navbar .navbar-links{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:24px;gap:16px;border-bottom:1px solid #e5e7eb;box-shadow:0 4px 6px #0000000d;display:none}.marketing-navbar .navbar-links.mobile-open{display:flex}.marketing-navbar .navbar-links .nav-link{width:100%;padding:12px 0;text-align:center;border-bottom:1px solid #f3f4f6}.marketing-navbar .navbar-links .btn{width:100%}}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;height:48px;padding:0 24px;border-radius:12px;font-size:16px;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none;white-space:nowrap;outline:none}.btn:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn:focus-visible{outline:2px solid rgba(37,99,235,.4);outline-offset:2px}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 14px #2563eb40}.btn-primary:hover:not(:disabled){background:var(--gradient-primary-hover);box-shadow:0 6px 20px #2563eb59;transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0) scale(.98)}.btn-secondary{background:transparent;color:#111;border:1px solid #E7E5E4}.btn-secondary:hover:not(:disabled){background:#f4f3f1;border-color:#d4d4d4}.btn-secondary:active:not(:disabled){transform:scale(.98)}.btn-ghost{background:transparent;color:#2563eb;padding:0 16px}.btn-ghost:hover:not(:disabled){background:#2563eb0f}.btn-ghost:active:not(:disabled){background:#2563eb1a}@media(max-width:768px){.btn{font-size:15px;min-height:44px;height:44px;padding:0 20px}}.hero-section{background:#f6f5f3;padding:0;min-height:90vh;display:flex;align-items:center;overflow:hidden;position:relative}.hero-section:before{content:"";position:absolute;inset:0;background:var(--gradient-soft);pointer-events:none;z-index:0}.hero-section .hero-container{max-width:1280px;width:100%;margin:0 auto;padding:0 48px;position:relative;z-index:1}.hero-section .hero-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;min-height:90vh;padding:100px 0}.hero-section .hero-text h1{font-size:clamp(44px,5vw,64px);font-weight:700;line-height:1.1;color:#111;margin:0 0 24px;letter-spacing:-1.5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hero-section .hero-text .hero-subtext{font-size:19px;font-weight:400;line-height:1.65;color:#525252;margin:0 0 40px;max-width:540px}.hero-section .hero-text .hero-buttons{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.hero-section .hero-visual{display:flex;justify-content:center;align-items:center;position:relative;height:100%}.hero-section .dual-device-mockup{position:relative;width:100%;max-width:550px;height:600px;display:flex;justify-content:center;align-items:center}.hero-section .phone-device{position:absolute}.hero-section .phone-device.phone-back{right:0;transform:translateY(30px) rotate(-2deg);z-index:1;animation:floatBack 6s ease-in-out infinite}.hero-section .phone-device.phone-front{left:0;z-index:2;animation:floatFront 6s ease-in-out infinite}.hero-section .phone-frame{width:280px;height:570px;background:linear-gradient(145deg,#1a1a1a,#0a0a0a);border-radius:42px;padding:12px;box-shadow:0 20px 60px -12px #0006,0 8px 20px -4px #0003;position:relative}.hero-section .phone-frame .phone-notch{position:absolute;top:18px;left:50%;transform:translate(-50%);width:100px;height:26px;background:linear-gradient(145deg,#1a1a1a,#0a0a0a);border-radius:0 0 18px 18px;z-index:10}.hero-section .phone-frame .phone-screen{width:100%;height:100%;background:#fff;border-radius:32px;overflow:hidden;position:relative}.hero-section .digital-pass{height:100%;background:linear-gradient(180deg,#fafafa,#f5f5f5);padding:50px 24px 32px;display:flex;flex-direction:column}.hero-section .digital-pass .pass-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.hero-section .digital-pass .pass-header .pass-logo{font-size:13px;font-weight:800;color:#171717;letter-spacing:1.2px;text-transform:uppercase}.hero-section .digital-pass .pass-header .verified-badge{display:flex;align-items:center;gap:4px;background:#dcfce7;color:#166534;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}.hero-section .digital-pass .pass-header .verified-badge svg{width:14px;height:14px}.hero-section .digital-pass .pass-info{margin-bottom:40px}.hero-section .digital-pass .pass-info .pass-title{font-size:24px;font-weight:700;color:#171717;margin:0 0 8px;letter-spacing:-.5px}.hero-section .digital-pass .pass-info .pass-holder{font-size:16px;font-weight:500;color:#525252;margin:0 0 8px}.hero-section .digital-pass .pass-info .pass-meta{font-size:13px;font-weight:500;color:#737373}.hero-section .digital-pass .qr-container{flex:1;display:flex;justify-content:center;align-items:center;margin-bottom:32px}.hero-section .digital-pass .qr-container .qr-code{width:160px;height:160px;background:#fff;border-radius:16px;padding:12px;box-shadow:0 4px 20px #00000014,0 1px 4px #0000000a}.hero-section .digital-pass .qr-container .qr-code svg{width:100%;height:100%;display:block}.hero-section .digital-pass .pass-footer{text-align:center}.hero-section .digital-pass .pass-footer .scan-instruction{font-size:13px;font-weight:600;color:#737373;text-transform:uppercase;letter-spacing:.5px}.hero-section .admin-dashboard{height:100%;background:linear-gradient(180deg,#0a0a0a,#171717);padding:50px 20px 32px;color:#fff}.hero-section .admin-dashboard .dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.hero-section .admin-dashboard .dashboard-header h3{font-size:18px;font-weight:700;color:#fff;margin:0}.hero-section .admin-dashboard .dashboard-header .status-indicator{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#a3a3a3}.hero-section .admin-dashboard .dashboard-header .status-indicator .status-dot{width:6px;height:6px;background:#22c55e;border-radius:50%;animation:pulse 2s ease-in-out infinite}.hero-section .admin-dashboard .metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:28px}.hero-section .admin-dashboard .metrics-grid .metric-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:16px 14px}.hero-section .admin-dashboard .metrics-grid .metric-card .metric-value{font-size:24px;font-weight:700;color:#fff;margin-bottom:4px}.hero-section .admin-dashboard .metrics-grid .metric-card .metric-label{font-size:11px;font-weight:600;color:#a3a3a3;text-transform:uppercase;letter-spacing:.5px}.hero-section .admin-dashboard .access-logs .logs-header{font-size:13px;font-weight:700;color:#fff;margin-bottom:14px;text-transform:uppercase;letter-spacing:.5px}.hero-section .admin-dashboard .access-logs .log-item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}.hero-section .admin-dashboard .access-logs .log-item:last-child{border-bottom:none}.hero-section .admin-dashboard .access-logs .log-item .log-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.hero-section .admin-dashboard .access-logs .log-item .log-dot.success{background:#22c55e}.hero-section .admin-dashboard .access-logs .log-item .log-text{flex:1;font-size:13px;font-weight:500;color:#d4d4d4}.hero-section .admin-dashboard .access-logs .log-item .log-time{font-size:11px;font-weight:500;color:#737373}@keyframes floatFront{0%,to{transform:translateY(0) rotate(2deg)}50%{transform:translateY(-20px) rotate(2deg)}}@keyframes floatBack{0%,to{transform:translateY(30px) rotate(-2deg)}50%{transform:translateY(10px) rotate(-2deg)}}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 8px #22c55e99}50%{opacity:.6;box-shadow:0 0 4px #22c55e4d}}@media(max-width:1024px){.hero-section .hero-content{gap:60px;padding:80px 0}.hero-section .hero-text h1{font-size:clamp(38px,5vw,52px)}.hero-section .hero-text .hero-subtext{font-size:17px}.hero-section .dual-device-mockup{max-width:450px;height:520px}.hero-section .phone-frame{width:240px;height:490px}.hero-section .digital-pass .qr-container .qr-code{width:130px;height:130px}}@media(max-width:768px){.hero-section{min-height:auto}.hero-section .hero-container{padding:0 24px}.hero-section .hero-content{grid-template-columns:1fr;gap:60px;min-height:auto;padding:60px 0}.hero-section .hero-text{text-align:center}.hero-section .hero-text h1{font-size:36px;letter-spacing:-1px;margin-bottom:20px}.hero-section .hero-text .hero-subtext{font-size:16px;max-width:100%;margin-bottom:32px}.hero-section .hero-text .hero-buttons{flex-direction:column;align-items:stretch;width:100%}.hero-section .hero-text .hero-buttons .btn{width:100%}.hero-section .dual-device-mockup{max-width:360px;height:480px}.hero-section .phone-device.phone-back{right:-10px;transform:translateY(20px) rotate(-2deg) scale(.85)}.hero-section .phone-device.phone-front{left:-10px;transform:scale(.85)}.hero-section .phone-frame{width:220px;height:450px;border-radius:38px;padding:10px}.hero-section .phone-frame .phone-notch{width:85px;height:22px;top:16px}.hero-section .phone-frame .phone-screen{border-radius:30px}.hero-section .digital-pass{padding:45px 20px 28px}.hero-section .digital-pass .pass-header .pass-logo{font-size:11px}.hero-section .digital-pass .pass-info{margin-bottom:32px}.hero-section .digital-pass .pass-info .pass-title{font-size:20px}.hero-section .digital-pass .pass-info .pass-holder{font-size:14px}.hero-section .digital-pass .pass-info .pass-meta{font-size:12px}.hero-section .digital-pass .qr-container{margin-bottom:24px}.hero-section .digital-pass .qr-container .qr-code{width:110px;height:110px}.hero-section .digital-pass .pass-footer .scan-instruction{font-size:11px}.hero-section .admin-dashboard{padding:45px 18px 28px}.hero-section .admin-dashboard .dashboard-header{margin-bottom:24px}.hero-section .admin-dashboard .dashboard-header h3{font-size:16px}.hero-section .admin-dashboard .dashboard-header .status-indicator{font-size:11px}.hero-section .admin-dashboard .metrics-grid{gap:10px;margin-bottom:24px}.hero-section .admin-dashboard .metrics-grid .metric-card{padding:14px 12px}.hero-section .admin-dashboard .metrics-grid .metric-card .metric-value{font-size:20px}.hero-section .admin-dashboard .metrics-grid .metric-card .metric-label{font-size:10px}.hero-section .admin-dashboard .access-logs .logs-header{font-size:12px;margin-bottom:12px}.hero-section .admin-dashboard .access-logs .log-item{padding:8px 0}.hero-section .admin-dashboard .access-logs .log-item .log-text{font-size:12px}.hero-section .admin-dashboard .access-logs .log-item .log-time{font-size:10px}}.how-it-works-section{background:linear-gradient(180deg,#fff,#f9fafb);padding:100px 0 120px;overflow:hidden;position:relative}.how-it-works-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--gradient-divider);opacity:.5}.how-it-works-section .how-it-works-container{max-width:1200px;margin:0 auto;padding:0 24px}.how-it-works-section .how-it-works-header{max-width:680px;margin:0 auto;text-align:center}.how-it-works-section .how-it-works-header .section-label{display:inline-block;font-size:13px;font-weight:700;color:var(--color-secondary, #7C3AED);text-transform:uppercase;letter-spacing:.22em;margin-bottom:18px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.how-it-works-section .how-it-works-header .section-heading{font-size:clamp(32px,4vw,48px);font-weight:600;line-height:1.12;color:#0f172a;margin:0 0 18px;letter-spacing:-.03em;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.how-it-works-section .how-it-works-header .section-description{font-size:17px;font-weight:400;line-height:1.7;color:#64748b;margin:0 auto 28px;max-width:520px}.how-it-works-section .how-it-works-header .heading-accent{width:52px;height:3px;border-radius:2px;background:var(--gradient-primary);margin:0 auto}.how-it-works-section .steps-row{display:flex;align-items:flex-start;justify-content:center;margin-top:64px;position:relative}.how-it-works-section .step-col{flex:1;max-width:340px;position:relative;display:flex;align-items:flex-start}.how-it-works-section .step-item{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.how-it-works-section .step-icon-circle{width:88px;height:88px;border-radius:50%;background:#7c3aed0a;border:1.5px solid rgba(124,58,237,.12);display:flex;align-items:center;justify-content:center;margin-bottom:20px;position:relative;transition:all .3s ease}.how-it-works-section .step-icon-circle svg{color:#6366f1;opacity:.85}.how-it-works-section .step-icon-circle:before{content:"";position:absolute;inset:-6px;border-radius:50%;border:1px solid rgba(124,58,237,.06)}.how-it-works-section .step-number{font-size:14px;font-weight:600;color:var(--color-secondary, #7C3AED);letter-spacing:.06em;margin-bottom:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.how-it-works-section .step-title{font-size:22px;font-weight:600;color:#0f172a;margin:0 0 10px;letter-spacing:-.02em;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.how-it-works-section .step-accent{width:32px;height:2.5px;border-radius:2px;background:var(--color-secondary, #7C3AED);margin-bottom:14px;opacity:.7}.how-it-works-section .step-desc{font-size:15px;font-weight:400;line-height:1.7;color:#64748b;margin:0;max-width:280px}.how-it-works-section .step-connector{position:absolute;top:44px;left:-24px;width:48px;display:flex;align-items:center;z-index:1;transform:translate(-50%)}.how-it-works-section .step-connector .connector-line{flex:1;height:1px;background:#7c3aed2e}.how-it-works-section .step-connector .connector-dot{width:7px;height:7px;border-radius:50%;background:#7c3aed40;border:1.5px solid rgba(124,58,237,.15);flex-shrink:0;margin-left:-1px}.how-it-works-section .step-illustration{margin-top:32px;width:100%;display:flex;justify-content:center;min-height:180px;align-items:flex-end}.how-it-works-section .step-illustration--pass{position:relative;perspective:600px}.how-it-works-section .step-illustration--pass .illust-card{border-radius:14px;background:#fff;border:1px solid rgba(226,232,240,.8);box-shadow:0 4px 24px #0000000d;position:relative}.how-it-works-section .step-illustration--pass .illust-card--back{width:140px;height:90px;transform:rotate(-8deg) translate(-8px);padding:14px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(135deg,#eef2ff,#f0e7ff);z-index:1}.how-it-works-section .step-illustration--pass .illust-card--back .illust-logo{font-size:10px;font-weight:700;color:#6366f1;letter-spacing:.04em;opacity:.7}.how-it-works-section .step-illustration--pass .illust-card--back .illust-chip{width:24px;height:16px;border-radius:3px;background:linear-gradient(135deg,#c4b5fd,#a78bfa);opacity:.6}.how-it-works-section .step-illustration--pass .illust-card--front{width:150px;height:100px;position:absolute;bottom:0;left:50%;transform:translate(-38%) rotate(4deg);padding:12px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;background:#fff}.how-it-works-section .step-illustration--pass .illust-card--front .illust-qr{width:48px;height:48px;margin-bottom:6px}.how-it-works-section .step-illustration--pass .illust-card--front .illust-qr svg{width:100%;height:100%}.how-it-works-section .step-illustration--pass .illust-card--front .illust-label{display:flex;flex-direction:column;align-items:center}.how-it-works-section .step-illustration--pass .illust-card--front .illust-label .illust-brand{font-size:8px;font-weight:700;color:#6366f1;letter-spacing:.1em}.how-it-works-section .step-illustration--pass .illust-card--front .illust-label .illust-vip{font-size:7px;font-weight:600;color:#a78bfa;letter-spacing:.08em;margin-top:1px}.how-it-works-section .step-illustration--phone .illust-phone{width:120px;height:200px;border-radius:20px;background:#fff;border:2px solid #e2e8f0;box-shadow:0 8px 32px #0000000f;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center}.how-it-works-section .step-illustration--phone .illust-phone-notch{width:48px;height:6px;border-radius:3px;background:#e2e8f0;margin-top:10px;margin-bottom:auto}.how-it-works-section .step-illustration--phone .illust-phone-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding-bottom:24px}.how-it-works-section .step-illustration--phone .illust-verified-badge{width:48px;height:48px;margin-bottom:8px}.how-it-works-section .step-illustration--phone .illust-verified-badge svg{width:100%;height:100%;filter:drop-shadow(0 2px 8px rgba(16,185,129,.3))}.how-it-works-section .step-illustration--phone .illust-verified-text{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:2px}.how-it-works-section .step-illustration--phone .illust-verified-sub{font-size:9px;font-weight:500;color:#94a3b8}.how-it-works-section .step-illustration--dashboard .illust-dashboard{width:240px;border-radius:14px;background:#fff;border:1px solid rgba(226,232,240,.8);box-shadow:0 4px 24px #0000000d;padding:16px;transform:perspective(800px) rotateY(-4deg) rotateX(2deg)}.how-it-works-section .step-illustration--dashboard .illust-dash-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.how-it-works-section .step-illustration--dashboard .illust-dash-title{font-size:11px;font-weight:700;color:#0f172a}.how-it-works-section .step-illustration--dashboard .illust-dash-filter{font-size:9px;font-weight:500;color:#94a3b8}.how-it-works-section .step-illustration--dashboard .illust-dash-stats{display:flex;gap:8px;margin-bottom:12px}.how-it-works-section .step-illustration--dashboard .illust-stat{flex:1;background:#f8fafc;border-radius:8px;padding:8px 6px;text-align:center;border:1px solid rgba(226,232,240,.6)}.how-it-works-section .step-illustration--dashboard .illust-stat-value{display:block;font-size:13px;font-weight:700;color:var(--color-secondary, #7C3AED);margin-bottom:2px}.how-it-works-section .step-illustration--dashboard .illust-stat-label{display:block;font-size:7px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.how-it-works-section .step-illustration--dashboard .illust-dash-chart{height:32px}.how-it-works-section .step-illustration--dashboard .illust-dash-chart svg{width:100%;height:100%}@media(max-width:1024px){.how-it-works-section{padding:80px 0 96px}.how-it-works-section .steps-row{margin-top:52px;gap:8px}.how-it-works-section .step-col{max-width:300px}.how-it-works-section .step-icon-circle{width:76px;height:76px}.how-it-works-section .step-icon-circle svg{width:24px;height:24px}.how-it-works-section .step-connector{top:38px;width:36px}.how-it-works-section .step-title{font-size:20px}.how-it-works-section .step-desc{font-size:14px;max-width:240px}.how-it-works-section .step-illustration--dashboard .illust-dashboard{width:210px}}@media(max-width:768px){.how-it-works-section{padding:64px 0 80px}.how-it-works-section .how-it-works-header .section-heading{font-size:28px;letter-spacing:-.02em}.how-it-works-section .how-it-works-header .section-description{font-size:15px}.how-it-works-section .steps-row{flex-direction:column;align-items:center;gap:56px;margin-top:44px}.how-it-works-section .step-col{max-width:360px;width:100%;justify-content:center}.how-it-works-section .step-connector{display:none}.how-it-works-section .step-icon-circle{width:80px;height:80px}.how-it-works-section .step-title{font-size:21px}.how-it-works-section .step-desc{font-size:15px;max-width:300px}.how-it-works-section .step-illustration{min-height:160px}.how-it-works-section .step-illustration--dashboard .illust-dashboard{width:260px}}@media(max-width:480px){.how-it-works-section{padding:52px 0 64px}.how-it-works-section .steps-row{gap:48px}.how-it-works-section .step-icon-circle{width:72px;height:72px}.how-it-works-section .step-icon-circle svg{width:22px;height:22px}.how-it-works-section .step-icon-circle:before{inset:-5px}.how-it-works-section .step-illustration--pass .illust-card--back{width:120px;height:78px}.how-it-works-section .step-illustration--pass .illust-card--front{width:130px;height:88px}.how-it-works-section .step-illustration--phone .illust-phone{width:110px;height:180px}.how-it-works-section .step-illustration--dashboard .illust-dashboard{width:230px;padding:12px}}.feature-card{aspect-ratio:1 / 1;background:#fff;border:1px solid rgba(229,231,235,.6);border-radius:16px;padding:24px;box-shadow:0 2px 8px #0000000a;transition:all .3s ease-out;display:flex;flex-direction:column;justify-content:space-between}.feature-card:hover{box-shadow:0 12px 32px #00000014;transform:translateY(-4px);border-color:#6366f133}.feature-card .feature-card-top{display:flex;flex-direction:column}.feature-card .feature-card-icon{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#6366f11a,#7c3aed14);display:flex;align-items:center;justify-content:center;margin-bottom:16px;flex-shrink:0}.feature-card .feature-card-icon svg{color:var(--color-primary)}.feature-card .feature-card-title{font-size:18px;font-weight:600;line-height:1.25;color:#111827;margin:0;letter-spacing:-.3px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.feature-card .feature-card-description{font-size:14px;font-weight:400;line-height:1.6;color:#6b7280;margin:0;max-width:220px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:768px){.feature-card{padding:20px}.feature-card .feature-card-icon{width:36px;height:36px;border-radius:10px;margin-bottom:12px}.feature-card .feature-card-icon svg{width:18px;height:18px}.feature-card .feature-card-title{font-size:16px}.feature-card .feature-card-description{font-size:13px}}.reliability-section{background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:80px 0 100px;position:relative;overflow:hidden}.reliability-section:before{content:"";position:absolute;top:15%;left:8%;width:500px;height:500px;background:var(--gradient-glow);border-radius:50%;filter:blur(100px);opacity:.3;pointer-events:none;z-index:0}.reliability-section:after{content:"";position:absolute;bottom:10%;right:8%;width:400px;height:400px;background:radial-gradient(circle at 50% 50%,rgba(124,58,237,.12),rgba(6,182,212,.08) 50%,transparent 75%);border-radius:50%;filter:blur(80px);opacity:.4;pointer-events:none;z-index:0}.reliability-section .reliability-container{max-width:1152px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.reliability-section .reliability-layout{display:grid;grid-template-columns:1fr 1.8fr;gap:64px;align-items:start}.reliability-section .reliability-header{position:sticky;top:120px}.reliability-section .reliability-header .section-label{display:inline-block;font-size:13px;font-weight:600;color:var(--color-primary);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.reliability-section .reliability-header .section-heading{font-size:clamp(30px,3.5vw,40px);font-weight:600;line-height:1.2;color:#111827;margin:0 0 20px;letter-spacing:-.8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.reliability-section .reliability-header .heading-break{display:none}@media(min-width:1024px){.reliability-section .reliability-header .heading-break{display:block}}.reliability-section .reliability-header .section-description{font-size:15px;font-weight:400;line-height:1.7;color:#6b7280;margin:0 0 24px;max-width:340px}.reliability-section .reliability-header .heading-accent{width:48px;height:3px;border-radius:2px;background:var(--gradient-primary);opacity:.7}.reliability-section .reliability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:1200px){.reliability-section .reliability-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.reliability-section{padding:70px 0 80px}.reliability-section .reliability-layout{grid-template-columns:1fr;gap:48px}.reliability-section .reliability-header{position:static;text-align:center}.reliability-section .reliability-header .section-description{max-width:520px;margin-left:auto;margin-right:auto;margin-bottom:24px}.reliability-section .reliability-header .heading-accent{margin:0 auto}.reliability-section .reliability-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:768px){.reliability-section{padding:60px 0 70px}.reliability-section .reliability-layout{gap:36px}.reliability-section .reliability-header .section-heading{font-size:28px;letter-spacing:-.5px}.reliability-section .reliability-header .section-description{font-size:14px}.reliability-section .reliability-grid{grid-template-columns:1fr;gap:20px}}.scan-enter-enjoy-wrapper{margin:80px 0;padding:0 24px}@media(max-width:768px){.scan-enter-enjoy-wrapper{margin:60px 0;padding:0 20px}}@media(max-width:480px){.scan-enter-enjoy-wrapper{margin:40px 0;padding:0 16px}}.scan-enter-enjoy-banner{position:relative;width:100%;height:560px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:32px;background-image:url(/qr-scanner.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.scan-enter-enjoy-banner .banner-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0000008c,#00000059);z-index:1}.scan-enter-enjoy-banner .banner-content{position:relative;z-index:2;text-align:center;padding:0 24px;max-width:900px;margin:0 auto}.scan-enter-enjoy-banner .banner-headline{font-size:clamp(48px,6vw,72px);font-weight:800;line-height:1.1;color:#fff;margin:0 0 20px;letter-spacing:-1px;font-family:Inter,sans-serif;text-shadow:0 4px 12px rgba(0,0,0,.3)}.scan-enter-enjoy-banner .banner-subtext{font-size:clamp(20px,2.5vw,28px);font-weight:400;line-height:1.5;color:#ffffffe6;margin:0;font-family:Inter,sans-serif;text-shadow:0 2px 8px rgba(0,0,0,.25)}@media(max-width:1024px){.scan-enter-enjoy-banner{height:480px;border-radius:28px}}@media(max-width:768px){.scan-enter-enjoy-banner{height:400px;border-radius:24px}.scan-enter-enjoy-banner .banner-headline{font-size:42px;margin:0 0 16px;letter-spacing:-.5px}.scan-enter-enjoy-banner .banner-subtext{font-size:20px}}@media(max-width:480px){.scan-enter-enjoy-banner{height:360px;border-radius:20px}.scan-enter-enjoy-banner .banner-content{padding:0 20px}.scan-enter-enjoy-banner .banner-headline{font-size:36px}.scan-enter-enjoy-banner .banner-subtext{font-size:18px}}.feature-highlights-section{background:#fff;padding:100px 0}.feature-highlights-section .feature-highlights-container{max-width:1200px;margin:0 auto;padding:0 24px}.feature-highlights-section .section-header{text-align:center;margin-bottom:64px}.feature-highlights-section .section-header h2{font-size:clamp(36px,4vw,48px);font-weight:800;line-height:1.2;color:#111827;margin:0 0 16px;letter-spacing:-.5px;font-family:Inter,sans-serif}.feature-highlights-section .section-header .section-subtext{font-size:20px;font-weight:400;line-height:1.6;color:#6b7280;margin:0}.feature-highlights-section .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-highlights-section .fh-card{aspect-ratio:1 / 1;background:#fff;border:1px solid rgba(229,231,235,.6);border-radius:16px;padding:24px;box-shadow:0 2px 8px #0000000a;transition:all .3s ease-out;display:flex;flex-direction:column;justify-content:space-between}.feature-highlights-section .fh-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014;border-color:#6366f133}.feature-highlights-section .fh-card .fh-card-top{display:flex;flex-direction:column}.feature-highlights-section .fh-card .fh-icon-badge{width:40px;height:40px;background:linear-gradient(135deg,#6366f11a,#7c3aed14);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#6366f1;margin-bottom:16px;flex-shrink:0}.feature-highlights-section .fh-card .fh-title{font-size:18px;font-weight:600;line-height:1.25;color:#111827;margin:0;letter-spacing:-.3px;font-family:Inter,sans-serif}.feature-highlights-section .fh-card .fh-description{font-size:14px;font-weight:400;line-height:1.6;color:#6b7280;margin:0;max-width:220px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:1024px){.feature-highlights-section{padding:80px 0}.feature-highlights-section .section-header{margin-bottom:48px}.feature-highlights-section .features-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:768px){.feature-highlights-section{padding:60px 0}.feature-highlights-section .section-header{margin-bottom:40px}.feature-highlights-section .section-header h2{font-size:32px}.feature-highlights-section .section-header .section-subtext{font-size:18px}.feature-highlights-section .features-grid{grid-template-columns:1fr;gap:20px}.feature-highlights-section .fh-card{padding:20px}.feature-highlights-section .fh-card .fh-icon-badge{width:36px;height:36px;border-radius:10px;margin-bottom:12px}.feature-highlights-section .fh-card .fh-title{font-size:16px}.feature-highlights-section .fh-card .fh-description{font-size:13px}}.trusted-brands-section{background-color:#f7f6f4;padding:80px 20px;border-top:none;border-bottom:1px solid #E7E5E4;position:relative}.trusted-brands-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--gradient-divider);opacity:.7}.trusted-brands-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--gradient-divider);opacity:.5}.trusted-brands-section .trusted-brands-container{max-width:1200px;margin:0 auto;text-align:center}.trusted-brands-section .trusted-brands-header{margin-bottom:48px}.trusted-brands-section .trusted-brands-header .trusted-brands-title{font-size:12px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#737373;margin:0 0 12px}.trusted-brands-section .trusted-brands-header .trusted-brands-subtext{font-size:16px;color:#525252;margin:0;font-weight:400;line-height:1.5}.trusted-brands-section .trusted-brands-logos{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:48px;row-gap:32px}.trusted-brands-section .trusted-brands-logos .brand-logo{display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.trusted-brands-section .trusted-brands-logos .brand-logo img{max-height:40px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:filter .3s ease,opacity .3s ease}.trusted-brands-section .trusted-brands-logos .brand-logo:hover img{filter:grayscale(0%);opacity:1}@media(max-width:1024px){.trusted-brands-section{padding:64px 20px}.trusted-brands-section .trusted-brands-header{margin-bottom:40px}.trusted-brands-section .trusted-brands-logos{gap:40px;row-gap:28px}.trusted-brands-section .trusted-brands-logos .brand-logo img{max-height:36px}}@media(max-width:768px){.trusted-brands-section{padding:56px 20px}.trusted-brands-section .trusted-brands-header{margin-bottom:36px}.trusted-brands-section .trusted-brands-header .trusted-brands-title{font-size:11px}.trusted-brands-section .trusted-brands-header .trusted-brands-subtext{font-size:15px}.trusted-brands-section .trusted-brands-logos{gap:32px;row-gap:24px}.trusted-brands-section .trusted-brands-logos .brand-logo{flex-basis:calc(50% - 16px)}.trusted-brands-section .trusted-brands-logos .brand-logo img{max-height:32px}}@media(max-width:480px){.trusted-brands-section{padding:48px 16px}.trusted-brands-section .trusted-brands-logos{gap:24px;row-gap:20px}.trusted-brands-section .trusted-brands-logos .brand-logo{flex-basis:calc(50% - 12px)}.trusted-brands-section .trusted-brands-logos .brand-logo img{max-height:28px}}.trust-strip-section{background:linear-gradient(180deg,#f9fafb,#f3f4f6);padding:80px 0}.trust-strip-section .trust-strip-container{max-width:1200px;margin:0 auto;padding:0 24px}.trust-strip-section .trust-items{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;align-items:start}.trust-strip-section .trust-item{display:flex;gap:20px;align-items:flex-start}.trust-strip-section .trust-item .trust-icon{flex-shrink:0;width:48px;height:48px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#8b5cf6;box-shadow:0 2px 8px #0000000a}.trust-strip-section .trust-item .trust-content{flex:1}.trust-strip-section .trust-item .trust-content .trust-title{font-size:18px;font-weight:700;line-height:1.3;color:#111827;margin:0 0 8px;font-family:Inter,sans-serif}.trust-strip-section .trust-item .trust-content .trust-description{font-size:15px;font-weight:400;line-height:1.6;color:#6b7280;margin:0}@media(max-width:1024px){.trust-strip-section{padding:60px 0}.trust-strip-section .trust-items{gap:36px}.trust-strip-section .trust-item{gap:16px}.trust-strip-section .trust-item .trust-icon{width:44px;height:44px}}@media(max-width:768px){.trust-strip-section{padding:50px 0}.trust-strip-section .trust-items{grid-template-columns:1fr;gap:32px}.trust-strip-section .trust-item .trust-content .trust-title{font-size:17px}.trust-strip-section .trust-item .trust-content .trust-description{font-size:14px}}.final-cta-section{background:var(--gradient-primary);padding:100px 0;position:relative;overflow:hidden}.final-cta-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1),transparent 50%);pointer-events:none}.final-cta-section .final-cta-container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.final-cta-section .cta-content{text-align:center;max-width:800px;margin:0 auto}.final-cta-section .cta-content h2{font-size:clamp(36px,4vw,52px);font-weight:800;line-height:1.2;color:#fff;margin:0 0 20px;letter-spacing:-.5px;font-family:Inter,sans-serif}.final-cta-section .cta-content .cta-subtext{font-size:20px;font-weight:400;line-height:1.6;color:#fffffff2;margin:0 0 40px}.final-cta-section .cta-content .cta-buttons{display:flex;gap:16px;justify-content:center;align-items:center}.final-cta-section .cta-content .cta-buttons .btn-primary{background:#fff;color:#2563eb}.final-cta-section .cta-content .cta-buttons .btn-primary:hover{background:#f4f3f1;color:#1d4ed8}.final-cta-section .cta-content .cta-buttons .btn-secondary{background:transparent;color:#fff;border-color:#ffffff80}.final-cta-section .cta-content .cta-buttons .btn-secondary:hover{background:#ffffff1a;border-color:#fff}@media(max-width:768px){.final-cta-section{padding:80px 0}.final-cta-section .cta-content h2{font-size:32px;margin-bottom:16px}.final-cta-section .cta-content .cta-subtext{font-size:18px;margin-bottom:32px}.final-cta-section .cta-content .cta-buttons{flex-direction:column;gap:12px}.final-cta-section .cta-content .cta-buttons .btn{width:100%;max-width:280px}}.marketing-footer{background:#fff;border-top:1px solid rgba(15,23,42,.08);padding:32px 0;position:relative}.marketing-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--gradient-divider);opacity:.3}.marketing-footer .footer-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;gap:32px}.marketing-footer .footer-logo{display:flex;align-items:center;gap:12px;flex-shrink:0}.marketing-footer .footer-logo .logo-icon{display:flex;align-items:center}.marketing-footer .footer-logo .logo-text{font-size:18px;font-weight:700;color:#111827;letter-spacing:-.5px}.marketing-footer .footer-logo .logo-image{width:175px}.marketing-footer .footer-links{display:flex;align-items:center;gap:32px;flex-wrap:wrap;justify-content:center}.marketing-footer .footer-links .footer-link{color:#6b7280;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease;letter-spacing:-.1px}.marketing-footer .footer-links .footer-link:hover{color:#111827;text-decoration:underline}.marketing-footer .footer-copyright{flex-shrink:0}.marketing-footer .footer-copyright span{color:#9ca3af;font-size:14px;font-weight:400;letter-spacing:-.1px}@media(max-width:768px){.marketing-footer{padding:40px 0;margin-top:60px}.marketing-footer .footer-container{flex-direction:column;text-align:center;gap:24px}.marketing-footer .footer-logo{justify-content:center}.marketing-footer .footer-links{gap:20px;flex-wrap:wrap;justify-content:center}.marketing-footer .footer-links .footer-link{padding:0 8px}.marketing-footer .footer-copyright span{font-size:13px}}@media(max-width:480px){.marketing-footer .footer-links{gap:16px}.marketing-footer .footer-links .footer-link{font-size:13px}}.reveal{opacity:0;transform:translateY(40px);transition:opacity .6s ease,transform .6s ease;will-change:opacity,transform}.reveal.isVisible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.reveal{transition:none;transform:none;opacity:1}}.request-demo-modal{padding:0}.modal-header{padding:20px 24px;border-bottom:1px solid #f0f0f0}.modal-header .back-button{display:flex;align-items:center;gap:6px;background:none;border:none;color:#666;font-size:15px;font-weight:500;cursor:pointer;padding:4px 0;transition:color .2s ease}.modal-header .back-button:hover:not(:disabled){color:#111}.modal-header .back-button:disabled{opacity:.5;cursor:not-allowed}.modal-header .back-button svg{width:20px;height:20px}.modal-body{padding:32px 24px 40px}.modal-title{font-size:32px;font-weight:700;color:#111;margin:0 0 8px;line-height:1.2}.modal-subtitle{font-size:16px;color:#666;margin:0 0 32px;line-height:1.5}.demo-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-field{display:flex;flex-direction:column;gap:8px;position:relative}.form-field label{font-size:14px;font-weight:600;color:#333}.form-field input,.form-field textarea,.form-field select{height:48px;padding:14px 16px;border:1px solid #e0e0e0;border-radius:14px;font-size:15px;color:#111;background:#fff;transition:all .2s ease;font-family:inherit}.form-field input::placeholder,.form-field textarea::placeholder,.form-field select::placeholder{color:#999}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #1111110d}.form-field input:disabled,.form-field textarea:disabled,.form-field select:disabled{background:#f5f5f5;cursor:not-allowed}.form-field input.error,.form-field textarea.error,.form-field select.error{border-color:#ef4444}.form-field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.form-field select:disabled{cursor:not-allowed}.form-field select option[value=""]{color:#999}.form-field textarea{height:auto;resize:vertical;min-height:150px;padding-top:12px}.form-field .char-count{font-size:13px;color:#999;text-align:right;margin-top:-4px}.form-field .helper-text{font-size:13px;color:#666;margin-top:-4px}.form-field .error-text{font-size:13px;color:#ef4444;margin-top:-4px}.honeypot{position:absolute;left:-9999px;opacity:0;pointer-events:none}.submit-button{width:100%;height:52px;border-radius:14px;font-size:16px;font-weight:700;margin-top:8px}.form-helper{font-size:14px;color:#666;text-align:center;margin:-8px 0 0}.submit-error{padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#ef4444;font-size:14px;text-align:center}.success-message{text-align:center;padding:40px 20px}.success-message .success-icon{margin:0 auto 24px;width:48px;height:48px}.success-message h2{font-size:24px;font-weight:700;color:#111;margin:0;line-height:1.4}@media(max-width:640px){.modal-header{padding:16px 20px}.modal-body{padding:24px 20px 32px}.modal-title{font-size:28px}.modal-subtitle{font-size:15px;margin-bottom:24px}.demo-form{gap:16px}.form-row{grid-template-columns:1fr}.form-field input,.form-field textarea,.form-field select{font-size:16px}.submit-button{height:48px;font-size:15px}.success-message{padding:32px 16px}.success-message h2{font-size:20px}}.modal-backdrop{position:fixed;inset:0;background-color:#00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:24px;max-width:520px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000026;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.modal-content{border-radius:16px;max-height:95vh}}.marketing-home{min-height:100vh;background:#fff}.marketing-home .section-divider{width:100%;height:84px;line-height:0;display:block;margin:0;padding:0;overflow:hidden;position:relative;z-index:10}.marketing-home .section-divider svg{width:100%;height:100%;display:block}@media(max-width:1024px){.marketing-home .section-divider{height:64px}}@media(max-width:768px){.marketing-home .section-divider{height:48px}}.pricing-page{min-height:100vh;display:flex;flex-direction:column;background:#fff}.pricing-page .pricing-content{flex:1;background:#fff;padding:80px 24px 100px;position:relative}.pricing-page .pricing-content:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:800px;height:400px;background:var(--gradient-soft-alt);border-radius:50%;filter:blur(60px);opacity:.6;pointer-events:none;z-index:0}.pricing-page .page-back{max-width:1200px;margin:0 auto 24px;padding:0 24px;position:relative;z-index:1}.pricing-page .back-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:#6b7280;text-decoration:none;transition:all .2s ease}.pricing-page .back-link:hover{color:#7c3aed}.pricing-page .pricing-header{max-width:800px;margin:0 auto 64px;text-align:center;position:relative;z-index:1}.pricing-page .pricing-header .pricing-badge{display:inline-block;padding:8px 20px;background:var(--gradient-light-blue);color:#2563eb;border-radius:24px;font-size:14px;font-weight:700;margin-bottom:20px;border:none}.pricing-page .pricing-header h1{font-size:clamp(36px,5vw,48px);font-weight:800;line-height:1.15;color:#111827;margin:0 0 16px;letter-spacing:-.5px}.pricing-page .pricing-header .pricing-subtext{font-size:18px;font-weight:400;line-height:1.6;color:#6b7280;margin:0}.pricing-page .pricing-cards{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding:0 24px}.pricing-page .pricing-card{background:#fff;border:2px solid #e5e7eb;border-radius:24px;padding:40px 32px;display:flex;flex-direction:column;position:relative;transition:all .3s ease;box-shadow:0 4px 12px #0000000a}.pricing-page .pricing-card:hover{border-color:#d1d5db;box-shadow:0 8px 24px #00000014;transform:translateY(-4px)}.pricing-page .pricing-card.popular{border-color:#2563eb;border-width:2px;box-shadow:0 8px 32px #2563eb26}.pricing-page .pricing-card.popular:hover{border-color:#1d4ed8;box-shadow:0 12px 40px #2563eb33}.pricing-page .pricing-card.popular .popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#2563eb;color:#fff;padding:6px 18px;border-radius:20px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #2563eb4d}.pricing-page .pricing-card .card-header{margin-bottom:32px}.pricing-page .pricing-card .card-header h3{font-size:24px;font-weight:700;color:#111827;margin:0 0 8px}.pricing-page .pricing-card .card-header .card-description{font-size:14px;color:#6b7280;margin:0 0 24px;line-height:1.5}.pricing-page .pricing-card .card-header .card-price{display:flex;align-items:baseline;gap:4px}.pricing-page .pricing-card .card-header .card-price .price-amount{font-size:48px;font-weight:800;color:#111827;line-height:1}.pricing-page .pricing-card .card-header .card-price .price-period{font-size:16px;font-weight:500;color:#6b7280}.pricing-page .pricing-card .card-features{flex:1;margin-bottom:32px}.pricing-page .pricing-card .card-features .feature-item{display:flex;align-items:center;gap:12px;padding:10px 0;font-size:15px;color:#374151;line-height:1.5}.pricing-page .pricing-card .card-features .feature-item .feature-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;font-size:11px}.pricing-page .pricing-card .card-features .feature-item .feature-icon.included{color:#10b981}.pricing-page .pricing-card .card-features .feature-item .feature-icon.excluded{color:#d1d5db}.pricing-page .pricing-card .card-features .feature-item .excluded-text{color:#9ca3af}.pricing-page .pricing-card .card-cta{width:100%}.pricing-page .pricing-footer-note{max-width:600px;margin:64px auto 0;text-align:center;padding:0 24px}.pricing-page .pricing-footer-note .main-note{font-size:16px;color:#6b7280;margin:0 0 8px;font-weight:500}.pricing-page .pricing-footer-note .muted-note{font-size:14px;color:#9ca3af;margin:0;font-style:italic}@media(max-width:1024px){.pricing-page .pricing-cards{grid-template-columns:repeat(2,1fr);gap:24px}.pricing-page .pricing-cards .pricing-card:last-child{grid-column:1 / -1;max-width:400px;margin:0 auto}}@media(max-width:768px){.pricing-page .pricing-content{padding:60px 16px 80px}.pricing-page .pricing-header{margin-bottom:48px}.pricing-page .pricing-header h1{font-size:32px}.pricing-page .pricing-header .pricing-subtext{font-size:16px}.pricing-page .pricing-cards{grid-template-columns:1fr;gap:24px;padding:0}.pricing-page .pricing-cards .pricing-card:last-child{grid-column:auto;max-width:none}.pricing-page .pricing-card{padding:32px 24px}.pricing-page .pricing-card .card-header .card-price .price-amount{font-size:40px}.pricing-page .pricing-footer-note{margin-top:48px}}.contact-page{min-height:100vh;display:flex;flex-direction:column;background:#fff}.contact-page .contact-content{flex:1;background:#fff;padding:80px 0 100px;position:relative}.contact-page .contact-content:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:700px;height:350px;background:var(--gradient-soft-alt);border-radius:50%;filter:blur(70px);opacity:.5;pointer-events:none;z-index:0}.contact-page .contact-content-container{max-width:1200px;margin:0 auto;padding:0 24px}.contact-page .page-back{max-width:860px;margin:0 auto 24px;position:relative;z-index:1}.contact-page .back-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:#6b7280;text-decoration:none;transition:all .2s ease}.contact-page .back-link:hover{color:#7c3aed}.contact-page .contact-container{max-width:860px;margin:0 auto;position:relative;z-index:1}.contact-page .contact-header{text-align:center;margin-bottom:32px}.contact-page .contact-header h1{font-size:clamp(32px,5vw,44px);font-weight:700;line-height:1.2;color:#171717;margin:0 0 12px;letter-spacing:-.5px}.contact-page .contact-header .contact-description{font-size:17px;font-weight:400;line-height:1.6;color:#737373;margin:0 auto;max-width:600px}.contact-page .contact-card{width:100%;max-width:720px;margin:0 auto;background:#fff;border:1px solid #e5e7eb;border-radius:var(--radius-xl, 24px);padding:40px 44px 44px;box-shadow:0 4px 16px #0000000a}.contact-page .contact-form{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.contact-page .contact-form .form-group{display:flex;flex-direction:column;gap:8px}.contact-page .contact-form .form-group label{font-size:14px;font-weight:500;color:#525252;font-family:Inter,sans-serif}.contact-page .contact-form .form-group input,.contact-page .contact-form .form-group textarea{padding:12px 16px;font-size:15px;font-weight:400;line-height:1.5;color:#171717;background:#fff;border:1px solid #E7E5E4;border-radius:12px;font-family:Inter,sans-serif;transition:all .2s ease;outline:none;height:48px}.contact-page .contact-form .form-group input::placeholder,.contact-page .contact-form .form-group textarea::placeholder{color:#a3a3a3}.contact-page .contact-form .form-group input:focus,.contact-page .contact-form .form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.contact-page .contact-form .form-group input.error,.contact-page .contact-form .form-group textarea.error{border-color:#ef4444}.contact-page .contact-form .form-group input.error:focus,.contact-page .contact-form .form-group textarea.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef444414}.contact-page .contact-form .form-group textarea{resize:vertical;min-height:160px;height:auto}.contact-page .contact-form .form-group .error-message{font-size:13px;color:#ef4444;font-weight:500;margin-top:-4px}.contact-page .contact-form .form-group .character-count{font-size:12px;color:#a3a3a3;text-align:right;margin-top:-4px}.contact-page .contact-form .general-error-message{padding:14px 16px;background:#fee2e2;color:#dc2626;border-radius:12px;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;animation:slideIn .3s ease}.contact-page .contact-form .success-message{padding:14px 16px;background:#10b981;color:#fff;border-radius:12px;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;animation:slideIn .3s ease}.contact-page .contact-form .btn{width:100%;margin-top:4px}.contact-page .contact-details{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding-top:32px;border-top:1px solid #f0f0f0}.contact-page .contact-details .detail-item{display:flex;align-items:flex-start;gap:12px}.contact-page .contact-details .detail-item .detail-icon{color:#6b7280;flex-shrink:0;margin-top:2px}.contact-page .contact-details .detail-item .detail-text{flex:1}.contact-page .contact-details .detail-item .detail-text .detail-label{font-size:12px;font-weight:600;color:#a3a3a3;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.contact-page .contact-details .detail-item .detail-text .detail-value{font-size:15px;font-weight:500;color:#171717;line-height:1.5}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.contact-page .contact-content{padding:60px 0 80px}.contact-page .contact-content-container{padding:0 20px}.contact-page .contact-header{margin-bottom:28px}.contact-page .contact-header h1{font-size:28px}.contact-page .contact-header .contact-description{font-size:16px}.contact-page .contact-card{padding:32px 28px 36px;border-radius:var(--radius-lg, 16px)}.contact-page .contact-form{margin-bottom:36px}.contact-page .contact-form .form-group input,.contact-page .contact-form .form-group textarea{font-size:16px}.contact-page .contact-details{grid-template-columns:1fr;gap:20px;padding-top:28px}.contact-page .contact-details .detail-item{padding-bottom:20px;border-bottom:1px solid #F5F5F4}.contact-page .contact-details .detail-item:last-child{border-bottom:none;padding-bottom:0}}@media(max-width:480px){.contact-page .contact-content{padding:56px 0 80px}.contact-page .contact-content-container{padding:0 16px}.contact-page .contact-header h1{font-size:24px}.contact-page .contact-header .contact-description{font-size:15px}.contact-page .contact-card{padding:24px 20px 28px}}.legal-page{min-height:100vh;display:flex;flex-direction:column;background:#fff}.legal-content{flex:1;background:#fff;padding:80px 0 100px;position:relative}.legal-content:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:700px;height:350px;background:var(--gradient-soft-alt);border-radius:50%;filter:blur(70px);opacity:.5;pointer-events:none;z-index:0}.legal-content-container{max-width:1200px;margin:0 auto;padding:0 24px}.page-back{max-width:860px;margin:0 auto 24px;position:relative;z-index:1}.back-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:#6b7280;text-decoration:none;transition:all .2s ease}.back-link:hover{color:#7c3aed}.legal-container{max-width:860px;margin:0 auto;background:#fff;border:1px solid #e5e7eb;border-radius:var(--radius-xl, 24px);padding:48px 56px 56px;box-shadow:0 4px 16px #0000000a;position:relative;z-index:1}.legal-header{margin-bottom:40px;padding-bottom:32px;border-bottom:1px solid #f0f0f0;text-align:left}.legal-header h1{font-size:clamp(32px,5vw,44px);font-weight:700;margin:0 0 10px;color:#171717;letter-spacing:-.5px;line-height:1.2}.legal-header .last-updated{font-size:14px;color:#9ca3af;margin:0;font-weight:400}.legal-body{line-height:1.75;color:#404040;font-size:15px}.legal-body section{margin-bottom:32px}.legal-body section:last-child{margin-bottom:0}.legal-body h2{font-size:20px;font-weight:600;margin:0 0 14px;color:#171717;letter-spacing:-.2px}.legal-body h3{font-size:16px;font-weight:600;margin:20px 0 10px;color:#171717}.legal-body p{margin:0 0 14px;max-width:100%}.legal-body ul{margin:8px 0 16px;padding-left:24px}.legal-body ul li{margin-bottom:8px;line-height:1.7}.legal-body ul li:last-child{margin-bottom:0}.legal-body ul li strong{color:#171717}.legal-body a{color:#2563eb;text-decoration:none;font-weight:500}.legal-body a:hover{text-decoration:underline}@media(max-width:768px){.legal-content{padding:60px 0 80px}.legal-content-container{padding:0 20px}.legal-container{padding:36px 32px 40px;border-radius:var(--radius-lg, 16px)}.legal-header{margin-bottom:32px;padding-bottom:24px}.legal-header h1{font-size:28px}.legal-body{font-size:15px}.legal-body h2{font-size:18px}}@media(max-width:480px){.legal-content{padding:56px 0 80px}.legal-content-container{padding:0 16px}.page-back{margin-bottom:20px}.legal-container{padding:28px 20px 32px}.legal-header h1{font-size:24px}.legal-body{font-size:14px}.legal-body h2{font-size:17px}}
