:root{--bg:#020712;--panel:#071426;--panel2:#08111f;--blue:#006eff;--blue2:#00a3ff;--text:#fff;--muted:#cfe2ff;--line:#123b77;--yellow:#ffd000;--red:#e60000;--amber:#ff8c00;--purple:#7c4dff}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}a{color:inherit}.otg-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:22px;justify-content:space-between;padding:16px 28px;background:rgba(0,0,0,.92);border-bottom:2px solid var(--blue);backdrop-filter:blur(10px)}.otg-brand{font-size:28px;font-weight:900;text-decoration:none;letter-spacing:.5px}.otg-brand span{color:var(--blue2)}.otg-menu{display:flex;gap:18px;list-style:none;margin:0;padding:0}.otg-menu a{text-decoration:none;font-weight:800;color:#fff}.otg-menu a:hover{color:var(--yellow)}.otg-join-top,.otg-btn,.otg-signup button{background:var(--blue);color:#fff;text-decoration:none;border:0;border-radius:8px;padding:12px 18px;font-weight:900;display:inline-block;box-shadow:0 0 18px rgba(0,110,255,.35);cursor:pointer}.otg-btn-ghost{background:transparent;border:1px solid var(--blue2)}.otg-menu-toggle{display:none;background:#071426;border:1px solid var(--blue);color:#fff;border-radius:8px;padding:10px 12px}.otg-site{min-height:70vh}.otg-wrap{max-width:1200px;margin:0 auto}.otg-hero{padding:82px 28px 64px;background:radial-gradient(circle at 80% 20%,rgba(0,110,255,.28),transparent 35%),linear-gradient(110deg,#020712,#061733 70%,#020712);border-bottom:1px solid #003c88}.otg-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:30px;align-items:center}.otg-kicker{text-transform:uppercase;color:var(--yellow);font-size:13px;font-weight:900;letter-spacing:2px;margin:0 0 12px}.otg-hero h1{font-size:clamp(46px,8vw,92px);line-height:.9;margin:0 0 18px;font-weight:950;letter-spacing:-3px}.otg-hero h1 span{color:var(--blue2)}.otg-hero-text{font-size:22px;line-height:1.45;color:#dbe9ff;max-width:620px}.otg-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.otg-glow-card{background:linear-gradient(180deg,rgba(0,110,255,.24),rgba(8,17,31,.95));border:1px solid var(--blue);border-radius:22px;padding:34px;min-height:330px;display:flex;flex-direction:column;justify-content:end;box-shadow:0 0 38px rgba(0,110,255,.4)}.otg-truck-icon{font-size:94px;filter:drop-shadow(0 0 16px rgba(0,163,255,.8))}.otg-glow-card h2{font-size:34px;margin:12px 0}.otg-glow-card p{color:var(--muted);font-size:18px}.otg-section{padding:54px 28px}.otg-section-dark{background:#00040d;border-top:1px solid #071a36;border-bottom:1px solid #071a36}.otg-section-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:22px}.otg-section h2{font-size:42px;line-height:1;margin:0}.otg-link{color:#73b9ff;font-weight:900;text-decoration:none}.otg-link:hover{color:var(--yellow)}.otg-radar{display:grid;grid-template-columns:35% 65%;gap:20px}.otg-incidents,.otg-map-placeholder,.otg-card,.otg-news-card,.otg-stan-note,.otg-join,.otg-post-card,.otg-content{background:var(--panel2);border:1px solid var(--line);border-radius:14px;padding:20px}.otg-incidents h3,.otg-map-placeholder h3{margin-top:0}.otg-incidents article{border-bottom:1px solid #1d3354;padding:14px 0}.otg-incidents article:last-child{border-bottom:0}.otg-incidents strong{background:var(--blue);padding:5px 9px;border-radius:5px}.otg-incidents p{color:#e5e5e5}.tag{display:inline-block;padding:6px 9px;border-radius:5px;font-size:12px;font-weight:900;text-transform:uppercase}.red{background:var(--red)}.amber{background:var(--amber)}.purple{background:var(--purple)}.otg-map-placeholder{min-height:330px;overflow:hidden;position:relative}.otg-map-grid{position:absolute;inset:auto 20px 20px 20px;height:180px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;opacity:.55}.otg-map-grid span{background:linear-gradient(145deg,#0e2f5e,#09182c);border:1px solid #1d5fb4;border-radius:10px}.otg-stan-note{margin-top:20px;color:#e8f1ff;font-size:18px;border-color:var(--blue)}.otg-card-grid{display:grid;gap:18px}.otg-card-grid.five{grid-template-columns:repeat(5,1fr)}.otg-card-grid.three{grid-template-columns:repeat(3,1fr)}.otg-card{text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;min-height:175px}.otg-card:hover,.otg-news-card:hover{transform:translateY(-4px);border-color:var(--blue2);box-shadow:0 0 24px rgba(0,110,255,.28)}.otg-card span{font-size:34px}.otg-card h3,.otg-news-card h3{margin:10px 0 8px}.otg-card p,.otg-news-card p,.otg-content p,.otg-post-card p{color:var(--muted);line-height:1.55}.otg-news-card{text-decoration:none;overflow:hidden;padding:0;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.otg-news-card img,.otg-news-fallback{width:100%;height:170px;object-fit:cover;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#0e2f5e,#050910);font-size:58px}.otg-news-card div:last-child{padding:18px}.otg-join{display:flex;align-items:center;justify-content:space-between;gap:24px}.otg-join h2{margin:0 0 10px}.otg-signup{display:flex;gap:10px;flex-wrap:wrap}.otg-signup input{border:0;border-radius:8px;padding:15px;min-width:280px}.otg-footer{background:#000;padding:34px 28px 18px;border-top:2px solid var(--blue)}.otg-footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px}.otg-footer h3{font-size:28px}.otg-footer h3 span{color:var(--blue2)}.otg-footer a{display:block;color:var(--muted);text-decoration:none;margin:8px 0}.otg-copy{text-align:center;color:#8fbaff;margin:24px 0 0}.otg-post-list{display:grid;gap:18px}.otg-post-card h2 a{text-decoration:none}.otg-content{max-width:900px}.otg-content h1{font-size:48px}.otg-featured{width:100%;height:auto;border-radius:14px;margin:20px 0}@media(max-width:980px){.otg-menu-toggle{display:block}.otg-nav{display:none;position:absolute;left:0;right:0;top:68px;background:#000;padding:20px}.otg-nav.open{display:block}.otg-menu{display:grid;gap:14px}.otg-join-top{display:none}.otg-hero-grid,.otg-radar,.otg-card-grid.five,.otg-card-grid.three,.otg-footer-grid,.otg-join{grid-template-columns:1fr;display:grid}.otg-section-head{align-items:start;flex-direction:column}.otg-section h2{font-size:34px}.otg-hero{padding-top:54px}.otg-glow-card{min-height:240px}.otg-truck-icon{font-size:68px}}@media(max-width:520px){.otg-header{padding:14px 16px}.otg-brand{font-size:22px}.otg-hero,.otg-section{padding-left:16px;padding-right:16px}.otg-hero h1{letter-spacing:-1px}.otg-signup input{min-width:100%;width:100%}.otg-signup button{width:100%}}
