:root{--bg:#050816;--bg-soft:#0b1020;--accent:#ff6b3d;--accent-soft:rgba(255, 107, 61, 0.12);--text:#f5f5f5;--muted:#a3acc4;--border:#222842;--radius-lg:18px;--radius-xl:26px;--shadow-lg:0 18px 45px rgba(0, 0, 0, 0.45)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at top left,#1b2a4a 0,#050816 50%,#02030a 100%);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}.page{max-width:1120px;margin:0 auto;padding:32px 16px 64px}header{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:40px}.brand{display:flex;align-items:center;gap:12px}.brand-logo img{height:108px;width:180px;object-fit:contain;display:block}.brand-title{font-weight:600;font-size:15px;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.nav-cta{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--muted)}.nav-cta a{padding:8px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(120deg,rgba(255,255,255,.04),rgba(255,255,255,.01));backdrop-filter:blur(10px);font-size:13px;transition:all .2s ease}.nav-cta a:hover{border-color:var(--accent);transform:translateY(-1px)}.hero-wrapper{background:0 0;border:none;padding:0;margin-bottom:50px}.hero{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2.6fr);gap:36px;align-items:center;margin-bottom:56px}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:5px 10px;border-radius:999px;background:rgba(16,185,129,.08);border:1px solid rgba(45,212,191,.3);font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#67e8f9;margin-bottom:18px}.eyebrow span{width:5px;height:5px;border-radius:999px;background:#22c55e;box-shadow:0 0 12px rgba(34,197,94,.9)}.hero h1{font-size:clamp(30px, 4vw, 40px);line-height:1.1;margin-bottom:14px}.hero h1 span{background:linear-gradient(120deg,#ffb347,#ff6b3d,#f97316);-webkit-background-clip:text;color:transparent}header .eyebrow{margin-bottom:0}header .brand .eyebrow{margin-left:26px}.hero-sub{font-size:15px;color:var(--muted);max-width:520px;margin-bottom:22px}.hero-highlights{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}.pill{font-size:11px;text-transform:uppercase;letter-spacing:.12em;padding:6px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.14);color:#e5e7eb;background:rgba(15,23,42,.7)}.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}.hero-ctas.centered{justify-content:center;margin-bottom:8px}.btn-ghost,.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:999px;font-size:14px;font-weight:500;border:1px solid transparent;cursor:pointer;transition:all .18s ease}.btn-primary{background-image:linear-gradient(135deg,#ff6b3d,#fb923c);box-shadow:0 14px 35px rgba(248,113,113,.3);color:#111827}.btn-primary:hover{transform:translateY(-1px) scale(1.01)}.btn-ghost{background:rgba(15,23,42,.8);border-color:rgba(148,163,184,.6);color:#e5e7eb}.btn-ghost:hover{border-color:#f97316;background:#0f172a}.hero-note{font-size:12px;color:var(--muted)}.hero-note strong{color:#facc15}.hero-card{position:relative;border-radius:var(--radius-xl);padding:22px 20px 18px;background:radial-gradient(circle at top left,rgba(251,191,36,.18),transparent 55%),radial-gradient(circle at bottom right,rgba(59,130,246,.25),transparent 60%),linear-gradient(145deg,#020617,#020617);border:1px solid rgba(148,163,184,.35);box-shadow:var(--shadow-lg);overflow:hidden}.hero-card-tag{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#e5e7eb;opacity:.8;margin-bottom:8px}.hero-card-title{font-size:16px;font-weight:600;margin-bottom:14px}.hero-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:18px}.hero-chip{border-radius:12px;padding:8px 8px;background:rgba(15,23,42,.8);border:1px solid rgba(148,163,184,.45);font-size:11px;color:var(--muted)}.hero-chip strong{display:block;font-size:12px;color:#e5e7eb;margin-bottom:2px}.hero-card-footer{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:11px;color:var(--muted)}.hero-card-control-text{opacity:.9}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;background:rgba(22,163,74,.23);border:1px solid rgba(34,197,94,.7);color:#bbf7d0}.status-pill span{width:7px;height:7px;border-radius:999px;background:#4ade80;box-shadow:0 0 10px #4ade80}section{margin-bottom:48px;border-radius:var(--radius-lg);padding:24px 20px;background:rgba(15,23,42,.85);border:1px solid var(--border);backdrop-filter:blur(18px);content-visibility:auto;contain-intrinsic-size:600px}.section-header{display:flex;justify-content:space-between;gap:12px;align-items:baseline;margin-bottom:18px}.section-header h2{font-size:20px}.section-header p{font-size:13px;color:var(--muted);max-width:460px}.badge{font-size:11px;padding:4px 10px;border-radius:999px;background:var(--accent-soft);color:#fed7aa;border:1px solid rgba(248,153,109,.7)}.features-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.feature-card{border-radius:16px;background:linear-gradient(155deg,#020617,#020617);border:1px solid rgba(31,41,55,.9);padding:16px 14px;font-size:13px;color:var(--muted);position:relative;overflow:hidden;min-height:120px}.feature-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(248,250,252,.06),transparent 60%);opacity:0;transition:opacity .2s ease}.feature-card:hover::before{opacity:1}.feature-icon{font-size:18px;margin-bottom:8px}.feature-title{font-size:14px;color:#e5e7eb;margin-bottom:4px;font-weight:500}.steps{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(0,2.2fr);gap:18px}.steps-list{list-style:none;display:flex;flex-direction:column;gap:10px;font-size:13px}.step-item{display:grid;grid-template-columns:26px 1fr;gap:10px;align-items:flex-start}.step-index{width:24px;height:24px;border-radius:999px;border:1px solid rgba(148,163,184,.7);display:flex;align-items:center;justify-content:center;font-size:12px;color:#e5e7eb;margin-top:2px}.step-body strong{display:block;margin-bottom:2px;color:#e5e7eb}.mini-card{border-radius:14px;padding:14px 12px;background:rgba(15,23,42,.9);border:1px dashed rgba(148,163,184,.7);font-size:12px;color:var(--muted)}.mini-card strong{display:block;margin-bottom:4px;color:#e5e7eb}.mini-card ul{margin-top:6px;padding-left:16px}.diagram-container{margin-top:40px;text-align:center;padding-top:24px;border-top:1px solid rgba(148,163,184,.15)}.diagram-img{max-width:100%;height:auto;border-radius:12px}.faq-list{display:flex;flex-direction:column;gap:24px}.faq-category{display:flex;flex-direction:column;gap:12px;border-radius:14px;border:1px solid rgba(148,163,184,.25);padding:16px;background:rgba(15,23,42,.4)}.faq-category-title{font-size:16px;font-weight:600;color:var(--text);margin-bottom:0;padding:8px 4px;display:flex;align-items:center;gap:10px;cursor:pointer;user-select:none;transition:color .2s ease}.faq-category-title:hover{color:var(--accent)}.faq-category-title::before{content:"";width:4px;height:20px;background:linear-gradient(135deg,var(--accent),#fb923c);border-radius:2px}.faq-category-title::after{content:"▼";margin-left:auto;font-size:12px;color:var(--muted);transition:transform .3s ease}.faq-category.collapsed .faq-category-title::after{transform:rotate(-90deg)}.faq-category-content{display:flex;flex-direction:column;gap:12px;margin-top:12px;max-height:5000px;overflow:hidden;transition:max-height .4s ease,opacity .3s ease,margin-top .3s ease;opacity:1}.faq-category.collapsed .faq-category-content{max-height:0;opacity:0;margin-top:0}.faq-item{border-radius:12px;padding:16px 18px;background:rgba(15,23,42,.6);border:1px solid rgba(148,163,184,.35);transition:all .2s ease}.faq-item:hover{border-color:rgba(148,163,184,.6);background:rgba(15,23,42,.8)}.faq-question{font-size:14px;font-weight:600;color:var(--text);margin-bottom:8px;display:flex;align-items:flex-start;gap:10px}.faq-question::before{content:"Q";display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:var(--accent-soft);color:var(--accent);font-size:12px;font-weight:700;flex-shrink:0;margin-top:1px}.faq-answer{font-size:13px;color:var(--muted);line-height:1.6;margin-left:32px}.demo-video{width:100%;border-radius:16px;max-height:520px;background:#000}.cta{text-align:center;padding:26px 20px 24px;background:radial-gradient(circle at top,rgba(251,146,60,.22),transparent 55%),#020617;border-radius:var(--radius-xl);border:1px solid rgba(248,153,109,.7)}.cta h2{font-size:20px;margin-bottom:8px}.cta p{font-size:13px;color:var(--muted);max-width:520px;margin:0 auto 18px}.cta-note{font-size:11px;color:#fed7aa;opacity:.9;margin-top:6px}footer{margin-top:28px;font-size:11px;color:#6b7280;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}footer a{text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px}.footer-offices{display:flex;flex-direction:column;gap:12px;font-size:11px;line-height:1.6}.footer-offices strong{color:var(--text);font-size:12px;margin-bottom:8px;display:block}.offices-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.office-location{display:flex;align-items:flex-start;gap:8px;padding:6px 0}.office-location .flag{font-size:16px;line-height:1;margin-top:1px}.office-details{flex:1}.office-address{color:#9ca3af;margin-bottom:2px}.office-phone{color:var(--accent);font-weight:500}.office-phone a{color:var(--accent);text-decoration:none;transition:opacity .2s}.office-phone a:hover{opacity:.8}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media (max-width:640px){.footer-offices{font-size:10px}.offices-grid{grid-template-columns:1fr;gap:12px}}@media (max-width:880px){.hero{grid-template-columns:minmax(0,1fr)}.hero-card{order:-1}header{flex-direction:column;align-items:flex-start}.features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.steps{grid-template-columns:minmax(0,1fr)}}@media (max-width:640px){.page{padding-inline:14px}section{padding:18px 14px}.features-grid{grid-template-columns:minmax(0,1fr)}.hero-ctas{flex-direction:column;align-items:stretch}.btn-ghost,.btn-primary{width:100%;justify-content:center}}