@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap";:root{--dezxi-blue:#312ab3;--dezxi-blue-light:#4d45e1;--dezxi-blue-soft:#c9c7ff;--dezxi-peach:#deb28f;--dezxi-white:#f1f2f3;--gray-900:#2a2a2a;--gray-600:#5a5a5a;--gray-500:#898989;--gray-200:#d0d0d0;--white:#fff;--text:var(--gray-600);--text-heading:var(--gray-900);--bg:var(--white);--surface:var(--dezxi-white);--border:var(--gray-200);--shadow-sm:0 1px 3px #312ab314;--shadow-md:0 8px 30px #312ab31f;--shadow-lg:0 20px 60px #312ab326;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--font:"DM Sans", system-ui, sans-serif;--max-width:1120px;--header-height:72px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:16px;line-height:1.6}#root{min-height:100svh}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4{color:var(--text-heading);margin:0;font-weight:700;line-height:1.2}p{margin:0}ul{margin:0;padding:0;list-style:none}.container{width:min(100% - 2.5rem, var(--max-width));margin-inline:auto}.section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--dezxi-blue);margin-bottom:.75rem;font-size:.8125rem;font-weight:600;display:inline-block}.section-title{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem)}.section-subtitle{color:var(--gray-500);max-width:36rem;font-size:1.0625rem}.btn{border-radius:var(--radius-md);justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--dezxi-blue);color:var(--white);box-shadow:var(--shadow-sm);-webkit-text-decoration-color:none;text-decoration-color:none}.btn-primary:hover{background:var(--dezxi-blue-light);color:var(--white);box-shadow:var(--shadow-md)}.btn-outline{border:2px solid var(--dezxi-blue);color:var(--dezxi-blue);background:0 0}.btn-outline:hover{background:#312ab30f}.site{overflow-x:hidden}.header{z-index:100;height:var(--header-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#ffffffeb;position:sticky;top:0}.header .btn-primary,.header .btn-primary:hover{color:var(--white)}.header-inner{justify-content:space-between;align-items:center;height:100%;display:flex}.header-inner a{color:var(--dezxi-blue)}.logo{color:var(--text-heading);align-items:center;gap:.625rem;font-size:1.375rem;font-weight:700;display:flex}.logo img{border-radius:10px;width:36px;height:36px}.header-inner .logo img{border-radius:10px;width:60px;height:60px}.nav{align-items:center;gap:2rem;display:flex}.nav a{color:var(--gray-600);font-size:.9375rem;font-weight:500;transition:color .2s}.nav a:hover{color:var(--dezxi-blue)}.nav-cta{padding:.625rem 1.25rem;font-size:.9375rem}.menu-toggle{border-radius:var(--radius-sm);width:40px;height:40px;color:var(--text-heading);justify-content:center;align-items:center;display:none}.menu-toggle svg{width:24px;height:24px}@media (width<=768px){.menu-toggle{display:flex}.nav{inset:var(--header-height) 0 auto 0;background:var(--white);border-bottom:1px solid var(--border);opacity:0;pointer-events:none;flex-direction:column;gap:0;padding:1rem 0;transition:transform .25s,opacity .25s;position:fixed;transform:translateY(-120%)}.nav.open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav a,.nav .nav-cta{text-align:center;width:100%;padding:.875rem 1.25rem}}.hero{background:radial-gradient(ellipse 80% 60% at 70% 20%, #c9c7ff73, transparent), radial-gradient(ellipse 50% 40% at 10% 80%, #deb28f40, transparent), var(--surface);padding:4rem 0 5rem;position:relative}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.hero-badge{background:var(--white);border:1px solid var(--dezxi-blue-soft);border-radius:var(--radius-full);color:var(--dezxi-blue);align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.375rem .875rem;font-size:.8125rem;font-weight:600;display:inline-flex}.hero-badge-dot{background:var(--dezxi-peach);border-radius:50%;width:8px;height:8px}.hero h1{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2.25rem,5vw,3.5rem)}.hero h1 span{color:var(--dezxi-blue)}.hero-description{color:var(--gray-500);max-width:28rem;margin-bottom:2rem;font-size:1.125rem}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.hero-stats{gap:2.5rem;display:flex}.hero-stat strong{color:var(--text-heading);font-size:1.5rem;display:block}.hero-stat span{color:var(--gray-500);font-size:.875rem}.hero-visual{justify-content:center;display:flex;position:relative}.hero-visual img{width:min(100%,420px);filter:drop-shadow(var(--shadow-lg))}.hero-visual:before{content:"";background:linear-gradient(135deg, var(--dezxi-blue-soft), var(--dezxi-peach));filter:blur(60px);opacity:.5;z-index:-1;border-radius:50%;position:absolute;inset:10% 5%}@media (width<=900px){.hero-grid{text-align:center;grid-template-columns:1fr}.hero-description,.hero-badge{margin-inline:auto}.hero-actions,.hero-stats{justify-content:center}.hero-visual{order:-1}.hero-visual img{width:min(80%,320px)}}.features{padding:5rem 0}.features-header{text-align:center;margin-bottom:3rem}.features-header .section-subtitle{margin-inline:auto}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feature-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:box-shadow .25s,transform .25s}.feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.feature-icon{border-radius:var(--radius-md);width:52px;height:52px;color:var(--dezxi-blue);background:#312ab314;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.feature-icon svg{width:26px;height:26px}.feature-card h3{margin-bottom:.625rem;font-size:1.125rem}.feature-card p{color:var(--gray-500);font-size:.9375rem}@media (width<=900px){.features-grid{grid-template-columns:1fr}}.how-it-works{background:var(--surface);padding:5rem 0}.steps{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.step{text-align:center}.step-image{justify-content:center;align-items:center;height:160px;margin-bottom:1.5rem;display:flex}.step-image img{object-fit:contain;width:auto;max-height:140px}.step-number{background:var(--dezxi-blue);width:32px;height:32px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:inline-flex}.step h3{margin-bottom:.5rem;font-size:1.125rem}.step p{color:var(--gray-500);max-width:18rem;margin-inline:auto;font-size:.9375rem}@media (width<=900px){.steps{grid-template-columns:1fr;max-width:24rem;margin-inline:auto}}.audience{padding:5rem 0}.audience-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem;display:grid}.audience-card{border-radius:var(--radius-lg);border:1px solid var(--border);padding:2.5rem}.audience-card.passengers{background:linear-gradient(145deg,#312ab30f,#c9c7ff33)}.audience-card.operators{background:linear-gradient(145deg,#deb28f26,#f1f2f3cc)}.audience-tag{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.audience-card.passengers .audience-tag{background:var(--dezxi-blue);color:var(--white)}.audience-card.operators .audience-tag{background:var(--dezxi-peach);color:var(--gray-900)}.audience-card h3{margin-bottom:.75rem;font-size:1.375rem}.audience-card p{color:var(--gray-500);margin-bottom:1.25rem}.audience-list li{color:var(--gray-600);margin-bottom:.625rem;padding-left:1.5rem;font-size:.9375rem;position:relative}.audience-list li:before{content:"✓";color:var(--dezxi-blue);font-weight:700;position:absolute;left:0}@media (width<=768px){.audience-grid{grid-template-columns:1fr}}.download{background:var(--dezxi-blue);color:var(--white);padding:5rem 0}.download-inner{text-align:center}.download .section-label{color:var(--dezxi-blue-soft)}.download h2{color:var(--white);margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem)}.download p{color:#fffc;max-width:32rem;margin:0 auto 2rem;font-size:1.0625rem}.download-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.download .btn-primary{background:var(--white);color:var(--dezxi-blue)}.download .btn-primary:hover{background:var(--dezxi-white)}.download .btn-outline{color:var(--white);border-color:#ffffff80}.download .btn-outline:hover{background:#ffffff1a}.download-note{color:#fff9;margin-top:1.5rem;font-size:.875rem}.footer{background:var(--gray-900);color:#ffffffb3;padding:3rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2.5rem;display:grid}.footer-brand .logo{color:var(--white);margin-bottom:1rem}.footer-brand p{max-width:22rem;font-size:.9375rem;line-height:1.7}.footer h4{color:var(--white);margin-bottom:1rem;font-size:.9375rem}.footer-links li{margin-bottom:.5rem}.footer-links a{font-size:.9375rem;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:2rem;font-size:.875rem;display:flex}@media (width<=768px){.footer-grid{grid-template-columns:1fr}}.legal-page{background:var(--surface);flex-direction:column;min-height:100svh;display:flex}.legal-page main{flex:1;padding:2.5rem 0 4rem}.legal-document{text-align:left;max-width:760px;padding-top:1.5rem;padding-bottom:3rem}.legal-back a{color:var(--dezxi-blue);font-weight:600}.legal-back a:hover{text-decoration:underline}.legal-header{margin-top:3rem;margin-bottom:1.5rem}.legal-header h1{text-transform:uppercase;letter-spacing:.02em;text-align:center;margin-bottom:.5rem;font-size:clamp(1.75rem,4vw,2.25rem)}.legal-updated{color:var(--gray-500);font-size:.8125rem}.legal-section{scroll-margin-top:calc(var(--header-height) + 1rem);margin-top:2rem}.legal-section-title{text-transform:uppercase;letter-spacing:.02em;color:var(--text-heading);margin:2rem 0 1rem;font-size:1.0625rem}.legal-subtitle{color:var(--text-heading);margin:1rem 0 .5rem;font-size:.9375rem;font-weight:600}.legal-body,.legal-short{color:var(--gray-600);margin-bottom:.75rem;font-size:.9375rem;line-height:1.65}.legal-short{font-style:italic}.legal-list{margin:0 0 1rem;padding-left:1.25rem;list-style:outside}.legal-list li{color:var(--gray-600);margin-bottom:.5rem;font-size:.9375rem;line-height:1.65}.legal-link{color:var(--dezxi-blue);font-weight:600}.legal-link:hover{text-decoration:underline}.legal-summary-item{margin-bottom:.75rem}.legal-summary-question{color:var(--text-heading);margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.legal-toc{margin:0 0 1.5rem;padding-left:1.25rem}.legal-toc li{margin-bottom:.375rem}.legal-toc a{color:var(--dezxi-blue);text-transform:uppercase;letter-spacing:.02em;font-size:.875rem}.legal-toc a:hover{text-decoration:underline}.legal-table-wrap{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);margin-bottom:1rem;overflow-x:auto}.legal-table{border-collapse:collapse;width:100%;font-size:.8125rem}.legal-table th,.legal-table td{border-bottom:1px solid var(--border);vertical-align:top;text-align:left;color:var(--gray-600);padding:.625rem .5rem;line-height:1.5}.legal-table th{color:var(--text-heading);background:var(--surface);font-weight:700}.legal-table-collected{text-align:center;color:var(--text-heading);white-space:nowrap;font-weight:600}
