@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.navbar{background-color:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#1f2937;padding:1.25rem 0;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d;border-bottom:1px solid rgba(229,231,235,.8);transition:all .3s ease}.navbar .container{display:flex;justify-content:space-between;align-items:center}.nav-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:transform .3s ease}.nav-logo{height:40px;width:auto;display:block}.nav-brand-text{font-size:1.5rem;font-weight:600;color:#1f2937}.nav-brand:hover{opacity:.8}.nav-brand:hover .nav-brand-text{color:#1f2937}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{color:#1f2937;text-decoration:none;transition:color .2s ease;font-weight:400;position:relative;padding:.5rem 0;font-size:.95rem}.nav-menu a{position:relative}.nav-indicator{position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#0b5fff;border-radius:2px}.nav-menu a:hover,.nav-menu a.active{color:#0b5fff}@media (max-width: 768px){.nav-menu{gap:1rem;font-size:.9rem}.nav-logo{height:32px}.nav-brand-text{font-size:1.2rem}}.footer{background-color:#1f2937;color:#fff;padding:clamp(2rem,4vw,3rem) 0;text-align:center;margin-top:clamp(3rem,6vw,6rem);border-top:1px solid rgba(229,231,235,.1)}.footer p{margin:0;color:#9ca3af;font-size:.875rem;font-weight:400}.hero{position:relative;background:linear-gradient(to bottom,#fff,#f9fafb);border-bottom:1px solid rgba(229,231,235,.5)}.hero-content{padding:clamp(3rem,8vw,6rem) 0 clamp(2rem,4vw,3rem);text-align:center}.hero-title{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;margin-bottom:1.5rem;line-height:1.1;color:#1f2937;letter-spacing:-.02em}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);max-width:800px;margin:0 auto;line-height:1.8;color:#6b7280;font-weight:400}.hero-image-container{width:100%;max-width:1400px;margin:0 auto;padding:0 20px 4rem}.hero-image{width:100%;height:auto;display:block;border-radius:16px;border:1px solid rgba(229,231,235,.5);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transition:transform .3s ease,box-shadow .3s ease}.hero-image:hover{transform:translateY(-2px);box-shadow:0 25px 30px -5px #0000001f,0 15px 15px -5px #0000000f}.hero-image-placeholder{display:none;width:100%;background:#fff;border-radius:4px;border:1px solid #E5E7EB;box-shadow:0 1px 3px #0000001a;padding:1.5rem;min-height:400px}.dashboard-placeholder{width:100%;height:100%}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5rem;border-bottom:1px solid #E5E7EB;margin-bottom:1.5rem}.dashboard-title{font-size:1.25rem;font-weight:600;color:#1f2937}.dashboard-stats{display:flex;gap:1rem}.stat{font-size:.875rem;padding:.25rem .75rem;border-radius:4px;font-weight:500}.stat.passed{background-color:#ecfdf5;color:#065f46}.stat.failed{background-color:#fef2f2;color:#991b1b}.stat.untested{background-color:#f3f4f6;color:#374151}.dashboard-content{display:grid;grid-template-columns:200px 1fr;gap:2rem}.dashboard-chart{width:200px;height:200px;border-radius:50%;background:conic-gradient(#10b981,#10b981 190deg,#ef4444 190deg,#ef4444 210deg,#f59e0b 210deg,#f59e0b 250deg,#e5e7eb 250deg,#e5e7eb 360deg);border:2px solid #ffffff}.dashboard-table{display:flex;flex-direction:column;gap:.75rem}.table-row{display:grid;grid-template-columns:80px 1fr 120px;gap:1rem;padding:.75rem;background-color:#f9fafb;border-radius:4px;align-items:center}.test-id{font-size:.875rem;color:#6b7280;font-weight:500}.test-title{font-size:.875rem;color:#1f2937}.test-status{font-size:.75rem;padding:.25rem .5rem;border-radius:4px;font-weight:500;text-align:center}.test-status.passed{background-color:#ecfdf5;color:#065f46}.test-status.untested{background-color:#f3f4f6;color:#374151}@media (max-width: 768px){.dashboard-content{grid-template-columns:1fr}.dashboard-chart{margin:0 auto}.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.table-row{grid-template-columns:1fr;gap:.5rem}}.section{padding:clamp(3rem,8vw,6rem) 0;background-color:#fff}.section-alt{background:linear-gradient(to bottom,#f9fafb,#fff)}.section-title{font-size:clamp(1.875rem,4vw,2.5rem);margin-bottom:clamp(1.5rem,3vw,3rem);color:#1f2937;text-align:center;font-weight:700;letter-spacing:-.02em;line-height:1.2}.section-intro{font-size:1rem;margin-bottom:2rem;text-align:center;color:#6b7280}.feature-list{list-style:none;max-width:750px;margin:2.5rem auto;padding:0}.feature-item{padding:1rem 0 1rem 2.5rem;position:relative;font-size:1rem;color:#1f2937;line-height:1.6}.feature-icon{position:absolute;left:0;color:#0b5fff;font-weight:600;font-size:1.25rem;width:2rem;display:inline-block}.compliance-note{margin-top:3rem;padding:1.5rem;background-color:#f0f9ff;border-left:4px solid #0B5FFF;border-radius:4px;text-align:center;color:#1f2937;font-size:.9375rem;border:1px solid #E0F2FE}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:900px;margin:2rem auto 0}.step{text-align:center;padding:2.5rem 2rem;background:#fff;border-radius:16px;border:1px solid rgba(229,231,235,.5);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.step:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0b5fff,#14b8a6);transform:scaleX(0);transition:transform .3s ease}.step:hover{border-color:#0b5fff;box-shadow:0 10px 15px -3px #0b5fff1a,0 4px 6px -2px #0b5fff0d;transform:translateY(-4px)}.step:hover:before{transform:scaleX(1)}.step-number{width:56px;height:56px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#0b5fff,#0052cc);color:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 4px 6px -1px #0b5fff4d;transition:transform .3s ease}.step:hover .step-number{transform:scale(1.1)}.step h3{font-size:1.125rem;margin-bottom:.5rem;color:#1f2937;font-weight:600}.step p{color:#6b7280;font-size:.875rem;line-height:1.6}.use-cases-content{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center;max-width:1200px;margin:clamp(2rem,4vw,4rem) auto 0}.use-cases-image-container{width:100%;display:flex;justify-content:center;align-items:center}.use-cases-image{max-width:100%;height:auto;border-radius:20px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transition:transform .3s ease,box-shadow .3s ease}.use-cases-image:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 25px 30px -5px #00000026,0 15px 15px -5px #00000014}.mobile-image-placeholder{display:none;width:100%;max-width:300px;margin:0 auto;justify-content:center;align-items:center}.phone-mockup{width:280px;height:560px;background:#1f2937;border-radius:40px;padding:8px;box-shadow:0 8px 24px #0003}.phone-screen{width:100%;height:100%;background:#fff;border-radius:32px;overflow:hidden;display:flex;flex-direction:column}.phone-status-bar{display:flex;justify-content:space-between;padding:8px 16px;font-size:.75rem;color:#1f2937;font-weight:500;border-bottom:1px solid #E5E7EB}.phone-content{flex:1;padding:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(to bottom,#f9fafb,#fff)}.nav-header{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:2rem}.nav-instruction{text-align:center}.nav-arrow{font-size:4rem;color:#0b5fff;margin-bottom:1rem}.nav-text{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.nav-distance{font-size:1rem;color:#6b7280}.use-cases-list{display:flex;flex-direction:column;gap:2rem}.use-case-item{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem;border-radius:12px;background:#fff;border:1px solid rgba(229,231,235,.5);transition:all .3s ease}.use-case-item:hover{border-color:#0b5fff;box-shadow:0 4px 6px -1px #0b5fff1a,0 2px 4px -1px #0b5fff0f;transform:translate(4px)}.use-case-icon{color:#0b5fff;font-weight:700;font-size:1.5rem;flex-shrink:0;margin-top:.125rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#0b5fff1a;border-radius:8px}.use-case-item h3{font-size:clamp(1.125rem,2vw,1.375rem);font-weight:600;color:#1f2937;margin:0;line-height:1.6}.infrastructure-content{max-width:1200px;margin:0 auto}.infrastructure-text{max-width:700px;margin:0 auto 3rem;text-align:center}.infrastructure-text p{font-size:clamp(.9375rem,1.5vw,1.125rem);line-height:1.8;color:#6b7280;margin-bottom:1.5rem;font-weight:400}.infrastructure-text p:last-child{margin-bottom:0}.infrastructure-image-container{width:100%;max-width:1200px;margin:0 auto}.infrastructure-image{width:100%;height:auto;display:block;border-radius:16px;border:1px solid rgba(229,231,235,.5);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transition:transform .3s ease,box-shadow .3s ease}.infrastructure-image:hover{transform:translateY(-2px);box-shadow:0 25px 30px -5px #0000001f,0 15px 15px -5px #0000000f}.network-graph-placeholder{display:none;width:100%;padding:3rem;background:#fff;border-radius:4px;border:1px solid #E5E7EB;box-shadow:0 1px 3px #0000001a;min-height:400px}.graph-title{font-size:1.25rem;font-weight:600;color:#1f2937;text-align:center;margin-bottom:2rem}.graph-visualization{position:relative;width:100%;height:300px;background:#f9fafb;border-radius:4px;overflow:hidden}.graph-node{position:absolute;padding:.5rem 1rem;background:#0b5fff;color:#fff;border-radius:4px;font-size:.875rem;font-weight:500;z-index:2}.node-large{background:#0b5fff;padding:.75rem 1.5rem;font-size:1rem}.node-medium{background:#14b8a6;padding:.625rem 1.25rem}.node-small{background:#6b7280;padding:.5rem 1rem;font-size:.75rem}.graph-connections{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}@media (max-width: 768px){.use-cases-content{grid-template-columns:1fr;gap:2.5rem}.use-cases-image-container{order:2}.use-cases-list{order:1}.use-case-item{padding:1.25rem}.use-case-item h3{font-size:1.125rem}.process-steps{grid-template-columns:1fr;gap:1.5rem}.step{padding:2rem 1.5rem}.infrastructure-text{margin-bottom:2rem}.infrastructure-text p{font-size:.9375rem}}@media (max-width: 480px){.hero-image-container{padding:0 clamp(1rem,4vw,1.5rem) clamp(2rem,4vw,3rem)}.use-case-item{flex-direction:column;text-align:center;gap:1rem}.use-case-icon{margin:0 auto}}.content-block p{margin-bottom:1.75rem;font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.8;color:#1f2937;font-weight:400}.important-note{background:linear-gradient(135deg,#fef3c7,#fde68a);border-left:4px solid #F59E0B;padding:2rem;border-radius:12px;margin-top:2.5rem;border:1px solid rgba(253,230,138,.5);box-shadow:0 4px 6px -1px #f59e0b1a}.important-note p{margin:0;font-size:.9375rem;color:#92400e;line-height:1.6}@media (max-width: 768px){.page-header h1{font-size:2rem}.content-block p{font-size:1rem}}.page-header{background-color:#fff;color:#1f2937;padding:4rem 0;text-align:center;border-bottom:1px solid #E5E7EB}.page-header h1{font-size:2.5rem;font-weight:600;color:#1f2937}.section{padding:4rem 0;background-color:#f9fafb}.content-block{max-width:800px;margin:0 auto}.content-block h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1.25rem;color:#1f2937;font-weight:600}.content-block h2:first-child{margin-top:0}.policy-list{list-style:none;margin:1.25rem 0 2.5rem;padding:0}.policy-list li{padding:.75rem 0 .75rem 2rem;position:relative;font-size:1rem;line-height:1.75;color:#1f2937}.policy-list.allowed li:before{content:"✓";position:absolute;left:0;color:#14b8a6;font-weight:600;font-size:1.25rem;width:1.5rem;display:inline-block}.policy-list.prohibited li:before{content:"✗";position:absolute;left:0;color:#ef4444;font-weight:600;font-size:1.25rem;width:1.5rem;display:inline-block}.compliance-statement{margin-top:2.5rem;padding:1.5rem;background-color:#ecfdf5;border-left:4px solid #14B8A6;border-radius:4px;border:1px solid #D1FAE5}.compliance-statement p{margin:0;font-size:.9375rem;color:#065f46;line-height:1.6}@media (max-width: 768px){.page-header h1{font-size:2rem}.content-block h2{font-size:1.5rem}.policy-list li{font-size:1rem}}.page-header{background:linear-gradient(to bottom,#fff,#f9fafb);color:#1f2937;padding:clamp(3rem,8vw,6rem) 0;text-align:center;border-bottom:1px solid rgba(229,231,235,.5)}.page-header h1{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#1f2937;letter-spacing:-.02em;line-height:1.2}.section{padding:clamp(3rem,8vw,6rem) 0;background-color:#f9fafb}.contact-info{max-width:700px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.contact-item{text-align:center;padding:2.5rem 2rem;background-color:#fff;border-radius:16px;border:1px solid rgba(229,231,235,.5);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000d}.contact-item:hover{border-color:#0b5fff;box-shadow:0 10px 15px -3px #0b5fff1a,0 4px 6px -2px #0b5fff0d;transform:translateY(-4px)}.contact-item h2{font-size:1.25rem;margin-bottom:1rem;color:#1f2937;font-weight:600}.contact-item p{font-size:1rem;color:#6b7280;margin:0}.contact-item a{color:#0b5fff;text-decoration:none;transition:color .2s ease;font-weight:400}.contact-item a:hover{color:#0052cc;text-decoration:underline}@media (max-width: 768px){.page-header h1{font-size:2rem}.contact-info{grid-template-columns:1fr}.contact-item{padding:2rem 1.5rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--spacing-3xl: 6rem;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.7;color:#1f2937;background-color:#fff;overflow-x:hidden;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1280px;margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.fade-in{animation:fadeIn .6s cubic-bezier(.4,0,.2,1) forwards}html{scroll-behavior:smooth}
