:root{--red:#e21d2f;--red2:#ff4154;--dark:#111827;--muted:#667085;--cream:#fff7ed;--line:#e8edf3;--green:#18b26b;--card:#ffffff;--shadow:0 24px 80px rgba(17,24,39,.14);--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--dark);background:#fff;overflow-x:hidden}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:#0b1220;color:#d7dee9;font-size:14px}.topbar-inner{display:flex;gap:24px;justify-content:center;align-items:center;min-height:40px;flex-wrap:wrap}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(232,237,243,.9)}.nav{height:78px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:12px;margin-right:auto}.brand-mark{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,var(--red),#9d1020);display:grid;place-items:center;color:white;font-weight:900;font-size:28px;box-shadow:0 12px 25px rgba(226,29,47,.28)}.brand strong{display:block;font-size:21px;line-height:1}.brand small{display:block;color:var(--muted);font-weight:700;margin-top:4px}.menu{display:flex;align-items:center;gap:24px;font-weight:700;color:#344054}.menu a:hover{color:var(--red)}.nav-cta{background:#111827;color:white;padding:12px 18px;border-radius:999px;font-weight:800}.hamb{display:none;background:none;border:0;gap:5px;flex-direction:column}.hamb span{width:26px;height:3px;border-radius:3px;background:#111827}.hero{position:relative;min-height:760px;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 10% 20%,rgba(226,29,47,.18),transparent 30%),radial-gradient(circle at 90% 30%,rgba(255,193,7,.28),transparent 24%),linear-gradient(135deg,#fff 0%,#fff7f7 45%,#fff0e1 100%)}.hero-bg:after{content:"";position:absolute;inset:auto -10% -45% -10%;height:520px;background:#111827;border-radius:50% 50% 0 0/22% 22% 0 0;transform:rotate(-2deg)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center;padding:82px 0 120px}.badge{display:inline-flex;align-items:center;gap:8px;background:white;border:1px solid #f2d4d8;color:#b31325;border-radius:999px;padding:10px 14px;font-weight:800;box-shadow:0 10px 40px rgba(226,29,47,.08)}h1{font-size:clamp(42px,6vw,76px);line-height:.95;letter-spacing:-.06em;margin:24px 0 20px}h1 span{color:var(--red)}.hero-copy p{font-size:20px;line-height:1.65;color:#475467;max-width:620px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:34px 0}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:16px;padding:16px 22px;font-weight:900;cursor:pointer;transition:.25s transform,.25s box-shadow}.btn:hover{transform:translateY(-2px)}.primary{background:linear-gradient(135deg,var(--red),var(--red2));color:white;box-shadow:0 16px 35px rgba(226,29,47,.25)}.ghost{background:white;color:#111827;border:1px solid var(--line)}.white{background:white;color:var(--red)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:650px}.stats div{background:rgba(255,255,255,.74);border:1px solid rgba(255,255,255,.9);border-radius:18px;padding:18px;box-shadow:0 12px 40px rgba(17,24,39,.08)}.stats strong{display:block;font-size:22px}.stats span{font-size:13px;color:var(--muted);font-weight:700}.hero-card{position:relative;min-height:520px}.road-card{position:absolute;inset:15px;border-radius:42px;background:linear-gradient(#84d7ff 0 45%,#f4d55d 45% 60%,#1f2937 60%);box-shadow:var(--shadow);overflow:hidden;border:10px solid white}.road{position:absolute;left:0;right:0;bottom:0;height:44%;background:linear-gradient(90deg,#202938,#384152,#202938);clip-path:polygon(38% 0,62% 0,100% 100%,0 100%)}.road span{position:absolute;left:50%;width:12px;height:80px;background:white;border-radius:99px;transform:translateX(-50%)}.road span:nth-child(1){top:30px}.road span:nth-child(2){top:150px}.road span:nth-child(3){top:290px}.sun{position:absolute;width:90px;height:90px;border-radius:50%;background:#ffd166;top:44px;right:56px;box-shadow:0 0 0 18px rgba(255,209,102,.25)}.cloud{position:absolute;background:white;border-radius:999px;opacity:.9}.cloud:before,.cloud:after{content:"";position:absolute;background:white;border-radius:50%}.cloud.one{width:120px;height:34px;top:88px;left:54px}.cloud.one:before{width:52px;height:52px;left:18px;top:-24px}.cloud.one:after{width:44px;height:44px;right:18px;top:-18px}.cloud.two{width:90px;height:28px;top:170px;right:70px}.cloud.two:before{width:42px;height:42px;left:14px;top:-18px}.cloud.two:after{width:32px;height:32px;right:16px;top:-12px}.car{position:absolute;left:50%;bottom:125px;transform:translateX(-50%);width:220px;height:90px;z-index:4}.car-body{position:absolute;inset:18px 0 0;background:linear-gradient(135deg,var(--red),#8f0f1d);border-radius:55px 55px 24px 24px}.car-body:before{content:"";position:absolute;left:54px;top:-30px;width:105px;height:54px;border-radius:45px 45px 10px 10px;background:#fbe8ea;border:8px solid #8f0f1d}.wheel{position:absolute;bottom:-8px;width:48px;height:48px;background:#111827;border:8px solid white;border-radius:50%}.w1{left:32px}.w2{right:32px}.floating-card{position:absolute;background:white;border-radius:22px;padding:18px 20px;box-shadow:0 20px 60px rgba(17,24,39,.18);z-index:5;border:1px solid #f2f4f7}.floating-card b{display:block;font-size:26px;color:var(--red)}.floating-card span{font-size:13px;font-weight:800;color:#475467}.fc1{left:-10px;top:72px}.fc2{right:0;bottom:72px}.section{padding:96px 0}.logos{padding:28px 0;background:#111827;color:white}.logos-inner{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.logos span{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);padding:12px 18px;border-radius:999px;font-weight:800}.section-head{text-align:center;max-width:760px;margin:0 auto 46px}.section-head small,.split-copy small,.contact-card small,.cta-inner small{color:var(--red);font-weight:900;letter-spacing:.16em}.section-head h2,.split-copy h2,.contact-card h2,.cta-inner h2{font-size:clamp(32px,4vw,52px);line-height:1.05;letter-spacing:-.04em;margin:10px 0 12px}.section-head p{color:var(--muted);font-size:18px}.cards{display:grid;gap:24px}.three{grid-template-columns:repeat(3,1fr)}.course-card,.quote,.contact-card,.form{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:0 12px 45px rgba(17,24,39,.07)}.course-card{position:relative;overflow:hidden}.course-card:after{content:"";position:absolute;right:-50px;top:-50px;width:140px;height:140px;background:rgba(226,29,47,.08);border-radius:50%}.course-card.highlight{background:#111827;color:white}.course-card.highlight p,.course-card.highlight li{color:#d0d5dd}.icon{width:58px;height:58px;border-radius:18px;background:#fff1f2;display:grid;place-items:center;font-size:30px;margin-bottom:18px}.course-card h3{font-size:24px;margin:0 0 12px}.course-card p,.course-card li{color:var(--muted);line-height:1.7}.course-card ul{padding-left:20px}.split{background:#fff8f1}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.visual-panel{min-height:520px;border-radius:42px;background:linear-gradient(135deg,#111827,#2f3748);position:relative;overflow:hidden;box-shadow:var(--shadow)}.visual-panel:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 30% 20%,rgba(226,29,47,.7),transparent 24%),radial-gradient(circle at 85% 80%,rgba(255,209,102,.6),transparent 22%)}.phone-card{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-3deg);width:min(340px,78%);background:#f8fafc;border:12px solid #111827;border-radius:42px;padding:28px 18px;box-shadow:0 35px 80px rgba(0,0,0,.35)}.phone-top{width:95px;height:8px;background:#111827;border-radius:99px;margin:0 auto 24px}.message{max-width:82%;padding:13px 15px;border-radius:18px;margin:12px 0;font-weight:700;line-height:1.35}.message.left{background:white;border-bottom-left-radius:4px}.message.right{background:#dcfce7;margin-left:auto;border-bottom-right-radius:4px;color:#14532d}.message.small{font-size:13px}.feature{display:flex;gap:18px;padding:18px 0;border-bottom:1px solid #eadfd2}.feature b{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:16px;background:var(--red);color:white}.feature span{line-height:1.6;color:#475467}.dark{background:#111827;color:white;position:relative;overflow:hidden}.dark:before{content:"";position:absolute;inset:auto -10% -20% -10%;height:260px;background:radial-gradient(circle,rgba(226,29,47,.35),transparent 60%)}.light small{color:#ff7b8a}.light p{color:#d0d5dd}.timeline{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:24px;padding:26px;backdrop-filter:blur(10px)}.step b{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:white;color:var(--red);font-size:22px}.step p{color:#d0d5dd;line-height:1.7}.quote p{font-size:18px;line-height:1.7;color:#475467}.quote b{color:var(--red)}.cta-band{background:linear-gradient(135deg,var(--red),#991525);color:white;padding:64px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.cta-inner h2{margin-bottom:0}.contact{background:#f8fafc}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px}.contact-line{padding:14px 0;border-bottom:1px solid var(--line);font-weight:800}.form{display:grid;gap:16px}.form label{display:grid;gap:8px;font-weight:800;color:#344054}.form input,.form textarea{width:100%;border:1px solid #d0d5dd;border-radius:16px;padding:15px;font:inherit;outline:none;background:#fff}.form textarea{min-height:130px;resize:vertical}.form input:focus,.form textarea:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(226,29,47,.1)}.footer{background:#0b1220;color:#d0d5dd;padding:28px 0}.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.whatsapp-float{position:fixed;right:22px;bottom:22px;width:62px;height:62px;border-radius:50%;background:#25d366;color:white;display:grid;place-items:center;font-size:30px;z-index:60;box-shadow:0 18px 40px rgba(37,211,102,.35)}.reveal{opacity:0;transform:translateY(18px);animation:fadeUp .8s ease forwards}.delay,.delay1{animation-delay:.12s}.delay2{animation-delay:.24s}.delay3{animation-delay:.36s}@keyframes fadeUp{to{opacity:1;transform:none}}@media(max-width:920px){.menu,.nav-cta{display:none}.hamb{display:flex}.menu.open{display:flex;position:absolute;left:20px;right:20px;top:86px;background:white;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.hero{min-height:auto}.hero-grid,.split-grid,.contact-grid{grid-template-columns:1fr}.hero-grid{padding:58px 0 100px}.hero-card{min-height:430px}.three,.timeline{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.cta-inner{align-items:flex-start;flex-direction:column}.topbar-inner{justify-content:flex-start}.fc1{left:0}.fc2{right:8px}.hero-bg:after{height:350px}}@media(max-width:560px){.container{width:min(100% - 28px,1180px)}.nav{height:70px}.brand-mark{width:42px;height:42px}.hero-copy p{font-size:17px}.hero-actions .btn{width:100%}.section{padding:68px 0}.road-card{inset:0;border-width:7px;border-radius:32px}.floating-card{display:none}.car{transform:translateX(-50%) scale(.78)}.phone-card{width:86%}}
