:root{--red: #b30812;--red-bright: #d30d18;--red-dark: #78040b;--ink: #171719;--ink-soft: #333338;--muted: #68686f;--surface: #ffffff;--surface-soft: #f6f4f3;--surface-red: #fff2f2;--line: #e6e1df;--success: #16794a;--danger: #b42318;--radius-sm: 14px;--radius: 24px;--radius-lg: 36px;--shadow: 0 12px 32px rgba(42, 24, 23, .07);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--surface);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--surface);color:var(--ink)}body,button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}main{min-height:70vh;overflow:hidden}.site-header{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:84px;padding:.7rem 5vw;background:#fffffff0;border-bottom:1px solid rgba(179,8,18,.1);box-shadow:0 2px 12px #1f12110b;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:.8rem;min-width:max-content}.brand img{width:60px;height:60px;border-radius:50%;object-fit:cover}.brand span{display:grid;gap:.12rem}.brand strong{font-size:1rem;letter-spacing:-.02em}.brand small{color:var(--red);font-size:.69rem;font-weight:750;text-transform:uppercase;letter-spacing:.05em}.brand-compact span{display:none}.nav{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:1.15rem;color:var(--ink-soft);font-size:.91rem;font-weight:650}.nav a,.link-button{position:relative;transition:color .2s ease}.nav a:not(.nav-cta):after{content:"";position:absolute;left:0;right:0;bottom:-.55rem;height:2px;background:var(--red);transform:scaleX(0);transition:transform .2s ease}.nav a.active,.nav a:hover,.link-button:hover{color:var(--red)}.nav a.active:after,.nav a:hover:after{transform:scaleX(1)}.nav .admin-nav-link{color:var(--red);font-weight:850}.nav-cta,.btn{border:0;border-radius:999px;padding:.9rem 1.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;line-height:1.1;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.nav-cta,.btn.primary{color:#fff!important;background:linear-gradient(135deg,var(--red-bright),var(--red));box-shadow:0 6px 16px #b3081224}.nav-cta:after{display:none}.btn:hover,.nav-cta:hover{transform:translateY(-1px);box-shadow:0 8px 20px #b308122b}.btn.secondary{color:var(--ink);background:var(--surface);border:1px solid var(--line);box-shadow:0 3px 10px #2416150a}.btn.light{color:var(--red);background:#fff}.btn.dark{color:#fff;background:var(--ink)}.btn.danger{color:#fff;background:var(--danger)}.btn.small{padding:.6rem .8rem;font-size:.82rem}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.link-button{border:0;background:none;color:var(--ink-soft);cursor:pointer;font-weight:650}.logout{display:inline-flex;align-items:center;gap:.35rem}.mobile-menu{display:none}.hero{position:relative;display:grid;grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);gap:clamp(2rem,5vw,5.5rem);align-items:center;min-height:710px;padding:5.5rem 5vw 6rem;background:linear-gradient(120deg,#fff,#fff 55%,#f7eceb)}.hero:before{content:"";position:absolute;left:-12rem;top:8%;width:28rem;height:28rem;border:5rem solid rgba(179,8,18,.035);border-radius:50%}.hero-content{position:relative;z-index:2;max-width:700px}.eyebrow,.section-title>span:not(.eyebrow){display:inline-flex;align-items:center;gap:.5rem;color:var(--red);font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.badge{display:inline-flex;margin:.9rem 0 0;padding:.42rem .72rem;color:var(--red);background:var(--surface-red);border:1px solid rgba(179,8,18,.15);border-radius:999px;font-size:.75rem;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.eyebrow:before{content:"";width:30px;height:3px;border-radius:2px;background:currentColor}.eyebrow.light{color:#fff}.hero h1,.section-title h1,.section-title h2,.classroom-copy h2,.moto-content h2,.page-hero h1{margin:1rem 0 1.2rem;font-size:clamp(2.7rem,5.5vw,5.5rem);line-height:.95;letter-spacing:-.065em;font-weight:720;text-shadow:none}.hero h1{max-width:780px}.hero p,.section-title p,.classroom-copy p,.moto-content p,.page-hero p{color:var(--muted);font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.72;max-width:650px}.actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.7rem}.hero-trust{display:flex;flex-wrap:wrap;gap:1.4rem;margin-top:2rem;color:var(--ink-soft);font-size:.9rem;font-weight:700}.hero-trust span{display:flex;align-items:center;gap:.45rem}.hero-trust svg{color:var(--red)}.hero-media{position:relative;min-height:520px}.hero-media>img{width:100%;height:520px;object-fit:cover;border-radius:42px 8px;box-shadow:var(--shadow)}.hero-media:after{content:"";position:absolute;top:1.1rem;right:-1rem;bottom:-1rem;left:1.1rem;z-index:-1;border:2px solid rgba(179,8,18,.2);border-radius:42px 8px}.hero-logo-card{position:absolute;left:-3.5rem;bottom:2rem;display:flex;align-items:center;gap:.9rem;max-width:330px;padding:.75rem 1rem .75rem .75rem;background:#fff;border-radius:20px;box-shadow:var(--shadow)}.hero-logo-card img{width:74px;height:74px;flex:0 0 auto;border-radius:50%;object-fit:cover}.hero-logo-card span{display:grid;gap:.25rem;color:var(--muted);font-size:.82rem;line-height:1.35}.hero-logo-card strong{color:var(--ink);font-size:.98rem}.category-strip{display:grid;grid-template-columns:repeat(5,1fr);background:var(--ink);color:#fff;padding:1.3rem 5vw}.category-item{display:flex;align-items:center;justify-content:center;gap:.65rem;padding:.35rem 1rem;border-right:1px solid rgba(255,255,255,.17)}.category-item:last-child{border-right:0}.category-item strong{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;color:#fff;background:var(--red);border-radius:50%;font-size:1.05rem}.category-item span{font-size:.86rem;color:#ddd;font-weight:650}.section,.page{padding:clamp(4rem,8vw,7rem) 5vw}.page{min-height:65vh}.intro-section{background:var(--surface-soft)}.section-title{max-width:880px}.section-title h1,.section-title h2,.classroom-copy h2,.page-hero h1{font-size:clamp(2.2rem,4.2vw,4.2rem)}.section-title.centered{margin-inline:auto;text-align:center}.section-title.centered p{margin-inline:auto}.section-title.centered .eyebrow{justify-content:center}.feature-grid,.service-grid,.grid{display:grid;gap:1.2rem;margin-top:2.5rem}.feature-grid,.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.service-grid,.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-card,.service-card,.card,.auth-card,.result-box,.table-card,.cta-box,.quiz-settings,.question-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;box-shadow:0 7px 22px #2617160b}.feature-card,.service-card{position:relative;overflow:hidden;min-height:245px}.feature-card:after,.service-card:after{content:"";position:absolute;right:-40px;bottom:-40px;width:100px;height:100px;border:18px solid rgba(179,8,18,.05);border-radius:50%}.feature-card.featured{color:#fff;background:linear-gradient(145deg,var(--red-bright),var(--red-dark));border-color:transparent;transform:translateY(-12px)}.feature-card svg,.service-icon{color:var(--red)}.feature-card.featured svg,.feature-card.featured p{color:#fff}.feature-card h3,.service-card h3,.card h3{margin:1.3rem 0 .65rem;font-size:1.25rem}.feature-card p,.service-card p,.card p,.auth-card p,.cta-box p{color:var(--muted);line-height:1.65}.service-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:var(--surface-red)}.fleet-section{background:linear-gradient(180deg,white,var(--surface-soft))}.fleet-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem;margin-top:2.5rem}.fleet-card{position:relative;min-height:430px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--ink);box-shadow:0 7px 22px #2617160e}.fleet-card img{width:100%;height:100%;min-height:430px;object-fit:cover;filter:contrast(1.04) saturate(1.07);transition:transform .35s ease}.fleet-card:nth-child(1) img{object-position:52% 45%}.fleet-card:nth-child(2) img{object-position:center}.fleet-card:nth-child(3) img{object-position:48% 50%}.fleet-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 34%,#000000c7)}.fleet-card:hover img{transform:scale(1.035)}.fleet-card-copy{position:absolute;left:0;right:0;bottom:0;z-index:1;display:grid;gap:.45rem;padding:1.35rem;color:#fff}.fleet-card-copy span{width:max-content;padding:.38rem .62rem;color:#fff;background:var(--red);border-radius:999px;font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.fleet-card-copy h3{margin:0;font-size:clamp(1.35rem,2vw,1.75rem);line-height:1.05;letter-spacing:-.035em}.fleet-card-copy p{margin:0;color:#ffffffd1;line-height:1.55}.fleet-note{display:flex;align-items:center;justify-content:center;gap:.7rem;max-width:920px;margin:1.35rem auto 0;padding:1rem 1.2rem;color:var(--red);background:#fff;border:1px solid rgba(179,8,18,.16);border-radius:999px;box-shadow:0 7px 22px #2617160b;text-align:center}.fleet-note svg{flex:0 0 auto}.moto-feature{display:grid;grid-template-columns:1fr 1fr;min-height:660px;background:linear-gradient(135deg,var(--red-bright),var(--red-dark));color:#fff}.moto-content{display:flex;flex-direction:column;justify-content:center;padding:clamp(4rem,8vw,7rem) 5vw}.moto-content h2{max-width:730px;font-size:clamp(2.4rem,4.7vw,4.8rem)}.moto-content p{color:#fffc}.check-list{display:grid;gap:.8rem;margin:1.2rem 0 1.8rem;font-weight:700}.check-list span{display:flex;align-items:center;gap:.7rem}.check-list svg{flex:0 0 auto}.moto-content .btn{align-self:flex-start}.moto-visual{position:relative;display:grid;place-items:center;overflow:hidden;padding:clamp(1rem,3vw,2rem);background:#fff}.moto-visual img{width:100%;height:auto;max-height:620px;object-fit:contain}.classroom-section{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:clamp(2rem,6vw,6rem);align-items:center}.image-frame{position:relative}.image-frame img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:8px 42px;box-shadow:var(--shadow)}.image-frame span{position:absolute;left:1.2rem;bottom:1.2rem;padding:.75rem 1rem;color:#fff;background:#171719db;border-radius:999px;font-size:.82rem;font-weight:750;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.text-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:.8rem;color:var(--red);font-weight:850}.location-cta{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem 5vw;color:#fff;background:var(--red)}.location-cta>div{display:grid;grid-template-columns:auto 1fr;column-gap:1rem;align-items:center}.location-cta svg{grid-row:1 / 3}.location-cta span{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;opacity:.78;font-weight:800}.location-cta strong{font-size:1.08rem}.page-hero{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:2rem;background:var(--surface-soft);border-radius:var(--radius-lg)}.page-hero>div{padding:2rem}.page-hero img{width:100%;height:390px;object-fit:cover;border-radius:var(--radius)}.timeline{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem;max-width:1050px;margin:3rem auto 0}.timeline-item{display:grid;grid-template-columns:64px 1fr;gap:1rem;min-height:170px;padding:1.5rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 5px 18px #26171609}.timeline-item strong{display:grid;place-items:center;width:52px;height:52px;color:#fff;background:var(--red);border-radius:50%;font-size:1rem}.timeline-item h3{margin:.2rem 0 .55rem}.timeline-item p{margin:0;color:var(--muted);line-height:1.6}.contact-page{background:linear-gradient(180deg,var(--surface-soft),white)}.contact-grid,.dashboard-grid,.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;margin-top:2.5rem}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-card{display:grid;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.5rem;box-shadow:var(--shadow)}.contact-card>a,.contact-card>div{display:flex;align-items:center;gap:1rem;padding:1.2rem .5rem;border-bottom:1px solid var(--line)}.contact-card>*:last-child{border-bottom:0}.contact-card svg{color:var(--red);flex:0 0 auto}.contact-card span{display:grid;gap:.2rem}.contact-card small{color:var(--muted)}.map-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.7rem;min-height:390px;padding:2rem;color:#fff;text-align:center;background:linear-gradient(#171719e0,#171719e0),var(--map-card-image) center/cover;border-radius:var(--radius)}.map-card>strong{font-size:1.7rem}.centered-cta{max-width:850px;margin:3rem auto 0;padding:3rem;text-align:center;background:var(--surface-soft)}.centered-cta h2{margin:.8rem 0;font-size:clamp(1.8rem,3vw,2.8rem)}.centered-cta p{margin-inline:auto}.auth-page{min-height:76vh;padding:5rem 5vw;display:grid;place-items:center;background:linear-gradient(135deg,var(--surface-soft),var(--surface-red))}.auth-card{width:min(540px,100%);padding:clamp(1.6rem,4vw,2.7rem)}.auth-card .brand-compact{display:flex;margin-bottom:.25rem}.auth-card h1{margin:.9rem 0;font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.04em}.form{display:grid;gap:1rem}.form label,.quiz-settings label{display:grid;gap:.45rem;color:var(--ink-soft);font-weight:750}input,select,textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #d9d2cf;border-radius:var(--radius-sm);padding:.9rem 1rem;outline:none;transition:border .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 4px #b3081214}textarea{min-height:115px;resize:vertical}.checkbox-row{display:flex!important;align-items:center}.checkbox-row input{width:auto;accent-color:var(--red)}.notice,.message{color:#725000;background:#fff8dc;border:1px solid #f0dc8a;border-radius:var(--radius-sm);padding:.9rem 1rem}.muted{color:var(--muted)}.center{display:block;margin:1rem auto 0;text-align:center}.admin-access-card{display:grid;grid-template-columns:58px 1fr auto;gap:1rem;align-items:center;margin-top:2rem;padding:1.25rem;color:var(--ink);background:linear-gradient(135deg,var(--surface-red),white);border:1px solid rgba(179,8,18,.18);border-left:5px solid var(--red);border-radius:var(--radius);box-shadow:0 7px 22px #2617160b}.admin-access-icon{display:grid;place-items:center;width:58px;height:58px;color:#fff;background:var(--red);border-radius:18px}.admin-access-card small{color:var(--red);font-size:.7rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.admin-access-card h2{margin:.2rem 0 .35rem;font-size:clamp(1.35rem,2.2vw,1.85rem);letter-spacing:-.035em}.admin-access-card p{margin:0;color:var(--muted);line-height:1.5}.big-card{min-height:245px}.icon-card svg{color:var(--red)}.quiz-settings{display:grid;gap:1rem;max-width:700px;margin-top:2rem}.questions-list{display:grid;gap:1rem}.question-card{box-shadow:0 5px 16px #26171609}.question-top{display:flex;justify-content:space-between;align-items:center;gap:.8rem;color:var(--muted)}.question-top span{display:grid;place-items:center;width:38px;height:38px;color:#fff;background:var(--red);border-radius:50%;font-weight:900}.option{display:grid;grid-template-columns:auto auto 1fr;gap:.75rem;align-items:center;padding:.9rem;border:1px solid var(--line);border-radius:var(--radius-sm);margin-top:.65rem;cursor:pointer;transition:border .2s,background .2s}.option:hover{border-color:#b3081273;background:var(--surface-red)}.option input{width:auto;accent-color:var(--red)}.option.correct{border-color:#16794a99;background:#ecfbf4}.option.wrong{border-color:#b4231899;background:#fff0ef}.explanation{padding:1rem;color:var(--muted);background:var(--surface-soft);border-radius:var(--radius-sm)}.question-image{display:grid;justify-items:center;gap:.65rem;margin:1.2rem 0;padding:1.2rem;background:var(--surface-soft);border:1px solid var(--line);border-radius:var(--radius)}.question-image img{width:min(280px,100%);max-height:250px;object-fit:contain}.question-image figcaption{color:var(--muted);font-size:.8rem;font-weight:650}.result-box{margin-bottom:1.5rem;padding:clamp(1.4rem,4vw,2.2rem);border-width:2px}.result-box.approved{border-color:#16794a80;background:linear-gradient(135deg,#effbf5,#fff)}.result-box.failed{border-color:#b4231880;background:linear-gradient(135deg,#fff0ef,#fff)}.result-summary{display:grid;grid-template-columns:130px 1fr;gap:1.5rem;align-items:center}.result-percentage{display:flex;align-items:flex-start;justify-content:center;color:#fff;background:var(--red);border-radius:24px;padding:1.15rem .8rem;line-height:1;box-shadow:0 6px 16px #b3081224}.result-box.approved .result-percentage{background:var(--success);box-shadow:0 6px 16px #16794a24}.result-percentage strong{font-size:3.2rem;letter-spacing:-.07em}.result-percentage span{margin-top:.25rem;font-size:1.05rem;font-weight:750}.result-label{color:var(--red);font-size:.72rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.result-box.approved .result-label{color:var(--success)}.result-summary h2{margin:.35rem 0;font-size:clamp(1.7rem,3vw,2.5rem);letter-spacing:-.035em}.result-summary p{margin:0;color:var(--ink-soft);font-size:1.02rem;line-height:1.6}.result-box>.btn{margin-top:1.3rem}.save-status{margin:1rem 0 0;padding:.75rem .9rem;color:var(--muted);background:var(--surface-soft);border-radius:var(--radius-sm);font-size:.88rem;font-weight:700}.save-status.success{color:var(--success);background:#e9f8f0}.save-status.error{color:var(--danger);background:#fff0ef}.sticky-actions{position:sticky;bottom:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.3rem;padding:1rem;color:#fff;background:#171719f0;border-radius:999px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.admin-grid{align-items:start}.admin-shortcuts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem}.admin-shortcut{display:grid;grid-template-columns:58px 1fr auto;gap:1rem;align-items:center;min-height:145px;padding:1.25rem;color:var(--ink);background:#fff;border:1px solid var(--line);border-left:5px solid var(--red);border-radius:var(--radius);box-shadow:0 7px 22px #2617160b;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.admin-shortcut:hover{transform:translateY(-2px);border-color:#b3081259;box-shadow:0 10px 26px #26171612}.admin-shortcut-icon{display:grid;place-items:center;width:58px;height:58px;color:#fff;background:var(--red);border-radius:18px}.admin-shortcut-copy{display:grid;gap:.28rem}.admin-shortcut-copy small{color:var(--red);font-size:.7rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.admin-shortcut-copy strong{font-size:1.08rem}.admin-shortcut-copy>span{color:var(--muted);font-size:.87rem;line-height:1.45}.admin-shortcut-arrow{color:var(--red);transition:transform .2s ease}.admin-shortcut:hover .admin-shortcut-arrow{transform:translate(4px)}.admin-shortcut.users{border-left-color:var(--ink)}.admin-shortcut.users .admin-shortcut-icon{background:var(--ink)}.admin-shortcut.users .admin-shortcut-copy small,.admin-shortcut.users .admin-shortcut-arrow{color:var(--ink)}.question-admin-list{max-height:720px;overflow:auto;display:grid;gap:.9rem}.admin-question{border-bottom:1px solid var(--line);padding-bottom:.9rem}.row-actions{display:flex;gap:.55rem;flex-wrap:wrap}.table-card{margin-top:1rem;overflow-x:auto}.data-status{display:flex;align-items:center;gap:.7rem;color:var(--muted)}.data-status:before{content:"";width:18px;height:18px;border:2px solid var(--line);border-top-color:var(--red);border-radius:50%;animation:data-spin .8s linear infinite}@keyframes data-spin{to{transform:rotate(360deg)}}table{width:100%;border-collapse:collapse;min-width:720px}th,td{text-align:left;border-bottom:1px solid var(--line);padding:.9rem}th{color:var(--red);font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}tbody tr:hover{background:var(--surface-soft)}.admin-users-page{padding-top:3.5rem}.user-table-card{padding:0;overflow:hidden}.user-table{min-width:0;table-layout:fixed;border-collapse:separate;border-spacing:0}.user-table .col-name{width:11%}.user-table .col-email{width:24%}.user-table .col-role{width:10%}.user-table .col-attempts{width:9%}.user-table .col-average,.user-table .col-best{width:8%}.user-table .col-date{width:11%}.user-table .col-actions{width:19%}.user-table th,.user-table td{padding:.75rem .7rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);vertical-align:middle}.user-table th:last-child,.user-table td:last-child{border-right:0}.user-table tbody tr:last-child td{border-bottom:0}.user-table th{overflow:hidden;background:var(--surface-soft);font-size:.68rem;line-height:1.25;letter-spacing:.035em;white-space:normal}.user-table td{font-size:.86rem;line-height:1.35;overflow-wrap:anywhere}.user-table td:nth-child(4),.user-table td:nth-child(5),.user-table td:nth-child(6),.user-table th:nth-child(4),.user-table th:nth-child(5),.user-table th:nth-child(6){text-align:center}.role-badge{display:inline-flex;justify-content:center;max-width:100%;padding:.32rem .48rem;border-radius:999px;font-size:.68rem;font-weight:750;line-height:1.1;overflow-wrap:anywhere}.role-badge.student{color:#27546f;background:#e9f5fb}.role-badge.admin{color:var(--red);background:var(--surface-red)}.attempt-count{display:inline-grid;place-items:center;min-width:28px;height:28px;color:var(--ink-soft);background:var(--surface-soft);border-radius:9px;font-weight:750}.score-value{display:inline-flex;justify-content:center;min-width:42px;padding:.32rem .4rem;color:var(--muted);background:var(--surface-soft);border-radius:9px;font-weight:800}.score-value.good{color:var(--success);background:#e9f8f0}.score-value.medium{color:#9b5500;background:#fff4dd}.score-value.bad{color:var(--danger);background:#fff0ef}.results-summary-table{min-width:0;table-layout:fixed;border-collapse:separate;border-spacing:0}.results-summary-card{padding:0;overflow:hidden}.results-summary-table .col-student{width:55%}.results-summary-table .col-total,.results-summary-table .col-score{width:15%}.results-summary-table th,.results-summary-table td{padding:1rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);vertical-align:middle}.results-summary-table th:last-child,.results-summary-table td:last-child{border-right:0}.results-summary-table tbody tr:last-child td{border-bottom:0}.results-summary-table th{background:var(--surface-soft)}.results-summary-table th:not(:first-child),.results-summary-table td:not(:first-child){text-align:center}.student-cell{display:grid;gap:.2rem}.student-cell small{color:var(--muted);overflow-wrap:anywhere}.user-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}.user-actions .btn{width:100%;min-height:34px;padding:.45rem .55rem;border-radius:10px;font-size:.73rem;line-height:1.15;white-space:normal}.user-actions .btn.password{grid-column:1 / -1;color:var(--red);background:var(--surface-red);border:1px solid rgba(179,8,18,.2)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:1rem;background:#1111139e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.password-modal{position:relative;width:min(500px,100%);max-height:calc(100vh - 2rem);overflow-y:auto;padding:clamp(1.5rem,4vw,2.2rem);background:#fff;border-radius:var(--radius);box-shadow:0 20px 60px #00000038}.password-modal h2{margin:1rem 0 .45rem;font-size:clamp(1.7rem,4vw,2.3rem);letter-spacing:-.04em}.password-modal>p{margin:0 0 1.4rem;color:var(--muted);line-height:1.6}.password-modal-icon{display:grid;place-items:center;width:54px;height:54px;color:#fff;background:var(--red);border-radius:17px}.modal-close{position:absolute;top:1rem;right:1rem;display:grid;place-items:center;width:40px;height:40px;color:var(--ink);background:var(--surface-soft);border:1px solid var(--line);border-radius:12px;cursor:pointer}.modal-actions{display:flex;justify-content:flex-end;gap:.7rem;margin-top:.4rem}.legal{max-width:1000px}.legal h1{font-size:clamp(2.2rem,4vw,4rem);letter-spacing:-.05em}.legal h2{margin:2rem 0 .55rem;font-size:1.3rem}.legal p,.legal li{color:var(--muted);line-height:1.75}.legal ul{display:grid;gap:.45rem;padding-left:1.3rem}.legal a{color:var(--red);font-weight:750}.whatsapp-float{position:fixed;right:1rem;bottom:1rem;z-index:45;display:flex;align-items:center;gap:.5rem;color:#fff;background:#25d366;border-radius:999px;padding:.78rem 1rem .78rem .82rem;font-weight:750;box-shadow:0 7px 20px #00000029}.whatsapp-icon{width:28px;height:28px;flex:0 0 28px;fill:currentColor}.whatsapp-icon-phone{fill:#25d366}.footer{display:grid;grid-template-columns:1.4fr 1fr .55fr;gap:clamp(2rem,5vw,5rem);padding:4rem 5vw 3rem;color:#d3d3d5;background:var(--ink)}.footer .brand{color:#fff}.footer .brand img{width:72px;height:72px}.footer .brand small{color:#ff9fa4}.footer-brand p{max-width:470px;color:#aaaab0;line-height:1.65}.footer-contact,.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem}.footer-contact>strong,.footer-links>strong{margin-bottom:.25rem;color:#fff}.footer-contact a{display:flex;gap:.5rem;align-items:flex-start;font-size:.9rem;line-height:1.45}.footer-contact svg{flex:0 0 auto;color:#ff7f86}.footer-links a:hover,.footer-contact a:hover{color:#fff}.footer-bottom{padding:1rem 5vw;color:#85858b;background:#101012;border-top:1px solid #29292c;font-size:.8rem}@media(max-width:1100px){.site-header{gap:1rem}.brand small{display:none}.hero{grid-template-columns:1fr 1fr}.hero-logo-card{left:-1rem}.fleet-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fleet-card:first-child{grid-column:1 / -1}.service-grid,.grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.footer{grid-template-columns:1.2fr 1fr}.footer-links{grid-column:1 / -1;flex-direction:row;flex-wrap:wrap}}@media(max-width:820px){.site-header{min-height:74px}.brand img{width:52px;height:52px}.brand strong{font-size:.9rem}.mobile-menu{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:12px;padding:.55rem}.nav{display:none;position:absolute;top:74px;left:4vw;right:4vw;flex-direction:column;align-items:stretch;gap:.25rem;padding:1rem;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.nav.is-open{display:flex}.nav a,.nav button{padding:.75rem;text-align:left}.nav a:after{display:none}.nav .admin-nav-link{display:flex;justify-content:center;color:#fff;background:var(--red);border-radius:12px;text-align:center}.nav-cta{text-align:center!important}.hero{grid-template-columns:1fr;min-height:auto;padding-top:4rem}.hero-media{min-height:420px}.hero-media>img{height:420px}.hero-logo-card{left:1rem}.category-strip{grid-template-columns:repeat(5,minmax(120px,1fr));overflow-x:auto}.feature-grid,.grid.three,.dashboard-grid{grid-template-columns:1fr}.feature-card.featured{transform:none}.fleet-grid{grid-template-columns:1fr}.fleet-card:first-child{grid-column:auto}.moto-feature,.classroom-section,.page-hero,.contact-grid,.admin-grid,.admin-shortcuts{grid-template-columns:1fr}.moto-visual{min-height:0}.page-hero>div{padding:.7rem}.page-hero img{height:310px}.timeline,.footer{grid-template-columns:1fr}.footer-links{grid-column:auto}.user-table-card{overflow-x:auto}.user-table{min-width:850px}.results-summary-card{overflow-x:auto}.results-summary-table{min-width:640px}.results-summary-table th,.results-summary-table td{padding:.85rem .75rem}}@media(max-width:560px){.site-header{padding-inline:4vw}.brand span{display:none}.hero,.section,.page{padding-left:5vw;padding-right:5vw}.hero{padding-top:3.2rem}.hero h1{font-size:clamp(2.55rem,13vw,4rem)}.hero-media,.hero-media>img{min-height:340px;height:340px}.hero-logo-card{left:.7rem;right:.7rem;bottom:.7rem;max-width:none}.hero-logo-card img{width:62px;height:62px}.actions .btn{width:100%}.hero-trust{display:grid;gap:.7rem}.category-strip{display:flex;gap:0;padding-inline:4vw;scrollbar-width:thin}.category-item{flex:0 0 auto;min-width:132px;padding-inline:.8rem}.category-item strong{width:38px;height:38px;flex-basis:38px}.category-item span{line-height:1.25}.service-grid,.grid.four{grid-template-columns:1fr}.fleet-card,.fleet-card img{min-height:360px}.fleet-note{border-radius:var(--radius);align-items:flex-start;text-align:left}.moto-content{padding-inline:5vw}.moto-visual{min-height:0}.location-cta{flex-direction:column;align-items:stretch}.location-cta .btn{align-self:flex-start}.timeline-item{grid-template-columns:52px 1fr;padding:1.1rem}.admin-shortcut{grid-template-columns:48px 1fr auto;min-height:128px;padding:1rem}.admin-shortcut-icon{width:48px;height:48px;border-radius:15px}.admin-access-card{grid-template-columns:48px 1fr;align-items:start;padding:1rem}.admin-access-card .btn{grid-column:1 / -1;width:100%}.admin-access-icon{width:48px;height:48px;border-radius:15px}.sticky-actions{border-radius:20px;flex-direction:column;align-items:stretch}.result-summary{grid-template-columns:1fr;gap:1rem}.result-percentage{width:118px}.results-summary-table{min-width:600px}.results-summary-table .col-student{width:48%}.results-summary-table .col-total{width:16%}.results-summary-table .col-score{width:18%}.results-summary-table th{font-size:.66rem;line-height:1.2;letter-spacing:.035em}.results-summary-table td{font-size:.88rem}.score-value{min-width:44px}.whatsapp-float span{display:none}.whatsapp-float{width:54px;height:54px;justify-content:center;padding:0}.footer-links{flex-direction:column}}
