@charset "UTF-8";:root{line-height:1.5;font-weight:400;--color-foreground: #00f5ff;--color-foreground-rgb: 0, 245, 255;--color-secondary-text: #ffffff;--color-tertiary-text: #c87df4;--color-primary-text: #fff;--color-background: #fff;--color-button-background: #00f5ff;--color-button-secondary-background: #c87df4;--color-button-background-hover: #00f5ff;--color-button-secondary-background-hover: #c87df4;--color-button-background-boxshadow: 0, 245, 255;--color-button-secondary-background-boxshadow: 200, 125, 244;--color-button-text: #000;--color-button-secondary-text: #000;--gradient-text: 0deg, #888888 0%, #ffffff 75%}*,*:before,*:after{box-sizing:border-box}body{margin:0;position:relative;color:var(--color-foreground);font-family:Roboto,sans-serif}h1,.h1{font-size:clamp(40px,4vw,72px);margin-bottom:20px;line-height:1.1em;letter-spacing:-.035em}h2,.h2{font-size:clamp(28px,4vw,44px);margin-bottom:20px;line-height:1.1em;letter-spacing:-.035em}h1,h2,h3,h4,h5,h6{color:var(--color-foreground)}.btn{display:inline-block;background-color:transparent;color:#000;font-weight:700;border-radius:6px;text-decoration:none;transition:.3s;padding:10px 20px;border:none;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease;font-family:Roboto,sans-serif}.btn--primary{border:2px solid var(--color-button-background);box-shadow:0 0 10px rgba(var(--color-button-background-boxshadow),.6);background:var(--color-button-background)}.btn--primary:hover{background:var(--color-button-background-hover);box-shadow:0 0 15px rgba(var(--color-button-background-boxshadow),.9);color:var(--color-button-text)}.btn--secondary{border:2px solid var(--color-button-secondary-background);box-shadow:0 0 10px rgba(var(--color-button-secondary-background-boxshadow),.6);background:var(--color-button-secondary-background)}.btn--secondary:hover{background:var(--color-button-secondary-background-hover);box-shadow:0 0 15px rgba(var(--color-button-secondary-background-boxshadow),.9);color:var(--color-button-secondary-text)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;box-sizing:border-box}@media screen and (max-width:1024px){.container{max-width:960px}}@media screen and (max-width:768px){.container{max-width:100%;padding:0 16px}}#root{width:100%}body{padding:0;margin:0;box-sizing:border-box}.header{position:absolute;top:0;left:0;right:0;z-index:2;padding:10px 40px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(var(--color-foreground-rgb),.4)}@media screen and (max-width:768px){.header{padding:10px 20px}}.header .header__logo img{height:40px}.header .header__menu{display:flex;align-items:center;gap:30px}.header .header__menu .header__menu-item{color:#fff;text-decoration:none;border-bottom:1px solid var(--color-foreground);transition:.3s}.header .header__menu .header__menu-item:hover{color:var(--color-foreground)}@media screen and (max-width:768px){.header .header__menu{display:none}}.header .header__hamburger{display:none;font-size:24px;background:none;border:none;color:#fff;cursor:pointer}@media screen and (max-width:768px){.header .header__hamburger{display:block}}.drawer-overlay{position:fixed;inset:0;background:#0009;z-index:99;display:flex;justify-content:flex-end}.drawer{background:#111;width:260px;height:100%;padding:20px;box-shadow:-2px 0 8px #0006;display:flex;flex-direction:column;animation:slideIn .3s ease forwards}.drawer .language-dropdown{width:fit-content}.drawer__close{align-self:flex-end;font-size:20px;background:none;border:none;color:#fff;cursor:pointer}.drawer__menu{display:flex;flex-direction:column;gap:16px;margin-top:20px}.drawer__menu a{color:#fff;text-decoration:none;font-size:16px}.drawer__menu a:hover{color:var(--color-foreground)}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.language-dropdown{position:relative;display:inline-block}.btn-language{background:transparent;border:none;cursor:pointer;padding:6px;display:flex;color:var(--color-primary-text);align-items:center;transition:.3s}.btn-language:hover{color:var(--color-foreground)}.dropdown-menu{position:absolute;right:0;margin-top:8px;background:#111;border:1px solid #333;border-radius:6px;box-shadow:0 4px 12px #0006;padding:6px 0;min-width:160px;z-index:999}.dropdown-item{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;color:#fff;transition:background .2s}.dropdown-item:hover{background:#00f5ff1a}.dropdown-item.active{background:#00f5ff33}.icon-flag-circle{width:20px;height:20px;border-radius:50%}.footer{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;padding:0 40px;z-index:1;border-top:1px solid rgba(var(--color-foreground-rgb),.4)}@media screen and (max-width:768px){.footer{padding:10px 20px;flex-direction:column}.footer p{margin:10px 0}}.footer .footer__menu{display:flex;align-items:center;gap:10px}.footer .footer__menu a{text-decoration:none;font-size:14px;color:var(--color-secondary-text)}.main-section{width:100%;position:relative}.main-section:after{content:"";position:absolute;inset:0;background-color:#00000059}.main-section .main-section__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;height:fit-content;z-index:1;position:relative}@media screen and (max-width:768px){.main-section .main-section__wrapper{padding-top:100px;padding-bottom:200px}}.main-section .neon-text{font-size:clamp(30px,6vw,48px);font-weight:900;text-transform:uppercase;color:#fff;letter-spacing:2px;text-shadow:0 0 2px var(--color-foreground),0 0 2px var(--color-foreground),0 0 10px var(--color-foreground),0 0 20px var(--color-foreground)}.main-section .main-section__background{width:100%;object-fit:cover;height:100%;position:absolute;left:0;top:0}.main-section .main-section__left,.main-section .main-section__right{display:flex;align-items:center;justify-content:center}.main-section .cyber-card__img{width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0;z-index:-1;transition:all .3s ease;opacity:.7}.main-section .main-section__content{margin-top:80px;width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}@media screen and (max-width:768px){.main-section .main-section__content{grid-template-columns:1fr;gap:20px}}.main-section .main-section__right-title{color:var(--color-tertiary-text)}.main-section .main-section__subtitle{margin-top:0;color:var(--color-secondary-text)}.main-section .cyber-card{position:relative;width:100%;border:1px solid rgba(var(--color-button-background-boxshadow),.5);border-radius:8px;padding:24px;color:#fff;box-shadow:0 0 15px rgba(var(--color-button-background-boxshadow),.2);max-width:600px;overflow:hidden}.main-section .cyber-card--secondary{border:1px solid rgba(var(--color-button-secondary-background-boxshadow),.5);box-shadow:0 0 15px rgba(var(--color-button-secondary-background-boxshadow),.2)}.main-section .cyber-card:hover .cyber-card__img{opacity:1;transform:scale(1.05)}.main-section .neon-divider{position:relative;height:2px;background:radial-gradient(circle,#00f5ff,#00f5ff80 30%,#00f5ff00 70%)}.main-section .cyber-title{font-size:clamp(28px,4vw,32px);font-weight:900;letter-spacing:2px;color:var(--color-foreground);text-shadow:0 0 2px var(--color-foreground),0 0 3px var(--color-foreground);margin-bottom:8px}.main-section .cyber-title--secondary{color:var(--color-tertiary-text);text-shadow:0 0 2px var(--color-tertiary-text),0 0 3px var(--color-tertiary-text)}.main-section .cyber-subtext{margin-top:20px;font-size:clamp(14px,4vw,16px);color:var(--color-secondary-text);margin-bottom:20px}.main-section .cyber-link{display:inline-block;margin-top:16px;font-size:14px;color:var(--color-foreground);text-decoration:none}.main-section .cyber-link--secondary{color:var(--color-tertiary-text)}.main-section .cyber-link:hover{text-decoration:underline}
