: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}.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:#fff;padding:100px 0;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:.6}.how-it-works-section .how-it-works-container{max-width:1200px;margin:0 auto;padding:0 24px}.how-it-works-section .section-header{text-align:center;margin-bottom:64px;position:relative}.how-it-works-section .section-header:after{content:"";position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:80px;height:4px;background:var(--gradient-primary);border-radius:2px;opacity:.8}.how-it-works-section .section-header h2{font-size:clamp(36px,4vw,48px);font-weight:700;line-height:1.2;color:#111;margin:0 0 16px;letter-spacing:-1px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.how-it-works-section .section-header .section-subtitle{font-size:19px;font-weight:400;line-height:1.6;color:#525252;margin:0}.how-it-works-section .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.how-it-works-section .step-card{background:#fff;border:1px solid #E7E5E4;border-radius:16px;padding:28px;transition:all .2s ease;position:relative;box-shadow:0 1px 3px #0000000a}.how-it-works-section .step-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.how-it-works-section .step-card .step-badge{display:inline-flex;align-items:center;justify-content:center;background:var(--gradient-light-blue);color:#2563eb;font-size:13px;font-weight:700;padding:4px 12px;border-radius:6px;margin-bottom:20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.5px}.how-it-works-section .step-card .step-icon{margin-bottom:16px}.how-it-works-section .step-card .step-icon svg{width:32px;height:32px;color:#404040;stroke-width:1.5}.how-it-works-section .step-card .step-title{font-size:20px;font-weight:700;color:#111;margin:0 0 12px;letter-spacing:-.3px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.how-it-works-section .step-card .step-description{font-size:15px;font-weight:400;line-height:1.65;color:#737373;margin:0}@media(max-width:1024px){.how-it-works-section{padding:80px 0}.how-it-works-section .section-header{margin-bottom:56px}.how-it-works-section .steps-grid{grid-template-columns:repeat(2,1fr);gap:20px}.how-it-works-section .steps-grid .step-card:last-child{grid-column:1 / -1;max-width:500px;margin:0 auto;width:100%}}@media(max-width:768px){.how-it-works-section{padding:60px 0}.how-it-works-section .section-header{margin-bottom:48px}.how-it-works-section .section-header h2{font-size:32px;letter-spacing:-.8px}.how-it-works-section .section-header .section-subtitle{font-size:17px}.how-it-works-section .steps-grid{grid-template-columns:1fr;gap:20px}.how-it-works-section .steps-grid .step-card:last-child{grid-column:auto;max-width:100%}.how-it-works-section .step-card{padding:24px}.how-it-works-section .step-card .step-badge{font-size:12px;padding:4px 10px;margin-bottom:18px}.how-it-works-section .step-card .step-icon svg{width:28px;height:28px}.how-it-works-section .step-card .step-title{font-size:18px;margin-bottom:10px}.how-it-works-section .step-card .step-description{font-size:14px}}.reliability-section{background:#f9fafb;padding:100px 0;position:relative;overflow:hidden}.reliability-section:before{content:"";position:absolute;top:20%;left:10%;width:600px;height:600px;background:var(--gradient-glow);border-radius:50%;filter:blur(80px);opacity:.4;pointer-events:none;z-index:0}.reliability-section:after{content:"";position:absolute;bottom:10%;right:10%;width:500px;height:500px;background:radial-gradient(circle at 50% 50%,rgba(124,58,237,.15),rgba(6,182,212,.1) 50%,transparent 75%);border-radius:50%;filter:blur(70px);opacity:.5;pointer-events:none;z-index:0}.reliability-section .reliability-container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.reliability-section .reliability-header{text-align:center;margin-bottom:64px}.reliability-section .reliability-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}.reliability-section .reliability-header .reliability-subtext{font-size:20px;font-weight:400;line-height:1.6;color:#6b7280;margin:0}.reliability-section .reliability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}.reliability-section .card{background:#fff;border:1px solid #e7e5e4;border-radius:24px;padding:32px;box-shadow:0 1px 3px #0000000a;transition:all .3s ease;position:relative}.reliability-section .card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.reliability-section .card .card-icon-container{width:44px;height:44px;background:var(--gradient-light-blue);border-radius:14px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.reliability-section .card .card-icon-container .card-icon{width:22px;height:22px;color:#2563eb;stroke-width:2}.reliability-section .card h3{font-size:22px;font-weight:700;line-height:1.3;color:#111827;margin:0 0 12px;font-family:Inter,sans-serif}.reliability-section .card p{font-size:16px;font-weight:400;line-height:1.6;color:#6b7280;margin:0}.reliability-section .card-span-2{grid-column:span 2}@media(max-width:1024px){.reliability-section .reliability-grid{grid-template-columns:repeat(2,1fr);gap:20px}.reliability-section .card-span-2{grid-column:span 2}}@media(max-width:768px){.reliability-section{padding:80px 0}.reliability-section .reliability-header{margin-bottom:48px}.reliability-section .reliability-header h2{font-size:32px}.reliability-section .reliability-header .reliability-subtext{font-size:18px}.reliability-section .reliability-grid{grid-template-columns:1fr;gap:20px}.reliability-section .card-span-2{grid-column:span 1}.reliability-section .card{padding:24px}.reliability-section .card .card-icon-container{width:40px;height:40px;border-radius:12px;margin-bottom:14px}.reliability-section .card .card-icon-container .card-icon{width:20px;height:20px}.reliability-section .card h3{font-size:20px;margin-bottom:10px}.reliability-section .card p{font-size:15px}}.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:32px}.feature-highlights-section .feature-card{background:#fff;border-radius:24px;padding:32px 28px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease;text-align:center}.feature-highlights-section .feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.feature-highlights-section .feature-card .feature-icon-badge{width:64px;height:64px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#6366f1;margin:0 auto 20px}.feature-highlights-section .feature-card .feature-title{font-size:20px;font-weight:700;line-height:1.3;color:#111827;margin:0 0 12px;font-family:Inter,sans-serif}.feature-highlights-section .feature-card .feature-description{font-size:15px;font-weight:400;line-height:1.6;color:#6b7280;margin:0}@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 .feature-card{padding:28px 24px}.feature-highlights-section .feature-card .feature-icon-badge{width:56px;height:56px}.feature-highlights-section .feature-card .feature-title{font-size:18px}.feature-highlights-section .feature-card .feature-description{font-size:14px}}.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{font-size:17px;font-weight:600;letter-spacing:.02em;color:#525252;transition:color .3s ease;white-space:nowrap}.trusted-brands-section .trusted-brands-logos .brand-logo:hover{color:#171717}@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{font-size:16px}}@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{font-size:15px;flex-basis:calc(50% - 16px);text-align:center}}@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{font-size:14px;flex-basis:calc(50% - 12px)}}.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 24px 100px;position:relative}.contact-page .contact-content:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:600px;height:350px;background:var(--gradient-soft-alt);border-radius:50%;filter:blur(70px);opacity:.5;pointer-events:none;z-index:0}.contact-page .page-back{max-width:640px;margin:0 auto 24px;padding:0 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:640px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.contact-page .contact-header{text-align:center;margin-bottom:48px}.contact-page .contact-header h1{font-size:clamp(36px,5vw,48px);font-weight:700;line-height:1.2;color:#171717;margin:0 0 16px;letter-spacing:-.5px}.contact-page .contact-header .contact-description{font-size:18px;font-weight:400;line-height:1.6;color:#737373;margin:0}.contact-page .contact-form{display:flex;flex-direction:column;gap:20px;margin-bottom:56px}.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:32px;padding-top:40px;border-top:1px solid #E7E5E4}.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:6px}.contact-page .contact-details .detail-item .detail-text .detail-value{font-size:16px;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 20px 80px}.contact-page .contact-container{padding:0}.contact-page .contact-header{margin-bottom:40px}.contact-page .contact-header h1{font-size:32px}.contact-page .contact-header .contact-description{font-size:16px}.contact-page .contact-form{margin-bottom:48px}.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:24px;padding-top:32px}.contact-page .contact-details .detail-item{padding-bottom:24px;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 16px 80px}.contact-page .contact-header h1{font-size:28px}.contact-page .contact-header .contact-description{font-size:15px}}.legal-page{min-height:100vh;display:flex;flex-direction:column}.legal-content{flex:1;padding:3rem 1.5rem 4rem;max-width:1200px;margin:0 auto;width:100%}.page-back{margin-bottom:2rem}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#666;font-size:.875rem;text-decoration:none;transition:color .2s ease}.back-link:hover{color:#000}.legal-container{max-width:56rem;margin:0 auto}.legal-header{margin-bottom:3rem;text-align:left}.legal-header h1{font-size:3rem;font-weight:700;margin:0 0 .75rem;color:#000;letter-spacing:-.02em}.legal-header .last-updated{font-size:1rem;color:#666;margin:0}.legal-body{line-height:1.7;color:#333}.legal-body h2{font-size:1.5rem;font-weight:600;margin:2.5rem 0 1rem;color:#000}.legal-body h2:first-child{margin-top:0}.legal-body h3{font-size:1.125rem;font-weight:600;margin:1.5rem 0 .75rem;color:#000}.legal-body p{margin:0 0 1rem;max-width:100%}.legal-body ul{margin:.75rem 0 1.5rem;padding-left:1.5rem}.legal-body ul li{margin-bottom:.5rem}.legal-body ul li:last-child{margin-bottom:0}.legal-body a{color:#06c;text-decoration:none}.legal-body a:hover{text-decoration:underline}@media(max-width:768px){.legal-content{padding:2rem 1rem 3rem}.legal-header h1{font-size:2rem}.legal-body h2{font-size:1.25rem}}
