@import url(https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap);body{font-family:Lexend,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;color:#fff;font-family:Lexend,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;overflow-x:hidden}.App{animation:gradientShift 15s ease infinite;background:linear-gradient(-45deg,#000,#1a0033,#001a33,#000,#203);background-size:400% 400%;min-height:100vh;overflow:hidden;position:relative}.App:before{animation:pulseGlow 8s ease-in-out infinite;background:radial-gradient(circle at 20% 80%,#5050dc14 0,#0000 50%),radial-gradient(circle at 80% 20%,#c850c812 0,#0000 50%),radial-gradient(circle at 40% 40%,#823cc80d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes pulseGlow{0%,to{opacity:.3}50%{opacity:.8}}.header{border:1px solid #0000;border-radius:20px;left:50%;max-width:95vw;padding:8px 2.5vw;position:fixed;top:20px;transform:translateX(-50%);transition:all .3s ease;width:95vw;z-index:10001}.header.scrolled{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#00000080;border-color:#ffffff14;box-shadow:0 4px 30px #0003;padding:12px 2.5vw}.header-container{gap:32px;justify-content:space-between;margin:0;max-width:none;padding:0;width:100%}.header-container,.logo a{align-items:center;display:flex}.logo a{color:#fff;font-family:Lexend,sans-serif;font-size:20px;font-weight:700;gap:12px;letter-spacing:-.5px;text-decoration:none;transition:all .2s ease}.logo a:hover{opacity:.8}.logo-img{height:32px;object-fit:contain;width:32px}.navigation ul{display:flex;gap:28px;list-style:none;margin:0;padding:0}.navigation a{border-radius:12px;color:#fffc;font-family:Lexend,sans-serif;font-size:14px;font-weight:500;padding:8px 16px;position:relative;text-decoration:none;transition:all .3s ease}.navigation a:hover{background:#ffffff1a;color:#fff}.header-cta a,.header-cta a:active,.header-cta a:hover,.header-cta a:link,.header-cta a:visited,.try-now-btn{text-decoration:none!important}.try-now-btn{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:16px;color:#fff;cursor:pointer;display:flex;font-family:Lexend,sans-serif;font-size:14px;font-weight:600;gap:6px;padding:8px 16px;transition:all .3s cubic-bezier(.25,.46,.45,.94);white-space:nowrap}.try-now-btn span,.try-now-btn:hover{text-decoration:none!important}.try-now-btn:hover{background:#ffffff40;border-color:#ffffff4d;transform:translateY(-1px)}.try-now-btn:active{transform:translateY(0)}.try-now-btn:active,.try-now-btn:link,.try-now-btn:visited{text-decoration:none!important}.arrow{font-size:14px;transition:transform .3s ease}.try-now-btn:hover .arrow{transform:translateX(2px)}.header-right{align-items:center;display:flex;gap:16px}.mobile-menu-backdrop{animation:fadeIn .3s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#000000b3;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9990}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu-toggle{align-items:center;background:#ffffff1a;border:1px solid #ffffff26;border-radius:12px;cursor:pointer;display:none;flex-direction:column;gap:5px;height:40px;justify-content:center;padding:0;position:relative;transition:all .3s ease;width:40px;z-index:10002}.mobile-menu-toggle:hover{background:#ffffff26;border-color:#ffffff40}.mobile-menu-toggle span{background:#fff;border-radius:2px;display:block;height:2px;transition:all .3s ease;width:20px}.mobile-menu-toggle.open{background:#ffffff26}.mobile-menu-toggle.open span:first-child{transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle.open span:nth-child(2){opacity:0}.mobile-menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:768px){.header{padding:6px 4vw;top:16px;width:95vw}.header-container{gap:20px}.mobile-menu-toggle{display:flex}.navigation{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#000000fa;border-left:1px solid #ffffff1a;box-shadow:-10px 0 40px #00000080;height:100vh;max-width:320px;padding:100px 40px 40px;position:fixed;right:-100%;top:0;transition:right .4s cubic-bezier(.25,.46,.45,.94);width:80%;z-index:10000}.navigation.mobile-menu-open{right:0}.navigation ul{flex-direction:column;gap:0;width:100%}.navigation ul li{border-bottom:1px solid #ffffff0d;width:100%}.navigation a{border-radius:0;display:block;font-size:18px;font-weight:500;padding:20px 0;text-align:left;width:100%}.navigation a:hover{background:#0000;color:#fff;padding-left:10px}.logo a{font-size:18px}.logo-img{height:28px;width:28px}.try-now-btn{font-size:13px;padding:8px 14px}}@media (max-width:480px){.header{padding:4px 4vw;top:12px;width:95vw}.header-container{gap:12px}.try-now-btn{font-size:12px;padding:6px 12px}.try-now-btn span:first-child{display:none}.try-now-btn .arrow{margin:0}.navigation{max-width:280px;padding:80px 30px 30px;width:85%}.navigation a{font-size:16px;padding:16px 0}}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative;width:100%}.hero:before{background:linear-gradient(90deg,#0000,#c8c8c84d 20%,#dcdcdc80 50%,#c8c8c84d 80%,#0000);bottom:0;content:"";height:1px;left:0;position:absolute;right:0;z-index:4}.hero-video{animation:videoFadeIn 2s ease-in-out;height:100%;object-fit:fill;width:100%;z-index:1}.hero-video,.hero:after{left:0;position:absolute;top:0}.hero:after{background:linear-gradient(135deg,#0a0a0ab3,#1a1a1a80 50%,#0a0a0ab3),radial-gradient(circle at 30% 50%,#6464ff0a 0,#0000 50%),radial-gradient(circle at 70% 50%,#9664ff08 0,#0000 50%);bottom:0;content:"";pointer-events:none;right:0;z-index:2}.hero-container{align-items:flex-end;display:flex;gap:80px;justify-content:flex-start;margin:0 auto;max-width:95vw;min-height:100vh;padding:0 2.5vw;position:relative;width:100%;z-index:3}.hero-left{flex:1 1;max-width:600px;padding-bottom:100px}.hero-title{color:#fff;font-family:"Instrument Serif",Playfair Display,serif;font-size:clamp(48px,5vw,72px);font-weight:600;letter-spacing:-2px;line-height:1.1;margin:0 0 32px}.hero-title-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e8e8e8,#a8a8a8);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#ffffffa6;font-family:Lexend,sans-serif;font-size:17px;font-weight:400;letter-spacing:-.2px;line-height:1.6;margin:0}@media (max-width:1024px){.hero-container{flex-direction:column;gap:60px;justify-content:flex-start;padding:0 40px;position:relative}.hero-left{bottom:80px;left:40px;max-width:100%;position:absolute;right:40px}}@media (max-height:800px){.hero-left{padding-bottom:0}.hero-title{font-size:clamp(42px,4.5vw,64px);margin-bottom:24px}.hero-subtitle{font-size:16px;line-height:1.5}}@media (max-height:700px){.hero-left{padding-bottom:0}.hero-title{font-size:clamp(38px,4vw,56px);margin-bottom:20px}.hero-subtitle{font-size:15px}}@media (max-height:600px){.hero-left{padding-bottom:0}.hero-title{font-size:clamp(34px,3.5vw,48px);margin-bottom:16px}.hero-subtitle{font-size:14px}}@media (max-height:500px){.hero-left{bottom:60px}.hero-title{font-size:clamp(30px,3vw,40px);margin-bottom:12px}.hero-subtitle{font-size:13px;line-height:1.4}}.om-os-section{background:#0a0a0a;overflow:hidden;padding:120px 0;position:relative;z-index:2}.om-os-container{margin:0 auto;max-width:95vw;padding:0 2.5vw;position:relative}.om-os-header{margin-bottom:32px;max-width:800px}.om-os-label{background:#a0a0ff1a;border:1px solid #a0a0ff33;border-radius:20px;color:#a0a0ff;display:inline-block;font-family:Lexend,sans-serif;font-size:14px;font-weight:600;letter-spacing:2px;margin-bottom:16px;padding:6px 12px;text-transform:uppercase}.om-os-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;color:#fff;font-family:"Instrument Serif",Playfair Display,serif;font-size:clamp(40px,5vw,64px);font-weight:600;letter-spacing:-2px;line-height:1.1;margin-bottom:24px}.om-os-grid{grid-gap:80px;align-items:start;display:grid;gap:80px;grid-template-columns:1fr 1fr}.om-os-text-col{padding-right:20px}.om-os-description{color:#ffffffbf;font-family:Lexend,sans-serif;font-size:18px;line-height:1.7;margin-bottom:32px}.om-os-features{list-style:none;margin:0 0 40px;padding:0}.om-os-features li{color:#fff;font-family:Lexend,sans-serif;font-size:16px;gap:16px;margin-bottom:16px}.check-icon,.om-os-features li{align-items:center;display:flex}.check-icon{background:#a0a0ff33;border-radius:50%;color:#a0a0ff;font-size:12px;font-weight:700;height:24px;justify-content:center;width:24px}.om-os-btn{align-items:center;background:#fff;border-radius:100px;color:#000;display:inline-flex;font-family:Lexend,sans-serif;font-size:16px;font-weight:500;gap:12px;padding:16px 32px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.om-os-btn:hover{box-shadow:0 8px 20px #ffffff26;transform:translateY(-2px)}.om-os-visual-col{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr;position:relative}.om-os-blob{display:none}.glass-effect{-webkit-backdrop-filter:blur(40px) saturate(150%);backdrop-filter:blur(40px) saturate(150%);background:linear-gradient(135deg,#ffffff0d,#ffffff03);border:1px solid #ffffff1a;border-radius:24px;box-shadow:inset 0 1px 1px #ffffff4d,inset 0 -1px 1px #0003,0 8px 16px #0000004d,0 16px 32px #0003;padding:40px}.card-icon{color:#a0a0ff;display:inline-flex;font-size:40px;margin-bottom:20px}.card-icon svg{height:40px;width:40px}.glass-effect h3{color:#fff;font-family:Lexend,sans-serif;font-size:24px;margin-bottom:12px}.glass-effect p{color:#fff9;font-family:Lexend,sans-serif;font-size:16px;line-height:1.6}@media (max-width:968px){.om-os-grid{gap:40px;grid-template-columns:1fr}.om-os-text-col{padding-right:0}}.hvordan-section{background:#0a0a0a;overflow:hidden;padding:160px 0;position:relative;z-index:2}.hvordan-container{margin:0 auto;max-width:95vw;padding:0 2.5vw;position:relative}.hvordan-blob{display:none}.hvordan-header{margin-bottom:100px;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.hvordan-label{background:#a0a0ff1a;border:1px solid #a0a0ff33;border-radius:20px;color:#a0a0ff;display:inline-block;font-family:Lexend,sans-serif;font-size:14px;font-weight:600;letter-spacing:2px;margin-bottom:20px;padding:6px 12px;text-transform:uppercase}.hvordan-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;color:#fff;font-family:"Instrument Serif",Playfair Display,serif;font-size:clamp(40px,5vw,64px);font-weight:600;letter-spacing:-2px;line-height:1.1;margin-bottom:24px}.hvordan-subtitle{color:#fff9;font-family:Lexend,sans-serif;font-size:19px;font-weight:400;line-height:1.6;margin:0 auto;max-width:650px}.hvordan-steps{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1400px}.step-card{-webkit-backdrop-filter:blur(40px) saturate(150%);backdrop-filter:blur(40px) saturate(150%);background:linear-gradient(135deg,#ffffff0d,#ffffff03);border:1px solid #ffffff1a;border-radius:20px;box-shadow:inset 0 1px 1px #ffffff4d,inset 0 -1px 1px #0003,0 8px 16px #0000004d,0 16px 32px #0003;overflow:visible;padding:44px;position:relative}.step-number{color:#a0a0ffb3;display:block;font-family:Lexend,sans-serif;font-size:14px;font-weight:600;letter-spacing:.5px;line-height:1;margin-bottom:24px}.step-content{display:flex;flex-direction:column;gap:12px}.step-title{color:#fff;font-family:Lexend,sans-serif;font-size:22px;font-weight:600;letter-spacing:-.3px;line-height:1.3;margin-bottom:8px}.step-description{color:#ffffff8c;font-family:Lexend,sans-serif;font-size:16px;font-weight:400;line-height:1.65}@media (max-width:1200px){.hvordan-steps{gap:24px;grid-template-columns:repeat(2,1fr)}}@media (max-width:968px){.hvordan-section{padding:100px 0}.hvordan-steps{gap:24px;grid-template-columns:1fr}.step-card{padding:36px}.step-title{font-size:20px}.step-description{font-size:15px}}.kontakt-section{background:#0a0a0a;overflow:hidden;padding:120px 0;position:relative;z-index:2}.kontakt-container{margin:0 auto;max-width:95vw;padding:0 2.5vw;position:relative}.kontakt-header{margin-bottom:80px;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.kontakt-label{background:#a0a0ff1a;border:1px solid #a0a0ff33;border-radius:20px;color:#a0a0ff;display:inline-block;font-family:Lexend,sans-serif;font-size:14px;font-weight:600;letter-spacing:2px;margin-bottom:16px;padding:6px 12px;text-transform:uppercase}.kontakt-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;color:#fff;font-family:"Instrument Serif",Playfair Display,serif;font-size:clamp(40px,5vw,64px);font-weight:600;letter-spacing:-2px;line-height:1.1;margin-bottom:24px}.kontakt-subtitle{color:#ffffffbf;font-family:Lexend,sans-serif;font-size:18px;line-height:1.7}.kontakt-grid{grid-gap:80px;align-items:start;display:grid;gap:80px;grid-template-columns:380px 1fr;margin:0 auto;max-width:1400px}.kontakt-info-col{gap:24px}.info-card,.kontakt-info-col{display:flex;flex-direction:column}.info-card{-webkit-backdrop-filter:blur(40px) saturate(150%);backdrop-filter:blur(40px) saturate(150%);background:linear-gradient(135deg,#ffffff0d,#ffffff03);border:1px solid #ffffff1a;border-radius:20px;box-shadow:inset 0 1px 1px #ffffff4d,inset 0 -1px 1px #0003,0 8px 16px #0000004d,0 16px 32px #0003;min-height:160px;padding:32px}.info-icon{align-items:center;background:#a0a0ff1a;border-radius:16px;color:#a0a0ff;display:inline-flex;flex-shrink:0;height:56px;justify-content:center;margin-bottom:20px;width:56px}.info-card h3{color:#fff;font-size:18px;font-weight:600;line-height:1.3;margin-bottom:6px}.info-card h3,.info-card p{font-family:Lexend,sans-serif}.info-card p{color:#fff9;font-size:15px;line-height:1.5;margin-top:auto}.kontakt-features{-webkit-backdrop-filter:blur(40px) saturate(150%);backdrop-filter:blur(40px) saturate(150%);background:linear-gradient(135deg,#ffffff0d,#ffffff03);border:1px solid #ffffff1a;border-radius:20px;box-shadow:inset 0 1px 1px #ffffff4d,inset 0 -1px 1px #0003,0 8px 16px #0000004d,0 16px 32px #0003;margin-top:10px;padding:30px}.kontakt-features h4{color:#fff;font-family:Lexend,sans-serif;font-size:18px;font-weight:600;margin-bottom:20px}.kontakt-features ul{list-style:none;margin:0;padding:0}.kontakt-features li{align-items:center;color:#fffc;display:flex;font-family:Lexend,sans-serif;font-size:15px;gap:12px;margin-bottom:14px}.kontakt-features .check-icon{align-items:center;background:#a0a0ff33;border-radius:50%;color:#a0a0ff;display:flex;flex-shrink:0;font-size:11px;font-weight:700;height:20px;justify-content:center;width:20px}.kontakt-form-col{display:flex}.kontakt-form{-webkit-backdrop-filter:blur(40px) saturate(150%);backdrop-filter:blur(40px) saturate(150%);background:linear-gradient(135deg,#ffffff0d,#ffffff03);border:1px solid #ffffff1a;border-radius:24px;box-shadow:inset 0 1px 1px #ffffff4d,inset 0 -1px 1px #0003,0 8px 16px #0000004d,0 16px 32px #0003;padding:50px;width:100%}.form-group{margin-bottom:28px}.form-group:last-of-type{margin-bottom:32px}.form-group label{color:#fff;display:block;font-family:Lexend,sans-serif;font-size:13px;font-weight:600;letter-spacing:.3px;margin-bottom:10px}.form-group input,.form-group textarea{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#fff;font-family:Lexend,sans-serif;font-size:15px;line-height:1.5;padding:16px 20px;transition:all .3s ease;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff4d}.form-group input:focus,.form-group textarea:focus{background:#ffffff14;border-color:#a0a0ff;box-shadow:40px;line-height:1.6;outline:none}.form-submit-btn{align-items:center;background:#fff;border:none;border-radius:100px;color:#000;cursor:pointer;display:inline-flex;font-family:Lexend,sans-serif;font-size:16px;font-weight:600;gap:12px;padding:18px 40px;transition:all .3s ease}.form-submit-btn:hover{box-shadow:0 8px 24px #fff3;transform:translateY(-2px)}.form-submit-btn:active{transform:translateY(0)}.form-submit-btn .arrow{font-size:18px;transition:transform .3s ease}.form-submit-btn:hover .arrow{transform:translateX(4px)}@media (max-width:1024px){.kontakt-grid{gap:40px;grid-template-columns:1fr}.kontakt-info-col{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.kontakt-features{grid-column:1/-1}}@media (max-width:768px){.kontakt-section{padding:80px 0}.kontakt-header{margin-bottom:50px}.kontakt-form{padding:30px 24px}.kontakt-info-col{grid-template-columns:1fr}.info-card{min-height:auto;padding:24px}.form-group input,.form-group textarea{font-size:16px;padding:14px 16px}.form-submit-btn{justify-content:center;padding:16px 32px;width:100%}}@media (max-width:480px){.kontakt-section{padding:60px 0}.kontakt-header{margin-bottom:40px}.kontakt-form{padding:24px 20px}.info-card{padding:20px}.info-icon{height:48px;margin-bottom:16px;width:48px}.kontakt-features{padding:24px}.form-group{margin-bottom:20px}.form-group label{font-size:12px;margin-bottom:8px}}.footer{background:linear-gradient(180deg,#0009,#000000f2);border-top:1px solid #ffffff14;margin-top:0;overflow:hidden;padding:80px 0 0;position:relative}.footer-gradient{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(90deg,#0000,#6496ff80 20%,#ff64c880 50%,#9664ff80 80%,#0000);height:1px;left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%,to{opacity:.3}50%{opacity:1}}.footer-container{margin:0 auto;max-width:1400px;padding:0 60px;position:relative;z-index:2}.footer-top{grid-gap:80px;border-bottom:1px solid #ffffff14;display:grid;gap:80px;grid-template-columns:1.5fr 2fr;padding-bottom:60px}.footer-brand{display:flex;flex-direction:column;gap:24px}.footer-logo{align-items:center;display:flex;gap:12px;margin-bottom:8px}.footer-logo-img{filter:drop-shadow(0 0 10px rgba(255,255,255,.2));height:40px;width:40px}.footer-logo-text{color:#fff;font-family:Lexend,sans-serif;font-size:28px;font-weight:600;letter-spacing:-.5px}.footer-description{color:#ffffffa6;font-family:Lexend,sans-serif;font-size:15px;font-weight:400;line-height:1.7;max-width:420px}.footer-social{display:flex;gap:16px;margin-top:8px}.footer-social a{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:50%;color:#ffffffb3;display:flex;height:40px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:40px}.footer-social a:hover{background:#ffffff1a;box-shadow:0 4px 12px #6496ff4d;color:#fff;transform:translateY(-2px)}.footer-social svg{height:18px;width:18px}.footer-links{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(4,1fr)}.footer-column h3{color:#fff;font-family:Lexend,sans-serif;font-size:14px;font-weight:600;letter-spacing:1px;margin-bottom:20px;text-transform:uppercase}.footer-column ul{display:flex;flex-direction:column;gap:12px;list-style:none}.footer-column ul li a{color:#fff9;display:inline-block;font-family:Lexend,sans-serif;font-size:15px;position:relative;text-decoration:none;transition:all .2s ease}.footer-column ul li a:after{background:linear-gradient(90deg,#6496ffcc,#ff64c8cc);bottom:-2px;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-column ul li a:hover{color:#fff;transform:translateX(4px)}.footer-column ul li a:hover:after{width:100%}.footer-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding:32px 0}.footer-bottom-left p{color:#ffffff80;font-family:Lexend,sans-serif;font-size:14px;font-weight:400;margin:0}.footer-credit{font-size:13px;margin-top:8px}.footer-credit a{color:#fff9;text-decoration:none;transition:color .2s ease}.footer-credit a:hover{color:#6496ffe6}.footer-bottom-right{align-items:center;display:flex;gap:16px}.footer-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:20px;color:#fff9;font-family:Lexend,sans-serif;font-size:13px;font-weight:500;padding:6px 14px}.footer-divider{color:#ffffff4d;font-size:14px}@media (max-width:1024px){.footer-container{padding:0 40px}.footer-top{gap:60px;grid-template-columns:1fr}.footer-links{gap:40px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer{margin-top:80px;padding:60px 0 0}.footer-container{padding:0 24px}.footer-top{gap:50px}.footer-links{gap:36px;grid-template-columns:1fr}.footer-bottom{align-items:flex-start;flex-direction:column;padding:24px 0}.footer-bottom-right{flex-wrap:wrap}.footer-logo-text{font-size:24px}.footer-description{font-size:14px}}@media (max-width:480px){.footer{margin-top:60px;padding:40px 0 0}.footer-container{padding:0 20px}.footer-logo-img{height:32px;width:32px}.footer-logo-text{font-size:22px}.footer-social{gap:12px}.footer-social a{height:36px;width:36px}.footer-social svg{height:16px;width:16px}.footer-badge{font-size:12px;padding:5px 12px}.footer-bottom-right{gap:12px}}.platform-page{margin:0;padding:0}.platform-hero,.platform-page{min-height:100vh;position:relative;width:100%}.platform-hero{align-items:center;display:flex;justify-content:center;overflow:hidden}.platform-hero:before{background:linear-gradient(90deg,#0000,#c8c8c84d 20%,#dcdcdc80 50%,#c8c8c84d 80%,#0000);bottom:0;content:"";height:1px;left:0;position:absolute;right:0;z-index:4}.platform-hero-video{animation:videoFadeIn 2s ease-in-out;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:1}.platform-hero:after{background:linear-gradient(135deg,#0a0a0a80,#1a1a1a66 50%,#0a0a0a80),radial-gradient(circle at 30% 50%,#6464ff0a 0,#0000 50%),radial-gradient(circle at 70% 50%,#9664ff08 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:2}.platform-hero-container{align-items:flex-end;display:flex;gap:80px;justify-content:flex-start;margin:0 auto;max-width:95vw;min-height:100vh;padding:0 2.5vw;position:relative;width:100%;z-index:3}.platform-hero-left{flex:1 1;max-width:600px;padding-bottom:100px}.platform-hero-title{color:#fff;font-family:"Instrument Serif",Playfair Display,serif;font-size:clamp(48px,5vw,72px);font-weight:600;letter-spacing:-2px;line-height:1.1;margin:0 0 32px}.platform-title-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e8e8e8,#a8a8a8);-webkit-background-clip:text;background-clip:text}.platform-hero-subtitle{color:#ffffffa6;font-family:Lexend,sans-serif;font-size:17px;font-weight:400;letter-spacing:-.2px;line-height:1.6;margin:0}@media (max-width:1024px){.platform-hero-container{flex-direction:column;gap:60px;justify-content:flex-start;padding:0 40px;position:relative}.platform-hero-left{bottom:80px;left:40px;max-width:100%;position:absolute;right:40px}}@media (max-height:800px){.platform-hero-left{padding-bottom:0}.platform-hero-title{font-size:clamp(42px,4.5vw,64px);margin-bottom:24px}.platform-hero-subtitle{font-size:16px;line-height:1.5}}@media (max-height:700px){.platform-hero-left{padding-bottom:0}.platform-hero-title{font-size:clamp(38px,4vw,56px);margin-bottom:20px}.platform-hero-subtitle{font-size:15px}}@media (max-height:600px){.platform-hero-left{padding-bottom:0}.platform-hero-title{font-size:clamp(34px,3.5vw,48px);margin-bottom:16px}.platform-hero-subtitle{font-size:14px}}@media (max-height:500px){.platform-hero-left{bottom:60px}.platform-hero-title{font-size:clamp(30px,3vw,40px);margin-bottom:12px}.platform-hero-subtitle{font-size:13px;line-height:1.4}}.intelligence-layer{background:#0a0a0a;overflow:hidden;padding:180px 0 200px;position:relative;width:100%}.intelligence-container{margin:0 auto;max-width:95vw;padding:0 2.5vw;position:relative}.platform-intro{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr;margin-bottom:160px}.platform-intro-left,.video-container{position:relative}.video-container{aspect-ratio:16/9;-webkit-backdrop-filter:blur(40px) saturate(150%);backdrop-filter:blur(40px) saturate(150%);background:linear-gradient(135deg,#ffffff0d,#ffffff03);border:1px solid #ffffff1a;border-radius:24px;box-shadow:inset 0 1px 1px #ffffff4d,inset 0 -1px 1px #0003,0 20px 40px #0006;overflow:hidden;width:100%}.video-placeholder{align-items:center;color:#fff6;display:flex;flex-direction:column;gap:16px;height:100%;justify-content:center}.video-placeholder svg{opacity:.3}.video-placeholder p{font-family:Lexend,sans-serif;font-size:14px;font-weight:400;margin:0}.demo-video{height:100%;object-fit:cover;width:100%}.platform-intro-right{padding-left:20px}.platform-label{background:#a0a0ff1a;border:1px solid #a0a0ff33;border-radius:20px;color:#a0a0ff;display:inline-block;font-size:14px;letter-spacing:2px;margin-bottom:20px;padding:6px 12px;text-transform:uppercase}.platform-intro-title,.platform-label{font-family:Lexend,sans-serif;font-weight:600}.platform-intro-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:clamp(36px,4vw,52px);line-height:1.15;margin-bottom:24px}.platform-intro-text{color:#ffffffb3;font-family:Lexend,sans-serif;font-size:18px;line-height:1.7;margin-bottom:40px}.platform-stats{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.stat-item{text-align:left}.stat-number{color:#fff;font-size:32px;font-weight:700;line-height:1;margin-bottom:8px}.stat-label,.stat-number{font-family:Lexend,sans-serif}.stat-label{color:#ffffff80;font-size:14px;font-weight:400;line-height:1.3}.platform-steps-section{margin-bottom:100px}.steps-header{margin-bottom:80px;text-align:center}.steps-label{background:#a0a0ff1a;border:1px solid #a0a0ff33;border-radius:20px;color:#a0a0ff;display:inline-block;font-size:14px;letter-spacing:2px;margin-bottom:20px;padding:6px 12px;text-transform:uppercase}.steps-label,.steps-title{font-family:Lexend,sans-serif;font-weight:600}.steps-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:clamp(36px,4vw,52px);line-height:1.15;margin:0 0 16px}.steps-subtitle{color:#fff9;font-family:Lexend,sans-serif;font-size:18px;line-height:1.6;margin:0 auto;max-width:600px}.platform-steps{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1400px}.platform-step-card{-webkit-backdrop-filter:blur(40px) saturate(150%);backdrop-filter:blur(40px) saturate(150%);background:linear-gradient(135deg,#ffffff0d,#ffffff03);border:1px solid #ffffff1a;border-radius:20px;box-shadow:inset 0 1px 1px #ffffff4d,inset 0 -1px 1px #0003,0 20px 40px #0006;overflow:visible;padding:44px;position:relative;transition:transform .3s ease,border-color .3s ease}.platform-step-card:hover{border-color:#fff3;transform:translateY(-4px)}.step-number-badge{color:#a0a0ff;font-family:Lexend,sans-serif;font-size:14px;font-weight:600;letter-spacing:.1em;margin-bottom:20px}.step-icon-wrapper{align-items:center;display:flex;height:64px;justify-content:center;margin-bottom:28px;width:64px}.step-icon-wrapper svg{filter:drop-shadow(0 4px 12px rgba(160,160,255,.3));height:100%;width:100%}.step-card-title{color:#fff;font-family:Lexend,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.02em;margin:0 0 16px}.step-card-text{color:#ffffffa6;font-family:Lexend,sans-serif;font-size:15px;font-weight:400;line-height:1.6;margin:0}.platform-features{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1400px}.feature-highlight{align-items:flex-start;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffff05,hsla(0,0%,100%,.005));border:1px solid #ffffff0f;border-radius:16px;display:flex;gap:16px;padding:24px;transition:all .3s ease}.feature-highlight:hover{background:linear-gradient(135deg,#ffffff0a,#ffffff03);border-color:#ffffff1f;transform:translateY(-2px)}.feature-highlight-icon{align-items:center;background:#a0a0ff26;border-radius:8px;color:#a0a0ff;display:flex;flex-shrink:0;font-size:16px;font-weight:700;height:32px;justify-content:center;width:32px}.feature-highlight h5{color:#fff;font-family:Lexend,sans-serif;font-size:16px;font-weight:600;letter-spacing:-.02em;margin:0 0 6px}.feature-highlight p{color:#ffffff80;font-family:Lexend,sans-serif;font-size:14px;font-weight:400;line-height:1.5;margin:0}@media (max-width:1200px){.platform-intro{gap:60px}.platform-steps{gap:24px}.platform-features{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.intelligence-layer{padding:140px 0 160px}.platform-intro{gap:48px;grid-template-columns:1fr;margin-bottom:120px}.platform-intro-right{padding-left:0}.platform-steps{gap:20px;grid-template-columns:1fr}.platform-step-card{padding:36px}.steps-header{margin-bottom:60px}}@media (max-width:768px){.intelligence-layer{padding:120px 0 140px}.platform-intro{margin-bottom:80px}.platform-intro-title{font-size:32px}.platform-intro-text{font-size:16px}.platform-stats{gap:20px;grid-template-columns:1fr}.stat-number{font-size:28px}.steps-title{font-size:32px}.platform-step-card{padding:32px}.step-card-title{font-size:20px}.step-card-text{font-size:14px}.platform-features{gap:16px;grid-template-columns:1fr}.feature-highlight{padding:20px}}.licensmodel-page{background:#0a0a0a;min-height:100vh;overflow-x:hidden;width:100%}.licensmodel-hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative;width:100%}.licensmodel-hero:before{background:linear-gradient(90deg,#0000,#c8c8c84d 20%,#dcdcdc80 50%,#c8c8c84d 80%,#0000);bottom:0;content:"";height:1px;left:0;position:absolute;right:0;z-index:4}.licensmodel-hero-video{animation:videoFadeIn 2s ease-in-out;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:1}.licensmodel-hero:after{background:linear-gradient(135deg,#0a0a0a99,#1a1a1a80 50%,#0a0a0a99),radial-gradient(circle at 30% 50%,#6464ff0a 0,#0000 50%),radial-gradient(circle at 70% 50%,#9664ff08 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:2}.licensmodel-hero-container{align-items:flex-end;display:flex;gap:80px;justify-content:flex-start;margin:0 auto;max-width:95vw;min-height:100vh;padding:0 2.5vw;position:relative;width:100%;z-index:3}.licensmodel-hero-left{flex:1 1;max-width:600px;padding-bottom:100px}.licensmodel-hero-title{color:#fff;font-family:"Instrument Serif",Playfair Display,serif;font-size:clamp(48px,5vw,72px);font-weight:600;letter-spacing:-2px;line-height:1.1;margin:0 0 32px}.licensmodel-title-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e8e8e8,#a8a8a8);-webkit-background-clip:text;background-clip:text}.licensmodel-hero-subtitle{color:#ffffffa6;font-family:Lexend,sans-serif;font-size:17px;font-weight:400;letter-spacing:-.2px;line-height:1.6;margin:0}@media (max-width:1024px){.licensmodel-hero-container{flex-direction:column;gap:60px;justify-content:flex-start;padding:0 40px;position:relative}.licensmodel-hero-left{bottom:80px;left:40px;max-width:100%;padding-bottom:0;position:absolute;right:40px}.licensmodel-hero-title{font-size:clamp(36px,8vw,56px)}}@media (max-width:768px){.licensmodel-hero-left{padding-bottom:0}.licensmodel-hero-title{font-size:clamp(32px,10vw,48px);margin-bottom:24px}.licensmodel-hero-subtitle{font-size:16px}}@media (max-height:800px){.licensmodel-hero-left{padding-bottom:0}.licensmodel-hero-title{font-size:clamp(42px,4.5vw,64px);margin-bottom:24px}.licensmodel-hero-subtitle{font-size:16px;line-height:1.5}}@media (max-height:700px){.licensmodel-hero-left{padding-bottom:0}.licensmodel-hero-title{font-size:clamp(38px,4vw,56px);margin-bottom:20px}.licensmodel-hero-subtitle{font-size:15px}}@media (max-height:600px){.licensmodel-hero-left{padding-bottom:0}.licensmodel-hero-title{font-size:clamp(34px,3.5vw,48px);margin-bottom:16px}.licensmodel-hero-subtitle{font-size:14px}}@media (max-height:500px){.licensmodel-hero-left{bottom:60px}.licensmodel-hero-title{font-size:clamp(30px,3vw,40px);margin-bottom:12px}.licensmodel-hero-subtitle{font-size:13px;line-height:1.4}}.prismodel-section{background:#0a0a0a;overflow:hidden;padding:120px 0;position:relative}.prismodel-section:before{background:radial-gradient(circle at 20% 30%,#6464ff08 0,#0000 50%),radial-gradient(circle at 80% 70%,#9664ff05 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.prismodel-container{margin:0 auto;max-width:1400px;padding:0 40px;position:relative;z-index:2}.prismodel-header{margin-bottom:80px;text-align:center}.prismodel-title{color:#fff;font-family:"Instrument Serif",Playfair Display,serif;font-size:clamp(42px,4vw,64px);font-weight:600;letter-spacing:-2px;line-height:1.1;margin:0 0 24px}.prismodel-description{color:#ffffffa6;font-family:Lexend,sans-serif;font-size:18px;font-weight:400;line-height:1.6;margin:0 auto;max-width:600px}.prismodel-cards{grid-gap:32px;align-items:stretch;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:60px}.prismodel-card{border:1px solid #ffffff1a;border-radius:20px;display:flex;flex-direction:column;min-height:600px;overflow:visible;padding:48px 40px;position:relative}.prismodel-card,.prismodel-card-featured{-webkit-backdrop-filter:blur(40px) saturate(150%);backdrop-filter:blur(40px) saturate(150%);background:linear-gradient(135deg,#ffffff0d,#ffffff03);box-shadow:inset 0 1px 1px #ffffff4d,inset 0 -1px 1px #0003,0 8px 16px #0000004d,0 16px 32px #0003}.prismodel-card-featured{border:1px solid #ffffff1a}.prismodel-badge{display:none}.prismodel-card-header{margin-bottom:32px}.prismodel-card-title{color:#fff;font-family:"Instrument Serif",Playfair Display,serif;font-size:32px;font-weight:600;letter-spacing:-1px;margin:0 0 8px}.prismodel-card-subtitle{color:#ffffff80;font-family:Lexend,sans-serif;font-size:15px;margin:0}.prismodel-price{border-bottom:1px solid #ffffff14;margin-bottom:40px;padding-bottom:32px}.prismodel-amount{color:#fff;font-family:Lexend,sans-serif;font-size:48px;font-weight:700;letter-spacing:-2px}.prismodel-currency{color:#ffffff80;font-family:Lexend,sans-serif;font-size:18px;font-weight:400;margin-left:8px}.prismodel-features{list-style:none;margin:0 0 40px;padding:0}.prismodel-features li{color:#ffffffbf;flex-grow:1;font-family:Lexend,sans-serif;font-size:15px;padding:12px 0 12px 28px;position:relative}.prismodel-features li:before{color:#6464ff;content:"✓";font-size:18px;font-weight:600;left:0;position:absolute}.prismodel-cta{align-items:center;border:1px solid #fff3;border-radius:16px;color:#fff;cursor:pointer;display:inline-flex;font-family:Lexend,sans-serif;font-size:16px;font-weight:600;gap:8px;justify-content:center;margin-top:auto;padding:14px 28px;width:100%}.prismodel-cta,.prismodel-cta-featured{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff1a;box-shadow:0 8px 32px #0000001a}.prismodel-cta-featured{border:1px solid #fff3}.prismodel-cta .arrow{font-size:20px}.prismodel-footer{border-top:1px solid #ffffff14;padding-top:40px;text-align:center}.prismodel-footer p{color:#fff6;font-family:Lexend,sans-serif;font-size:14px;margin:0}@media (max-width:1200px){.prismodel-cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.prismodel-card-featured{transform:scale(1)}.prismodel-card-featured:hover{transform:translateY(-8px) scale(1)}}@media (max-width:768px){.prismodel-section{padding:80px 0}.prismodel-cards{gap:24px;grid-template-columns:1fr}.prismodel-card{min-height:auto;padding:40px 32px}.prismodel-title{font-size:clamp(32px,8vw,48px)}.prismodel-description{font-size:16px}}.dataogsikkerhed-page{background:#0a0a0a;min-height:100vh;overflow-x:hidden;width:100%}.datasikkerhed-hero{align-items:center;background:linear-gradient(135deg,#0a0a0af2,#1a1a1ae6 50%,#0a0a0af2),radial-gradient(circle at 30% 50%,#6464ff14 0,#0000 50%),radial-gradient(circle at 70% 50%,#9664ff0f 0,#0000 50%),#0a0a0a;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative;width:100%}.datasikkerhed-hero:before{background:linear-gradient(90deg,#0000,#c8c8c84d 20%,#dcdcdc80 50%,#c8c8c84d 80%,#0000);bottom:0;content:"";height:1px;left:0;position:absolute;right:0;z-index:2}.datasikkerhed-hero-container{align-items:flex-end;display:flex;gap:80px;justify-content:flex-start;margin:0 auto;max-width:95vw;min-height:100vh;padding:0 2.5vw;position:relative;width:100%;z-index:1}.datasikkerhed-hero-left{flex:1 1;max-width:600px;padding-bottom:100px}.datasikkerhed-hero-title{color:#fff;font-family:"Instrument Serif",Playfair Display,serif;font-size:clamp(48px,5vw,72px);font-weight:600;letter-spacing:-2px;line-height:1.1;margin:0 0 32px}.datasikkerhed-title-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e8e8e8,#a8a8a8);-webkit-background-clip:text;background-clip:text}.datasikkerhed-hero-subtitle{color:#ffffffa6;font-family:Lexend,sans-serif;font-size:17px;font-weight:400;letter-spacing:-.2px;line-height:1.6;margin:0}@media (max-width:1024px){.datasikkerhed-hero-container{flex-direction:column;gap:60px;justify-content:flex-start;padding:0 40px;position:relative}.datasikkerhed-hero-left{bottom:80px;left:40px;max-width:100%;padding-bottom:0;position:absolute;right:40px}.datasikkerhed-hero-title{font-size:clamp(36px,8vw,56px)}}@media (max-width:768px){.datasikkerhed-hero-left{padding-bottom:0}.datasikkerhed-hero-title{font-size:clamp(32px,10vw,48px);margin-bottom:24px}.datasikkerhed-hero-subtitle{font-size:16px}}@media (max-height:800px){.datasikkerhed-hero-left{padding-bottom:0}.datasikkerhed-hero-title{font-size:clamp(42px,4.5vw,64px);margin-bottom:24px}.datasikkerhed-hero-subtitle{font-size:16px;line-height:1.5}}@media (max-height:700px){.datasikkerhed-hero-left{padding-bottom:0}.datasikkerhed-hero-title{font-size:clamp(38px,4vw,56px);margin-bottom:20px}.datasikkerhed-hero-subtitle{font-size:15px}}@media (max-height:600px){.datasikkerhed-hero-left{padding-bottom:0}.datasikkerhed-hero-title{font-size:clamp(34px,3.5vw,48px);margin-bottom:16px}.datasikkerhed-hero-subtitle{font-size:14px}}@media (max-height:500px){.datasikkerhed-hero-left{bottom:60px}.datasikkerhed-hero-title{font-size:clamp(30px,3vw,40px);margin-bottom:12px}.datasikkerhed-hero-subtitle{font-size:13px;line-height:1.4}}.sikkerhed-sektion{background:#0a0a0a;overflow:hidden;padding:120px 0;position:relative}.sikkerhed-sektion:before{background:radial-gradient(circle at 20% 30%,#6464ff08 0,#0000 50%),radial-gradient(circle at 80% 70%,#9664ff05 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.sikkerhed-container{margin:0 auto;max-width:1400px;padding:0 40px;position:relative;z-index:2}.sikkerhed-header{margin-bottom:80px;text-align:center}.sikkerhed-title{color:#fff;font-family:"Instrument Serif",Playfair Display,serif;font-size:clamp(42px,4vw,64px);font-weight:600;letter-spacing:-2px;line-height:1.1;margin:0 0 24px}.sikkerhed-description{color:#ffffffa6;font-family:Lexend,sans-serif;font-size:18px;font-weight:400;line-height:1.6;margin:0 auto;max-width:700px}.sikkerhed-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:80px}.sikkerhed-card{-webkit-backdrop-filter:blur(40px) saturate(150%);backdrop-filter:blur(40px) saturate(150%);background:linear-gradient(135deg,#ffffff0d,#ffffff03);border:1px solid #ffffff1a;border-radius:20px;box-shadow:inset 0 1px 1px #ffffff4d,inset 0 -1px 1px #0003,0 20px 40px #0006;overflow:visible;padding:44px;position:relative}.sikkerhed-card-icon{align-items:center;color:#a0a0ff;display:flex;height:64px;justify-content:center;margin-bottom:28px;width:64px}.sikkerhed-card-icon svg{filter:drop-shadow(0 4px 12px rgba(160,160,255,.3));height:100%;width:100%}.sikkerhed-card-title{color:#fff;font-family:Lexend,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.02em;margin:0 0 16px}.sikkerhed-card-text{color:#ffffffa6;font-family:Lexend,sans-serif;font-size:15px;font-weight:400;line-height:1.6;margin:0}.sikkerhed-additional{-webkit-backdrop-filter:blur(40px) saturate(150%);backdrop-filter:blur(40px) saturate(150%);background:linear-gradient(135deg,#ffffff0d,#ffffff03);border:1px solid #ffffff1a;border-radius:20px;box-shadow:inset 0 1px 1px #ffffff4d,inset 0 -1px 1px #0003,0 20px 40px #0006;padding:60px}.sikkerhed-additional-content{margin:0 auto;max-width:900px;text-align:center}.sikkerhed-additional-title{color:#fff;font-family:Lexend,sans-serif;font-size:32px;font-weight:700;letter-spacing:-.5px;margin:0 0 24px}.sikkerhed-additional-text{color:#ffffffa6;font-family:Lexend,sans-serif;font-size:16px;font-weight:400;line-height:1.7;margin:0 0 40px}.sikkerhed-certifications{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.cert-badge{background:#a0a0ff1a;border:1px solid #a0a0ff4d;border-radius:20px;color:#a0a0ff;font-family:Lexend,sans-serif;font-size:14px;font-weight:600;letter-spacing:.5px;padding:10px 20px}@media (max-width:768px){.sikkerhed-sektion{padding:80px 0}.sikkerhed-container{padding:0 20px}.sikkerhed-grid,.sikkerhed-header{margin-bottom:60px}.sikkerhed-grid{gap:24px;grid-template-columns:1fr}.sikkerhed-card{padding:32px}.sikkerhed-additional{padding:40px 32px}.sikkerhed-title{font-size:clamp(32px,8vw,48px)}.sikkerhed-description{font-size:16px}.sikkerhed-additional-title{font-size:24px}.sikkerhed-additional-text{font-size:15px}}.omleadora-page{background:#0a0a0a;min-height:100vh;overflow-x:hidden;width:100%}.omleadora-hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative;width:100%}.omleadora-hero:before{background:linear-gradient(90deg,#0000,#c8c8c84d 20%,#dcdcdc80 50%,#c8c8c84d 80%,#0000);bottom:0;content:"";height:1px;left:0;position:absolute;right:0;z-index:4}.omleadora-hero-video{animation:videoFadeIn 2s ease-in-out;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:1}.omleadora-hero:after{background:linear-gradient(135deg,#0a0a0a99,#1a1a1a80 50%,#0a0a0a99),radial-gradient(circle at 30% 50%,#6464ff0a 0,#0000 50%),radial-gradient(circle at 70% 50%,#9664ff08 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:2}.omleadora-hero-container{align-items:flex-end;display:flex;gap:80px;justify-content:flex-start;margin:0 auto;max-width:95vw;min-height:100vh;padding:0 2.5vw;position:relative;width:100%;z-index:3}.omleadora-hero-left{flex:1 1;max-width:600px;padding-bottom:100px}.omleadora-hero-title{color:#fff;font-family:"Instrument Serif",Playfair Display,serif;font-size:clamp(48px,5vw,72px);font-weight:600;letter-spacing:-2px;line-height:1.1;margin:0 0 32px}.omleadora-title-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e8e8e8,#a8a8a8);-webkit-background-clip:text;background-clip:text}.omleadora-hero-subtitle{color:#ffffffa6;font-family:Lexend,sans-serif;font-size:17px;font-weight:400;letter-spacing:-.2px;line-height:1.6;margin:0}@media (max-width:1024px){.omleadora-hero-container{flex-direction:column;gap:60px;justify-content:flex-start;padding:0 40px;position:relative}.omleadora-hero-left{bottom:80px;left:40px;max-width:100%;padding-bottom:0;position:absolute;right:40px}.omleadora-hero-title{font-size:clamp(36px,8vw,56px)}}@media (max-width:768px){.omleadora-hero-left{padding-bottom:0}.omleadora-hero-title{font-size:clamp(32px,10vw,48px);margin-bottom:24px}.omleadora-hero-subtitle{font-size:16px}}@media (max-height:800px){.omleadora-hero-left{padding-bottom:0}.omleadora-hero-title{font-size:clamp(42px,4.5vw,64px);margin-bottom:24px}.omleadora-hero-subtitle{font-size:16px;line-height:1.5}}@media (max-height:700px){.omleadora-hero-left{padding-bottom:0}.omleadora-hero-title{font-size:clamp(38px,4vw,56px);margin-bottom:20px}.omleadora-hero-subtitle{font-size:15px}}@media (max-height:600px){.omleadora-hero-left{padding-bottom:0}.omleadora-hero-title{font-size:clamp(34px,3.5vw,48px);margin-bottom:16px}.omleadora-hero-subtitle{font-size:14px}}@media (max-height:500px){.omleadora-hero-left{bottom:60px}.omleadora-hero-title{font-size:clamp(30px,3vw,40px);margin-bottom:12px}.omleadora-hero-subtitle{font-size:13px;line-height:1.4}}.om-sektion{background:#0a0a0a;overflow:hidden;padding:120px 0;position:relative}.om-sektion:before{background:radial-gradient(circle at 20% 30%,#6464ff08 0,#0000 50%),radial-gradient(circle at 80% 70%,#9664ff05 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.om-container{margin:0 auto;max-width:1200px;padding:0 40px;position:relative;z-index:2}.om-content{display:flex;flex-direction:column;gap:80px}.om-main{margin:0 auto;max-width:900px}.om-title{color:#fff;font-family:"Instrument Serif",Playfair Display,serif;font-size:clamp(42px,4vw,64px);font-weight:600;letter-spacing:-2px;line-height:1.1;margin:0 0 40px;text-align:center}.om-text{color:#ffffffb3;font-family:Lexend,sans-serif;font-size:18px;font-weight:400;line-height:1.8;margin:0 0 24px}.om-text:last-child{margin-bottom:0}.om-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.om-card{-webkit-backdrop-filter:blur(40px) saturate(150%);backdrop-filter:blur(40px) saturate(150%);background:linear-gradient(135deg,#ffffff0d,#ffffff03);border:1px solid #ffffff1a;border-radius:20px;box-shadow:inset 0 1px 1px #ffffff4d,inset 0 -1px 1px #0003,0 20px 40px #0006;overflow:visible;padding:44px;position:relative}.om-card-icon{align-items:center;color:#a0a0ff;display:flex;height:56px;justify-content:center;margin-bottom:24px;width:56px}.om-card-icon svg{filter:drop-shadow(0 4px 12px rgba(160,160,255,.3));height:100%;width:100%}.om-card-title{color:#fff;font-size:24px;font-weight:700;letter-spacing:-.5px;margin:0 0 16px}.om-card-text,.om-card-title{font-family:Lexend,sans-serif}.om-card-text{color:#ffffffa6;font-size:15px;font-weight:400;line-height:1.6;margin:0}.om-stats{grid-gap:32px;border-bottom:1px solid #ffffff1a;border-top:1px solid #ffffff1a;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:60px 0}.om-stat{text-align:center}.om-stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#a0a0ff);-webkit-background-clip:text;background-clip:text;color:#fff;font-family:Lexend,sans-serif;font-size:48px;font-weight:700;line-height:1;margin-bottom:12px}.om-stat-label{color:#ffffff80;font-family:Lexend,sans-serif;font-size:15px;font-weight:400}.om-team{-webkit-backdrop-filter:blur(40px) saturate(150%);backdrop-filter:blur(40px) saturate(150%);background:linear-gradient(135deg,#ffffff0d,#ffffff03);border:1px solid #ffffff1a;border-radius:20px;box-shadow:inset 0 1px 1px #ffffff4d,inset 0 -1px 1px #0003,0 20px 40px #0006;padding:60px;text-align:center}.om-team-title{color:#fff;font-size:32px;font-weight:700;letter-spacing:-.5px;margin:0 0 24px}.om-team-text,.om-team-title{font-family:Lexend,sans-serif}.om-team-text{color:#ffffffa6;font-size:16px;font-weight:400;line-height:1.7;margin:0 auto;max-width:800px}@media (max-width:768px){.om-sektion{padding:80px 0}.om-container{padding:0 20px}.om-content{gap:60px}.om-title{font-size:clamp(32px,8vw,48px);margin-bottom:32px}.om-text{font-size:16px}.om-grid{gap:24px;grid-template-columns:1fr}.om-card{padding:32px}.om-stats{gap:24px;grid-template-columns:repeat(2,1fr);padding:40px 0}.om-stat-number{font-size:36px}.om-team{padding:40px 32px}.om-team-title{font-size:24px}.om-team-text{font-size:15px}}.kontakt-page{background:#0a0a0a;overflow-x:hidden;width:100%}.kontakt-hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative;width:100%}.kontakt-hero:before{background:linear-gradient(90deg,#0000,#c8c8c84d 20%,#dcdcdc80 50%,#c8c8c84d 80%,#0000);bottom:0;content:"";height:1px;left:0;position:absolute;right:0;z-index:4}.kontakt-hero-video{animation:videoFadeIn 2s ease-in-out;height:100%;left:0;object-fit:fill;position:absolute;top:0;width:100%;z-index:1}@keyframes videoFadeIn{0%{opacity:0}to{opacity:1}}.kontakt-hero:after{background:linear-gradient(135deg,#0a0a0abf,#1a1a1a8c 50%,#0a0a0abf),radial-gradient(circle at 30% 50%,#7864ff0d 0,#0000 50%),radial-gradient(circle at 70% 50%,#9678ff0a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:2}.kontakt-hero-container{align-items:flex-end;display:flex;gap:80px;justify-content:flex-start;margin:0 auto;max-width:95vw;min-height:100vh;padding:0 2.5vw;position:relative;width:100%;z-index:3}.kontakt-hero-left{flex:1 1;max-width:650px;padding-bottom:100px;text-align:left}.kontakt-hero-title{color:#fff;font-family:"Instrument Serif",Playfair Display,serif;font-size:clamp(48px,5vw,72px);font-weight:600;letter-spacing:-2px;line-height:1.1;margin:0 0 32px}.kontakt-title-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e8e8e8,#a8a8a8);-webkit-background-clip:text;background-clip:text;font-style:italic}.kontakt-hero-subtitle{color:#fffc;font-family:Inter,-apple-system,sans-serif;font-size:clamp(16px,1.5vw,20px);font-weight:400;line-height:1.6;margin:0;max-width:580px}@media (max-width:1024px){.kontakt-hero-container{gap:50px;max-width:90vw;padding:0 5vw}.kontakt-hero-left{max-width:100%;padding-bottom:80px}}@media (max-width:768px){.kontakt-hero{min-height:100vh}.kontakt-hero-container{align-items:flex-start;flex-direction:column;gap:30px;justify-content:flex-start;padding:0 5vw;position:relative}.kontakt-hero-left{bottom:60px;left:5vw;padding-bottom:0;position:absolute;right:5vw;text-align:left}.kontakt-hero-title{font-size:clamp(36px,8vw,48px);margin-bottom:24px}.kontakt-hero-subtitle{font-size:clamp(15px,3.5vw,18px)}}@media (max-width:480px){.kontakt-hero{min-height:100vh}.kontakt-hero-container{padding:0 5vw}.kontakt-hero-left{bottom:40px}.kontakt-hero-title{font-size:32px;letter-spacing:-1px}.kontakt-hero-subtitle{font-size:15px;line-height:1.5}}@media (max-height:800px){.kontakt-hero-left{padding-bottom:0}.kontakt-hero-title{font-size:clamp(42px,4.5vw,64px);margin-bottom:24px}.kontakt-hero-subtitle{font-size:clamp(15px,1.4vw,18px);line-height:1.5}}@media (max-height:700px){.kontakt-hero-left{padding-bottom:0}.kontakt-hero-title{font-size:clamp(38px,4vw,56px);margin-bottom:20px}.kontakt-hero-subtitle{font-size:clamp(14px,1.3vw,17px)}}@media (max-height:600px){.kontakt-hero-left{padding-bottom:0}.kontakt-hero-title{font-size:clamp(34px,3.5vw,48px);margin-bottom:16px}.kontakt-hero-subtitle{font-size:clamp(13px,1.2vw,16px)}}@media (max-height:500px){.kontakt-hero-left{bottom:30px}.kontakt-hero-title{font-size:clamp(30px,3vw,40px);margin-bottom:12px}.kontakt-hero-subtitle{font-size:clamp(12px,1.1vw,15px);line-height:1.4}}.privatliv-page{background:linear-gradient(135deg,#0a0a0af2,#1a1a1ae6 50%,#0a0a0af2);color:#fff;min-height:100vh}.privatliv-content{margin:0 auto;max-width:900px;padding:120px 40px 80px}.privatliv-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 20px 60px #0000004d;padding:60px}.privatliv-header{border-bottom:1px solid #ffffff1a;margin-bottom:60px;padding-bottom:40px}.privatliv-header h1{color:#fff;font-family:"Instrument Serif",Playfair Display,serif;font-size:clamp(36px,5vw,56px);font-weight:600;letter-spacing:-2px;line-height:1.1;margin:0 0 16px}.privatliv-updated{color:#ffffff80;font-family:Lexend,sans-serif;font-size:14px;margin:0}.privatliv-section{margin-bottom:48px}.privatliv-section:last-child{margin-bottom:0}.privatliv-section h2{color:#fff;font-size:28px;letter-spacing:-.5px;margin:0 0 20px}.privatliv-section h2,.privatliv-section h3{font-family:Lexend,sans-serif;font-weight:600}.privatliv-section h3{color:#ffffffe6;font-size:20px;letter-spacing:-.3px;margin:32px 0 16px}.privatliv-section p{color:#ffffffb3;font-family:Lexend,sans-serif;font-size:16px;font-weight:400;line-height:1.7;margin:0 0 16px}.privatliv-section ul{list-style:none;margin:16px 0;padding:0}.privatliv-section ul li{color:#ffffffb3;font-family:Lexend,sans-serif;font-size:16px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative}.privatliv-section ul li:before{color:#fff6;content:"•";font-size:20px;left:12px;position:absolute}.privatliv-section ul li strong{color:#ffffffe6;font-weight:600}.privatliv-section a{color:#6b8afd;text-decoration:none;transition:color .3s ease}.privatliv-section a:hover{color:#8ba5ff;text-decoration:underline}.cookie-settings-link{background:none;border:none;color:#6b8afd;cursor:pointer;display:inline;font-family:Lexend,sans-serif;font-size:inherit;padding:0;text-decoration:none;transition:color .3s ease}.cookie-settings-link:hover{color:#8ba5ff;text-decoration:underline}@media (max-width:768px){.privatliv-content{padding:100px 20px 60px}.privatliv-container{border-radius:16px;padding:40px 24px}.privatliv-header{margin-bottom:40px;padding-bottom:30px}.privatliv-header h1{font-size:clamp(28px,7vw,40px)}.privatliv-section{margin-bottom:36px}.privatliv-section h2{font-size:24px;margin-bottom:16px}.privatliv-section h3{font-size:18px;margin:24px 0 12px}.privatliv-section p,.privatliv-section ul li{font-size:15px}.contact-info{padding:20px}}@media (max-width:480px){.privatliv-content{padding:90px 16px 50px}.privatliv-container{padding:32px 20px}.privatliv-header h1{font-size:24px}.privatliv-section h2{font-size:20px}.privatliv-section h3{font-size:17px}.privatliv-section p,.privatliv-section ul li{font-size:14px}}.vilkaar-page{background:linear-gradient(135deg,#0a0a0af2,#1a1a1ae6 50%,#0a0a0af2);color:#fff;min-height:100vh}.vilkaar-content{margin:0 auto;max-width:900px;padding:120px 40px 80px}.vilkaar-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 20px 60px #0000004d;padding:60px}.vilkaar-header{border-bottom:1px solid #ffffff1a;margin-bottom:60px;padding-bottom:40px}.vilkaar-header h1{color:#fff;font-family:"Instrument Serif",Playfair Display,serif;font-size:clamp(36px,5vw,56px);font-weight:600;letter-spacing:-2px;line-height:1.1;margin:0 0 16px}.vilkaar-updated{color:#ffffff80;font-family:Lexend,sans-serif;font-size:14px;margin:0}.vilkaar-section{margin-bottom:48px}.vilkaar-section:last-child{margin-bottom:0}.vilkaar-section h2{color:#fff;font-size:28px;letter-spacing:-.5px;margin:0 0 20px}.vilkaar-section h2,.vilkaar-section h3{font-family:Lexend,sans-serif;font-weight:600}.vilkaar-section h3{color:#ffffffe6;font-size:20px;letter-spacing:-.3px;margin:32px 0 16px}.vilkaar-section p{color:#ffffffb3;font-family:Lexend,sans-serif;font-size:16px;font-weight:400;line-height:1.7;margin:0 0 16px}.vilkaar-section ul{list-style:none;margin:16px 0;padding:0}.vilkaar-section ul li{color:#ffffffb3;font-family:Lexend,sans-serif;font-size:16px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative}.vilkaar-section ul li:before{color:#fff6;content:"•";font-size:20px;left:12px;position:absolute}.vilkaar-section ul li strong{color:#ffffffe6;font-weight:600}@media (max-width:768px){.vilkaar-content{padding:100px 20px 60px}.vilkaar-container{border-radius:16px;padding:40px 24px}.vilkaar-header{margin-bottom:40px;padding-bottom:30px}.vilkaar-header h1{font-size:clamp(28px,7vw,40px)}.vilkaar-section{margin-bottom:36px}.vilkaar-section h2{font-size:24px;margin-bottom:16px}.vilkaar-section h3{font-size:18px;margin:24px 0 12px}.vilkaar-section p,.vilkaar-section ul li{font-size:15px}.contact-info{padding:20px}}@media (max-width:480px){.vilkaar-content{padding:90px 16px 50px}.vilkaar-container{padding:32px 20px}.vilkaar-header h1{font-size:24px}.vilkaar-section h2{font-size:20px}.vilkaar-section h3{font-size:17px}.vilkaar-section p,.vilkaar-section ul li{font-size:14px}}.cookies-page{background:linear-gradient(135deg,#0a0a0af2,#1a1a1ae6 50%,#0a0a0af2);color:#fff;min-height:100vh}.cookies-content{margin:0 auto;max-width:900px;padding:120px 40px 80px}.cookies-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 20px 60px #0000004d;padding:60px}.cookies-header{border-bottom:1px solid #ffffff1a;margin-bottom:60px;padding-bottom:40px}.cookies-header h1{color:#fff;font-family:"Instrument Serif",Playfair Display,serif;font-size:clamp(36px,5vw,56px);font-weight:600;letter-spacing:-2px;line-height:1.1;margin:0 0 16px}.cookies-updated{color:#ffffff80;font-family:Lexend,sans-serif;font-size:14px;margin:0}.cookies-section{margin-bottom:48px}.cookies-section:last-child{margin-bottom:0}.cookies-section h2{color:#fff;font-size:28px;letter-spacing:-.5px;margin:0 0 20px}.cookies-section h2,.cookies-section h3{font-family:Lexend,sans-serif;font-weight:600}.cookies-section h3{color:#ffffffe6;font-size:20px;letter-spacing:-.3px;margin:0 0 12px}.cookies-section p{color:#ffffffb3;font-family:Lexend,sans-serif;font-size:16px;font-weight:400;line-height:1.7;margin:0 0 16px}.cookies-section ul{list-style:none;margin:16px 0;padding:0}.cookies-section ul li{color:#ffffffb3;font-family:Lexend,sans-serif;font-size:16px;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative}.cookies-section ul li:before{color:#fff6;content:"•";font-size:20px;left:12px;position:absolute}.cookies-section ul li strong{color:#ffffffe6;font-weight:600}.cookie-controls{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.cookie-btn{align-items:center;background:linear-gradient(135deg,#007aff,#0051d0);border:none;border-radius:16px;box-shadow:0 8px 32px #007aff4d;color:#fff;cursor:pointer;display:inline-flex;font-family:Lexend,sans-serif;font-size:16px;font-weight:600;gap:8px;justify-content:center;min-width:140px;overflow:hidden;padding:14px 28px;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94);white-space:nowrap}.cookie-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.cookie-btn:hover:before{left:100%}.cookie-btn:hover{background:linear-gradient(135deg,#1a8cff,#1a5ce6);box-shadow:0 12px 40px #007aff66;transform:translateY(-2px)}.cookie-btn:active{box-shadow:0 6px 24px #007aff4d;transform:translateY(0)}.cookie-type-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;margin:20px 0;padding:24px}.cookie-type-card h3{align-items:center;display:flex;font-size:18px;gap:8px;margin-top:0}.cookie-type-card p{margin-bottom:12px}.cookie-type-note{color:#fff9;font-size:14px;margin-bottom:0!important}.contact-info{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;margin-top:20px;padding:24px}.contact-info p{font-size:15px;margin:0 0 8px}.contact-info p:last-child{margin-bottom:0}.cookie-declaration-container{border-top:1px solid #ffffff1a;margin-top:48px;padding-top:32px}.cookie-declaration-container h3{color:#ffffffe6;font-family:Lexend,sans-serif;font-size:20px;font-weight:600;margin:0 0 16px}.cookie-declaration-container p{color:#ffffffb3;font-family:Lexend,sans-serif;font-size:16px;margin-bottom:24px}@media (max-width:768px){.cookies-content{padding:100px 20px 60px}.cookies-container{border-radius:16px;padding:40px 24px}.cookies-header{margin-bottom:40px;padding-bottom:30px}.cookies-header h1{font-size:clamp(28px,7vw,40px)}.cookies-section{margin-bottom:36px}.cookies-section h2{font-size:24px;margin-bottom:16px}.cookies-section h3{font-size:18px}.cookies-section p,.cookies-section ul li{font-size:15px}.cookie-controls{flex-direction:column}.cookie-btn{justify-content:center;width:100%}.contact-info,.cookie-type-card{padding:20px}}@media (max-width:480px){.cookies-content{padding:90px 16px 50px}.cookies-container{padding:32px 20px}.cookies-header h1{font-size:24px}.cookies-section h2{font-size:20px}.cookies-section h3{font-size:17px}.cookie-btn,.cookies-section p,.cookies-section ul li{font-size:14px}.cookie-btn{padding:12px 20px}}.hjaelpecenter-page{background:linear-gradient(135deg,#0a0a0af2,#1a1a1ae6 50%,#0a0a0af2);color:#fff;min-height:100vh}.hjaelpecenter-content{margin:0 auto;max-width:900px;padding:120px 40px 80px}.hjaelpecenter-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 20px 60px #0000004d;padding:60px}.hjaelpecenter-header{border-bottom:1px solid #ffffff1a;margin-bottom:48px;padding-bottom:40px;text-align:center}.hjaelpecenter-header h1{color:#fff;font-family:"Instrument Serif",Playfair Display,serif;font-size:clamp(36px,5vw,56px);font-weight:600;letter-spacing:-2px;line-height:1.1;margin:0 0 16px}.hjaelpecenter-subtitle{color:#fff9;font-family:Lexend,sans-serif;font-size:18px;margin:0}.contact-banner{background:linear-gradient(135deg,#007aff26,#0051d01a);border:1px solid #007aff4d;border-radius:16px;margin-bottom:48px;padding:32px;text-align:center}.contact-banner h3{color:#fff;font-family:Lexend,sans-serif;font-size:24px;font-weight:600;margin:0 0 12px}.contact-banner p{color:#ffffffb3;font-family:Lexend,sans-serif;font-size:16px;margin:0 0 24px}.contact-banner-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.contact-btn{align-items:center;border:none;border-radius:16px;cursor:pointer;display:inline-flex;font-family:Lexend,sans-serif;font-size:16px;font-weight:600;justify-content:center;min-width:140px;overflow:hidden;padding:14px 28px;position:relative;transition:all .3s cubic-bezier(.25,.46,.45,.94);white-space:nowrap}.contact-btn,.contact-btn:active,.contact-btn:hover,.contact-btn:link,.contact-btn:visited{text-decoration:none!important}.contact-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.contact-btn:hover:before{left:100%}.contact-btn-primary{background:linear-gradient(135deg,#007aff,#0051d0);box-shadow:0 8px 32px #007aff4d;color:#fff}.contact-btn-primary:hover{background:linear-gradient(135deg,#1a8cff,#1a5ce6);box-shadow:0 12px 40px #007aff66;transform:translateY(-2px)}.contact-btn-secondary{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;box-shadow:0 8px 32px #0000001a;color:#fff}.contact-btn-secondary:hover{background:#ffffff26;border-color:#ffffff4d;box-shadow:0 12px 40px #00000026;transform:translateY(-2px)}.contact-btn-secondary:active{background:#ffffff14;transform:translateY(0)}.faq-category,.faq-category:last-of-type{margin-bottom:48px}.faq-category-title{color:#fff;font-family:Lexend,sans-serif;font-size:28px;font-weight:600;letter-spacing:-.5px;margin:0 0 24px}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;overflow:hidden;transition:all .3s ease}.faq-item:hover{background:#ffffff12;border-color:#ffffff26}.faq-item-open{background:#ffffff14;border-color:#007aff4d}.faq-question{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-family:Lexend,sans-serif;font-size:17px;font-weight:600;justify-content:space-between;padding:20px 24px;text-align:left;transition:color .3s ease;width:100%}.faq-question:hover{color:#007aff}.faq-icon{color:#fff9;font-size:24px;font-weight:300;min-width:24px;text-align:center;transition:transform .3s ease,color .3s ease}.faq-item-open .faq-icon{color:#007aff;transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer-open{max-height:500px;padding:0 24px 20px}.faq-answer p{color:#ffffffb3;font-family:Lexend,sans-serif;font-size:16px;line-height:1.7;margin:0}.help-footer{background:#007aff1a;border:1px solid #007aff33;border-radius:16px;margin-top:48px;padding:40px;text-align:center}.help-footer h3{color:#fff;font-family:Lexend,sans-serif;font-size:28px;font-weight:600;margin:0 0 12px}.help-footer>p{color:#ffffffb3;font-family:Lexend,sans-serif;font-size:16px;margin:0 0 32px}.help-footer-info{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:32px}.help-info-item{background:#ffffff0d;border-radius:12px;padding:20px}.help-info-item strong{color:#ffffff80;display:block;font-family:Lexend,sans-serif;font-size:14px;font-weight:600;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.help-info-item p{color:#fff;font-family:Lexend,sans-serif;font-size:16px;font-weight:500;margin:0}@media (max-width:768px){.hjaelpecenter-content{padding:100px 20px 60px}.hjaelpecenter-container{border-radius:16px;padding:40px 24px}.hjaelpecenter-header{margin-bottom:36px;padding-bottom:30px}.hjaelpecenter-header h1{font-size:clamp(28px,7vw,40px)}.hjaelpecenter-subtitle{font-size:16px}.contact-banner{margin-bottom:36px;padding:24px}.contact-banner h3{font-size:20px}.contact-banner-buttons{flex-direction:column}.contact-btn{width:100%}.faq-category{margin-bottom:36px}.faq-category-title{font-size:24px;margin-bottom:20px}.faq-question{font-size:16px;padding:16px 20px}.faq-answer-open{padding:0 20px 16px}.faq-answer p{font-size:15px}.help-footer{padding:32px 24px}.help-footer h3{font-size:24px}.help-footer-info{gap:16px;grid-template-columns:1fr}}@media (max-width:480px){.hjaelpecenter-content{padding:90px 16px 50px}.hjaelpecenter-container{padding:32px 20px}.hjaelpecenter-header h1{font-size:24px}.hjaelpecenter-subtitle{font-size:14px}.contact-banner{padding:20px}.contact-banner h3{font-size:18px}.contact-banner p,.contact-btn{font-size:14px}.contact-btn{padding:12px 20px}.faq-category-title{font-size:20px}.faq-question{font-size:15px}.faq-answer p{font-size:14px}.help-footer h3{font-size:20px}.help-footer>p{font-size:14px}.help-info-item{padding:16px}.help-info-item p{font-size:15px}}.notfound-page{background:#0a0a0a;overflow-x:hidden;width:100%}.notfound-section{align-items:center;background:#0a0a0a;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.notfound-section:before{background:radial-gradient(circle at 50% 50%,#6464ff08 0,#0000 60%),radial-gradient(circle at 80% 20%,#9664ff05 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.notfound-container{margin:0 auto;max-width:95vw;padding:0 2.5vw;position:relative;z-index:2}.notfound-content{margin:0 auto;max-width:800px;text-align:center}.notfound-code{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ffffff26,#a0a0ff14);-webkit-background-clip:text;background-clip:text;display:block;font-size:clamp(140px,22vw,240px);letter-spacing:-8px;line-height:.9;margin-bottom:40px;text-shadow:0 0 60px #a0a0ff1a}.notfound-code,.notfound-title{font-family:"Instrument Serif",Playfair Display,serif;font-weight:600}.notfound-title{color:#fff;font-size:clamp(36px,5vw,56px);letter-spacing:-1.5px;line-height:1.2;margin-bottom:20px}.notfound-description{color:#fff9;font-family:Lexend,sans-serif;font-size:18px;font-weight:400;line-height:1.7;margin-bottom:48px;margin-left:auto;margin-right:auto;max-width:540px}.notfound-btn{align-items:center;background:#fff;border-radius:100px;box-shadow:0 4px 12px #ffffff1a;color:#000;display:inline-flex;font-family:Lexend,sans-serif;font-size:16px;font-weight:500;gap:12px;padding:18px 40px;text-decoration:none;transition:all .3s ease}.notfound-btn:hover{box-shadow:0 12px 24px #fff3;transform:translateY(-3px)}.notfound-btn .arrow{font-size:20px;transition:transform .3s ease}.notfound-btn:hover .arrow{transform:translateX(6px)}@media (max-width:768px){.notfound-code{font-size:clamp(100px,18vw,160px);letter-spacing:-4px;margin-bottom:32px}.notfound-title{font-size:clamp(28px,6vw,42px)}.notfound-description{font-size:16px;margin-bottom:40px}.notfound-btn{font-size:15px;padding:16px 32px}}
/*# sourceMappingURL=main.800416ba.css.map*/