:root{
  --bg:#050505;
  --panel:#111;
  --panel2:#181818;
  --text:#f4f4f4;
  --muted:#a7a7a7;
  --line:#2b2b2b;
  --brand:#ffa700;
  --brand2:#ff7a00;
  --radius:28px;
  --shadow:0 24px 80px rgba(0,0,0,.55);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.55;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.language-switch{display:inline-flex;align-items:center;gap:6px;justify-self:end;padding:5px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.055);color:#ddd;font-size:12px;font-weight:900;line-height:1}
.language-switch svg{width:16px;height:16px;margin:0 2px 0 4px;fill:none;stroke:var(--brand);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.language-switch a{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:28px;border-radius:999px;opacity:.72}
.language-switch a:hover{opacity:1;color:var(--brand)}
.language-switch a.active{background:var(--brand);color:#050505;opacity:1}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:max-content}
.icon-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.055);transition:.2s ease}
.icon-link svg{width:23px;height:23px}
.menu-toggle{display:none;align-items:center;justify-content:center;flex-direction:column;gap:4px;width:40px;height:40px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.055);padding:0;cursor:pointer}
.menu-toggle span{display:block;width:18px;height:2px;border-radius:999px;background:#fff;transition:.2s ease}
.site-header.menu-open .menu-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.site-header.menu-open .menu-toggle span:nth-child(2){opacity:0}
.site-header.menu-open .menu-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.yt-shape{fill:#ff0033}
.yt-play{fill:#fff}
.icon-link:hover{transform:translateY(-1px);border-color:rgba(255,0,51,.5);background:rgba(255,0,51,.1)}
.support-links{position:relative;display:flex;align-items:stretch;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:46px;padding-top:30px}
.support-links:before{content:"";position:absolute;top:0;left:50%;width:min(420px,72vw);height:1px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent)}
.support-youtube,.support-contact,.paypal-donate{display:inline-flex;align-items:center;gap:12px;min-height:54px;padding:12px 18px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.07);color:#fff;font-weight:900;box-shadow:0 18px 50px rgba(0,0,0,.25);transition:.2s ease}
.support-youtube svg{width:30px;height:30px;flex:0 0 auto}
.support-youtube:hover{transform:translateY(-2px);border-color:rgba(255,0,51,.42);background:rgba(255,0,51,.12)}
.support-contact:hover{transform:translateY(-2px);border-color:rgba(255,167,0,.45);background:rgba(255,167,0,.12)}
.contact-mark{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:rgba(255,167,0,.16);color:var(--brand);font-size:22px;font-weight:950;line-height:1}
.contact-copy{display:flex;flex-direction:column;align-items:flex-start;gap:1px;line-height:1.08}
.contact-copy strong{font-size:13px;color:#d8d8d8;font-weight:800}
.paypal-donate:hover{transform:translateY(-2px);border-color:rgba(0,112,186,.48);background:rgba(0,112,186,.13)}
.paypal-mark{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:9px;background:linear-gradient(135deg,#003087,#0070ba);color:#fff;font-size:23px;font-weight:900;font-style:italic;font-family:Arial,Helvetica,sans-serif;line-height:1}
.paypal-copy{display:inline-flex;align-items:baseline;gap:6px}
.paypal-copy strong{color:#8ac8ff;font-size:18px}
.container{width:min(1180px,calc(100% - 36px));margin:0 auto}.narrow{width:min(860px,calc(100% - 36px))}.section-pad{padding:100px 0}.site-header{position:fixed;top:0;left:0;right:0;height:76px;z-index:20;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;padding:0 max(18px,calc((100vw - 1180px)/2));background:rgba(5,5,5,.72);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}.brand{display:flex;align-items:center;min-width:0}.brand img{height:42px;width:auto}.site-header nav{display:flex;justify-content:center;gap:26px;color:#ddd;font-size:14px;font-weight:700}.site-header nav a{opacity:.78}.site-header nav a:hover{opacity:1;color:var(--brand)}
.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:140px;overflow:hidden}.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 60% 20%,rgba(255,167,0,.18),transparent 32%),linear-gradient(90deg,rgba(5,5,5,.96),rgba(5,5,5,.72) 47%,rgba(5,5,5,.95)),url('assets/wonder-wheel.jpg') center/cover no-repeat;filter:saturate(1.1);transform:scale(1.03)}.hero-grid{position:relative;display:grid;grid-template-columns:1fr 1.08fr;gap:70px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--brand);text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900;margin-bottom:18px}.eyebrow:before{content:"";width:34px;height:2px;background:var(--brand);display:inline-block}.hero h1,.section-title h2,.intro h2,.copy h2,.voice h2,.manifesto h2,.final-cta h2{font-size:clamp(42px,6vw,82px);line-height:1.04;margin:0 0 24px;font-weight:900;letter-spacing:0;word-spacing:.04em}.hero h1 span{color:var(--brand)}.lead{font-size:clamp(18px,2vw,23px);color:#d9d9d9;max-width:640px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.actions.center{justify-content:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:999px;font-weight:900;border:1px solid rgba(255,255,255,.14);transition:.2s ease}.btn.primary{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#050505;border:0}.btn.ghost{background:rgba(255,255,255,.05);color:#fff}.btn:hover{transform:translateY(-2px)}.hero-visual{position:relative}.phone-frame{border:1px solid rgba(255,255,255,.15);border-radius:16px;overflow:hidden;background:#000;box-shadow:var(--shadow);transform:rotate(-3deg)}.main-shot{width:760px}.floating-card{position:absolute;right:-18px;bottom:-58px;width:280px;border-radius:24px;overflow:hidden;background:#141414;border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow)}.floating-card p{margin:0;padding:14px 16px;font-weight:900;color:var(--brand);font-size:14px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:70px}.align-center{align-items:center}.copy p{color:#cfcfcf;font-size:18px;margin:0 0 18px}.copy strong,.lead strong{color:#fff}.intro{background:linear-gradient(180deg,#050505,#0d0d0d)}.intro h2,.copy h2,.section-title h2,.voice h2,.manifesto h2,.final-cta h2{font-size:clamp(34px,4vw,58px)}.section-title{text-align:center;margin-bottom:48px}.section-title h2{max-width:820px;margin-inline:auto}.features{background:#090909}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.feature-card{background:linear-gradient(180deg,#151515,#0d0d0d);border:1px solid rgba(255,255,255,.09);border-radius:var(--radius);overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.25)}.feature-card.large,.feature-card.wide{grid-column:span 2;display:grid;grid-template-columns:.8fr 1.2fr;align-items:center}.feature-card img{width:100%;height:100%;object-fit:cover}.feature-card:not(.large):not(.wide) img{height:240px}.feature-copy{padding:34px}.feature-copy span{color:var(--brand);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.feature-copy h3{font-size:32px;line-height:1.1;margin:12px 0 12px;letter-spacing:0;word-spacing:.03em}.feature-copy p{color:#c8c8c8;font-size:17px;margin:0}.favorites{background:radial-gradient(circle at 25% 20%,rgba(255,167,0,.12),transparent 28%),#050505}.stacked-screens{position:relative;min-height:480px}.screen{border-radius:12px;border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow);background:#000}.screen.a{width:90%;transform:rotate(-2deg)}.screen.b{position:absolute;width:86%;right:0;bottom:0;transform:rotate(2deg)}.voice-card{display:grid;grid-template-columns:.8fr 1.2fr;gap:38px;align-items:center;background:linear-gradient(135deg,#151515,#080808);border:1px solid rgba(255,255,255,.1);border-radius:34px;padding:44px;box-shadow:var(--shadow)}.voice-card p{color:#cfcfcf;font-size:18px}.voice-card img,.single-screen{border-radius:12px;border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow)}.module{background:#101010}.module-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:54px;align-items:center}.wheel-panel{border-radius:36px;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow);position:relative}.wheel-panel:after{content:"Wonder Wheel + MMLink";position:absolute;left:22px;bottom:22px;background:rgba(0,0,0,.72);color:var(--brand);padding:10px 14px;border-radius:999px;font-weight:900}.settings{background:#070707}.manifesto{text-align:center;background:linear-gradient(180deg,#101010,#050505)}.manifesto p{color:#d1d1d1;font-size:20px}.final-cta{text-align:center;background:radial-gradient(circle at 50% 0,rgba(255,167,0,.2),transparent 35%),#050505}.final-cta img{height:58px;margin:0 auto 30px}.final-cta p{max-width:720px;margin:0 auto;color:#d1d1d1;font-size:20px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease, transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.22s}
@media (max-width:900px){.site-header nav{display:none}.hero-grid,.two-col,.voice-card,.module-grid{grid-template-columns:1fr}.hero{padding-top:120px;min-height:auto}.hero-visual{margin-top:20px}.floating-card{position:relative;right:auto;bottom:auto;width:100%;margin-top:18px}.feature-grid{grid-template-columns:1fr}.feature-card.large,.feature-card.wide{grid-column:auto;grid-template-columns:1fr}.feature-card.large .feature-copy,.feature-card.wide .feature-copy{order:2}.section-pad{padding:74px 0}.stacked-screens{min-height:390px}.site-header{height:68px}.brand img{height:35px}}
@media (max-width:560px){.container{width:min(100% - 24px,1180px)}.hero h1{font-size:48px}.actions{flex-direction:column}.btn{width:100%}.feature-copy{padding:24px}.voice-card{padding:24px}.stacked-screens{min-height:310px}.site-header{padding:0 12px}.brand img{height:30px}.hero-bg{background-position:center}.screen.a,.screen.b{width:100%}.screen.b{bottom:10px}.feature-copy h3{font-size:27px}}

/* Revisión: capturas completas y Wonder Wheel más protagonista */
.phone-frame img,
.feature-card img,
.voice-card img,
.single-screen,
.screen,
.dual-screen img{
  object-fit:contain;
  background:#000;
}
.phone-frame.main-shot img{width:100%;height:auto;}
.phone-frame{transform:rotate(0deg);}
.eyebrow{font-size:clamp(13px,1.2vw,15px);gap:12px;}
.eyebrow:before{width:40px;height:2px;}
.screen.a,
.screen.b{transform:rotate(0deg);}
.final-cta{padding:78px 0;}
.final-cta img{height:clamp(105px,15.5vw,182px);width:auto;max-width:min(86vw,630px);margin-bottom:30px;}
.hero-bg{background:radial-gradient(circle at 58% 28%,rgba(255,167,0,.14),transparent 30%),linear-gradient(90deg,rgba(5,5,5,.94),rgba(5,5,5,.68) 48%,rgba(5,5,5,.82)),url('assets/rider-2018-hero.jpg') center/cover no-repeat;}
.intro-heading{position:relative;min-height:430px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding-right:28px;}
.intro-heading .eyebrow,
.intro-heading h2{position:relative;z-index:1;}
.intro-wheel{position:absolute;right:-120px;bottom:-48px;width:min(560px,105%);height:300px;object-fit:cover;object-position:center;opacity:.24;filter:saturate(.8) contrast(1.05);mask-image:linear-gradient(90deg,transparent 0%,#000 28%,#000 78%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 28%,#000 78%,transparent 100%);}
.feature-card.large img,
.feature-card.wide img{padding:14px;max-height:420px;}
.feature-card:not(.large):not(.wide) > img{height:auto;max-height:280px;padding:14px;}
.dual-screen{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px;background:#000;align-items:center;}
.dual-screen img{width:100%;height:auto;border-radius:16px;border:1px solid rgba(255,255,255,.08);}
.wheel-focus{background:radial-gradient(circle at 70% 30%,rgba(255,167,0,.16),transparent 32%),#070707;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}
.wheel-focus-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center;}
.wheel-focus-image{position:relative;border-radius:38px;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow);}
.wheel-focus-image img{width:100%;height:auto;}
.wheel-focus-image:after{content:"Wonder Wheel ready";position:absolute;left:22px;bottom:22px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#050505;padding:11px 16px;border-radius:999px;font-weight:900;box-shadow:0 12px 40px rgba(0,0,0,.35)}
.hero .wheel-card{border:2px solid rgba(255,167,0,.42)}
.module .wheel-panel{border:2px solid rgba(255,167,0,.26)}
@media (max-width:900px){.wheel-focus-grid{grid-template-columns:1fr}.feature-card.large img,.feature-card.wide img{max-height:none}.dual-screen{grid-template-columns:1fr}.dual-screen img+img{display:none}}

/* Ajustes finales: capturas por sección, sin recortes, y Wonder Wheel destacada */
.dual-screen{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px;background:#000;align-items:center;min-height:240px;}
.dual-screen img{width:100%;height:auto;object-fit:contain;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#000;}
.feature-card img,.phone-frame img,.voice-card img,.single-screen,.screen{object-fit:contain;background:#000;}
.feature-card.large img,.feature-card.wide img{padding:14px;max-height:430px;}
.feature-card:not(.large):not(.wide)>img{height:auto;max-height:290px;padding:14px;}
.module-highlight{background:radial-gradient(circle at 70% 24%,rgba(255,167,0,.24),transparent 34%),linear-gradient(180deg,#121212,#050505);border-top:1px solid rgba(255,167,0,.16);border-bottom:1px solid rgba(255,167,0,.16);}
.wheel-showcase{position:relative;min-height:520px;}
.wheel-main{width:100%;height:520px;object-fit:cover;border-radius:38px;border:2px solid rgba(255,167,0,.34);box-shadow:var(--shadow);}
.hero .wheel-card{display:none;}
@media (max-width:900px){.wheel-showcase{min-height:auto}.wheel-main{height:auto}.dual-screen{grid-template-columns:1fr}.dual-screen img+img{display:none}.feature-card.large img,.feature-card.wide img{max-height:none}}
@media (max-width:900px){.intro-heading{min-height:320px;padding-right:0}.intro-wheel{right:-80px;bottom:-36px;width:min(520px,100%);height:220px;opacity:.18}}

img[src*="screen-"],
img[data-screen],
.dual-screen img[src*="screen-"]{border:1px solid rgba(255,167,0,.28);border-radius:12px;background:#000;box-shadow:var(--shadow);}
.screen,
.single-screen,
.voice-card img{border-color:rgba(255,167,0,.28);}
.feature-card > img[src$="screen-maps.jpg"],
.feature-card > img[src$="screen-gps-actions.jpg"]{width:auto;max-width:calc(100% - 72px);height:auto;max-height:240px;padding:0;justify-self:center;align-self:center;}
.feature-card > img[src$="screen-music.jpg"]{width:calc(100% - 72px);height:auto;max-height:220px;padding:0;margin:0 auto 30px;}
.feature-grid .feature-card:not(.large):not(.wide) > img[src$="screen-music.jpg"]{padding:0;}
.feature-card .dual-screen{position:relative;display:block;min-height:370px;padding:28px 24px 38px;background:transparent;}
.dual-screen img[src$="screen-phone.jpg"]{position:absolute;width:62%;height:auto;padding:0;background:#000;border:1px solid rgba(255,167,0,.28);border-radius:12px;box-shadow:var(--shadow);}
.dual-screen img[src$="screen-phone.jpg"]{top:24px;left:24px;z-index:1;}
.hero-visual{align-self:end;margin-top:84px;}
.intro-heading{min-height:auto;justify-content:flex-start;overflow:visible;padding-right:0;}
.intro-wheel{position:relative;right:auto;bottom:auto;width:min(100%,520px);height:210px;margin-top:28px;object-fit:cover;object-position:center;border-radius:24px;border:1px solid rgba(255,167,0,.28);box-shadow:0 22px 70px rgba(0,0,0,.42);opacity:1;filter:saturate(1.02) contrast(1.04);mask-image:none;-webkit-mask-image:none;}
@media (max-width:900px){.hero-visual{align-self:auto;margin-top:28px}}
@media (max-width:900px){.intro-heading{min-height:auto}.intro-wheel{right:auto;bottom:auto;width:100%;height:220px;opacity:1}}
.brand img{height:66px;}
@media (max-width:900px){.brand img{height:58px;}}
@media (max-width:560px){.brand img{height:50px;}.site-header{gap:10px}.header-actions{gap:6px}.icon-link{width:34px;height:34px}.icon-link svg{width:19px;height:19px}.language-switch{padding:4px;gap:3px}.language-switch svg{display:none}.language-switch a{min-width:28px;height:26px;font-size:11px}.support-links{gap:12px}.support-links .paypal-donate-form{width:100%}.support-youtube,.support-contact,.paypal-donate{width:100%;justify-content:center}.paypal-copy strong{font-size:17px}}

.hero-grid > *,
.feature-card > *{min-width:0;}
.main-shot{width:min(760px,100%);}
.intro-grid{align-items:center;}
.intro-grid .intro-heading{grid-column:1;grid-row:1;}
.intro-grid .copy{grid-column:2;grid-row:1 / span 2;}
.intro-grid .intro-wheel{grid-column:1;grid-row:2;}

@media (max-width:900px){
  .hero{padding-top:108px;}
  .hero-grid{gap:34px;}
  .hero-copy,
  .hero-visual,
  .phone-frame.main-shot{width:100%;max-width:100%;}
  .hero h1{font-size:clamp(42px,13vw,58px);}
  .lead{max-width:none;}
  .intro-grid{display:grid;grid-template-columns:1fr;gap:24px;}
  .intro-grid .intro-heading,
  .intro-grid .copy,
  .intro-grid .intro-wheel{grid-column:1;grid-row:auto;}
  .intro-grid .intro-heading{order:1;}
  .intro-grid .copy{order:2;}
  .intro-grid .intro-wheel{order:3;margin-top:0;}
  .feature-card,
  .feature-card.large,
  .feature-card.wide{display:flex;flex-direction:column;}
  .feature-card .feature-copy,
  .feature-card.large .feature-copy,
  .feature-card.wide .feature-copy{order:1;}
  .feature-card > img,
  .feature-card .dual-screen{order:2;}
  .feature-card > img[src$="screen-maps.jpg"],
  .feature-card > img[src$="screen-gps-actions.jpg"],
  .feature-card > img[src$="screen-music.jpg"]{width:calc(100% - 36px);max-width:calc(100% - 36px);max-height:none;margin:0 auto 24px;}
  .feature-card .dual-screen{width:100%;min-height:300px;margin-bottom:18px;}
  .favorites .two-col{display:flex;flex-direction:column;}
  .favorites .copy{order:1;}
  .favorites .stacked-screens{order:2;width:100%;margin-top:18px;}
}

@media (max-width:560px){
  .hero{padding-top:96px;}
  .hero h1{font-size:42px;}
  .eyebrow{max-width:100%;line-height:1.35;}
  .brand img{max-width:260px;height:auto;max-height:50px;}
  .feature-card .dual-screen{min-height:260px;padding:20px 14px 30px;}
  .dual-screen img[src$="screen-phone.jpg"]{width:68%;}
  .stacked-screens{min-height:260px;}
}

.feature-card > .phone-screen{display:block;width:calc(100% - 72px);height:auto;max-height:none;object-fit:cover;padding:0;margin:0 auto 30px;}
.feature-grid .feature-card:not(.large):not(.wide) > img.phone-screen{padding:0;max-height:none;}
.features{padding-bottom:24px;}
.feature-continuation{background:#090909;padding-top:0;}
.feature-card.wide.favorites-card{grid-template-columns:.9fr 1.1fr;}
.favorites-card .feature-copy p + p{margin-top:14px;}
.favorites-card .stacked-screens{margin:34px 34px 34px 0;min-height:420px;}
.favorites-card .screen{height:auto;padding:0;}
.feature-continuation .feature-card > img[data-screen],
.feature-continuation .favorites-card .screen{border:1px solid rgba(255,167,0,.28);border-radius:12px;background:#000;box-shadow:var(--shadow);padding:0;}
.feature-continuation .feature-card:not(.wide) > img[data-screen]{display:block;width:calc(100% - 72px);height:auto;max-height:290px;margin:0 auto 30px;object-fit:contain;}

@media (max-width:900px){
  .feature-card > .phone-screen{order:2;width:calc(100% - 36px);max-width:calc(100% - 36px);max-height:none;margin:0 auto 24px;}
  .favorites-card .stacked-screens{order:2;display:flex;flex-direction:column;gap:18px;min-height:auto;width:calc(100% - 36px);margin:0 auto 24px;}
  .favorites-card .screen.a,
  .favorites-card .screen.b{position:static;width:100%;right:auto;bottom:auto;transform:none;}
  .feature-continuation .feature-card:not(.wide) > img[data-screen]{width:calc(100% - 36px);max-width:calc(100% - 36px);max-height:none;margin:0 auto 24px;}
  .favorites .stacked-screens{display:flex;flex-direction:column;gap:18px;min-height:auto;}
  .favorites .screen.a,
  .favorites .screen.b{position:static;width:100%;right:auto;bottom:auto;}
}

.paypal-donate-form{margin:0}
.support-links .paypal-donate-form{display:flex}
button.paypal-donate{font:inherit;cursor:pointer;appearance:none}
.downloads-hero{position:relative;overflow:hidden;padding-top:150px;background:radial-gradient(circle at 74% 22%,rgba(255,167,0,.18),transparent 32%),linear-gradient(180deg,#050505,#0c0c0c)}
.downloads-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.94),rgba(5,5,5,.74)),url('assets/rider-2018-hero.jpg') center/cover no-repeat;opacity:.45;transform:scale(1.02)}
.downloads-hero-grid{position:relative;display:grid;grid-template-columns:1fr .72fr;gap:70px;align-items:center}
.downloads-hero-grid > *,.support-grid > *{min-width:0}
.downloads-copy h1{font-size:clamp(42px,5.8vw,76px);line-height:1.04;margin:0 0 24px;font-weight:900;letter-spacing:0;word-spacing:.04em}
.download-side-notes{align-self:center}
.hero-download-note,.hero-donate-note{padding:26px 28px;border:1px solid rgba(255,167,0,.42);border-radius:24px;background:linear-gradient(135deg,rgba(255,167,0,.16),rgba(255,255,255,.055));box-shadow:0 18px 54px rgba(0,0,0,.28)}
.hero-donate-note{margin-top:18px;border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.06)}
.hero-download-note h2,.hero-donate-note h2{margin:0 0 8px;font-size:22px;line-height:1.15;letter-spacing:0;word-spacing:.04em}
.hero-download-note p,.hero-donate-note p{margin:0 0 14px;color:#f0f0f0;font-size:17px}
.hero-download-note a{display:inline-flex;color:var(--brand);font-weight:900;border-bottom:1px solid rgba(255,167,0,.5)}
.downloads-main{background:#080808}
.support-panel,.resource-card{border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,#151515,#0d0d0d);box-shadow:0 20px 60px rgba(0,0,0,.25)}
.support-panel p{color:#cfcfcf;font-size:18px;margin:0 0 22px}
.guides-block{margin-top:0}
.section-title.compact{margin-bottom:30px}
.section-title.compact h2{font-size:clamp(25px,2.8vw,38px);max-width:760px}
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.resource-card{position:relative;min-height:132px;border-radius:20px;padding:22px 52px 22px 22px;display:flex;flex-direction:column;justify-content:flex-start;gap:8px;transition:.2s ease}
.resource-card:after{content:"";position:absolute;right:22px;top:24px;width:9px;height:9px;border-top:2px solid var(--brand);border-right:2px solid var(--brand);transform:rotate(45deg);opacity:.62;transition:.2s ease}
.resource-card:hover{transform:translateY(-3px);border-color:rgba(255,167,0,.36);background:linear-gradient(180deg,#1b1b1b,#101010)}
.resource-card:hover:after{right:18px;opacity:1}
.resource-card span{color:var(--brand);font-size:13px;font-weight:900;letter-spacing:.12em}
.resource-card strong{font-size:22px;line-height:1.08;letter-spacing:0}
.resource-card p{margin:0;color:#bdbdbd;font-size:15px;line-height:1.35}
.resource-youtube svg{width:28px;height:28px;margin-bottom:2px}
.download-support{background:radial-gradient(circle at 50% 0,rgba(255,167,0,.14),transparent 30%),#050505}
.mmlink-download-section{background:radial-gradient(circle at 72% 18%,rgba(255,167,0,.2),transparent 30%),linear-gradient(180deg,#101010,#070707);border-top:1px solid rgba(255,167,0,.12);border-bottom:1px solid rgba(255,167,0,.12)}
.mmlink-download-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center}
.accessories{background:radial-gradient(circle at 24% 18%,rgba(255,167,0,.13),transparent 28%),#080808;border-bottom:1px solid rgba(255,255,255,.06)}
.accessories-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:58px;align-items:center}
.accessories-media{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.accessory-photo{margin:0;border:1px solid rgba(255,167,0,.28);border-radius:28px;overflow:hidden;background:#111;box-shadow:var(--shadow);aspect-ratio:4/3}
.accessory-photo img{width:100%;height:100%;object-fit:cover}
.support-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.support-panel{border-radius:30px;padding:32px}
.support-panel .eyebrow{margin-bottom:14px}
.contact-link,.license-link{display:inline-flex;color:var(--brand);font-weight:900;border-bottom:1px solid rgba(255,167,0,.45)}
.support-panel .paypal-donate{margin-top:6px}
.remote-hero{position:relative;overflow:hidden;padding-top:150px;background:radial-gradient(circle at 72% 18%,rgba(255,167,0,.18),transparent 32%),linear-gradient(180deg,#050505,#0c0c0c)}
.remote-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.96),rgba(5,5,5,.7)),url('assets/remote-wiring-cables.jpg') center/cover no-repeat;opacity:.42;transform:scale(1.02)}
.remote-hero-grid{position:relative;display:grid;grid-template-columns:1fr .55fr;gap:64px;align-items:center}
.remote-summary,.remote-step-card,.remote-media-card,.remote-action-card,.remote-note{border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,#151515,#0d0d0d);box-shadow:0 20px 60px rgba(0,0,0,.25)}
.remote-summary{border-color:rgba(255,167,0,.28);border-radius:28px;padding:30px}
.remote-summary strong{display:block;color:var(--brand);font-size:28px;line-height:1.08;margin-bottom:12px}
.remote-summary p,.remote-step-card p,.remote-action-copy p,.remote-note p{color:#cfcfcf;font-size:18px;margin:0 0 16px}
.remote-guide,.remote-note-section{background:#080808}
.remote-step-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:24px;align-items:stretch}
.remote-step-card,.remote-media-card,.remote-action-card,.remote-note{border-radius:var(--radius);overflow:hidden}
.remote-step-card{padding:34px}
.step-number,.remote-action-copy span{display:inline-flex;color:var(--brand);font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px}
.remote-step-card h2,.remote-note h2{font-size:clamp(30px,3.4vw,48px);line-height:1.08;margin:0 0 18px;letter-spacing:0;word-spacing:.04em}
.remote-media-card{margin:0}
.remote-media-card img,.remote-action-card img,.remote-action-card video{width:100%;height:100%;object-fit:cover;display:block;background:#000}
.remote-activation{background:#090909}
.remote-action-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.remote-action-card{display:flex;flex-direction:column}
.remote-action-copy{padding:28px}
.remote-action-copy h3{font-size:28px;line-height:1.1;margin:0 0 12px;letter-spacing:0;word-spacing:.03em}
.remote-action-card img,.remote-action-card video{aspect-ratio:4/3;border-top:1px solid rgba(255,255,255,.08)}
.remote-note{padding:34px;text-align:center}
.remote-note p{max-width:820px;margin:0 auto}
.guide-hero{position:relative;overflow:hidden;padding-top:150px;padding-bottom:48px;background:radial-gradient(circle at 72% 18%,rgba(255,167,0,.18),transparent 32%),linear-gradient(180deg,#050505,#0c0c0c)}
.guide-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.96),rgba(5,5,5,.78)),url('assets/remote-wiring-cables.jpg') center/cover no-repeat;opacity:.38;transform:scale(1.02)}
.guide-hero-content{position:relative;max-width:860px}
.guide-hero h1{font-size:clamp(42px,5.8vw,76px);line-height:1.04;margin:0 0 24px;font-weight:900;letter-spacing:0;word-spacing:.04em}
.guide-page{background:#080808;padding-top:56px}
.guide-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:32px;align-items:start}
.guide-layout-single{display:block;max-width:none}
.guide-index{position:sticky;top:104px;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:linear-gradient(180deg,#151515,#0d0d0d);box-shadow:0 20px 60px rgba(0,0,0,.25);padding:18px}
.guide-index-label{display:block;color:var(--brand);font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin:0 0 10px}
.guide-index a{display:block;padding:12px 10px;border-radius:12px;color:#d6d6d6;font-size:14px;font-weight:800}
.guide-index a:hover{background:rgba(255,167,0,.1);color:#fff}
.guide-steps{display:grid;gap:24px}
.guide-step,.guide-video-card{border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);background:linear-gradient(180deg,#151515,#0d0d0d);box-shadow:0 20px 60px rgba(0,0,0,.25);overflow:hidden}
.guide-step{padding:34px}
.guide-step-with-media{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}
.guide-step-copy h2{font-size:clamp(29px,3.2vw,46px);line-height:1.08;margin:0 0 18px;letter-spacing:0;word-spacing:.04em}
.guide-step-copy p,.guide-video-card p{color:#cfcfcf;font-size:18px;margin:0 0 16px}
.guide-list{margin:0 0 16px;padding-left:22px;color:#cfcfcf;font-size:18px}
.guide-list li{margin:0 0 8px}
.guide-note{margin-top:18px;padding:14px 16px;border:1px solid rgba(255,167,0,.28);border-radius:16px;background:rgba(255,167,0,.09);color:#f2f2f2;font-weight:800}
.guide-intro-note{position:relative;margin-top:0;padding:20px 22px 20px 26px;border-color:rgba(255,167,0,.46);background:linear-gradient(135deg,rgba(255,167,0,.14),rgba(255,255,255,.045));font-size:19px;line-height:1.5;box-shadow:0 18px 50px rgba(0,0,0,.18)}
.guide-intro-note:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:4px;border-radius:999px;background:var(--brand)}
.guide-side-note{align-self:center;margin-top:0;padding:22px;font-size:18px;line-height:1.45}
.inline-link{color:var(--brand);font-weight:900;border-bottom:1px solid rgba(255,167,0,.45)}
.guide-media{margin:0;border:1px solid rgba(255,167,0,.28);border-radius:12px;overflow:hidden;background:#000}
.guide-media img{width:100%;height:auto;display:block;object-fit:contain}
.guide-media.compact{max-width:520px;justify-self:center}
.guide-media.remote-trigger-photo{width:min(270px,100%);max-width:270px;justify-self:center}
.guide-video-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:10px}
.guide-video-card{display:flex;flex-direction:column;padding:0}
.guide-video-card > div{padding:24px}
.guide-video-card span{display:inline-flex;color:var(--brand);font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}
.guide-video-card h3{font-size:24px;line-height:1.12;margin:0 0 10px;letter-spacing:0;word-spacing:.03em}
.guide-video-card video{width:100%;aspect-ratio:4/3;display:block;background:#000;border-top:1px solid rgba(255,255,255,.08)}
.guide-video-embed{margin-top:26px}
.guide-video-embed iframe{width:100%;aspect-ratio:16/9;display:block;border:0;background:#000}
.app-installation-hero:before{background:linear-gradient(90deg,rgba(5,5,5,.96),rgba(5,5,5,.78)),url('assets/app-installation-installer.jpg') center/cover no-repeat}
.app-configuration-hero:before{background:linear-gradient(90deg,rgba(5,5,5,.96),rgba(5,5,5,.78)),url('assets/app-installation-installer.jpg') center/cover no-repeat}
.app-use-hero:before{background:linear-gradient(90deg,rgba(5,5,5,.96),rgba(5,5,5,.78)),url('assets/app-installation-installer.jpg') center/cover no-repeat}
.kit-installation-hero:before{background:linear-gradient(90deg,rgba(5,5,5,.96),rgba(5,5,5,.78)),url('assets/kit-installation-dwa-unit.jpg') center/cover no-repeat}
.kit-request-hero:before{background:linear-gradient(90deg,rgba(5,5,5,.96),rgba(5,5,5,.78)),url('assets/app-installation-installer.jpg') center/cover no-repeat}
.speedcam-configuration-hero:before{background:linear-gradient(90deg,rgba(5,5,5,.96),rgba(5,5,5,.78)),url('assets/app-installation-installer.jpg') center/cover no-repeat}
.osmand-integration-hero:before{background:linear-gradient(90deg,rgba(5,5,5,.96),rgba(5,5,5,.78)),url('assets/app-installation-installer.jpg') center/cover no-repeat}
.tasker-intercom-hero:before{background:linear-gradient(90deg,rgba(5,5,5,.96),rgba(5,5,5,.78)),url('assets/app-installation-installer.jpg') center/cover no-repeat}
.whats-new-hero:before{background:linear-gradient(90deg,rgba(5,5,5,.96),rgba(5,5,5,.78)),url('assets/app-installation-installer.jpg') center/cover no-repeat}
.demo-hero:before{background:linear-gradient(90deg,rgba(5,5,5,.96),rgba(5,5,5,.78)),url('assets/app-installation-installer.jpg') center/cover no-repeat}
.guide-media.speedcam-bbs-logo{max-width:420px}
.guide-media-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:center}
.guide-media-grid .guide-media{height:100%}
.app-installation-phone-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.app-installation-phone-grid .guide-media{height:auto}
.app-installation-phone-grid .guide-media img{width:auto;max-width:100%;max-height:420px}
.lock-ww-image-grid .guide-media{aspect-ratio:16/9}
.lock-ww-image-grid .guide-media img{height:100%;object-fit:cover}
.guide-image-grid{grid-template-columns:repeat(3,1fr)}
.guide-media video{width:100%;height:auto;display:block;background:#000}
.youtube-embed iframe{width:100%;aspect-ratio:16/9;display:block;border:0;background:#000}
.kit-request-panel{max-width:820px;margin:0 auto}
.kit-request-panel h2{font-size:clamp(30px,3.4vw,48px);line-height:1.08;margin:0 0 18px;letter-spacing:0;word-spacing:.04em}
.kit-request-panel p{font-size:clamp(21px,2.4vw,28px);line-height:1.45}
.kit-request-panel .actions{margin-top:26px}
.kit-model-block{margin-top:14px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.035);overflow:hidden}
.kit-model-block summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 18px;cursor:pointer;color:#fff;font-size:20px;font-weight:900;line-height:1.18;letter-spacing:0;word-spacing:.03em;list-style:none}
.kit-model-block summary::-webkit-details-marker{display:none}
.kit-model-block summary:after{content:"";width:11px;height:11px;flex:0 0 11px;border-right:3px solid var(--brand);border-bottom:3px solid var(--brand);transform:rotate(45deg);transition:transform .2s ease;margin-right:4px}
.kit-model-block[open]{border-color:rgba(255,167,0,.32);background:rgba(255,167,0,.055)}
.kit-model-block[open] summary{border-bottom:1px solid rgba(255,255,255,.1)}
.kit-model-block[open] summary:after{transform:rotate(225deg)}
.kit-model-block p{color:#cfcfcf;font-size:18px;margin:18px 18px 16px}
.kit-installation-gallery{padding:18px;align-items:start}
.kit-installation-gallery .guide-media,.kit-wide-media,.kit-model-media{display:block;height:auto;min-height:0;align-self:start;background:transparent}
.kit-installation-gallery .guide-media img,.kit-installation-gallery .guide-media video,.kit-wide-media img,.kit-model-media img{width:100%;height:auto;max-height:none;object-fit:initial}
.kit-wide-media{width:min(680px,calc(100% - 36px));margin:18px}
.kit-model-media{width:calc((100% - 52px)/2);margin:18px}
.kit-equal-frame-gallery .guide-media{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}
.kit-equal-frame-gallery .guide-media img{width:100%;height:100%;object-fit:contain}
.kit-equal-frame-gallery .guide-media video{width:100%;height:100%;object-fit:cover}
.option-reference-list{display:grid;gap:14px}
.option-reference-list li{margin:0}
.option-reference-list .option-media{margin-top:14px;max-width:680px}
.option-reference-list .option-media-grid{margin-top:14px;max-width:820px}
.guide-control-table{display:grid;gap:0;margin-top:18px;border:1px solid rgba(255,167,0,.28);border-radius:16px;overflow:hidden;background:rgba(0,0,0,.18)}
.guide-control-row{display:grid;grid-template-columns:1.1fr .9fr}
.guide-control-row span{padding:14px 16px;color:#d6d6d6;border-top:1px solid rgba(255,255,255,.09);font-weight:750}
.guide-control-row:first-child span{border-top:0}
.guide-control-row span + span{border-left:1px solid rgba(255,255,255,.09)}
.guide-control-head span{background:rgba(255,167,0,.12);color:#fff;font-weight:900}
.guide-substeps{display:grid;gap:16px;margin-top:24px}
.guide-substep{border:1px solid rgba(255,167,0,.24);border-radius:16px;background:rgba(255,255,255,.035);overflow:hidden;padding:20px}
.guide-substep-copy{min-width:0}
.guide-substep-heading{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.guide-substep-number{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex:0 0 30px;border-radius:999px;background:var(--brand);color:#050505;font-size:14px;font-weight:950;line-height:1}
.guide-substep h3{font-size:24px;line-height:1.12;margin:0;color:#fff;letter-spacing:0;word-spacing:.03em}
.guide-substep p{color:#cfcfcf;font-size:18px;margin:0}
.guide-substep-media{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,300px);gap:22px;align-items:center;padding:18px}
.guide-substep-pair{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.guide-substep-stack{display:grid;gap:18px;padding:20px}
.guide-substep-with-media{padding:0}
.app-installation-xiaomi-phone{width:min(300px,100%);margin:0;justify-self:center}
.changelog-list{gap:18px}
.changelog-entry .step-number{font-size:14px}
.changelog-date{margin-top:-8px;color:var(--brand);font-size:15px;font-weight:900}
.tasker-screenshot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:22px;align-items:start;counter-reset:tasker-shot}
.tasker-screenshot-grid .guide-media{position:relative;width:min(100%,240px);justify-self:center;overflow:hidden;counter-increment:tasker-shot;display:flex;flex-direction:column}
.tasker-screenshot-grid .guide-media img{order:2;border-radius:0 0 11px 11px}
.guide-media figcaption{padding:10px 12px;border-top:1px solid rgba(255,255,255,.08);color:#d6d6d6;font-size:13px;font-weight:850;text-align:center;background:rgba(255,255,255,.035)}
.tasker-screenshot-grid .guide-media figcaption{order:1;display:flex;align-items:center;justify-content:flex-start;gap:9px;text-align:left;border-top:0;border-bottom:1px solid rgba(255,255,255,.08)}
.tasker-screenshot-grid .guide-media figcaption:before{content:counter(tasker-shot);width:24px;height:24px;flex:0 0 24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--brand);color:#050505;font-size:12px;font-weight:950;line-height:1}

@media (max-width:1000px){
  .downloads-hero-grid,.support-grid,.mmlink-download-grid,.accessories-grid,.remote-hero-grid,.remote-step-grid,.guide-layout,.guide-step-with-media{grid-template-columns:1fr}
  .accessories .copy{order:1}
  .accessories-media{order:2;grid-template-columns:1fr 1fr;gap:14px}
  .remote-action-grid{grid-template-columns:1fr}
  .remote-media-card img{aspect-ratio:4/3}
  .guide-index{position:relative;top:auto}
  .guide-video-grid,.guide-media-grid,.guide-image-grid{grid-template-columns:1fr}
  .kit-model-media{width:calc(100% - 36px)}
  .resource-grid{grid-template-columns:repeat(2,1fr)}
  .tasker-screenshot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .guide-control-row{grid-template-columns:1fr}
  .guide-control-row span + span{border-left:0}
  .guide-control-row span:not(:first-child){padding-top:4px;color:#f0f0f0}
  .guide-substep-media{grid-template-columns:1fr}
  .guide-substep-pair{grid-template-columns:1fr}
}

@media (max-width:560px){
  .site-header{grid-template-columns:minmax(0,1fr) auto}
  .brand img{max-width:min(220px,56vw)}
  .downloads-hero,.remote-hero,.guide-hero{padding-top:118px}
  .downloads-copy h1,.guide-hero h1{font-size:34px;overflow-wrap:break-word}
  .downloads-copy .lead,.support-panel p,.hero-download-note p,.hero-donate-note p,.remote-summary p,.remote-step-card p,.remote-action-copy p,.remote-note p,.guide-step-copy p,.guide-video-card p{overflow-wrap:break-word}
  .hero-download-note,.hero-donate-note{padding:18px}
  .support-panel,.remote-summary,.remote-step-card,.remote-action-copy,.remote-note,.guide-step{padding:24px;border-radius:24px}
  .guide-index{border-radius:20px}
  .guide-media.compact{max-width:100%}
  .resource-grid{grid-template-columns:1fr}
  .tasker-screenshot-grid{grid-template-columns:1fr}
  .resource-card{min-height:112px}
  .accessories-media{grid-template-columns:1fr}
}

@media (max-width:560px){
  .site-header{height:68px;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:0 12px;overflow:hidden}
  .brand img{width:min(210px,54vw);height:auto;max-height:44px}
  .header-actions{gap:6px;flex:0 0 auto}
  .header-actions .youtube-link{display:none}
  .language-switch{flex:0 0 auto;padding:4px;gap:3px}
  .language-switch svg{display:none}
  .language-switch a{min-width:28px;height:26px;font-size:11px}
}

@media (max-width:900px){
  .site-header{height:76px;grid-template-columns:minmax(0,1fr) auto;gap:10px;overflow:visible}
  .brand{max-width:100%;overflow:hidden}
  .brand img{width:min(200px,50vw);height:auto;max-height:46px}
  .header-actions{grid-column:2;justify-self:end}
  .header-actions .youtube-link{display:inline-flex}
  .menu-toggle{display:inline-flex}
  .icon-link{width:32px;height:32px}
  .icon-link svg{width:18px;height:18px}
  .language-switch{padding:4px;gap:3px}
  .language-switch svg{display:none}
  .language-switch a{min-width:26px;height:24px;font-size:11px}
  .site-header nav{position:absolute;top:calc(100% + 8px);left:12px;right:12px;display:none;grid-template-columns:1fr;gap:4px;padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(5,5,5,.94);box-shadow:0 18px 60px rgba(0,0,0,.45);backdrop-filter:blur(18px);font-size:13px;text-align:left}
  .site-header.menu-open nav{display:grid}
  .site-header nav a{white-space:nowrap;padding:11px 12px;border-radius:12px;background:rgba(255,255,255,.045)}
  .site-header nav a:hover{background:rgba(255,167,0,.12)}
  .hero,.downloads-hero{padding-top:126px}
}

@media (max-width:560px){
  .brand img{width:min(160px,42vw);max-height:38px}
  .header-actions{gap:4px}
  .icon-link,.menu-toggle{width:30px;height:30px}
  .icon-link svg{width:17px;height:17px}
  .menu-toggle span{width:15px}
  .language-switch{padding:3px;gap:2px}
  .language-switch a{min-width:23px;height:23px;font-size:10px}
}
