:root{--bg:#0B0B11;--bg-soft:#0f0f18;--card:#12121C;--text:#EDEDED;--text-dim:#B9B9C9;--accent:#E23720;--accent-2:#D93A24;--accent-deep:#B32116;--border:#2B2B3C;--shadow-accent:0 0 32px #E2372033,0 0 80px #e237201f;--shadow-soft:0 20px 60px rgba(0,0,0,.5);--radius:14px;--btn1:#00ab2d;--btn2:#0e7a05;--btn-text:#ffff;--btn-border:#27e36a;--btn-shadow:0 14px 36px rgba(0,171,45,.25),0 2px 0 rgba(0,0,0,.15) inset;--btn-shadow-hover:0 16px 42px rgba(0,171,45,.32),0 2px 0 rgba(0,0,0,.18) inset;}*{box-sizing:border-box}:where(h1,h2,h3,h4,h5,h6){font-weight:600;}body,p,li,label,input,select,button,a{font-weight:400;}.content h4,.right h2,.left h3,.bottom h3{font-weight:600;}.btn-primary{font-weight:700;}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.wrap{max-width:1200px;margin:0 auto;padding:0 24px}.grid-bg::before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse at 70% 120%,#E2372012,transparent 55%),radial-gradient(ellipse at 10% -10%,#e2372014,transparent 50%),linear-gradient(transparent 39px,#1a1a2514 40px) 0 0/100% 40px,linear-gradient(90deg,transparent 39px,#1a1a2514 40px) 0 0/40px 100%;pointer-events:none;z-index:-1;}.center{text-align:center}.muted{color:var(--text-dim)}.accent{color:var(--accent-2)}.accent-underline{position:relative;white-space:nowrap;}.accent-underline::after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:3px;background:linear-gradient(90deg,var(--accent),var(--accent-deep));border-radius:2px;box-shadow:var(--shadow-accent);}.accent-red{background:linear-gradient(90deg,#B32116 0%,#D93A24 55%,#E23720 100%);color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800;text-shadow:none;}.hero .accent-underline::after{display:none !important;}.btn-primary{display:inline-block;padding:16px 32px;border-radius:10px;font-weight:800;letter-spacing:.2px;text-decoration:none;color:var(--btn-text) !important;background:linear-gradient(180deg,var(--btn1),var(--btn2));border:1px solid var(--btn-border);box-shadow:var(--btn-shadow);transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;-webkit-text-fill-color:var(--btn-text);}.btn-primary:hover,.btn-primary:focus{transform:translateY(-1px);box-shadow:var(--btn-shadow-hover);filter:saturate(1.05) brightness(1.02);color:var(--btn-text) !important;-webkit-text-fill-color:var(--btn-text);}.btn-primary:active{transform:translateY(0);filter:saturate(1);}.btn-block{width:100%;text-align:center}.hero{padding:120px 0 160px;position:relative;background:radial-gradient(900px 280px at 20% 60%,#E2372015,transparent 60%),radial-gradient(700px 240px at 80% 30%,#e2372012,transparent 60%),radial-gradient(ellipse at bottom,#0b0b11 0%,#0b0b11 55%),radial-gradient(800px 260px at 95% 40%,#E2372015,transparent 65%);}.hero h1{font-weight:500;font-size:48px;line-height:1.15;letter-spacing:0.2px;margin:0 auto 20px;max-width:980px;}.hero h1 .accent{color:var(--accent-2);text-shadow:0 0 18px #E2372022}.hero p.sub{margin:0 auto 28px;font-size:18px;color:var(--text-dim);max-width:980px;}.shadow-glow{position:absolute;inset:auto;pointer-events:none;filter:blur(40px);background:radial-gradient(600px 160px at 50% 100%,#e237201a,transparent 70%);height:160px;width:100%;bottom:-40px;left:0;}.section2{padding:80px 0 120px;position:relative;}.section2 .grid{display:grid;gap:40px;grid-template-columns:1.05fr .95fr;align-items:start;margin-top:20px;}@media (max-width:980px){.section2 .grid{grid-template-columns:1fr;}}@media (max-width:980px){.section2 .grid{display:grid;gap:40px;grid-template-columns:1.05fr .95fr;align-items:start;margin-top:20px;}@media (max-width:980px){.section2 .grid{grid-template-columns:1fr;}}}.section2 h2{font-size:36px;line-height:1.3;margin:0 0 12px;font-weight:700;color:var(--text);text-align:left;letter-spacing:0.5px;}.highlight-line{width:90px;height:6px;border-radius:4px;background:linear-gradient(90deg,var(--accent),var(--accent-deep));box-shadow:0 0 6px var(--accent),0 0 12px var(--accent-2),0 0 24px var(--accent-deep),0 0 48px var(--accent);margin:12px 0 28px;animation:neonPulse 1.8s infinite alternate;}@keyframes neonPulse{from{box-shadow:0 0 6px var(--accent),0 0 12px var(--accent-2),0 0 24px var(--accent-deep),0 0 48px var(--accent);}to{box-shadow:0 0 10px var(--accent),0 0 20px var(--accent-2),0 0 40px var(--accent-deep),0 0 80px var(--accent);}}.card{background:linear-gradient(180deg,var(--card),#0f0f18);border:1px solid var(--border);border-radius:var(--radius);padding:22px 24px;box-shadow:var(--shadow-soft);}.step{display:flex;gap:18px;align-items:flex-start;margin:0 0 18px;background:transparent;border:1px solid #ffffff55;padding:18px 20px;border-radius:25px;box-shadow:none;}.step:last-child{margin-bottom:0}.step .dot{width:14px;height:14px;border-radius:50%;background:linear-gradient(145deg,var(--accent),var(--accent-deep));box-shadow:var(--shadow-accent);margin-top:6px;flex:0 0 14px;}.step h4{margin:0 0 6px;font-size:18px}.step p{margin:0;color:var(--text-dim)}.form{background:transparent;border:1px solid #ffffff55;border-radius:25px;padding:24px;box-shadow:none;}.form .field{margin-bottom:14px;}.form label{display:block;font-size:13px;color:var(--text-dim);margin:0 0 6px;}.input,.select{width:100%;background:#1a1a27;border:1px solid #2b2b3c;color:var(--text);padding:12px 14px;border-radius:10px;outline:none;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease;}.input::placeholder{color:#8b8ba1}.input:focus,.select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #E2372022;}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px;}.select-wrap{position:relative;}.select-wrap::after{content:"▾";position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#8b8ba1;pointer-events:none;font-size:12px;}.wrap-980{max-width:980px;margin:0 auto;padding:0 24px}.section3{position:relative;min-height:520px;padding:120px 0 160px;overflow:hidden;background:radial-gradient(900px 280px at 20% 60%,#E2372012,transparent 60%),radial-gradient(700px 240px at 80% 30%,#e237200f,transparent 60%);}.section3 h3{margin:0 0 16px;font-size:36px;line-height:1.25;text-align:center;font-weight:700;text-shadow:0 0 18px #E2372022;}.section3 p{margin:0 auto 8px;color:var(--text-dim);text-align:center;max-width:760px;}.chart{position:relative;display:block;margin:40px auto;width:90%;max-width:1400px;height:500px;pointer-events:none;opacity:.95;filter:drop-shadow(0 10px 40px #0009);}.node{fill:var(--accent-2)}.nodeGlow{filter:blur(6px);opacity:.3}.line{stroke:#FF6A1F;stroke-width:2;opacity:.25}.line-strong{stroke:url(#grad);stroke-width:2.6;opacity:.6}.section4{position:relative;overflow:hidden;padding:110px 0 130px;background:radial-gradient(900px 280px at 8% 10%,#E2372012,transparent 60%),radial-gradient(800px 260px at 92% 10%,#e237200d,transparent 60%);}.grid{display:grid;gap:40px;grid-template-columns:1.05fr 0.95fr;align-items:start;}@media (max-width:1080px){.grid{grid-template-columns:1fr}}.left h2{font-size:36px;line-height:1.2;margin:0 0 18px;font-weight:800;text-shadow:0 0 18px #E2372022;max-width:560px;}.left .lead{position:relative;padding-left:22px;margin:6px 0 36px;max-width:520px;color:var(--text-dim);}.left .bar{position:absolute;left:-2px;top:-8px;bottom:-8px;width:6px;border-radius:6px;background:linear-gradient(180deg,var(--accent),var(--accent-deep));box-shadow:0 0 24px #E2372066,0 0 60px #e2372044;}.left .lead strong{color:#fff}.left h3{margin:36px 0 8px;font-size:24px;font-weight:700;}.left .underline{width:320px;height:2px;border-radius:2px;background:linear-gradient(90deg,#ffff22,#ffff55 55%,#ffff10);margin:8px 0 6px;}.left .arrow{display:inline-block;margin-left:8px;color:#ffff66;font-size:16px;}.right h2{font-size:28px;line-height:1.25;margin:0 0 14px;font-weight:700;max-width:560px;}.bullets{margin-top:22px}.item{display:flex;gap:12px;align-items:flex-start;margin:16px 0;color:var(--text-dim);max-width:560px;}.dot{width:10px;height:10px;border-radius:50%;background:radial-gradient(circle at 50% 50%,var(--accent-2),var(--accent));box-shadow:0 0 14px #E2372066;margin-top:7px;flex:0 0 10px;}.curve{position:absolute;inset:auto 0 0 0;height:280px;width:100%;pointer-events:none;opacity:.9;filter:drop-shadow(0 6px 24px #000a);}.curve .path-base{fill:none;stroke:#FF6A1F;stroke-width:2;opacity:.22}.curve .path-strong{fill:none;stroke:url(#grad);stroke-width:2.6;opacity:.55}.curve .nodeGlow{filter:blur(6px);opacity:.34}.curve .node{fill:var(--accent-2)}.wrap-1220{max-width:1220px;margin:0 auto;padding:0 24px}.section5{padding:90px 0 120px;position:relative;overflow:hidden;background:radial-gradient(800px 260px at 20% 0%,#E237200d,transparent 60%),radial-gradient(700px 240px at 85% 6%,#D93A240f,transparent 60%);}.header{display:flex;align-items:center;justify-content:center;gap:18px;position:relative;margin-bottom:28px;}.header h3{font-size:32px;line-height:1.25;margin:0;text-align:center;font-weight:800;text-shadow:0 0 18px #E2372022;}.nav{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;gap:10px;}.nav button{width:34px;height:34px;border-radius:50%;border:1px solid #2b2b3e;background:#12121b;color:#c9c9d6;display:grid;place-items:center;cursor:pointer;transition:all .2s ease;box-shadow:0 16px 50px rgba(0,0,0,.45);}.nav button:hover{border-color:#3a3a52;color:#fff}.cards{display:flex;gap:26px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px;}.cards::-webkit-scrollbar{height:8px}.cards::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.card5{flex:0 0 300px;scroll-snap-align:start;}@media (max-width:1200px){.cards{display:flex;gap:26px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px;}.cards::-webkit-scrollbar{height:8px}.cards::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.card5{flex:0 0 300px;scroll-snap-align:start;}}@media (max-width:900px){.cards{display:flex;gap:26px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px;}.cards::-webkit-scrollbar{height:8px}.cards::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.card5{flex:0 0 300px;scroll-snap-align:start;}}@media (max-width:620px){.cards{display:flex;gap:26px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px;}.cards::-webkit-scrollbar{height:8px}.cards::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.card5{flex:0 0 300px;scroll-snap-align:start;}}.card5{background:linear-gradient(180deg,#12121b,#0f0f17);border:1px solid #23233a;border-radius:16px;overflow:hidden;box-shadow:0 16px 50px rgba(0,0,0,.45);position:relative;}.media{height:220px;background:#0b0b13;border-bottom:1px solid #23233a;overflow:hidden;}.media img{width:100%;height:100%;object-fit:cover;display:block}.content{padding:18px 18px 20px}.content h4{margin:0 0 10px;font-size:22px;line-height:1.25;font-weight:700;text-shadow:0 0 16px #E237201c;}.content p{margin:0 0 14px;color:#b8b8c7}.cta5{display:inline-flex;align-items:center;gap:10px;color:#ff5aa8;text-decoration:none;font-weight:600;filter:drop-shadow(0 0 12px #ff5aa81f);}.cta5:hover .arrow{transform:translateX(3px);border-color:#5a3a59}.dots{margin:16px auto 0;width:72px;display:flex;gap:8px;justify-content:center;opacity:.7;}.dot{width:6px;height:6px;border-radius:50%;background:#605a72}.dot.active{background:linear-gradient(180deg,var(--accent),var(--accent-2));box-shadow:0 0 28px #E237202e,0 0 60px #D93A241f}.section6{position:relative;background:radial-gradient(1200px 500px at 50% -10%,#ffff,#f6f6fb) no-repeat;color:#111224;padding:60px 0 110px;}.title{margin:0 0 32px;font-size:32px;line-height:1.25;font-weight:800;color:#151729;}.title .accent{color:var(--accent-2);position:relative;text-shadow:0 0 18px #E2372022;}.title .accent::after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:3px;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:2px;box-shadow:0 0 24px #E2372033;}.cards6{display:grid;gap:22px;grid-template-columns:repeat(4,1fr);}@media (max-width:1100px){.cards6{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.cards6{grid-template-columns:1fr}}.card6{background:#fff;border:1px solid #ececf3;border-radius:16px;box-shadow:0 20px 60px rgba(17,18,36,.10);overflow:hidden;}.media6{height:180px;background:#e9e9f3;border-bottom:1px solid #ececf3;}.media6 img{width:100%;height:100%;object-fit:cover;display:block}.content6{padding:16px 18px 20px}.tag{font-size:12px;font-weight:700;letter-spacing:.4px;margin:2px 0 10px;color:var(--accent-2);}.content6 h4{margin:0 0 8px;font-size:24px;line-height:1.25;color:#1a1c2f;}.content6 p{margin:0;color:#5c5f74;font-size:14px;line-height:1.45;}.wrap-1180{max-width:1180px;margin:0 auto;padding:0 24px}.section7{position:relative;overflow:hidden;padding:110px 0 120px;background:radial-gradient(900px 320px at 12% 8%,#E2372010,transparent 60%),radial-gradient(800px 300px at 85% 14%,#e2372012,transparent 60%);}.top{display:grid;gap:34px;align-items:center;grid-template-columns:1fr 420px 1fr;}@media (max-width:1080px){.top{grid-template-columns:1fr;text-align:center}}.left h2{margin:0 0 14px;font-size:34px;line-height:1.2;font-weight:800;text-shadow:0 0 18px #E2372022;max-width:520px;}.glow-line{width:70px;height:6px;border-radius:4px;background:linear-gradient(90deg,var(--accent),var(--accent-deep));box-shadow:0 0 28px #E2372055,0 0 60px #e2372033;margin:14px 0 18px;}.left p{color:var(--text-dim);max-width:520px;margin:0}.right h3{margin:0 0 10px;font-size:22px;font-weight:700;color:#f2e9ff;text-shadow:0 0 20px #E2372022;}.right p{margin:0;color:#d6ccea;max-width:520px}.radar{width:100%;height:auto;display:block;filter:drop-shadow(0 12px 40px #0009);}.tick{fill:#cdb6ff99;font-size:10px}.poly-base{fill:none;stroke:#EAF2FF;stroke-width:1.6;opacity:.35}.poly-mid{fill:none;stroke:rgba(255,106,31,0.55);stroke-width:1.2}.poly-fill{fill:rgba(255,106,31,0.15);stroke:#FF6A1F;stroke-width:1.6}.nodeGlow{filter:blur(10px);opacity:.55}.node{fill:var(--accent-2)}.bottom{margin-top:64px;text-align:center;}.bottom h3{margin:0 0 8px;font-size:28px;line-height:1.35;font-weight:800;text-shadow:0 0 18px #E2372022;}.bottom p{margin:0 0 18px;color:var(--text-dim)}.hero,.section2,.section3,.section4,.section5{position:relative;background:url('assets/imagens/bg_1.webp') no-repeat center top;background-size:cover;}.hero::before,.section2::before,.section3::before,.section4::before,.section5::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.55);z-index:0;}.hero > *,.section2 > *,.section3 > *,.section4 > *,.section5 > *{position:relative;z-index:1;}.hero::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,rgba(255,255,255,0.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,0.05) 1px,transparent 1px);background-size:60px 60px;animation:gridMove 12s linear infinite;z-index:0;pointer-events:none;}@keyframes gridMove{from{background-position:0 0,0 0;}to{background-position:60px 60px,60px 60px;}}.hero > *{position:relative;z-index:1;}.hero{padding:120px 0 160px;position:relative;background:radial-gradient(900px 280px at 20% 60%,#E2372015,transparent 60%),radial-gradient(700px 240px at 80% 30%,#e2372012,transparent 60%),radial-gradient(ellipse at bottom,#0b0b11 0%,#0b0b11 55%),radial-gradient(800px 260px at 95% 40%,#E2372015,transparent 65%);}.hero svg.grid{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;}.hero line{stroke-dasharray:1000;stroke-dashoffset:1000;animation:drawLine 2s ease forwards;}.hero line:nth-child(1){animation-delay:0.2s;}.hero line:nth-child(2){animation-delay:0.4s;}.hero line:nth-child(3){animation-delay:0.6s;}.hero line:nth-child(4){animation-delay:0.8s;}.hero line:nth-child(5){animation-delay:1s;}.hero line:nth-child(6){animation-delay:1.2s;}.hero line:nth-child(7){animation-delay:1.4s;}.hero line:nth-child(8){animation-delay:1.6s;}.hero line:nth-child(9){animation-delay:1.8s;}@keyframes drawLine{to{stroke-dashoffset:0;}}.hero::after{content:none !important;background:none !important;animation:none !important;}.hero{padding:120px 0 160px;position:relative;background:radial-gradient(900px 280px at 20% 60%,#E2372015,transparent 60%),radial-gradient(700px 240px at 80% 30%,#e2372012,transparent 60%),radial-gradient(ellipse at bottom,#0b0b11 0%,#0b0b11 55%),radial-gradient(800px 260px at 95% 40%,#E2372015,transparent 65%);}.hero::before{z-index:0 !important;}.hero svg.grid{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none;}.hero > *{position:relative;z-index:2;}.hero svg.grid line{vector-effect:non-scaling-stroke;stroke-dasharray:1200;stroke-dashoffset:1200;animation:drawLine 1.8s ease-out forwards;}.hero svg.grid g.v line:nth-child(1){animation-delay:0.10s;}.hero svg.grid g.v line:nth-child(2){animation-delay:0.18s;}.hero svg.grid g.v line:nth-child(3){animation-delay:0.26s;}.hero svg.grid g.v line:nth-child(4){animation-delay:0.34s;}.hero svg.grid g.v line:nth-child(5){animation-delay:0.42s;}.hero svg.grid g.v line:nth-child(6){animation-delay:0.50s;}.hero svg.grid g.v line:nth-child(7){animation-delay:0.58s;}.hero svg.grid g.v line:nth-child(8){animation-delay:0.66s;}.hero svg.grid g.v line:nth-child(9){animation-delay:0.74s;}.hero svg.grid g.v line:nth-child(10){animation-delay:0.82s;}.hero svg.grid g.h line:nth-child(1){animation-delay:0.95s;}.hero svg.grid g.h line:nth-child(2){animation-delay:1.05s;}.hero svg.grid g.h line:nth-child(3){animation-delay:1.15s;}.hero svg.grid g.h line:nth-child(4){animation-delay:1.25s;}.hero svg.grid g.h line:nth-child(5){animation-delay:1.35s;}.hero svg.grid g.h line:nth-child(6){animation-delay:1.45s;}.hero svg.grid g.h line:nth-child(7){animation-delay:1.55s;}.hero svg.grid g.h line:nth-child(8){animation-delay:1.65s;}@keyframes drawLine{to{stroke-dashoffset:0;}}@keyframes gridDrift{0%{transform:translateY(0);}50%{transform:translateY(2px);}100%{transform:translateY(0);}}.hero svg.grid{animation:gridDrift 16s ease-in-out infinite;}.hero svg.grid line{vector-effect:non-scaling-stroke;stroke-dasharray:1200;stroke-dashoffset:1200;animation:drawErase 8s ease-in-out infinite;}.hero svg.grid g.v line:nth-child(1){animation-delay:0s;}.hero svg.grid g.v line:nth-child(2){animation-delay:0.2s;}.hero svg.grid g.v line:nth-child(3){animation-delay:0.4s;}.hero svg.grid g.v line:nth-child(4){animation-delay:0.6s;}.hero svg.grid g.v line:nth-child(5){animation-delay:0.8s;}.hero svg.grid g.v line:nth-child(6){animation-delay:1s;}.hero svg.grid g.v line:nth-child(7){animation-delay:1.2s;}.hero svg.grid g.v line:nth-child(8){animation-delay:1.4s;}.hero svg.grid g.v line:nth-child(9){animation-delay:1.6s;}.hero svg.grid g.v line:nth-child(10){animation-delay:1.8s;}.hero svg.grid g.h line:nth-child(1){animation-delay:2s;}.hero svg.grid g.h line:nth-child(2){animation-delay:2.2s;}.hero svg.grid g.h line:nth-child(3){animation-delay:2.4s;}.hero svg.grid g.h line:nth-child(4){animation-delay:2.6s;}.hero svg.grid g.h line:nth-child(5){animation-delay:2.8s;}.hero svg.grid g.h line:nth-child(6){animation-delay:3s;}.hero svg.grid g.h line:nth-child(7){animation-delay:3.2s;}.hero svg.grid g.h line:nth-child(8){animation-delay:3.4s;}@keyframes drawErase{0%{stroke-dashoffset:1200;}40%{stroke-dashoffset:0;}60%{stroke-dashoffset:0;}100%{stroke-dashoffset:1200;}}.grid-wrapper{position:absolute;top:0;left:0;width:100%;height:calc(100vh + 100vh);pointer-events:none;z-index:0;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 70%,rgba(0,0,0,0) 100%);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 70%,rgba(0,0,0,0) 100%);mask-repeat:no-repeat;mask-size:100% 100%;}.grid-wrapper svg.grid{width:100%;height:100%;}.hero > *,.section2 > *{position:relative;z-index:2;}.hero,.section2{position:relative;}.grid-wrapper{position:absolute;top:0;left:0;width:100%;height:calc(100vh + 100vh);pointer-events:none;z-index:0;}.grid-wrapper svg.grid{width:100%;height:100%;}.hero > *,.section2 > *{position:relative;z-index:2;}.hero,.section2{position:relative;}.grid-wrapper svg.grid line{vector-effect:non-scaling-stroke;stroke-dasharray:1200;stroke-dashoffset:1200;animation:drawErase 8s ease-in-out infinite;}.grid-wrapper svg.grid g.v line:nth-child(1){animation-delay:0s;}.grid-wrapper svg.grid g.v line:nth-child(2){animation-delay:0.15s;}.grid-wrapper svg.grid g.v line:nth-child(3){animation-delay:0.3s;}.grid-wrapper svg.grid g.v line:nth-child(4){animation-delay:0.45s;}.grid-wrapper svg.grid g.v line:nth-child(5){animation-delay:0.6s;}.grid-wrapper svg.grid g.v line:nth-child(6){animation-delay:0.75s;}.grid-wrapper svg.grid g.v line:nth-child(7){animation-delay:0.9s;}.grid-wrapper svg.grid g.v line:nth-child(8){animation-delay:1.05s;}.grid-wrapper svg.grid g.v line:nth-child(9){animation-delay:1.2s;}.grid-wrapper svg.grid g.v line:nth-child(10){animation-delay:1.35s;}.grid-wrapper svg.grid g.v line:nth-child(11){animation-delay:1.5s;}.grid-wrapper svg.grid g.v line:nth-child(12){animation-delay:1.65s;}.grid-wrapper svg.grid g.h line:nth-child(1){animation-delay:2s;}.grid-wrapper svg.grid g.h line:nth-child(2){animation-delay:2.2s;}.grid-wrapper svg.grid g.h line:nth-child(3){animation-delay:2.4s;}.grid-wrapper svg.grid g.h line:nth-child(4){animation-delay:2.6s;}.grid-wrapper svg.grid g.h line:nth-child(5){animation-delay:2.8s;}.grid-wrapper svg.grid g.h line:nth-child(6){animation-delay:3s;}.grid-wrapper svg.grid g.h line:nth-child(7){animation-delay:3.2s;}.grid-wrapper svg.grid g.h line:nth-child(8){animation-delay:3.4s;}.grid-wrapper svg.grid g.h line:nth-child(9){animation-delay:3.6s;}.grid-wrapper svg.grid g.h line:nth-child(10){animation-delay:3.8s;}.grid-wrapper svg.grid g.h line:nth-child(11){animation-delay:4s;}.grid-wrapper svg.grid g.h line:nth-child(12){animation-delay:4.2s;}@keyframes drawErase{0%{stroke-dashoffset:1200;}40%{stroke-dashoffset:0;}60%{stroke-dashoffset:0;}100%{stroke-dashoffset:1200;}}.grid-wrapper{position:absolute;top:0;left:0;width:100%;height:calc(100vh + 100vh);pointer-events:none;z-index:1;}.grid-wrapper svg.grid{width:100%;height:100%;animation:gridDrift 18s ease-in-out infinite;}@keyframes gridDrift{0%{transform:translate(0,0);}25%{transform:translate(4px,2px);}50%{transform:translate(0,4px);}75%{transform:translate(-4px,2px);}100%{transform:translate(0,0);}}.hero,.section2{position:relative;}.hero::before,.section2::before{z-index:0 !important;}.hero > *,.section2 > *{position:relative;z-index:3;}.grid-wrapper svg.grid line{vector-effect:non-scaling-stroke;stroke-width:1;stroke-dasharray:3000;stroke-dashoffset:3000;animation:drawErase 8s ease-in-out infinite;}.grid-wrapper svg.grid g.v line:nth-child(1){animation-delay:0s;}.grid-wrapper svg.grid g.v line:nth-child(2){animation-delay:0.15s;}.grid-wrapper svg.grid g.v line:nth-child(3){animation-delay:0.30s;}.grid-wrapper svg.grid g.v line:nth-child(4){animation-delay:0.45s;}.grid-wrapper svg.grid g.v line:nth-child(5){animation-delay:0.60s;}.grid-wrapper svg.grid g.v line:nth-child(6){animation-delay:0.75s;}.grid-wrapper svg.grid g.v line:nth-child(7){animation-delay:0.90s;}.grid-wrapper svg.grid g.v line:nth-child(8){animation-delay:1.05s;}.grid-wrapper svg.grid g.v line:nth-child(9){animation-delay:1.20s;}.grid-wrapper svg.grid g.v line:nth-child(10){animation-delay:1.35s;}.grid-wrapper svg.grid g.v line:nth-child(11){animation-delay:1.50s;}.grid-wrapper svg.grid g.v line:nth-child(12){animation-delay:1.65s;}.grid-wrapper svg.grid g.v line:nth-child(13){animation-delay:1.80s;}.grid-wrapper svg.grid g.v line:nth-child(14){animation-delay:1.95s;}.grid-wrapper svg.grid g.v line:nth-child(15){animation-delay:2.10s;}.grid-wrapper svg.grid g.v line:nth-child(16){animation-delay:2.25s;}.grid-wrapper svg.grid g.h line:nth-child(1){animation-delay:2.40s;}.grid-wrapper svg.grid g.h line:nth-child(2){animation-delay:2.55s;}.grid-wrapper svg.grid g.h line:nth-child(3){animation-delay:2.70s;}.grid-wrapper svg.grid g.h line:nth-child(4){animation-delay:2.85s;}.grid-wrapper svg.grid g.h line:nth-child(5){animation-delay:3.00s;}.grid-wrapper svg.grid g.h line:nth-child(6){animation-delay:3.15s;}.grid-wrapper svg.grid g.h line:nth-child(7){animation-delay:3.30s;}.grid-wrapper svg.grid g.h line:nth-child(8){animation-delay:3.45s;}.grid-wrapper svg.grid g.h line:nth-child(9){animation-delay:3.60s;}.grid-wrapper svg.grid g.h line:nth-child(10){animation-delay:3.75s;}.grid-wrapper svg.grid g.h line:nth-child(11){animation-delay:3.90s;}.grid-wrapper svg.grid g.h line:nth-child(12){animation-delay:4.05s;}.grid-wrapper svg.grid g.h line:nth-child(13){animation-delay:4.20s;}.grid-wrapper svg.grid g.h line:nth-child(14){animation-delay:4.35s;}.grid-wrapper svg.grid g.h line:nth-child(15){animation-delay:4.50s;}.grid-wrapper svg.grid g.h line:nth-child(16){animation-delay:4.65s;}@keyframes drawErase{0%{stroke-dashoffset:3000;}40%{stroke-dashoffset:0;}60%{stroke-dashoffset:0;}100%{stroke-dashoffset:3000;}}pointer-events:none;z-index:2;}.grid-wrapper svg.grid{width:100%;height:100%;animation:gridDrift 20s ease-in-out infinite;}@keyframes gridDrift{0%{transform:translate(0,0);}25%{transform:translate(6px,3px);}50%{transform:translate(0,6px);}75%{transform:translate(-6px,3px);}100%{transform:translate(0,0);}}.hero,.section2{position:relative;}.hero::before,.section2::before{z-index:1 !important;}.hero > *,.section2 > *{position:relative;z-index:3;}.grid-wrapper svg.grid line{stroke-dasharray:800;stroke-dashoffset:800;animation:drawErase 8s ease-in-out infinite;}@keyframes drawErase{0%{stroke-dashoffset:800;}40%{stroke-dashoffset:0;}60%{stroke-dashoffset:0;}100%{stroke-dashoffset:800;}}.hero,.section2,.section3,.section4,.section5,.section7{background-color:#000 !important;background-image:none !important;}.hero{padding:120px 0 160px;position:relative;background:radial-gradient(900px 280px at 20% 60%,#E2372015,transparent 60%),radial-gradient(700px 240px at 80% 30%,#e2372012,transparent 60%),radial-gradient(ellipse at bottom,#0b0b11 0%,#0b0b11 55%),radial-gradient(800px 260px at 95% 40%,#E2372015,transparent 65%);}.section2{background:radial-gradient(circle at top right,rgba(180,0,255,0.25),#000) !important;}.section3{background:radial-gradient(circle at bottom left,rgba(0,255,100,0.25),#000) !important;}.section4{background:radial-gradient(circle at bottom right,rgba(0,255,255,0.25),#000) !important;}.section5{background:radial-gradient(circle at center,rgba(255,50,150,0.25),#000) !important;}.section7{background:radial-gradient(circle at center,rgba(255,120,0,0.25),#000) !important;}.hero{padding:120px 0 160px;position:relative;background:radial-gradient(900px 280px at 20% 60%,#E2372015,transparent 60%),radial-gradient(700px 240px at 80% 30%,#e2372012,transparent 60%),radial-gradient(ellipse at bottom,#0b0b11 0%,#0b0b11 55%),radial-gradient(800px 260px at 95% 40%,#E2372015,transparent 65%);}.section2{background:radial-gradient(circle at bottom right,rgba(178,34,34,0.25),#0D0D0D) !important;color:#F2F2F2 !important;}.section3{background:radial-gradient(circle at center,rgba(255,60,31,0.2),#0D0D0D) !important;color:#F2F2F2 !important;}.section4{background:radial-gradient(circle at top right,rgba(255,90,40,0.25),#0D0D0D) !important;color:#F2F2F2 !important;}.section5{background:radial-gradient(circle at bottom left,rgba(178,34,34,0.25),#0D0D0D) !important;color:#F2F2F2 !important;}.section7{background:radial-gradient(circle at center,rgba(255,60,31,0.25),#0D0D0D) !important;color:#F2F2F2 !important;}body{background:radial-gradient(circle at 20% 30%,rgba(255,60,31,0.15),transparent 40%),radial-gradient(circle at 80% 70%,rgba(178,34,34,0.15),transparent 40%),linear-gradient(to bottom,#0D0D0D,#0D0D0D);color:#F2F2F2;}.hero,.section2,.section3,.section4,.section5,.section7{background:transparent !important;}.logo-container{text-align:center;margin-bottom:20px;position:relative;display:flex;justify-content:center;}.site-logo{width:220px;opacity:0;transform:scale(0.8);animation:fadeInZoom 1.5s ease forwards;animation-delay:0.5s;position:relative;z-index:1;}.logo-container::after{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 80%);transform:skewX(-25deg);animation:shine 2s ease forwards;animation-delay:2s;}@keyframes fadeInZoom{to{opacity:1;transform:scale(1);}}@keyframes shine{to{left:125%;}}.hero{padding:120px 0 160px;position:relative;background:radial-gradient(900px 280px at 20% 60%,#E2372015,transparent 60%),radial-gradient(700px 240px at 80% 30%,#e2372012,transparent 60%),radial-gradient(ellipse at bottom,#0b0b11 0%,#0b0b11 55%),radial-gradient(800px 260px at 95% 40%,#E2372015,transparent 65%);}.hero-brand{position:relative;display:flex;justify-content:center;align-items:center;margin:0 auto 20px;width:100%;z-index:5;animation:fadeInZoom 1.2s ease-out forwards;transform:translateZ(0);will-change:opacity,transform;}.site-logo{display:block;width:clamp(160px,22vw,260px);height:auto;opacity:0;transform:scale(0.9);animation:logoReveal 0.9s ease-out 0.2s forwards;}.logo-shine{position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.55) 45%,rgba(255,255,255,0) 70%);transform:translateX(-140%) skewX(-20deg);filter:blur(2px);opacity:0.0;animation:shineSweep 1.8s ease-out 1.2s forwards;mix-blend-mode:screen;}.hero::before{z-index:1;}.hero > *{position:relative;z-index:6;}@keyframes fadeInZoom{0%{opacity:0;transform:translateY(10px) scale(0.98);}100%{opacity:1;transform:translateY(0) scale(1);}}@keyframes logoReveal{to{opacity:1;transform:scale(1);}}@keyframes shineSweep{0%{transform:translateX(-140%) skewX(-20deg);opacity:0.0;}15%{opacity:0.75;}60%{opacity:0.35;}100%{transform:translateX(140%) skewX(-20deg);opacity:0.0;}}.hero-brand{position:relative;display:flex;justify-content:center;align-items:center;margin:0 auto 15px;width:100%;z-index:5;animation:fadeInZoom 2.5s ease-out forwards;}.site-logo{display:block;width:clamp(100px,14vw,160px);height:auto;opacity:0;transform:scale(0.85);animation:logoReveal 2s ease-out 0.5s forwards;}@keyframes fadeInZoom{0%{opacity:0;transform:translateY(12px) scale(0.9);}100%{opacity:1;transform:translateY(0) scale(1);}}@keyframes logoReveal{to{opacity:1;transform:scale(1);}}.hero-brand{margin-bottom:5px !important;}.hero-brand{margin-bottom:0px !important;}.grid-overlay{position:absolute;top:0;left:0;width:100%;height:200vh;pointer-events:none;background-image:linear-gradient(to right,rgba(255,255,255,0.08) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,0.08) 1px,transparent 1px);background-size:60px 60px;z-index:1;animation:gridFade 8s infinite;mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 80%);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 80%);}@keyframes gridFade{0%{opacity:0;}25%{opacity:1;}75%{opacity:1;}100%{opacity:0;}}.grid-overlay{animation:gridBuild 8s infinite;}@keyframes gridBuild{0%{opacity:0;background-size:0px 60px;}50%{opacity:1;background-size:60px 60px;}75%{opacity:1;}100%{opacity:0;}}.site-logo{animation-delay:4s !important;}.grid-overlay-svg{position:absolute;top:0;left:0;width:100%;height:200vh;pointer-events:none;z-index:2;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 50%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 50%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);}.grid-overlay-svg .grid-svg{width:100%;height:100%;}.grid-overlay-svg line{stroke:rgba(255,106,31,0.3);stroke-width:1;stroke-dasharray:2000;stroke-dashoffset:2000;vector-effect:non-scaling-stroke;animation:drawErase 8s ease-in-out infinite,neonGlow 3s ease-in-out infinite alternate;filter:drop-shadow(0 0 2px rgba(255,106,31,0.4)) drop-shadow(0 0 6px rgba(255,106,31,0.2));}@keyframes neonGlow{0%{filter:drop-shadow(0 0 2px rgba(255,106,31,0.3)) drop-shadow(0 0 6px rgba(255,106,31,0.15));}100%{filter:drop-shadow(0 0 4px rgba(255,106,31,0.5)) drop-shadow(0 0 10px rgba(255,106,31,0.25));}}@keyframes neonGlow{0%{filter:drop-shadow(0 0 4px #FF6A1F) drop-shadow(0 0 10px #FF6A1F);}100%{filter:drop-shadow(0 0 8px #FF6A1F) drop-shadow(0 0 20px #FF6A1F);}}@keyframes drawErase{0%{stroke-dashoffset:800;opacity:0;}45%{opacity:1;}50%{stroke-dashoffset:0;opacity:1;}90%{opacity:1;}100%{stroke-dashoffset:800;opacity:0;}}.grid-overlay-svg svg g.v line:nth-child(1){animation-delay:0.000s;}.grid-overlay-svg svg g.v line:nth-child(2){animation-delay:0.125s;}.grid-overlay-svg svg g.v line:nth-child(3){animation-delay:0.250s;}.grid-overlay-svg svg g.v line:nth-child(4){animation-delay:0.375s;}.grid-overlay-svg svg g.v line:nth-child(5){animation-delay:0.500s;}.grid-overlay-svg svg g.v line:nth-child(6){animation-delay:0.625s;}.grid-overlay-svg svg g.v line:nth-child(7){animation-delay:0.750s;}.grid-overlay-svg svg g.v line:nth-child(8){animation-delay:0.875s;}.grid-overlay-svg svg g.v line:nth-child(9){animation-delay:1.000s;}.grid-overlay-svg svg g.v line:nth-child(10){animation-delay:1.125s;}.grid-overlay-svg svg g.v line:nth-child(11){animation-delay:1.250s;}.grid-overlay-svg svg g.v line:nth-child(12){animation-delay:1.375s;}.grid-overlay-svg svg g.v line:nth-child(13){animation-delay:1.500s;}.grid-overlay-svg svg g.v line:nth-child(14){animation-delay:1.625s;}.grid-overlay-svg svg g.v line:nth-child(15){animation-delay:1.750s;}.grid-overlay-svg svg g.v line:nth-child(16){animation-delay:1.875s;}.grid-overlay-svg svg g.h line:nth-child(1){animation-delay:2.000s;}.grid-overlay-svg svg g.h line:nth-child(2){animation-delay:2.125s;}.grid-overlay-svg svg g.h line:nth-child(3){animation-delay:2.250s;}.grid-overlay-svg svg g.h line:nth-child(4){animation-delay:2.375s;}.grid-overlay-svg svg g.h line:nth-child(5){animation-delay:2.500s;}.grid-overlay-svg svg g.h line:nth-child(6){animation-delay:2.625s;}.grid-overlay-svg svg g.h line:nth-child(7){animation-delay:2.750s;}.grid-overlay-svg svg g.h line:nth-child(8){animation-delay:2.875s;}.grid-overlay-svg svg g.h line:nth-child(9){animation-delay:3.000s;}.grid-overlay-svg svg g.h line:nth-child(10){animation-delay:3.125s;}.grid-overlay-svg svg g.h line:nth-child(11){animation-delay:3.250s;}.grid-overlay-svg svg g.h line:nth-child(12){animation-delay:3.375s;}.grid-overlay-svg svg g.h line:nth-child(13){animation-delay:3.500s;}.grid-overlay-svg svg g.h line:nth-child(14){animation-delay:3.625s;}.grid-overlay-svg svg g.h line:nth-child(15){animation-delay:3.750s;}.grid-overlay-svg svg g.h line:nth-child(16){animation-delay:3.875s;}.hero,.section2{position:relative;}.hero::before,.section2::before{z-index:1 !important;}.hero > *,.section2 > *{position:relative;z-index:3;}.site-logo{animation-delay:4s !important;}.grid-overlay-svg{-webkit-mask-image:radial-gradient(circle at 50% 12%,rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.05) 70%,rgba(0,0,0,0) 90%),linear-gradient(to left,rgba(0,0,0,0) 25%,rgba(0,0,0,1) 100%);-webkit-mask-composite:destination-in;mask-image:radial-gradient(circle at 50% 12%,rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.05) 70%,rgba(0,0,0,0) 90%),linear-gradient(to left,rgba(0,0,0,0) 25%,rgba(0,0,0,1) 100%);mask-composite:intersect;}100%{opacity:0.4;transform:translate(-50%,-50%) scale(1.05);}}60%{opacity:0.35;transform:translate(-50%,-50%) scale(1.05);}100%{opacity:0.2;transform:translate(-50%,-50%) scale(1);}}60%{opacity:0.35;transform:translate(-50%,-50%) scale(1.05);}100%{opacity:0.2;transform:translate(-50%,-50%) scale(1);}}70%{transform:scale(1);filter:drop-shadow(0 0 15px rgba(255,106,31,0.6));}100%{transform:scale(1);filter:drop-shadow(0 0 8px rgba(255,106,31,0.3));}}70%{transform:scale(1);filter:drop-shadow(0 0 28px rgba(255,106,31,0.5));}100%{transform:scale(1);filter:drop-shadow(0 0 20px rgba(255,106,31,0.25));}}40%{opacity:1;transform:scale(1.05);filter:drop-shadow(0 0 18px rgba(255,106,31,0.7));}70%{transform:scale(1);filter:drop-shadow(0 0 15px rgba(255,106,31,0.6));}100%{transform:scale(1);filter:drop-shadow(0 0 8px rgba(255,106,31,0.3));}}70%{opacity:1;transform:scale(1);filter:drop-shadow(0 0 28px rgba(255,106,31,0.5));}100%{opacity:1;transform:scale(1);filter:drop-shadow(0 0 20px rgba(255,106,31,0.25));}}60%{opacity:0.8;transform:scale(1.02);filter:drop-shadow(0 0 30px rgba(255,106,31,0.7));}100%{opacity:1;transform:scale(1);filter:drop-shadow(0 0 20px rgba(255,106,31,0.25));}}60%{opacity:0.9;transform:scale(1.02);filter:drop-shadow(0 0 45px rgba(255,106,31,0.85));}100%{opacity:1;transform:scale(1);filter:drop-shadow(0 0 30px rgba(255,106,31,0.4));}}.site-logo{opacity:0;transform:scale(0.9);animation:logoNeonIn 5s ease forwards !important;animation-delay:2s !important;animation-fill-mode:forwards !important;}@keyframes logoNeonIn{0%{opacity:0;transform:scale(0.9);filter:drop-shadow(0 0 0px rgba(255,106,31,0));}30%{opacity:0.4;transform:scale(0.95);filter:drop-shadow(0 0 35px rgba(255,106,31,0.6));}60%{opacity:0.9;transform:scale(1.02);filter:drop-shadow(0 0 70px rgba(255,106,31,0.9));}100%{opacity:1;transform:scale(1);filter:drop-shadow(0 0 50px rgba(255,106,31,0.5));}}.section1::before,.section1::after{content:"";position:absolute;top:0;width:220px;height:100%;background:radial-gradient(circle at center,rgba(255,106,31,0.35),transparent 70%);z-index:0;}.section1::before{left:-110px;}.section1::after{right:-110px;}.section1{position:relative;overflow:hidden;z-index:0;}.section1::before,.section1::after{content:"";position:absolute;top:0;width:220px;height:100%;background:radial-gradient(circle at center,rgba(255,106,31,0.4),transparent 70%);z-index:1;pointer-events:none;}.section1::before{left:-110px;}.section1::after{right:-110px;}.section1 > *{position:relative;z-index:2;}.section1{position:relative;overflow:hidden;z-index:0;}.section1::before,.section1::after{content:"";position:absolute;top:0;width:400px;height:100%;background:radial-gradient(circle at center,rgba(255,106,31,0.7),transparent 80%);z-index:1;pointer-events:none;}.section1::before{left:-200px;}.section1::after{right:-200px;}.section1 > *{position:relative;z-index:2;}.section1{position:relative;overflow:hidden;}.section1::before,.section1::after{content:"";position:absolute;top:0;bottom:0;width:400px;background:radial-gradient(circle at center,rgba(255,106,31,0.8),transparent 80%);z-index:5;pointer-events:none;}.section1::before{left:-200px;}.section1::after{right:-200px;}.section1 > *{position:relative;z-index:10;}.site-logo{animation-duration:3s !important;}.site-logo{filter:drop-shadow(0 0 25px rgba(255,106,31,0.9)) drop-shadow(0 0 60px rgba(255,106,31,0.6)) drop-shadow(0 0 120px rgba(255,106,31,0.4));}.site-logo{position:relative !important;z-index:10 !important;filter:drop-shadow(0 0 25px rgba(255,106,31,0.9)) drop-shadow(0 0 60px rgba(255,106,31,0.6)) drop-shadow(0 0 120px rgba(255,106,31,0.4)) !important;}.section-1 p:last-of-type{color:#FF6A1F !important;}.section1 .sub-text{color:#FF6A1F !important;}.cards{-ms-overflow-style:none;scrollbar-width:none;}.cards::-webkit-scrollbar{display:none;}.section4 img{display:block;margin:0 auto;width:100%;max-width:1200px;height:auto;}.section7 .bottom p{max-width:720px;margin-left:auto;margin-right:auto;}::-webkit-scrollbar{width:6px;}::-webkit-scrollbar-track{background:#0b0b11;}::-webkit-scrollbar-thumb{background:#ff0000;border-radius:10px;box-shadow:0 0 10px #ff0000,0 0 20px #ff1a1a,0 0 40px #ff0000;}::-webkit-scrollbar-thumb:hover{background:#ff1a1a;box-shadow:0 0 12px #ff1a1a,0 0 25px #ff0000,0 0 50px #ff1a1a;}.card5{display:flex;flex-direction:column;}.card5 .content{flex:1 1 auto;display:flex;flex-direction:column;}.card5 .cta5{margin-top:auto;}html{scroll-behavior:smooth;}.section7 .left h2{max-width:600px !important;margin:0 0 14px !important;font-size:34px !important;line-height:1.2 !important;font-weight:800 !important;text-shadow:0 0 18px #E2372022 !important;}.section7 .left p{max-width:600px !important;margin:0 auto !important;color:var(--text-dim) !important;}.section7 .right h3{max-width:520px !important;margin:0 0 14px !important;font-size:22px !important;font-weight:700 !important;color:#f2e9ff !important;text-shadow:0 0 20px #E2372022 !important;}.section7 .right p{max-width:520px !important;margin:0 !important;color:#d6ccea !important;}.section7 .bottom{margin-top:64px !important;text-align:center !important;}.section7 .top{display:grid;grid-template-columns:1fr 420px 1fr;gap:40px;align-items:center;}.section7 .left h2,.section7 .left p{max-width:420px !important;margin-left:auto;margin-right:auto;}.section7 .right h3,.section7 .right p{max-width:420px !important;margin-left:auto;margin-right:auto;}.neon-wrapper{text-align:center;padding:40px 0;}.neon-effect{width:12px;height:12px;border-radius:50%;background:#ff3c2f;margin:0 auto 15px auto;box-shadow:0 0 10px #ff3c2f,0 0 20px #ff3c2f,0 0 30px #ff3c2f;transition:all 0.4s ease-in-out;}.neon-wrapper:hover .neon-effect{width:80px;height:4px;border-radius:4px;box-shadow:0 0 10px #ff3c2f,0 0 20px #ff3c2f,0 0 40px #ff3c2f;}::selection{background:#E23720;color:#000;}::-moz-selection{background:#E23720;color:#000;}.luz:nth-child(1){top:20%;left:15%;animation:pulse 6s infinite ease-in-out,float1 20s infinite linear;}.luz:nth-child(2){top:50%;left:60%;animation:pulse 7s infinite ease-in-out,float2 25s infinite linear;}.luz:nth-child(3){top:75%;left:30%;animation:pulse 8s infinite ease-in-out,float3 30s infinite linear;}@keyframes float1{0%{transform:translate(0,0);}25%{transform:translate(40px,-30px);}50%{transform:translate(0,-60px);}75%{transform:translate(-40px,-30px);}100%{transform:translate(0,0);}}@keyframes float2{0%{transform:translate(0,0);}25%{transform:translate(-60px,-20px);}50%{transform:translate(-30px,40px);}75%{transform:translate(20px,20px);}100%{transform:translate(0,0);}}@keyframes float3{0%{transform:translate(0,0);}25%{transform:translate(50px,30px);}50%{transform:translate(0,60px);}75%{transform:translate(-50px,30px);}100%{transform:translate(0,0);}}.gradient-fill rect{fill:url(#gradienteAnimado);}.section4 img{display:block;margin:0 auto;width:100%;max-width:1200px;height:auto;}

/* --------------------------- */
/* AJUSTES DE RESPONSIVIDADE */
/* --------------------------- */

/* Títulos responsivos */
h1, h2, h3 {
  font-size: clamp(20px, 5vw, 36px);
  line-height: 1.3;
}

/* Formulário compacto no mobile */
@media (max-width: 768px) {
  .form {
    padding: 16px !important;
  }
  .form .field {
    margin-bottom: 12px !important;
  }
  .btn-primary {
    padding: 14px 20px !important;
    font-size: 15px !important;
  }
}

/* Carrossel adaptável */
@media (max-width: 768px) {
  .card5 {
    flex: 0 0 80% !important;
    margin: 0 auto !important;
  }
}

/* Texto dos cards seção 6 */
.content6 p {
  font-size: clamp(13px, 3.5vw, 15px);
}

/* Gráfico menor na seção 7 */
@media (max-width: 768px) {
  .section7 .center img {
    max-width: 80% !important;
  }
}


/* --------------------------- */
/* AJUSTES SEÇÃO 1 (Hero) E SEÇÃO 2 (Formulário) */
/* --------------------------- */

@media (max-width: 768px) {
  /* Hero */
  .hero h1 {
    font-size: clamp(22px, 6vw, 32px);
    line-height: 1.25;
    max-width: 90%;
    margin: 0 auto 16px;
    text-align: center;
  }
  .hero p.sub {
    font-size: 16px;
    max-width: 85%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .hero .btn-primary {
    display: block;
    margin: 0 auto;
  }

  /* Formulário */
  .section2 .grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .section2 h2 {
    text-align: center;
    font-size: clamp(20px, 5vw, 28px);
    margin-bottom: 12px;
  }
  .form {
    width: 100%;
    margin: 0 auto;
  }
  .form input, .form select, .btn-primary {
    width: 100% !important;
  }
}


/* --------------------------- */
/* AJUSTES SEÇÃO 3 */
/* --------------------------- */

@media (max-width: 768px) {
  .section3 h2 {
    font-size: clamp(20px, 5vw, 28px);
    line-height: 1.3;
    text-align: center;
    margin-bottom: 12px;
  }
  .section3 p {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    max-width: 90%;
    margin: 0 auto 16px;
  }
}


/* Ajuste dos botões de navegação da seção 5 no mobile */
@media (max-width: 768px) {
  .section5 .nav {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    margin-top: 12px !important;
    display: flex !important;
    justify-content: center !important;
  }
}
