.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8fafc;padding:20px}.login-card{width:100%;max-width:420px;background:#fff;padding:32px;border-radius:18px;border:1px solid #e5e7eb;box-shadow:0 20px 40px #00000014}.login-title{text-align:center;font-size:22px;font-weight:800;color:#0f172a;margin-bottom:24px}.login-form{display:flex;flex-direction:column;gap:18px}.field label{font-size:13px;font-weight:600;color:#64748b;margin-bottom:6px}.field input{height:46px;padding:0 14px;border-radius:12px;border:1px solid #e2e8f0;font-size:14px;transition:all .25s ease}.field input:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 4px #dc262626}.input-wrapper{position:relative}.eye-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);cursor:pointer;font-size:18px;color:#6b7280}.eye-icon:hover{color:#dc2626}.login-btn{margin-top:10px;height:48px;border-radius:14px;border:none;background:#dc2626;color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s ease}.login-btn:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 12px 30px #dc262659}.login-btn:active{transform:translateY(0)}@media(max-width:480px){.login-card{padding:24px}}.create-user{background:#fff;border-radius:14px;padding:32px;max-width:720px;border:1px solid #e6e8eb;box-shadow:0 10px 30px #0000000f}.create-title{font-size:22px;font-weight:700;letter-spacing:-.02em;margin-bottom:24px;color:#0f172a}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.field{display:flex;flex-direction:column}.field.full{grid-column:span 2}.field label{font-size:13px;font-weight:500;color:#64748b;margin-bottom:6px}.field input,.field select{height:44px;padding:0 14px;font-size:14px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;transition:all .25s ease}.field input::placeholder{color:#94a3b8}.field input:focus,.field select:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 4px #dc262626}.amount-box{margin-top:24px;padding:16px 18px;border-radius:12px;background:#f9fafb;border:1px dashed #e2e8f0;display:flex;align-items:center;justify-content:space-between}.amount-box span{font-size:14px;color:#64748b}.amount-box strong{font-size:18px;font-weight:700;color:#0f172a}.primary-btn{margin-top:28px;width:100%;height:48px;border-radius:12px;border:none;background:#dc2626;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.primary-btn:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 10px 25px #dc262659}.primary-btn:active{transform:translateY(0);box-shadow:0 6px 16px #dc26264d}@media(max-width:700px){.form-grid{grid-template-columns:1fr}.field.full{grid-column:span 1}.create-user{padding:24px}}.input{width:100%;padding:10px 40px 10px 12px;box-sizing:border-box}.input-wrapper{position:relative;width:100%}.eye-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);cursor:pointer;font-size:18px;color:#555}.scanner-page{max-width:700px;margin:0 auto;padding:24px}.scanner-box{width:100%;max-width:420px;height:420px;margin:0 auto 20px;border-radius:16px;overflow:hidden;border:3px solid #dc2626;box-shadow:0 15px 40px #dc262640}.scanner-actions{display:flex;justify-content:center;gap:14px;margin-bottom:24px}.scanner-btn{height:44px;padding:0 22px;border-radius:12px;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s ease}.scanner-btn.primary{background:#26dc3e;color:#fff}.scanner-btn.primary:hover{background:#1bb830}.scanner-btn.danger{background:#dc2626;color:#fff}.scanner-btn.danger:hover{background:#c71c1c;color:#fff}.scanner-btn:disabled{opacity:.6;cursor:not-allowed}.scan-result{background:#fff;border-radius:16px;padding:22px;border:1px solid #e5e7eb;box-shadow:0 12px 30px #00000014}.result-title{font-size:18px;font-weight:700;margin-bottom:12px;color:#0f172a}.status{font-weight:700;margin-bottom:16px}.status.valid{color:#16a34a}.status.invalid{color:#dc2626}.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;margin-bottom:14px}.result-grid p{font-size:14px;color:#374151}.error-text{margin-top:10px;font-size:14px;color:#dc2626;font-weight:600}@media(max-width:600px){.scanner-box{height:300px}.result-grid{grid-template-columns:1fr}.scanner-actions{flex-direction:column}}:root{--bg: #f7f8fa;--panel: #ffffff;--border: #e6e8eb;--text-main: #0f172a;--text-muted: #64748b;--primary: #dc2626;--primary-soft: rgba(220, 38, 38, .08);--radius: 14px;--radius-sm: 10px;--shadow-sm: 0 4px 12px rgba(0, 0, 0, .04);--shadow-md: 0 10px 30px rgba(0, 0, 0, .08);--transition: .3s ease}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text-main);min-height:100%}.admin{display:flex;min-height:100vh}.sidebar{width:240px;background:var(--panel);border-right:1px solid var(--border);padding:20px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.sidebar-title{font-size:22px;font-weight:700;margin-bottom:25px;text-align:center;color:var(--primary)}.sidebar-nav{list-style:none;padding:0;flex:1}.sidebar-nav li{display:flex;align-items:center;gap:10px;padding:12px 16px;margin-bottom:12px;cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition)}.sidebar-nav li:hover,.sidebar-nav li.active{background:var(--primary);color:#fff;transform:translate(4px)}.admin-main{flex:1;padding:30px 40px;display:flex;flex-direction:column;gap:20px}.admin-title{font-size:32px;font-weight:700;margin-bottom:30px;text-align:center;position:relative}.admin-title:after{content:"";width:60px;height:4px;background:var(--primary);display:block;margin:10px auto 0;border-radius:2px;transition:all var(--transition)}.admin-tabs{display:flex;justify-content:center;gap:12px;background:var(--panel);border-radius:var(--radius);padding:8px;border:1px solid var(--border);box-shadow:var(--shadow-sm);flex-wrap:wrap}.tab-btn{padding:10px 22px;border-radius:var(--radius-sm);background:transparent;border:none;font-size:14px;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all var(--transition)}.tab-btn:hover{background:var(--primary-soft);color:var(--primary)}.tab-btn.active{background:var(--primary);color:#fff;box-shadow:0 6px 18px #dc262659;transform:translateY(-2px)}.create-user-container{display:flex;justify-content:center;align-items:center;min-height:70vh;padding:20px;animation:fadeIn .6s ease}.table-wrap{background:var(--panel);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-md);overflow-x:auto}.users-table{width:100%;border-collapse:collapse;font-size:14px}.users-table th,.users-table td{padding:14px 16px;border-bottom:1px solid var(--border)}.users-table th{text-align:left;font-weight:600;text-transform:uppercase;color:var(--text-muted);background:#fafafa}.users-table tbody tr:hover{background:#fef0f0}.user-cards{display:none}.user-card{background:var(--panel);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow-sm);animation:fadeIn .5s ease}.user-card p{margin:6px 0;font-size:14px}.user-card p span{font-weight:600}.card-actions{display:flex;justify-content:flex-end;gap:6px}@media(max-width:1024px){.users-table{display:none}.user-cards{display:grid;gap:16px}}@media(max-width:768px){.admin-main{padding:15px}.user-card{padding:14px;font-size:14px}}.actions{display:flex;gap:6px}.edit-btn{background:var(--primary-soft);color:var(--primary);border:none;padding:6px 12px;display:flex;align-items:center;gap:6px;cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition)}.edit-btn:hover{background:var(--primary);color:#fff}.renew-btn{background-color:#4caf50;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:5px;font-size:14px}.renew-btn:hover{background-color:#45a049}.package-select{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:14px}.form-group label{display:block;margin-bottom:5px;font-weight:500}.form-group span{font-size:14px;color:#666}.modal{max-width:500px;width:90%}.modal h3{margin-bottom:15px;color:#333}.modal p{margin-bottom:15px;color:#666}.delete-btn{background:var(--primary);color:#fff;border:none;padding:6px 12px;display:flex;align-items:center;gap:6px;cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition)}.delete-btn:hover{background:#a10000}.modal-backdrop{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.modal{background:var(--panel);padding:25px;width:360px;border-radius:var(--radius);box-shadow:var(--shadow-md);animation:scaleIn .4s ease}.modal h3{margin-bottom:20px;color:var(--primary)}.form-group{margin-bottom:15px}.form-group label{display:block;font-weight:600;margin-bottom:5px}.form-group input,.form-group select{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;transition:all var(--transition)}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 6px var(--primary-soft)}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.save-btn{background:var(--primary);color:#fff;border:none;padding:8px 14px;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition)}.save-btn:hover{background:#a10000}.cancel-btn{background:var(--primary-soft);color:var(--primary);border:none;padding:8px 14px;border-radius:var(--radius-sm);cursor:pointer}.cancel-btn:hover{background:var(--primary);color:#fff}@media(max-width:1024px){.admin{flex-direction:column}.sidebar{width:100%;flex-direction:row;overflow-x:auto;padding:10px 5px;justify-content:space-around}.sidebar-nav li{margin-bottom:0;padding:10px}.admin-main{padding:20px 15px}}@media(max-width:768px){.users-table{display:none}.user-cards{display:grid;gap:16px}.user-card{background:var(--panel);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow-sm)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.admin{flex-direction:column}.sidebar{width:100%;flex-direction:row;flex-wrap:wrap;justify-content:center;padding:10px}.sidebar-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.sidebar-nav li{margin-bottom:0;padding:8px 12px;font-size:14px}.admin-main{padding:15px}.table-wrap{display:none}.user-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.user-card{background:var(--panel);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow-sm);border:1px solid var(--border)}.card-actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.card-actions button{flex:1;min-width:70px;justify-content:center}}@media(max-width:480px){.user-cards{grid-template-columns:1fr}.sidebar-nav li,.card-actions button{font-size:12px;padding:6px 10px}}.qr-page{max-width:620px;margin:40px auto;padding:0 20px 40px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#0f172a}.qr-title{text-align:center;font-size:26px;font-weight:700;letter-spacing:-.03em;margin-bottom:28px}.qr-box{background:#fff;border-radius:16px;padding:28px 24px;border:1px solid #e6e8eb;box-shadow:0 10px 30px #0000000f;text-align:center;margin-bottom:28px}.qr-image{width:240px;height:240px;object-fit:contain;border-radius:14px;padding:14px;background:#fff;border:2px solid #dc2626}.qr-note{margin-top:14px;font-size:13px;color:#64748b}.info-card{background:#fff;border-radius:16px;padding:22px;border:1px solid #e6e8eb;box-shadow:0 8px 24px #0000000d;margin-bottom:20px}.info-card.blue{border-left:4px solid #dc2626}.info-title{font-size:17px;font-weight:700;margin-bottom:16px;color:#0f172a}.info-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px dashed #e6e8eb}.info-label{font-size:13px;font-weight:500;color:#64748b}.info-value{font-size:14px;font-weight:600;color:#0f172a}.refresh-btn{height:48px;padding:0 28px;border-radius:14px;border:none;background:#dc2626;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #dc262659}.refresh-btn:hover{background:#b91c1c;transform:translateY(-1px)}.refresh-btn:active{transform:translateY(0);box-shadow:0 6px 16px #dc26264d}.qr-page>div:only-child{text-align:center;padding:80px 0;font-size:15px;color:#64748b}@media(max-width:640px){.qr-title{font-size:22px}.qr-image{width:200px;height:200px}.info-row{flex-direction:column;align-items:flex-start;gap:4px}.refresh-btn{width:100%}}@media(max-width:420px){.qr-image{width:180px;height:180px}.info-title{font-size:16px}}.qr-title{font-size:26px;font-weight:700;text-align:center;margin-bottom:24px}.qr-box{text-align:center;background:var(--card);padding:24px;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);margin-bottom:24px}.qr-image{width:240px;height:240px;object-fit:contain}.qr-note{margin-top:12px;font-size:14px;color:var(--text-muted)}.info-card{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);padding:20px;margin-bottom:20px;box-shadow:var(--shadow)}.info-card.blue{background:var(--blue-soft)}.info-title{font-size:18px;font-weight:600;margin-bottom:14px}.info-row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px;border-bottom:1px dashed var(--border)}.info-row:last-child{border-bottom:none}.active{color:#16a34a;font-weight:600}.inactive{color:#dc2626;font-weight:600}.qr-action{text-align:center;margin-top:24px}.refresh-btn{padding:12px 26px;font-size:14px;font-weight:600;border-radius:10px;border:none;cursor:pointer;background:var(--primary);color:#fff;transition:transform .2s ease,box-shadow .2s ease}.refresh-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #dc262659}@media(max-width:480px){.qr-image{width:180px;height:180px}.info-row{flex-direction:column;gap:4px}}html,body{width:100%;overflow-x:hidden}.logo{width:280px;pointer-events:none;margin-top:50px;max-width:100%;height:auto}.navbar{position:fixed;top:0;left:0;right:0;width:100vw;max-width:100%;height:80px;padding:0 24px;display:flex;justify-content:space-between;align-items:center;z-index:1000}.menu-icon{z-index:1001;cursor:pointer;display:flex;align-items:center;justify-content:center}.hamburger-icon,.close-icon{width:60px;height:60px;color:#5c1010;transition:transform .3s ease}.hamburger-icon:hover,.close-icon:hover{transform:scale(1.1)}.nav-link{font-family:Space Grotesk,sans-serif}.nav-link p{font-family:Syne,sans-serif}.linkd{position:fixed;inset:0;background:#e7e3e3;display:flex;justify-content:center;align-items:center;transform:translateY(-100%);transition:transform .6s cubic-bezier(.77,0,.175,1);overflow:hidden}.linkd.open{transform:translateY(0)}.linkd ul{list-style:none;display:flex;flex-direction:column;gap:32px;padding:20px;width:100%;max-width:800px}.nav-link{display:flex;align-items:center;gap:24px;cursor:pointer;position:relative}.nav-link div{font-size:20px;opacity:.6}.nav-link p{font-size:clamp(36px,8vw,100px);font-weight:600;line-height:1;transition:transform .4s ease,letter-spacing .4s ease}.nav-link a{text-decoration:none;color:#000;display:block;width:100%}.preview-image{position:fixed;right:10%;top:50%;transform:translateY(-50%) scale(.9);width:420px;height:280px;object-fit:cover;opacity:0;pointer-events:none;transition:opacity .4s ease,transform .4s ease;border-radius:12px}.preview-image.show{opacity:1;transform:translateY(-50%) scale(1)}@media(max-width:768px){.preview-image{display:none}.logo{width:200px}}@media(max-width:480px){.nav-link p{font-size:32px}}.nav-link p{font-size:clamp(36px,8vw,100px);font-weight:600;line-height:1}.nav-link div{font-size:100px;opacity:.6;font-weight:600;font-family:Space Grotesk,sans-serif}.nav-link p{transition:transform .4s ease,letter-spacing .4s ease}.nav-link:hover p{transform:translate(20px);letter-spacing:2px}@media(max-width:1024px){.navbar{padding:0 clamp(16px,4vw,24px)}.hamburger-icon,.close-icon{width:clamp(45px,8vw,60px);height:clamp(45px,8vw,60px)}.logo{width:clamp(180px,30vw,280px);margin-top:clamp(25px,4vh,50px)}}@media(max-width:768px){.navbar{padding:0 16px;height:70px}.hamburger-icon,.close-icon{width:45px;height:45px}.logo{width:160px;margin-top:25px}.linkd{padding-top:100px;align-items:flex-start;justify-content:flex-start;overflow-y:auto}.linkd ul{padding:0 20px 40px;gap:24px}.nav-link{gap:16px}.nav-link div{font-size:clamp(40px,10vw,60px);min-width:60px}.nav-link p{font-size:clamp(24px,6vw,36px)}}@media(max-width:480px){.navbar{padding:0 12px;height:65px}.hamburger-icon,.close-icon{width:40px;height:40px}.logo{width:140px;margin-top:20px}.linkd ul{padding:0 16px 40px;gap:20px}.nav-link{gap:12px}.nav-link div{font-size:32px;min-width:45px}.nav-link p{font-size:clamp(20px,5vw,28px)}.nav-link:hover p{transform:translate(10px)}}@media(max-width:320px){.navbar{padding:0 8px;height:60px}.hamburger-icon,.close-icon{width:36px;height:36px}.logo{width:120px;margin-top:15px}.linkd ul{padding:0 12px 40px;gap:16px}.nav-link div{font-size:28px;min-width:40px}.nav-link p{font-size:20px}}@media(min-width:1440px){.navbar{padding:0 48px}}@media(max-width:768px){.hamburger-icon,.close-icon{margin-right:0}}@media(hover:none)and (pointer:coarse){.nav-link:hover p{transform:none;letter-spacing:normal}.nav-link:active p{transform:translate(10px)}}.hero{width:100%;max-width:100vw}.hero-body{width:clamp(220px,42vw,520px);height:clamp(70px,14vw,160px);font-size:clamp(36px,8vw,100px)}.hero-image{width:clamp(300px,75vw,720px);max-width:90%}.hero-card{width:clamp(120px,18vw,210px);height:clamp(160px,24vw,260px);padding:clamp(15px,3vw,30px)}.cta-noise-btn{width:clamp(140px,22vw,235px);height:clamp(45px,9vw,70px);font-size:clamp(18px,4vw,30px);border-radius:clamp(35px,8vw,60px)}.hero-cta{right:clamp(12px,4vw,80px);bottom:clamp(80px,22vh,360px)}.hero{position:relative;min-height:100vh;padding:100px 100px 100px 10px;overflow:hidden}.story-script-regular{font-family:Story Script,cursive;font-weight:400}.pacifico-regular{font-family:Pacifico,cursive;font-weight:400}.exo-2{font-family:"Exo 2",sans-serif}.shadow{position:absolute;top:50%;width:200px;height:600px;background:radial-gradient(ellipse at center,rgba(110,5,5,.45),transparent 70%);filter:blur(80px);z-index:1}.shadow-left{left:-120px;transform:translateY(-50%)}.shadow-right{right:-120px;transform:translateY(-50%)}.hero-title{position:absolute;left:50%;transform:translate(-50%);font-family:"Exo 2",sans-serif;font-size:150px;font-weight:800;color:#000;text-align:center;line-height:1;z-index:2;pointer-events:none}.title{display:flex;align-items:center;justify-content:center}.hero-body{display:flex;align-items:center;justify-content:center;width:520px;height:160px;font-size:100px;border-radius:60px 100px 0;background:linear-gradient(135deg,#fe020c,#5c1010);color:#fff;font-family:Pacifico,cursive;position:relative;overflow:hidden}.hero-body:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.18),transparent 60%)}.hero-body:after{content:"";position:absolute;inset:0;background-image:url(https://grainy-gradients.vercel.app/noise.svg);opacity:.35;mix-blend-mode:overlay}.hero-image-wrapper{display:flex;justify-content:center;align-items:center}.hero-image{width:720px;max-width:90%;pointer-events:none;z-index:50}.hero-cards{position:absolute;top:50%;transform:translateY(-35%);display:flex;flex-direction:column;gap:70px;z-index:5}.left-cards{left:22%}.right-cards{right:22%}.hero-card{width:210px;height:260px;padding:30px;display:flex;justify-content:center;align-items:center;flex-direction:column;background:linear-gradient(145deg,#fe020c,#5c1010);border-radius:38px;color:#fff;font-family:Space Grotesk,sans-serif;position:relative;overflow:hidden;z-index:100;box-shadow:0 25px 55px #00000080,inset 0 0 0 1px #ffffff1f;transition:transform .4s ease,box-shadow .4s ease}.hero-card:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.22),transparent 65%);z-index:-100}.hero-card:after{content:"";position:absolute;inset:0;background-image:url(https://grainy-gradients.vercel.app/noise.svg);opacity:.28;mix-blend-mode:overlay;z-index:-100}.rotate-left-hero{transform:rotate(-18deg);z-index:-100}.rotate-right-hero{transform:rotate(18deg);margin-right:110px;z-index:-10}.hero-card img{width:85px;margin-bottom:18px;pointer-events:none}.hero-card h3{font-size:38px;margin-bottom:8px}.hero-card p{font-size:18px;text-align:center;opacity:.9}.cta-noise-btn{position:relative;width:clamp(140px,26vw,235px);height:clamp(44px,9vw,70px);font-size:clamp(16px,4.2vw,30px);font-family:Akshar,sans-serif;color:#fff;border:none;border-radius:clamp(32px,8vw,60px);cursor:pointer;background:linear-gradient(135deg,#fe020c,#5c1010);overflow:hidden;transition:transform .25s ease}.cta-noise-btn:after{content:"";position:absolute;inset:0;background-image:url(https://grainy-gradients.vercel.app/noise.svg);opacity:.35;mix-blend-mode:overlay;animation:noiseMove .6s steps(2) infinite}.cta-noise-btn:hover{transform:translateY(-3px) scale(1.04)}.cta-noise-btn:active{transform:scale(.97)}@keyframes noiseMove{0%{transform:translate(0)}25%{transform:translate(-2px,2px)}50%{transform:translate(2px,-2px)}75%{transform:translate(-1px,1px)}to{transform:translate(0)}}.hero-cta{position:absolute;bottom:280px;right:40px;z-index:10}@media(max-width:1400px){.hero-title{font-size:clamp(100px,10vw,150px)}.left-cards{left:clamp(15%,5vw,22%)}.right-cards{right:clamp(15%,5vw,22%)}.hero-cta{right:clamp(30px,3vw,40px);bottom:clamp(250px,20vh,280px)}}@media(max-width:1024px){.hero-title{font-size:clamp(70px,8vw,90px)}.hero-body{width:clamp(400px,50vw,520px);height:clamp(120px,15vw,160px);font-size:clamp(70px,9vw,100px)}.hero-image{width:clamp(500px,70vw,720px)}.hero-cards{position:absolute;top:50%;transform:translateY(-35%);flex-direction:column}.left-cards{left:clamp(10%,3vw,18%)}.right-cards{right:clamp(10%,3vw,18%)}.hero-card{width:clamp(180px,20vw,210px);height:clamp(220px,25vw,260px)}.hero-card h3{font-size:clamp(30px,3.5vw,38px)}.hero-card p{font-size:clamp(14px,1.8vw,18px)}.hero-cta{bottom:clamp(200px,18vh,250px)}}@media(max-width:768px){.hero{padding:80px 40px 80px 10px}.hero-title{font-size:clamp(50px,6vw,70px);position:absolute;left:50%;transform:translate(-50%)}.hero-body{width:clamp(300px,40vw,400px);height:clamp(100px,13vw,120px);font-size:clamp(50px,6.5vw,70px)}.hero-cards{top:50%;transform:translateY(-35%);position:absolute}.left-cards{left:clamp(5%,2vw,10%);top:420px}.right-cards{right:clamp(5%,2vw,10%);top:420px}.hero-card{width:clamp(150px,18vw,180px);height:clamp(190px,22vw,220px);padding:clamp(20px,2.5vw,25px)}.hero-card img{width:clamp(60px,8vw,70px)}.hero-card h3{font-size:clamp(24px,3vw,28px)}.rotate-left-hero{transform:rotate(-12deg)}.rotate-right-hero{transform:rotate(12deg);margin-right:clamp(30px,4vw,40px)}.hero-cta{width:clamp(180px,25vw,210px);height:clamp(55px,8vw,65px);font-size:clamp(22px,3vw,26px);bottom:160px;right:clamp(20px,3vw,30px)}.hero-image{width:500px}}@media(max-width:600px){.hero{padding:60px 20px 60px 10px;min-height:50vh}.hero-title{font-size:clamp(40px,5vw,50px)}.hero-body{width:clamp(250px,35vw,300px);height:clamp(80px,11vw,100px);font-size:clamp(40px,5.5vw,50px);border-radius:40px 70px 0}.hero-cards{gap:clamp(40px,6vw,50px)}.left-cards{left:clamp(3%,1vw,5%)}.right-cards{right:clamp(3%,1vw,5%)}.hero-card{width:clamp(130px,16vw,150px);height:clamp(170px,20vw,190px)}.rotate-left-hero{transform:rotate(-8deg)}.rotate-right-hero{transform:rotate(8deg);margin-right:clamp(20px,3vw,25px)}.hero-cta{bottom:clamp(120px,12vh,150px);right:clamp(15px,2vw,20px)}}@media(max-width:480px){.hero{padding:50px 15px 50px 10px}.hero-title{font-size:36px}.hero-body{width:220px;height:70px;font-size:36px;border-radius:30px 50px 0}.hero-cards{position:absolute;top:50%;transform:translateY(-35%)}.hero-card{width:120px;height:160px;padding:15px}.hero-card img{width:45px}.hero-card h3{font-size:20px}.hero-card p{font-size:12px}.rotate-left-hero{transform:rotate(-5deg)}.rotate-right-hero{transform:rotate(5deg);margin-right:15px}.hero-cta{width:160px;height:50px;font-size:20px;bottom:100px;right:15px}}@media(max-width:320px){.hero{padding:40px 10px 40px 5px}.hero-title{font-size:30px}.hero-body{width:180px;height:60px;font-size:30px;border-radius:25px 40px 0}.hero-card{width:100px;height:140px;padding:12px}.hero-card img{width:35px}.hero-card h3{font-size:18px}.hero-card p{font-size:10px}.hero-cta{width:140px;height:45px;font-size:18px;bottom:80px;right:10px}}@media(min-width:1440px){.hero{padding:120px 120px 120px 20px}.hero-title{font-size:180px}.hero-body{width:600px;height:180px;font-size:120px}.hero-image{width:800px}.left-cards{left:15%}.right-cards{right:15%}.hero-cta{bottom:320px;right:60px}}@media(min-width:1920px){.hero{padding:150px 150px 150px 30px}.hero-title{font-size:200px}.hero-body{width:650px;height:200px;font-size:140px}.hero-image{width:900px}.hero-cta{bottom:350px;right:80px}}@media(max-height:600px)and (orientation:landscape){.hero{min-height:120vh;padding-top:80px}.hero-title{font-size:clamp(50px,8vw,70px)}.hero-body{width:clamp(300px,40vw,400px);height:clamp(80px,12vw,120px);font-size:clamp(40px,7vw,60px)}.hero-cards{transform:translateY(-30%)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-100px) rotate(-18deg)}80%{transform:translate(10px) rotate(-18deg)}to{opacity:1;transform:translate(0) rotate(-18deg)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(100px) rotate(18deg)}80%{transform:translate(-10px) rotate(18deg)}to{opacity:1;transform:translate(0) rotate(18deg)}}.hero-card{opacity:0}.hero-card.slide-in-left{animation:slideInFromLeft .8s cubic-bezier(.34,1.56,.64,1) forwards}.hero-card.slide-in-right{animation:slideInFromRight .8s cubic-bezier(.34,1.56,.64,1) forwards}.left-cards .hero-card:nth-child(1){animation-delay:.3s}.left-cards .hero-card:nth-child(2){animation-delay:.5s}.right-cards .hero-card:nth-child(1){animation-delay:.4s}.right-cards .hero-card:nth-child(2){animation-delay:.6s}@media(max-width:1024px){@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-80px) rotate(-12deg)}to{opacity:1;transform:translate(0) rotate(-12deg)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(80px) rotate(12deg)}to{opacity:1;transform:translate(0) rotate(12deg)}}}@media(max-width:768px){@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-60px) rotate(-8deg)}to{opacity:1;transform:translate(0) rotate(-8deg)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(60px) rotate(8deg)}to{opacity:1;transform:translate(0) rotate(8deg)}}.left-cards .hero-card:nth-child(1),.left-cards .hero-card:nth-child(2),.right-cards .hero-card:nth-child(1),.right-cards .hero-card:nth-child(2){animation-delay:.2s}}@media(max-width:480px){@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-40px) rotate(-5deg)}to{opacity:1;transform:translate(0) rotate(-5deg)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(40px) rotate(5deg)}to{opacity:1;transform:translate(0) rotate(5deg)}}.hero-image{width:300px}.hero-card{width:90px;height:128px;margin-top:-20px;border-radius:20px}.hero-cta{width:100px;font-size:10px;height:20px;margin-bottom:-13.5px}.hero-card img{width:40px}.cta-noise-btn{margin-top:20px}.hero-card h3{font-size:15px}.hero-card p{font-size:10px}}.hero-card{will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.hero-card{animation:none!important;opacity:1!important}}.about-section{position:relative;width:100%;min-height:100vh;background:#5c1010;color:#fff;margin-top:-180px;font-family:Space Grotesk;overflow:hidden;z-index:100;padding:50px 20px}.background-rect{position:absolute;border-radius:40px;z-index:0;pointer-events:none}.rect1{width:700px;height:500px;top:600px;left:-50px;background:url(/assets/Rectangle6-DJGqFAht.png) center/cover no-repeat}.rect2{width:650px;height:480px;right:-10px;background:url(/assets/Rectangle7-gIVW0BeW.png) center/cover no-repeat}.about-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;z-index:2;position:relative}.about-content{width:100%;display:flex;flex-direction:column;gap:50px}.about-header{display:flex;align-items:center;gap:20px;margin-left:100px}.arrow-icon{width:50px;pointer-events:none;opacity:.8}.about-title{display:flex;align-items:center;font-size:90px;font-family:Space Grotesk;flex-wrap:nowrap}.section-number{opacity:.6;margin-right:20px}.about-text{font-size:28px;line-height:1.6;font-family:Arimo;max-width:800px;margin-left:200px}.about-video{margin-top:100px;display:flex;justify-content:center;align-items:center;position:relative;width:100%}.video-placeholder{position:relative;z-index:2;border-radius:20px;overflow:hidden;width:100%;max-width:1066px}.video-image{width:100%;display:block;border-radius:20px}.play-button-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:fit-content;padding:20px 50px;border-radius:60px;background:#ff646426;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;z-index:5;overflow:hidden}.play-button-container:after{content:"";position:absolute;inset:0;background-image:url(https://grainy-gradients.vercel.app/noise.svg);opacity:.3;mix-blend-mode:overlay;animation:glassNoise 1s steps(2) infinite}@keyframes glassNoise{0%{transform:translate(0)}25%{transform:translate(-1px,1px)}50%{transform:translate(1px,-1px)}75%{transform:translate(-1px)}to{transform:translate(0)}}.play-btn{background:linear-gradient(135deg,#fe020c,#cf0a28);color:#fff;border:none;border-radius:60px;padding:20px 40px;font-size:24px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;z-index:10;box-shadow:0 10px 30px #0006;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.play-icon{font-size:32px;animation:pulse 1.5s infinite}.play-btn:hover{transform:scale(1.05);box-shadow:0 15px 40px #0009;background:linear-gradient(135deg,#cf0a28,#cf0a28)}.play-btn:active{transform:scale(.98)}.play-btn:after{content:"";position:absolute;inset:0;background-image:url(https://grainy-gradients.vercel.app/noise.svg);opacity:.25;mix-blend-mode:overlay}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.video-player{width:1066px;max-width:90%;aspect-ratio:16/9;border-radius:20px;overflow:hidden}@media(max-width:1800px){.about-section{margin-top:-170px}.about-title{font-size:85px}.about-text{font-size:27px;max-width:780px;margin-left:190px}.rect1{width:680px;height:490px;top:590px;left:-45px}.rect2{width:630px;height:470px;right:-9px}.play-button-container{padding:19px 48px}.play-btn{padding:19px 38px;font-size:23px}.play-icon{font-size:31px}}@media(max-width:1600px){.about-section{margin-top:-160px}.about-title{font-size:80px}.about-text{font-size:26px;max-width:760px;margin-left:180px}.rect1{width:660px;height:480px;top:580px;left:-55px}.rect2{width:610px;height:460px;right:-11px}.play-button-container{padding:18px 46px}.play-btn{padding:18px 36px;font-size:22px}.play-icon{font-size:30px}}@media(max-width:1500px){.about-section{margin-top:-155px}.about-title{font-size:75px}.about-text{font-size:25px;max-width:740px;margin-left:170px}.rect1{width:640px;height:470px;top:570px;left:-60px}.rect2{width:590px;height:450px;right:-12px}.play-button-container{padding:17px 44px}.play-btn{padding:17px 34px;font-size:21px}.play-icon{font-size:29px}}@media(max-width:1400px){.about-section{margin-top:-150px}.about-title{font-size:70px}.about-text{font-size:24px;max-width:720px;margin-left:160px}.rect1{width:620px;height:460px;top:560px;left:-65px}.rect2{width:570px;height:440px;right:-13px}.play-button-container{padding:16px 42px}.play-btn{padding:16px 32px;font-size:20px}.play-icon{font-size:28px}}@media(max-width:1300px){.about-section{margin-top:-145px}.about-title{font-size:65px}.about-text{font-size:23px;max-width:700px;margin-left:150px}.rect1{width:600px;height:450px;top:550px;left:-70px}.rect2{width:550px;height:430px;right:-14px}.play-button-container{padding:15px 40px}.play-btn{padding:15px 30px;font-size:19px}.play-icon{font-size:27px}}@media(max-width:1200px){.about-section{margin-top:-140px}.about-title{font-size:60px}.about-text{font-size:22px;max-width:680px;margin-left:140px}.rect1{width:580px;height:440px;top:540px;left:-75px}.rect2{width:530px;height:420px;right:-15px}.play-button-container{padding:14px 38px}.play-btn{padding:14px 28px;font-size:18px}.play-icon{font-size:26px}}@media(max-width:1100px){.about-section{margin-top:-135px}.about-title{font-size:55px}.about-text{font-size:21px;max-width:660px;margin-left:130px}.rect1{width:560px;height:430px;top:530px;left:-80px}.rect2{width:510px;height:410px;right:-16px}.play-button-container{padding:13px 36px}.play-btn{padding:13px 26px;font-size:17px}.play-icon{font-size:25px}}@media(max-width:1000px){.about-section{margin-top:-130px}.about-title{font-size:50px}.about-text{font-size:20px;max-width:640px;margin-left:120px}.rect1{width:540px;height:420px;top:520px;left:-85px}.rect2{width:490px;height:400px;right:-17px}.play-button-container{padding:12px 34px}.play-btn{padding:12px 24px;font-size:16px}.play-icon{font-size:24px}}@media(max-width:900px){.about-section{margin-top:-125px}.about-title{font-size:48px}.about-text{font-size:19px;max-width:620px;margin-left:110px}.rect1{width:520px;height:410px;top:510px;left:-90px}.rect2{width:470px;height:390px;right:-18px}.play-button-container{padding:11px 32px}.play-btn{padding:11px 22px;font-size:15.5px}.play-icon{font-size:23px}}@media(max-width:800px){.about-section{margin-top:-120px}.about-title{font-size:46px}.about-text{font-size:18.5px;max-width:600px;margin-left:100px}.rect1{width:500px;height:400px;top:500px;left:-95px}.rect2{width:450px;height:380px;right:-19px}.play-button-container{padding:10px 30px}.play-btn{padding:10px 20px;font-size:15px}.play-icon{font-size:22px}}@media(max-width:750px){.about-section{margin-top:-115px}.about-title{font-size:44px}.about-text{font-size:18px;max-width:580px;margin-left:90px}.rect1{width:480px;height:390px;top:490px;left:-100px}.rect2{width:430px;height:370px;right:-20px}.play-button-container{padding:9.5px 28px}.play-btn{padding:9.5px 19px;font-size:14.5px}.play-icon{font-size:21px}}@media(max-width:700px){.about-section{margin-top:-110px}.about-title{font-size:42px}.about-text{font-size:17.5px;max-width:560px;margin-left:80px}.rect1{width:460px;height:380px;top:480px;left:-105px}.rect2{width:410px;height:360px;right:-21px}.play-button-container{padding:9px 26px}.play-btn{padding:9px 18px;font-size:14px}.play-icon{font-size:20px}}@media(max-width:650px){.about-section{margin-top:-105px}.about-title{font-size:40px}.about-text{font-size:17px;max-width:540px;margin-left:70px}.rect1{width:440px;height:370px;top:470px;left:-110px}.rect2{width:390px;height:350px;right:-22px}.play-button-container{padding:8.5px 24px}.play-btn{padding:8.5px 17px;font-size:13.5px}.play-icon{font-size:19px}}@media(max-width:600px){.about-section{margin-top:-100px}.about-title{font-size:38px}.about-text{font-size:16.5px;max-width:520px;margin-left:60px}.rect1{width:420px;height:360px;top:460px;left:-115px}.rect2{width:370px;height:340px;right:-23px}.play-button-container{padding:8px 22px}.play-btn{padding:8px 16px;font-size:13px}.play-icon{font-size:18px}}@media(max-width:550px){.about-section{margin-top:-95px}.about-title{font-size:36px}.about-text{font-size:16px;max-width:500px;margin-left:50px}.rect1{width:400px;height:350px;top:450px;left:-120px}.rect2{width:350px;height:330px;right:-24px}.play-button-container{padding:7.5px 20px}.play-btn{padding:7.5px 15px;font-size:12.5px}.play-icon{font-size:17px}}@media(max-width:500px){.about-section{margin-top:-90px}.about-title{font-size:34px}.about-text{font-size:15.5px;max-width:480px;margin-left:40px}.rect1{width:380px;height:340px;top:440px;left:-125px}.rect2{width:330px;height:320px;right:-25px}.play-button-container{padding:7px 18px}.play-btn{padding:7px 14px;font-size:12px}.play-icon{font-size:16px}}@media(max-width:450px){.about-section{margin-top:-80px}.about-title{font-size:22px}.about-text{font-size:15px;max-width:460px;margin-left:30px}.rect1{width:360px;height:330px;top:430px;left:-130px}.about-header{width:400px;margin-left:12px}.rect2{width:310px;height:310px;right:-26px}.arrow-icon{width:20px}.play-button-container{padding:6.5px 16px}.play-btn{padding:6.5px 13px;font-size:11.5px}.play-icon{font-size:15.5px}}@media(max-width:400px){.about-section{margin-top:-80px}.about-title{font-size:30px}.about-text{font-size:14.5px;max-width:440px;margin-left:20px}.rect1{width:340px;height:320px;top:420px;left:-135px}.rect2{width:290px;height:300px;right:-27px}.play-button-container{padding:6px 14px}.play-btn{padding:6px 12px;font-size:11px}.play-icon{font-size:15px}}@media(max-width:350px){.about-section{margin-top:-75px}.about-title{font-size:28px}.about-text{font-size:14px;max-width:420px;margin-left:10px}.rect1{width:320px;height:310px;top:410px;left:-140px}.rect2{width:270px;height:290px;right:-28px}.play-button-container{padding:5.5px 12px}.play-btn{padding:5.5px 11px;font-size:10.5px}.play-icon{font-size:14.5px}}@media(max-width:300px){.about-section{margin-top:-70px}.about-title{font-size:26px}.about-text{font-size:13.5px;max-width:400px;margin-left:5px}.rect1{width:300px;height:300px;top:400px;left:-145px}.rect2{width:250px;height:280px;right:-29px}.play-button-container{padding:5px 10px}.play-btn{padding:5px 10px;font-size:10px}.play-icon{font-size:14px}}@media(min-width:1900px){.about-section{margin-top:-200px;padding:60px 40px}.about-title{font-size:100px}.about-text{font-size:32px;max-width:900px;margin-left:250px}.rect1{width:800px;height:570px;top:650px;left:-40px}.rect2{width:750px;height:550px;right:-5px}.play-button-container{padding:25px 60px}.play-btn{padding:25px 50px;font-size:28px}.play-icon{font-size:36px}}.arrow-icon{animation:subtleRotate 10s ease-in-out infinite}@keyframes subtleRotate{0%,to{transform:rotate(0)}25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}}.section-number{position:relative;display:inline-block}.section-number:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150%;height:150%;background:radial-gradient(circle,rgba(254,2,12,.15) 0%,transparent 70%);border-radius:50%;opacity:0;transition:opacity .3s ease}.about-header:hover .section-number:after{opacity:1}.about-text{position:relative;background:linear-gradient(90deg,#fff,#fffc,#fff);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:textShimmer 8s ease-in-out infinite}@keyframes textShimmer{0%{background-position:200% center}to{background-position:-200% center}}.rect1{animation:floatSlow 20s ease-in-out infinite}.rect2{animation:floatSlow 25s ease-in-out infinite reverse}@keyframes floatSlow{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-20px) rotate(.5deg)}66%{transform:translateY(10px) rotate(-.5deg)}}.video-placeholder{position:relative;overflow:hidden}.video-placeholder:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(254,2,12,.1) 50%,transparent 70%);background-size:200% 200%;animation:gradientMove 3s ease-in-out infinite;pointer-events:none;z-index:1}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.play-btn{position:relative;overflow:hidden}.play-text{position:relative;z-index:2}.about-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,rgba(254,2,12,.05) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(207,10,40,.05) 0%,transparent 50%);pointer-events:none;animation:particleFloat 30s ease-in-out infinite}@keyframes particleFloat{0%,to{background-position:0% 0%,100% 100%}50%{background-position:100% 100%,0% 0%}}@keyframes scrollGlow{0%{box-shadow:0 0 20px #fe020c00}50%{box-shadow:0 0 40px #fe020c1a}to{box-shadow:0 0 20px #fe020c00}}.about-wrapper{animation:scrollGlow 3s ease-in-out}@media(max-width:768px){.about-text{animation:textShimmer 12s ease-in-out infinite}.rect1,.rect2{animation-duration:30s}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}.bebas-neue-regular{font-family:Bebas Neue,sans-serif;font-weight:400;font-style:normal}.environment-wrapper{max-width:1600px;margin:0 auto;overflow:hidden}.environment-header{display:flex;align-items:center;gap:20px;margin-left:100px}.environment-title{display:flex;align-items:center;gap:16px;font-family:Space Grotesk,sans-serif;font-size:clamp(36px,6vw,90px);line-height:1.1;flex-wrap:wrap}.environment-container{display:grid;grid-template-columns:repeat(2,1fr);gap:80px;padding:80px 6%}.environment-content{position:relative;font-family:Bebas Neue,sans-serif;font-size:clamp(18px,2.5vw,30px);display:flex;flex-direction:column;gap:32px}.img2{padding-top:80px}.environment-image{width:100%;max-width:700px;height:auto;position:relative;z-index:5}.immg3{width:100%;max-width:790px;height:auto;position:relative;z-index:5}.img3{display:grid;grid-template-columns:repeat(2,1fr);gap:80px;padding:120px 6%;align-items:center}.rect{position:absolute;width:min(80%,760px);opacity:.9;pointer-events:none;z-index:1}.rect-1{top:30%;left:-10%}.rect-2{top:-10%;right:-15%}.rect-3{top:-25%;left:10%}.rect-bottom{top:65%;left:15%;z-index:1}.rect-middle{top:45%;left:22%;z-index:2}.rect-top{top:30%;left:30%;z-index:3}@media(max-width:1024px){.environment-container,.img3{grid-template-columns:1fr;gap:60px}.img2{padding-top:0}.rect{width:90%;left:0;right:0;margin:auto}}@media(max-width:600px){.environment-header{padding:24px 5%}.environment-container{padding:40px 5%}.img3{padding:60px 5%}.environment-content{align-items:center}.environment-title{justify-content:center}.rect{display:none}}.floating-particles{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1}.particle{position:absolute;background:#ffffff1a;border-radius:50%;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.environment-image{transition:all .3s ease;will-change:transform;border-radius:8px;overflow:hidden}.environment-image:hover{box-shadow:0 10px 30px #fff3}.section-number{background:linear-gradient(45deg,#fff,#aaa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 200%;animation:gradientShift 3s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.environment-content p{overflow:hidden}.environment-content p br{display:block;margin:8px 0}.environment-header:after{content:"";position:absolute;bottom:-10px;left:100px;width:0;height:2px;background:linear-gradient(90deg,transparent,#fff,transparent);animation:progressLine 2s ease-out forwards;animation-delay:.5s}@keyframes progressLine{0%{width:0}to{width:200px}}.rect{animation:float 6s ease-in-out infinite}.rect-1{animation-delay:0s}.rect-2{animation-delay:2s}.rect-3{animation-delay:4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.environment-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,rgba(0,0,0,.1) 0%,transparent 50%,rgba(0,0,0,.1) 100%);opacity:0;transition:opacity .3s ease;border-radius:8px}.environment-image:hover:after{opacity:1}@media(max-width:600px){.floating-particles{display:none}.environment-header{margin-left:12px}.environment-title{font-size:22px}.environment-header:after{left:5%;width:100px}}.training-header{display:flex;align-items:center;gap:20px;margin-left:100px}.training-container{position:relative;width:100%;margin-top:40px;min-height:100vh;background:#5c1010;color:#fff;font-family:Space Grotesk;overflow:hidden;z-index:10}.pathway-extreme-<uniquifier>{font-family:Pathway Extreme,sans-serif;font-optical-sizing:auto;font-weight:<weight>;font-style:normal;font-variation-settings:"wdth" 100}.training-title{margin-top:40px;display:flex;align-items:center;font-size:90px;color:#fff;font-family:Space Grotesk}.training-text{width:820px;font-family:Pathway Extreme,sans-serif;font-size:30px;color:#fff}.training-description{margin-top:90px;width:90vw;display:flex;justify-content:space-evenly;align-items:center}.training-cards{position:absolute;transform:translateY(-35%);z-index:5;width:270px;height:370px;padding:32px;display:flex;justify-content:center;align-items:center;flex-direction:column;background:linear-gradient(135deg,#fe020c,#5c1010);border-radius:40px;color:#fff;font-family:Space Grotesk,sans-serif;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000073,inset 0 0 0 1px #ffffff14}.training-card:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,rgba(255,255,255,.04),rgba(255,255,255,.04) 1px,transparent 1px,transparent 2px);opacity:.35}.training-card:after{content:"";position:absolute;inset:90%;background-image:url(https://grainy-gradients.vercel.app/noise.svg);opacity:.25;mix-blend-mode:overlay;pointer-events:none}.training-card{display:flex;flex-direction:column;gap:30px;position:relative;transform:translateY(0)}.programs-title{font-size:90px;margin-bottom:250px;margin-left:300px}.rotate-left{transform:rotate(15deg)}.rotate-left:hover,.rotate-right:hover{transform:rotate(0);transition:transform .3s ease}.rotate-right{transform:rotate(-15deg)}.training-card h3{font-size:20px;text-align:center}.training-card p{font-size:16px;text-align:center}.programs-container{display:flex;justify-content:center;align-items:center;gap:60px}.rectangle61{position:absolute;top:1080px;left:-50px;border-radius:40px;z-index:0;width:700px;height:500px}.rectangle71{position:absolute;width:700px;top:300px;right:-10px;border-radius:40px;z-index:-1;height:480px}.training-header{flex-wrap:wrap}.training-title{line-height:1.05;flex-wrap:wrap}.training-text{width:100%;max-width:820px;font-size:clamp(18px,2.5vw,30px)}.training-description{flex-wrap:wrap;gap:40px;margin-top:clamp(40px,8vw,90px)}.programs-title{font-size:clamp(42px,7vw,90px);margin-left:clamp(0px,10vw,300px);margin-bottom:clamp(120px,20vw,250px);text-align:left}.programs-container{gap:clamp(30px,6vw,60px);position:relative}.training-architecture-image{width:800px;bottom:-30px}.rectangle71{width:clamp(300px,60vw,700px);top:clamp(200px,40vw,300px)}@media(max-width:1800px){.training-header{margin-left:85px}.training-title{font-size:85px;margin-top:38px}.training-text{width:780px;font-size:28px}.training-description{margin-top:85px}.training-architecture-image{width:760px}.programs-title{font-size:85px;margin-left:285px;margin-bottom:240px}.training-cards{width:260px;height:360px;padding:30px}.rectangle61{width:680px;height:490px;top:1050px;left:-48px}.rectangle71{width:680px;height:470px;top:290px;right:-9px}}@media(max-width:1700px){.training-header{margin-left:80px}.training-title{font-size:80px;margin-top:36px}.training-text{width:760px;font-size:27px}.training-architecture-image{width:740px}.programs-title{font-size:80px;margin-left:270px;margin-bottom:230px}.training-cards{width:250px;height:350px;padding:28px}.rectangle61{width:660px;height:480px;top:1020px;left:-52px}.rectangle71{width:660px;height:460px;top:280px;right:-11px}}@media(max-width:1600px){.training-header{margin-left:75px}.training-title{font-size:75px;margin-top:34px}.training-text{width:740px;font-size:26px}.training-architecture-image{width:720px}.programs-title{font-size:75px;margin-left:255px;margin-bottom:220px}.training-cards{width:240px;height:340px;padding:26px}.rectangle61{width:640px;height:470px;top:990px;left:-56px}.rectangle71{width:640px;height:450px;top:270px;right:-13px}}@media(max-width:1500px){.training-header{margin-left:70px}.training-title{font-size:70px;margin-top:32px}.training-text{width:720px;font-size:25px}.training-architecture-image{width:700px}.programs-title{font-size:70px;margin-left:240px;margin-bottom:210px}.training-cards{width:230px;height:330px;padding:24px}.rectangle61{width:620px;height:460px;top:960px;left:-60px}.rectangle71{width:620px;height:440px;top:260px;right:-15px}}@media(max-width:1400px){.training-header{margin-left:65px}.training-title{font-size:65px;margin-top:30px}.training-text{width:700px;font-size:24px}.training-architecture-image{width:680px}.programs-title{font-size:65px;margin-left:225px;margin-bottom:200px}.training-cards{width:220px;height:320px;padding:22px}.rectangle61{width:600px;height:450px;top:930px;left:-64px}.rectangle71{width:600px;height:430px;top:250px;right:-17px}}@media(max-width:1300px){.training-header{margin-left:60px}.training-title{font-size:60px;margin-top:28px}.training-text{width:680px;font-size:23px}.training-architecture-image{width:660px}.programs-title{font-size:60px;margin-left:210px;margin-bottom:190px}.training-cards{width:210px;height:310px;padding:20px}.rectangle61{width:580px;height:440px;top:900px;left:-68px}.rectangle71{width:580px;height:420px;top:240px;right:-19px}}@media(max-width:1200px){.training-header{margin-left:55px}.training-title{font-size:55px;margin-top:26px}.training-text{width:660px;font-size:22px}.training-architecture-image{width:640px}.programs-title{font-size:55px;margin-left:195px;margin-bottom:180px}.training-cards{width:200px;height:300px;padding:18px}.rectangle61{width:560px;height:430px;top:870px;left:-72px}.rectangle71{width:560px;height:410px;top:230px;right:-21px}}@media(max-width:1100px){.training-header{margin-left:50px}.training-title{font-size:50px;margin-top:24px}.training-text{width:640px;font-size:21px}.training-architecture-image{width:620px}.programs-title{font-size:50px;margin-left:180px;margin-bottom:170px}.training-cards{width:190px;height:290px;padding:16px}.rectangle61{width:540px;height:420px;top:840px;left:-76px}.rectangle71{width:540px;height:400px;top:220px;right:-23px}}@media(max-width:1000px){.training-header{margin-left:45px}.training-title{font-size:48px;margin-top:22px}.training-text{width:620px;font-size:20px}.training-architecture-image{width:600px}.programs-title{font-size:48px;margin-left:165px;margin-bottom:160px}.training-cards{width:180px;height:280px;padding:14px}.rectangle61{width:520px;height:410px;top:810px;left:-80px}.rectangle71{width:520px;height:390px;top:210px;right:-25px}}@media(max-width:900px){.training-header{margin-left:40px}.training-title{font-size:46px;margin-top:20px}.training-text{width:600px;font-size:19px}.training-architecture-image{width:580px}.programs-title{font-size:46px;margin-left:150px;margin-bottom:150px}.training-cards{width:170px;height:270px;padding:12px}.rectangle61{width:500px;height:400px;top:780px;left:-84px}.rectangle71{width:500px;height:380px;top:200px;right:-27px}}@media(max-width:800px){.training-header{margin-left:35px}.training-card p{font-size:10px;text-align:center}.training-card h3{font-size:15px;text-align:center}.training-title{font-size:clamp(36px,5.5vw,90px);margin-top:18px}.training-text{width:580px;font-size:18px}.training-architecture-image{width:560px}.programs-title{font-size:44px;margin-left:135px;margin-bottom:140px}.training-cards{width:160px;height:260px;padding:10px}.rectangle61{width:480px;height:390px;top:750px;left:-88px}.rectangle71{width:480px;height:370px;top:190px;right:-29px}}@media(max-width:700px){.training-header{margin-left:30px}.training-title{font-size:42px;margin-top:16px}.training-text{width:560px;font-size:17px}.training-architecture-image{width:540px}.programs-title{font-size:42px;margin-left:120px;margin-bottom:130px}.training-cards{width:150px;height:250px;padding:8px}.rectangle61{width:460px;height:380px;top:720px;left:-92px}.rectangle71{width:460px;height:360px;top:180px;right:-31px}}@media(max-width:600px){.training-header{margin-left:25px}.training-title{font-size:40px;margin-top:14px}.training-text{width:540px;font-size:16px}.training-architecture-image{width:520px}.programs-title{font-size:40px;margin-left:105px;margin-bottom:120px}.training-cards{width:140px;height:240px;padding:6px}.rectangle61{width:440px;height:370px;top:690px;left:-96px}.rectangle71{width:440px;height:350px;top:170px;right:-33px}}@media(max-width:500px){.training-header{margin-left:20px}.training-title{font-size:38px;margin-top:12px}.training-text{width:520px;font-size:15px}.training-architecture-image{width:500px}.programs-title{font-size:38px;margin-left:90px;margin-bottom:110px}.training-cards{width:130px;height:230px;padding:4px}.rectangle61{width:420px;height:360px;top:660px;left:-100px}.rectangle71{width:420px;height:340px;top:160px;right:-35px}}@media(max-width:450px){.training-header{margin-left:15px}.training-title{font-size:22px;margin-top:10px}.training-text{width:500px;font-size:14.5px}.training-card h3{font-size:10px}.training-architecture-image{width:400px}.training-card p{font-size:8px}.programs-title{font-size:36px;margin-left:75px;margin-top:20px;margin-bottom:100px}.training-cards{width:100px;height:180px;padding:2px}.rectangle61{width:400px;height:350px;top:630px;left:-104px}.rectangle71{width:400px;height:330px;top:150px;right:-37px}}@media(max-width:400px){.training-header{margin-left:10px}.training-title{font-size:34px;margin-top:8px}.training-text{width:480px;font-size:14px}.training-architecture-image{width:460px}.programs-title{font-size:34px;margin-left:60px;margin-bottom:90px}.training-cards{width:110px;height:210px}.rectangle61{width:380px;height:340px;top:600px;left:-108px}.rectangle71{width:380px;height:320px;top:140px;right:-39px}}@media(max-width:350px){.training-header{margin-left:5px}.training-title{font-size:32px;margin-top:6px}.training-text{width:460px;font-size:13.5px}.training-architecture-image{width:440px}.programs-title{font-size:32px;margin-left:45px;margin-bottom:80px}.training-cards{width:100px;height:200px}.rectangle61{width:360px;height:330px;top:570px;left:-112px}.rectangle71{width:360px;height:310px;top:130px;right:-41px}}@media(min-width:1900px){.training-header{margin-left:110px}.training-title{font-size:100px;margin-top:45px}.training-text{width:900px;font-size:32px}.training-architecture-image{width:850px}.programs-title{font-size:100px;margin-left:320px;margin-bottom:280px}.training-cards{width:300px;height:400px;padding:36px}.rectangle61{width:750px;height:540px;top:1150px;left:-45px}.rectangle71{width:750px;height:520px;top:320px;right:-8px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0) rotate(var(--rotation, 15deg))}50%{transform:translateY(-10px) rotate(var(--rotation, 15deg))}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes gradientBorder{0%{border-color:#fe020c;box-shadow:0 0 20px #fe020c4d}50%{border-color:#5c1010;box-shadow:0 0 30px #5c101080}to{border-color:#fe020c;box-shadow:0 0 20px #fe020c4d}}@keyframes parallaxMove{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes textGlow{0%,to{text-shadow:0 0 10px rgba(255,255,255,.3)}50%{text-shadow:0 0 20px rgba(255,255,255,.6),0 0 30px rgba(254,2,12,.4)}}.animate-on-view{opacity:0;animation-fill-mode:forwards}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.animate-slide-left{animation:slideInLeft .8s ease-out forwards}.animate-slide-right{animation:slideInRight .8s ease-out forwards}.animate-scale-in{animation:scaleIn .8s ease-out forwards}.animate-delay-200{animation-delay:.2s}.animate-delay-400{animation-delay:.4s}.animate-delay-600{animation-delay:.6s}.animate-delay-800{animation-delay:.8s}.training-cards{animation:float 3s ease-in-out infinite;--rotation: 15deg}.training-cards.rotate-right{--rotation: -15deg}.training-cards:hover{animation:float 1.5s ease-in-out infinite,gradientBorder 2s infinite;transform:rotate(0)!important;transition:transform .3s ease,box-shadow .3s ease;border:1px solid transparent;background:linear-gradient(135deg,#fe020c,#5c1010) border-box}.training-card:hover h3{animation:textGlow 2s infinite;background:linear-gradient(90deg,#fff,#fe020c,#fff);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 2s linear infinite}.training-card:hover p{transform:translateY(-5px);transition:transform .3s ease}.rectangle61,.rectangle71{transition:transform .1s ease-out}.arrow-icon{animation:bounceRight 2s infinite}@keyframes bounceRight{0%,to{transform:translate(0)}50%{transform:translate(10px)}}.training-title{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.training-title.animated{opacity:1;transform:translateY(0)}.training-description{opacity:0;transform:translateY(30px);transition:opacity .8s ease .3s,transform .8s ease .3s}.training-description.animated{opacity:1;transform:translateY(0)}.programs-title{opacity:0;transform:translate(-20px);transition:opacity .8s ease .6s,transform .8s ease .6s}.programs-title.animated{opacity:1;transform:translate(0)}.training-cards{opacity:0;transform:translateY(50px) rotate(var(--rotation));transition:opacity .8s ease,transform .8s ease}.training-cards.animated{opacity:1;transform:translateY(0) rotate(var(--rotation))}.training-cards:nth-child(1){transition-delay:.8s}.training-cards:nth-child(2){transition-delay:1s}.training-cards:nth-child(3){transition-delay:1.2s}.training-cards:nth-child(4){transition-delay:1.4s}.training-card:before{animation:slideBackground 20s linear infinite}@keyframes slideBackground{0%{transform:translate(-100%)}to{transform:translate(100%)}}.experience-section{position:relative;width:100%;font-family:Space Grotesk,sans-serif;overflow:hidden;padding:clamp(40px,8vw,60px) 5%;box-sizing:border-box}.top-corner-image{position:absolute;top:clamp(10px,3vw,20px);right:clamp(10px,3vw,20px);max-width:clamp(120px,25vw,25%);z-index:0;pointer-events:none;opacity:.6}.bottom-corner-image{position:absolute;bottom:clamp(10px,3vw,20px);left:clamp(10px,3vw,20px);max-width:clamp(120px,25vw,25%);z-index:0;pointer-events:none;opacity:.6}.training-header{display:flex;align-items:center;gap:clamp(12px,3vw,20px);flex-wrap:wrap;z-index:5;position:relative;color:#000}.arrow-icon{height:auto}.consistency-section{margin-top:clamp(100px,20vw,160px)}.line{width:100vw;height:2px;background:#0e0c0c;opacity:.3;margin:clamp(50px,10vw,90px) 0;position:relative;left:50%;transform:translate(-50%)}.consistency-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:clamp(20px,6vw,40px);position:relative;z-index:2}.layout-reverse{flex-direction:row-reverse}.text-area{flex:1 1 400px;max-width:600px}.headline{font-size:clamp(28px,5vw,60px);margin-bottom:20px;line-height:1.1}.description{font-size:clamp(15px,2.5vw,24px);line-height:1.6;white-space:pre-line}.body-image-container{position:relative;height:0;margin:clamp(40px,8vw,60px) 0}.body-image-container img{position:absolute;right:0;border-radius:20px;object-fit:cover;z-index:3;transition:transform .3s ease}.body-image-container img:nth-of-type(1){top:0}.body-image-container img:nth-of-type(2){top:clamp(40px,20w,200px)}.body-image-container img:nth-of-type(3){top:clamp(280px,40vw,400px)}@media(max-width:1024px){.consistency-content{flex-direction:column}.top-corner-image,.bottom-corner-image{width:clamp(100px,20vw,150px);opacity:.6}.body-image-container{height:auto}.body-image-container img{position:relative;top:auto;right:auto;width:clamp(240px,60vw,300px);margin:20px auto}}@media(max-width:768px){.headline{font-size:clamp(26px,6vw,46px)}.description{font-size:clamp(14px,3.5vw,20px)}.top-corner-image,.bottom-corner-image{width:clamp(90px,22vw,120px);opacity:.5}.body-image-container img{width:90%}}.body-image-container{position:relative;width:100%;margin:clamp(40px,8vw,60px) 0;display:flex;flex-direction:column;align-items:center;gap:clamp(40px,8vw,60px)}.body-image-container img{width:clamp(220px,35%,400px);border-radius:20px;display:block;object-fit:cover;z-index:3;transition:transform .3s ease}.body-image-container img:hover{transform:scale(1.03)}@media(max-width:1024px){.body-image-container img{display:none;width:clamp(200px,50%,300px)}}@media(max-width:768px){.body-image-container img{display:none}.text-area{flex:1 1 40px;max-width:600px}}.schedule-section{position:relative;width:100%;background:#5c1010;color:#fff;font-family:Space Grotesk,sans-serif;padding:clamp(60px,10vw,100px) 5%;box-sizing:border-box;overflow:hidden}.schedule-title{font-size:clamp(28px,5vw,50px);text-align:center;margin-bottom:clamp(40px,8vw,80px);letter-spacing:1px;animation:fadeInDown 1s ease forwards;opacity:0}.schedule-container{display:flex;justify-content:center;align-items:flex-start;position:relative;gap:clamp(20px,5vw,40px);min-height:400px}.left-rectangle,.right-rectangle{width:clamp(180px,40vw,40%);position:absolute;border-radius:20px;z-index:1;top:50%;transform:translateY(-50%);transition:transform .6s ease,opacity .6s ease;object-fit:cover}.left-rectangle{left:-30%;animation:floatLeft 5s ease-in-out infinite}.right-rectangle{right:-10%;animation:floatRight 5s ease-in-out infinite}.schedule-content{flex:1 1 400px;display:flex;flex-direction:column;gap:clamp(20px,4vw,30px);z-index:2;align-items:center;justify-content:center;position:relative;max-width:900px}.schedule-row{display:flex;justify-content:space-between;align-items:center;padding:clamp(16px,3vw,25px) clamp(20px,4vw,40px);width:min(900px,100%);border-radius:20px;font-size:clamp(18px,3vw,30px);-webkit-backdrop-filter:blur(800px);backdrop-filter:blur(800px);transform:translateY(50px);opacity:0;animation:fadeInUp .8s ease forwards}.schedule-row:nth-child(1){animation-delay:.2s}.schedule-row:nth-child(2){animation-delay:.4s}.schedule-row:nth-child(3){animation-delay:.6s}.day{flex:1;text-align:left;font-weight:500}.time{flex:1;text-align:right;font-weight:400}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes floatLeft{0%,to{transform:translateY(-50%) translate(0)}50%{transform:translateY(-55%) translate(-10px)}}@keyframes floatRight{0%,to{transform:translateY(-50%) translate(0)}50%{transform:translateY(-45%) translate(10px)}}@media(max-width:1024px){.schedule-container{align-items:center;min-height:500px}.left-rectangle,.right-rectangle{width:clamp(120px,30vw,200px);top:auto;transform:translateY(0);opacity:.7}.left-rectangle{left:5%;top:10%;animation:floatLeftMobile 5s ease-in-out infinite}.right-rectangle{right:5%;bottom:10%;animation:floatRightMobile 5s ease-in-out infinite}.schedule-row{text-align:start;gap:clamp(8px,2vw,15px)}.day,.time{width:100%}@keyframes floatLeftMobile{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes floatRightMobile{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}}@media(max-width:768px){.schedule-title{font-size:clamp(24px,6vw,36px);margin-bottom:clamp(30px,6vw,50px)}.schedule-container{min-height:450px}.left-rectangle,.right-rectangle{width:clamp(100px,25vw,160px);opacity:.6}.schedule-row{font-size:clamp(16px,4vw,24px);width:95%;padding:clamp(12px,3vw,18px)}}@media(max-width:480px){.schedule-title{font-size:clamp(22px,7vw,32px)}.schedule-container{min-height:400px}.left-rectangle,.right-rectangle{width:clamp(80px,22vw,120px);opacity:.5}.left-rectangle{left:2%;top:5%}.right-rectangle{right:2%;bottom:5%}.schedule-row{border-radius:16px;gap:8px;padding:clamp(10px,3vw,16px)}.day,.time{font-size:clamp(14px,4vw,20px)}}@media(max-width:320px){.schedule-section{padding:clamp(40px,8vw,60px) 3%}.schedule-row{width:100%}}@keyframes floatLeft{0%,to{transform:translateY(-50%) translate(0) rotate(-2deg)}50%{transform:translateY(-55%) translate(-15px) rotate(2deg)}}@keyframes floatRight{0%,to{transform:translateY(-50%) translate(0) rotate(2deg)}50%{transform:translateY(-45%) translate(15px) rotate(-2deg)}}.schedule-row .day,.schedule-row .time{transition:all .3s ease;position:relative}.schedule-row:hover .day{transform:translate(5px);color:#fcc}.schedule-row:hover .time{transform:translate(-5px);color:#fcc}.schedule-row .day:after,.schedule-row .time:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#fe020c,#fcc);transition:width .3s ease}.schedule-row:hover .day:after,.schedule-row:hover .time:after{width:100%}.schedule-title{background:linear-gradient(90deg,#fff,#fcc,#fff);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:textShine 3s ease-in-out infinite}@keyframes textShine{0%{background-position:0% 50%}to{background-position:200% 50%}}.left-rectangle,.right-rectangle{transition:all .4s ease;cursor:pointer}.left-rectangle:hover{transform:translateY(-50%) scale(1.05) rotate(-5deg)!important;filter:brightness(1.2) drop-shadow(0 10px 20px rgba(254,2,12,.4))}.right-rectangle:hover{transform:translateY(-50%) scale(1.05) rotate(5deg)!important;filter:brightness(1.2) drop-shadow(0 10px 20px rgba(254,2,12,.4))}@media(max-width:1024px){@keyframes floatLeft{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-15px) rotate(2deg)}}@keyframes floatRight{0%,to{transform:translateY(0) rotate(2deg)}50%{transform:translateY(15px) rotate(-2deg)}}@keyframes slideInRow{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.schedule-row{transform:translateY(20px)}.row-visible{animation:slideInRow .8s cubic-bezier(.34,1.56,.64,1) forwards!important}}@media(max-width:768px){.schedule-title{font-size:clamp(24px,6vw,36px)}.title-visible,.image-visible.left-rectangle,.image-visible.right-rectangle{animation-duration:.8s!important}}@media(max-width:480px){.schedule-title{font-size:clamp(22px,7vw,32px)}@keyframes slideInTitle{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.schedule-row:hover{transform:translateY(-3px) scale(1.01)!important}}.schedule-section *{will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.schedule-section *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.schedule-title,.left-rectangle,.right-rectangle,.schedule-row{opacity:1!important;transform:none!important;animation:none!important}}.footer-container{position:relative;width:100%;overflow:hidden;display:flex;flex-direction:column}.footer-content{position:relative;z-index:2;padding:clamp(40px,8vw,80px) clamp(20px,5vw,40px) clamp(60px,10vw,120px);text-align:center;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.headline-container{margin-bottom:clamp(24px,5vw,60px);width:100%}.headline-container h1{font-size:clamp(32px,7vw,90px);margin:0 auto;background-image:url(/assets/about-CuBLhNB-.png);-webkit-background-clip:text;background-clip:text;color:transparent;background-position:center;background-size:cover;font-weight:800;line-height:1.1;letter-spacing:-.5px;max-width:1200px;padding:0 clamp(10px,3vw,30px)}.button-container{margin-bottom:clamp(30px,8vw,80px)}.call-button{width:clamp(200px,45vw,300px);height:clamp(56px,12vw,80px);font-size:clamp(20px,4.5vw,36px);background-color:red;color:#fff;border:none;border-radius:50px;cursor:pointer;font-weight:700;transition:all .3s ease;position:relative;overflow:hidden;padding:0 clamp(20px,4vw,40px)}.call-button:hover{background-color:#c00;transform:scale(1.05);box-shadow:0 10px 25px #cc00004d}.images-container{position:relative;display:flex;justify-content:center;align-items:center;min-height:clamp(180px,35vw,400px);width:100%;margin-top:auto}.footer-main-image{position:absolute;z-index:3;pointer-events:none;margin-top:150px;width:clamp(280px,60vw,800px);height:auto;max-width:100%}.text-image{position:absolute;z-index:-4;top:50%;left:50%;transform:translate(-50%,-50%);width:clamp(240px,55vw,900px);height:auto;pointer-events:none;max-width:100%}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:clamp(16px,4vw,24px) clamp(24px,6vw,48px);color:#fff;flex-wrap:wrap;gap:clamp(8px,2vw,16px);width:100%;box-sizing:border-box;z-index:100}.copyright,.phone-number{font-size:clamp(14px,3vw,18px);margin:0;line-height:1.4}.phone-number{text-decoration:underline;font-weight:700;transition:opacity .3s ease}.phone-number:hover{opacity:.8}@media(max-width:1024px){.headline-container h1{font-size:clamp(40px,6vw,70px);line-height:1.2}.call-button{width:clamp(220px,50vw,280px);height:clamp(60px,10vw,70px)}.images-container{min-height:clamp(200px,30vw,350px)}}@media(max-width:768px){.footer-content{padding:clamp(30px,6vw,60px) clamp(16px,4vw,30px) clamp(40px,8vw,80px)}.headline-container h1{font-size:clamp(36px,8vw,56px);line-height:1.3}.headline-container{margin-bottom:clamp(20px,4vw,40px)}.button-container{margin-bottom:clamp(25px,6vw,50px)}.call-button{font-size:clamp(18px,4vw,28px)}.footer-bottom{padding:clamp(14px,3vw,20px) clamp(20px,4vw,32px)}}@media(max-width:480px){.footer-container{min-height:auto}.footer-content{padding:clamp(25px,5vw,40px) clamp(12px,3vw,20px) clamp(30px,6vw,50px)}.headline-container h1{font-size:clamp(28px,9vw,42px);line-height:1.4}.footer-bottom{flex-direction:column;text-align:center;gap:clamp(6px,1.5vw,10px);padding:clamp(12px,3vw,18px) clamp(16px,3vw,24px)}.copyright,.phone-number{font-size:clamp(12px,3.5vw,16px)}.images-container{min-height:clamp(150px,40vw,280px)}.footer-main-image{width:clamp(220px,70vw,320px)}.text-image{width:clamp(180px,65vw,300px)}}@media(max-width:320px){.headline-container h1{font-size:clamp(24px,10vw,32px)}.call-button{width:90%;max-width:260px}.footer-content{padding:20px 12px 40px}}@media(hover:none)and (pointer:coarse){.call-button:hover{transform:none;box-shadow:none}.call-button:active{transform:scale(.98);background-color:#c00}.phone-number:active{opacity:.6}}.call-button{position:relative;overflow:hidden;z-index:1}.call-button:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;transition:left .6s ease;z-index:-1}.call-button:hover:after{left:100%}.headline-container h1{background-size:200% auto;animation:textGradientShift 3s linear infinite}@keyframes textGradientShift{0%{background-position:0% 50%}to{background-position:200% 50%}}.footer-main-image{transition:all .4s ease;cursor:pointer}.footer-main-image:hover{filter:brightness(1.2) drop-shadow(0 15px 30px rgba(255,0,0,.4))}.text-image{transition:all .4s ease;cursor:pointer}.text-image:hover{filter:brightness(1.1) drop-shadow(0 10px 20px rgba(255,255,255,.3))}.footer-bottom{transition:all .3s ease}.phone-number{position:relative;transition:all .3s ease}.phone-number:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.phone-number:hover:after{width:100%}.copyright{animation:fadeIn 1s ease-in-out infinite alternate}@keyframes fadeIn{0%{opacity:.7}to{opacity:1}}@media(max-width:768px){@keyframes slideInUpHeadline{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes floatInMainImage{0%{opacity:0;transform:translateY(60px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}.animate-headline{animation-duration:.8s!important}.animate-button{animation-duration:.7s!important}.animate-main-image{animation-duration:1s!important}.animate-text-image{animation-duration:.8s!important}}@media(max-width:480px){.call-button:hover{animation:continuousPulse 3s ease-in-out infinite!important}.footer-main-image:hover{animation:floatMainImage 4s ease-in-out infinite!important}}.footer-container *{will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.footer-container *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.headline-container h1,.call-button,.footer-main-image,.text-image,.footer-bottom{opacity:1!important;transform:none!important;animation:none!important}}
