:root{--primary:#ff2d78;--secondary:#0fc;--tertiary:#ffe04a;--background:#0a0a12;--surface:#0f0f1a;--surface-dim:#0f0f1a;--surface-bright:#1a1a2e;--surface-container:#141422;--surface-container-low:#111118;--surface-container-lowest:#0a0a12;--surface-container-high:#1e1e30;--surface-container-highest:#28283e;--on-background:#e8e0f0;--on-surface:#e8e0f0;--on-surface-variant:#a098b0;--on-primary:#1a0010;--on-secondary:#001a1a;--on-tertiary:#1a1000;--on-primary-container:#ffe0ec;--on-secondary-container:#c0fff4;--on-tertiary-container:#fff0c0;--outline:#5a5068;--outline-variant:#302840;--error:#f44;--error-container:#3d0f0f;--on-error:#1a0000;--on-error-container:#ffa0a0;--radius-sm:.125rem;--radius-md:.25rem;--radius-lg:.5rem;--radius-full:.75rem}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--on-surface);background-image:linear-gradient(#ff2d7808 1px,#0000 1px),linear-gradient(90deg,#ff2d7808 1px,#0000 1px);background-size:40px 40px;min-height:100vh;font-family:Inter,sans-serif;position:relative;overflow-x:hidden}body:before,body:after{content:"";pointer-events:none;z-index:0;filter:blur(100px);opacity:.35;border-radius:50%;width:32rem;height:32rem;animation:24s ease-in-out infinite bodyDrift;position:fixed;inset:auto}body:before{background:#ff2d7838;top:-8rem;left:-8rem}body:after{background:#00ffcc2e;animation-delay:-12s;bottom:-8rem;right:-10rem}#root{z-index:1;position:relative}.app-shell{isolation:isolate;min-height:100vh;position:relative}.app-shell__animation-layer{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.app-shell__animation-layer>*{width:100%;height:100%}.app-shell__main{z-index:1;position:relative}.app-shell__ambient{filter:blur(110px);pointer-events:none;opacity:.25;z-index:0;border-radius:50%;width:28rem;height:28rem;animation:18s ease-in-out infinite appAmbientDrift;position:fixed;inset:auto}.app-shell__ambient--primary{background:#ff2d784d;top:18vh;right:-8rem}.app-shell__ambient--secondary{background:#00ffcc38;animation-delay:-9s;bottom:12vh;left:-10rem}.font-headline,.font-display{font-family:Sora,sans-serif}.font-body{font-family:Inter,sans-serif}.font-label{font-family:Space Grotesk,monospace}.neon-text-primary{text-shadow:0 0 8px var(--primary)}.neon-text-secondary{text-shadow:0 0 8px var(--secondary)}.neon-text-tertiary{text-shadow:0 0 8px var(--tertiary)}.neon-border-primary{border:1px solid #ff2d784d;box-shadow:inset 0 0 12px #ff2d781a}.neon-border-secondary{border:1px solid #00ffcc4d;box-shadow:inset 0 0 12px #00ffcc1a}.neon-border-tertiary{border:1px solid #ffe04a4d;box-shadow:inset 0 0 12px #ffe04a1a}.glass-panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#141422b3}.terminal-glow{box-shadow:inset 0 0 20px #ff2d780d}.scanline{pointer-events:none;background:#ffffff0d;width:100%;height:2px;position:absolute;top:0;left:0}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24}@keyframes bodyDrift{0%,to{transform:translate(0,0)scale(1)}50%{transform:translate(4vw,2vh)scale(1.08)}}@keyframes appAmbientDrift{0%,to{transform:translate(0,0)rotate(0)}50%{transform:translateY(-1.5rem)rotate(12deg)}}@media (prefers-reduced-motion:reduce){body:before,body:after,.app-shell__ambient{animation:none}}::selection{background-color:var(--primary);color:var(--on-primary)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--surface-container-low)}::-webkit-scrollbar-thumb{background:var(--outline);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.whatsapp-fab{z-index:200;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:1.75rem;right:1.75rem;box-shadow:0 4px 20px #25d36673}.whatsapp-fab:hover{transform:scale(1.1);box-shadow:0 6px 30px #25d36699}.whatsapp-fab:active{transform:scale(.95)}.whatsapp-fab__icon{color:#fff;z-index:1;width:1.75rem;height:1.75rem;position:relative}.whatsapp-fab__tooltip{color:#fff;letter-spacing:.05em;white-space:nowrap;border-radius:var(--radius-sm);pointer-events:none;opacity:0;background:#0f0f1aeb;border:1px solid #25d36659;padding:.4rem .75rem;font-family:Space Grotesk,monospace;font-size:.78rem;font-weight:600;transition:opacity .2s;position:absolute;top:50%;right:calc(100% + .65rem);transform:translateY(-50%)}.whatsapp-fab:hover .whatsapp-fab__tooltip{opacity:1}.whatsapp-fab__pulse{background:#25d36666;border-radius:50%;animation:2.4s ease-out infinite waPulse;position:absolute;inset:0}@keyframes waPulse{0%{opacity:.7;transform:scale(1)}70%{opacity:0;transform:scale(1.7)}to{opacity:0;transform:scale(1.7)}}@media (prefers-reduced-motion:reduce){.whatsapp-fab__pulse{animation:none}}.top-app-bar{-webkit-backdrop-filter:blur(14px);z-index:50;background:#0a0a12d9;border-bottom:1px solid #f5a62333;justify-content:space-between;align-items:center;width:100%;padding:.5rem 1.5rem;display:flex;position:sticky;top:0}.top-app-bar__left{align-items:center;gap:1rem;display:flex}.top-app-bar__menu-btn{cursor:pointer;color:#c8c0dcb3;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.4rem;transition:color .2s;display:flex}.top-app-bar__menu-btn:hover{color:#f5a623}@media (width>=768px){.top-app-bar__menu-btn{display:none}}.top-app-bar__logo{align-items:center;display:flex}.top-app-bar__logo-img{object-fit:contain;width:4rem;height:4rem}.top-app-bar__nav{align-items:center;gap:2rem;display:none}@media (width>=768px){.top-app-bar__nav{display:flex}}.top-app-bar__nav-link{letter-spacing:.01em;color:#c8c0dca6;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.top-app-bar__nav-link:after{content:"";background:#f5a623;width:0;height:2px;transition:width .25s;position:absolute;bottom:-4px;left:0}.top-app-bar__nav-link:hover{color:#e8e0f0}.top-app-bar__nav-link:hover:after,.top-app-bar__nav-link.active:after{width:100%}.top-app-bar__nav-link.active{color:#f5a623}.hero-section{isolation:isolate;flex-direction:row;min-height:90vh;padding-top:4.5rem;display:flex;position:relative;overflow:hidden}.hero-section__sidebar{z-index:10;border-right:1px solid #f5a62333;flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:center;width:64px;padding:2.5rem 0 2rem;display:flex}.hero-section__sidebar-icons{flex-direction:column;align-items:center;gap:2.25rem;display:flex}.hero-section__sidebar-icon-btn{cursor:pointer;background:0 0;border:none;padding:0;line-height:1}.hero-section__sidebar-icon{color:#c8c0dc73;cursor:pointer;font-variation-settings:"FILL" 0, "wght" 300;-webkit-user-select:none;user-select:none;font-size:22px;transition:color .2s;display:block}.hero-section__sidebar-icon-btn:hover .hero-section__sidebar-icon,.hero-section__sidebar-icon:hover{color:#f5a623}.hero-section__sidebar-accent{background:#f5a623;border-radius:3px;width:22px;height:22px}.hero-section__main{z-index:5;flex-direction:column;flex:1;justify-content:center;min-width:0;max-width:58%;padding:5rem 3.5rem 5rem 3rem;display:flex}.hero-section__badge{background:#f5a62312;border:1px solid #f5a62373;border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.75rem;padding:.28rem .9rem;display:inline-flex}.hero-section__badge-dot{background:#f5a623;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite heroBadgePulse}.hero-section__badge-text{letter-spacing:.12em;text-transform:uppercase;color:#f5a623;font-family:Inter,sans-serif;font-size:.68rem;font-weight:500}.hero-section__headline{letter-spacing:-.02em;text-transform:uppercase;white-space:nowrap;background:linear-gradient(175deg,#e8e0f0 15%,#5a5272 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.75rem;font-family:Anton,Sora,sans-serif;font-size:clamp(56px,10.5vw,130px);font-weight:900;line-height:.93}.hero-section__sub{color:#9890a8;max-width:440px;margin-bottom:1.75rem;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:400;line-height:1.75}.hero-section__case-link{border-left:3px solid #f5a623;margin-bottom:2.25rem;padding-left:.85rem}.hero-section__case-link a{color:#b0a8c0;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.hero-section__case-link a:hover{color:#f5a623}.hero-section__actions{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.hero-section__btn{letter-spacing:.01em;cursor:pointer;border-radius:4px;padding:.9rem 2.4rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .2s,background .2s,box-shadow .2s;display:inline-block}.hero-section__btn--primary{color:#fff;background:#111;border:1.5px solid #333}.hero-section__btn--primary:hover{background:#1e1e1e;transform:scale(1.03);box-shadow:0 0 24px #f5a62333}.hero-section__globe{color:#b4acc880;font-variation-settings:"FILL" 0, "wght" 200;font-size:26px;transition:color .2s}.hero-section__globe:hover{color:#f5a623}.hero-section__visual{pointer-events:none;z-index:2;width:52%;position:absolute;top:4.5rem;bottom:0;right:0;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 22%);mask-image:linear-gradient(90deg,#0000 0%,#000 22%)}.hero-section__warm-zone{filter:blur(30px);background:radial-gradient(70% 80% at 60% 85%,#f5a62338 0%,#c8823c1f 45%,#0000 72%);width:90%;height:85%;position:absolute;bottom:0;right:0}.hero-section__robot-img{object-fit:contain;object-position:right bottom;filter:drop-shadow(-18px 0 45px #f5a62347);width:auto;height:94%;animation:5s ease-in-out infinite robotFloat;position:absolute;bottom:0;right:0}.hero-section__gradient{background:linear-gradient(to top, var(--background), transparent);z-index:8;pointer-events:none;width:100%;height:8rem;position:absolute;bottom:0;left:0}.hero-section__reveal{opacity:0;animation:.75s forwards heroReveal;transform:translateY(1.25rem)}.hero-section__reveal--1{animation-delay:.1s}.hero-section__reveal--2{animation-delay:.25s}.hero-section__reveal--3{animation-delay:.42s}.hero-section__reveal--4{animation-delay:.56s}.hero-section__reveal--5{animation-delay:.7s}@keyframes heroReveal{0%{opacity:0;filter:blur(8px);transform:translateY(1.25rem)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes heroBadgePulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes robotFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (width<=1024px){.hero-section__main{max-width:60%}.hero-section__visual{width:46%}}@media (width<=768px){.hero-section{flex-direction:column;min-height:auto;padding-bottom:0}.hero-section__sidebar{display:none}.hero-section__main{justify-content:flex-start;max-width:100%;padding:2.5rem 1.5rem 1rem}.hero-section__headline{white-space:normal;font-size:clamp(42px,13vw,68px)}.hero-section__sub{max-width:100%;font-size:.95rem}.hero-section__visual{width:100%;height:52vw;min-height:220px;max-height:320px;display:block;position:relative;top:auto;right:auto;-webkit-mask-image:none;mask-image:none}.hero-section__warm-zone{display:none}.hero-section__robot-img{object-position:right bottom;filter:drop-shadow(-10px 0 30px #f5a62340);width:auto;height:100%;position:absolute;bottom:0;right:0}}@media (width<=480px){.hero-section__btn{text-align:center;width:100%}.hero-section__actions{flex-direction:column;align-items:flex-start}.hero-section__visual{height:60vw;max-height:280px}}@media (prefers-reduced-motion:reduce){.hero-section__reveal{opacity:1;filter:none;animation:none;transform:none}.hero-section__badge-dot,.hero-section__robot-img{animation:none}}.hero-search-overlay{z-index:200;-webkit-backdrop-filter:blur(10px);background:#0a0a12d9;justify-content:center;align-items:flex-start;padding-top:18vh;animation:.18s searchFadeIn;display:flex;position:fixed;inset:0}.hero-search-box{width:100%;max-width:620px;margin:0 1.5rem}.hero-search-box form{background:#141424fa;border:1px solid #f5a62380;border-radius:8px;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex;box-shadow:0 0 50px #f5a6231f,0 20px 60px #00000080}.hero-search-icon{color:#f5a623;font-variation-settings:"FILL" 0, "wght" 300;flex-shrink:0;font-size:22px}.hero-search-input{color:#e8e0f0;caret-color:#f5a623;background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:400}.hero-search-input::placeholder{color:#a098b080}.hero-search-submit{cursor:pointer;color:#111;background:#f5a623;border:none;border-radius:4px;flex-shrink:0;align-items:center;padding:.3rem .4rem;transition:background .2s;display:flex}.hero-search-submit:hover{background:#e69510}.hero-search-submit .material-symbols-outlined{font-size:18px}.hero-search-close{cursor:pointer;color:#a098b080;background:0 0;border:none;flex-shrink:0;align-items:center;padding:0;transition:color .2s;display:flex}.hero-search-close:hover{color:#f5a623}.hero-search-hint{color:#a098b066;letter-spacing:.02em;margin-top:.6rem;padding-left:.25rem;font-family:Inter,sans-serif;font-size:.72rem}@keyframes searchFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.tech-stack{background:var(--surface-container-low);border-top:1px solid #3028404d;border-bottom:1px solid #3028404d;padding:3rem 0}.tech-stack__container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.tech-stack__list{opacity:.6;filter:grayscale();flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;transition:all .5s;display:flex}@media (width>=768px){.tech-stack__list{gap:4rem}}.tech-stack__list:hover{opacity:1;filter:grayscale(0%)}.tech-stack__item{letter-spacing:-.05em;color:var(--on-surface);font-family:Space Grotesk,monospace;font-size:1.25rem;font-weight:700}.service-card{background:var(--surface-container-high);border-radius:var(--radius-lg);border:1px solid var(--outline-variant);flex-direction:column;gap:1.25rem;min-width:0;padding:1.75rem;transition:transform .35s,border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff05,0 18px 40px #0000002e}.service-card:hover{transform:translateY(-6px)}.service-card--primary{border:1px solid #ff2d784d;box-shadow:inset 0 0 12px #ff2d781a}.service-card--secondary{border:1px solid #00ffcc4d;box-shadow:inset 0 0 12px #00ffcc1a}.service-card--tertiary{border:1px solid #ffe04a4d;box-shadow:inset 0 0 12px #ffe04a1a}.service-card--default{border:1px solid var(--outline-variant)}.service-card__header{justify-content:space-between;align-items:flex-start;min-width:0;margin-bottom:.5rem;display:flex}.service-card__icon-wrapper{flex:1;min-width:0}.service-card__icon{margin-bottom:.85rem;font-size:2rem;display:block}.service-card--primary .service-card__icon{color:var(--primary)}.service-card--secondary .service-card__icon{color:var(--secondary)}.service-card--tertiary .service-card__icon{color:var(--tertiary)}.service-card--default .service-card__icon{color:var(--on-surface-variant)}.service-card__title{color:var(--on-surface);word-wrap:break-word;overflow-wrap:break-word;min-width:0;margin:0;font-family:Sora,sans-serif;font-size:1.35rem;font-weight:700}.service-card__number{opacity:.2;color:var(--primary);font-family:Space Grotesk,monospace;font-size:2.75rem;font-weight:900;line-height:1}.service-card__description{color:var(--on-surface-variant);margin:0;font-size:.95rem;line-height:1.625}.service-card__features{flex-direction:column;gap:.75rem;margin:0;display:flex}@media (width>=900px){.service-card__features{flex-direction:row;gap:1.25rem}}.service-card__feature-list{margin:0;padding:0;list-style:none}.service-card__feature-list:not(:last-child){margin-bottom:0}@media (width<=767px){.service-card__feature-list:not(:last-child){margin-bottom:1rem}}.service-card__feature-item{color:var(--on-surface-variant);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;display:flex}.service-card__feature-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:.25rem;height:.25rem}.service-card__tags{flex-wrap:wrap;gap:.75rem;min-width:0;margin:0;display:flex}.service-card__links{justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem;display:flex}.service-card__link{text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;font-family:Space Grotesk,monospace;font-size:.75rem;font-weight:700;text-decoration:none;display:flex}.service-card--primary .service-card__link{color:var(--primary)}.service-card--secondary .service-card__link{color:var(--secondary)}.service-card--tertiary .service-card__link{color:var(--tertiary)}.service-card--default .service-card__link{color:var(--on-surface-variant)}.service-card--primary .service-card__tag{color:#ff2d78cc;background:#ff2d781a;border:1px solid #ff2d7833}.service-card--secondary .service-card__tag{color:#0fcc;background:#00ffcc1a;border:1px solid #0fc3}.service-card--tertiary .service-card__tag{color:#ffe04acc;background:#ffe04a1a;border:1px solid #ffe04a33}.service-card--default .service-card__tag{color:var(--on-surface-variant);background:#ffffff0d;border:1px solid #ffffff1a}.service-card__tags--solid .service-card__tag{background:var(--primary);color:#fff;border:none}.service-card__tag{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.3rem .7rem;font-family:Space Grotesk,monospace;font-size:.7rem}.services-section{max-width:100%;margin:0 auto;padding:6rem 1.5rem;overflow-x:hidden}.services-section__header{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:4rem;display:flex}@media (width>=768px){.services-section__header{flex-direction:row;align-items:flex-end}}.services-section__header-left{flex:1}.services-section__title{color:var(--on-surface);margin:0 0 .5rem;font-family:Sora,sans-serif;font-size:2.25rem;font-weight:700}.services-section__subtitle{text-transform:uppercase;letter-spacing:.1em;color:var(--on-surface-variant);margin:0;font-family:Space Grotesk,monospace;font-size:.875rem;font-style:italic}.services-section__header-divider{background:var(--outline-variant);flex-grow:1;height:1px;margin:0 2rem;display:none}@media (width>=768px){.services-section__header-divider{display:block}}.services-section__header-dots{gap:.5rem;display:flex}.services-section__dot{border-radius:50%;width:.5rem;height:.5rem}.services-section__dot--primary{background:var(--primary)}.services-section__dot--secondary{background:var(--secondary)}.services-section__dot--tertiary{background:var(--tertiary)}.services-section__grid{flex-wrap:wrap;gap:1.5rem;width:100%;display:flex}.services-section__grid>.service-card{flex:320px;min-width:0}.services-section__optimization-card{background:var(--surface-container-highest);border-radius:var(--radius-lg);border:1px solid var(--outline-variant);flex-direction:column;flex:100%;gap:3rem;padding:2rem;display:flex}@media (width>=768px){.services-section__optimization-card{flex-direction:row;align-items:center}}.services-section__optimization-content{flex:1}.services-section__optimization-title{color:var(--on-surface);margin:0 0 1.5rem;font-family:Sora,sans-serif;font-size:1.5rem;font-weight:700}.services-section__optimization-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=640px){.services-section__optimization-grid{grid-template-columns:repeat(2,1fr);gap:1rem 2rem}}.services-section__optimization-subtitle{text-transform:uppercase;letter-spacing:.1em;margin:0 0 .5rem;font-family:Space Grotesk,monospace;font-size:.75rem}.services-section__optimization-subtitle--primary{color:var(--primary)}.services-section__optimization-subtitle--secondary{color:var(--secondary)}.services-section__optimization-text{color:var(--on-surface-variant);margin:0;font-size:.875rem;line-height:1.5}.services-section__optimization-icons{flex-shrink:0;grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.services-section__optimization-icon{background:var(--surface-container-low);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:4rem;height:4rem;display:flex}.services-section__optimization-icon--primary{border:1px solid #ff2d7833}.services-section__optimization-icon--primary .material-symbols-outlined{color:var(--primary);opacity:.5}.services-section__optimization-icon--secondary{border:1px solid #0fc3}.services-section__optimization-icon--secondary .material-symbols-outlined{color:var(--secondary);opacity:.5}.services-section__optimization-icon--tertiary{border:1px solid #ffe04a33}.services-section__optimization-icon--tertiary .material-symbols-outlined{color:var(--tertiary);opacity:.5}.services-section__optimization-icon--surface{border:1px solid #e8e0f033}.services-section__optimization-icon--surface .material-symbols-outlined{color:var(--on-surface);opacity:.5}.cta-section{padding:6rem 0;position:relative;overflow:hidden}.cta-section__background{z-index:-1;background:#ff2d780d;position:absolute;inset:0;transform:skewY(-3deg)translateY(3rem)}.cta-section__container{text-align:center;max-width:64rem;margin:0 auto;padding:0 1.5rem}.cta-section__title{color:var(--on-surface);letter-spacing:-.05em;text-transform:uppercase;margin:0 0 2rem;font-family:Sora,sans-serif;font-size:2.25rem;font-weight:900}@media (width>=768px){.cta-section__title{font-size:3.75rem}}.cta-section__title-accent{color:var(--primary);font-style:italic}.cta-section__description{color:var(--on-surface-variant);margin:0 0 3rem;font-family:Inter,sans-serif;font-size:1.125rem}.cta-section__button-wrapper{display:inline-block;position:relative}.cta-section__button-glow{background:var(--primary);filter:blur(3rem);opacity:.3;border-radius:9999px;animation:2s infinite pulse;position:absolute;inset:0}@keyframes pulse{0%,to{opacity:.3}50%{opacity:.5}}.cta-section__button{z-index:10;background:var(--on-surface);color:var(--background);text-transform:uppercase;letter-spacing:.2em;border:1px solid #ffffff26;padding:1.25rem 3rem;font-family:Sora,sans-serif;font-weight:800;text-decoration:none;transition:color .3s,background-color .3s;display:block;position:relative}.cta-section__button:hover{background:var(--primary);color:var(--on-primary)}.footer{border-top:1px solid var(--outline-variant);background:linear-gradient(180deg, #ff2d780a, transparent 40%), linear-gradient(0deg, #00ffcc0a, transparent 35%), var(--background);width:100%;padding-top:3rem;padding-bottom:2rem;position:relative;overflow:hidden}.footer--with-sidenav{margin-left:4rem}@media (width>=768px){.footer--with-sidenav{margin-left:5rem}}.footer__container{z-index:1;flex-direction:column;align-items:center;gap:1.5rem;max-width:80rem;margin:0 auto;padding:0 2rem;display:flex;position:relative}.footer__scanline{opacity:.2;background-image:linear-gradient(90deg,#0000,#ffffff14,#0000);background-repeat:no-repeat;background-size:40% 100%;animation:9s linear infinite footerScan;position:absolute;inset:0}@media (width>=768px){.footer__container{flex-direction:row;justify-content:space-between}}.footer__logo-section{align-items:center;gap:.75rem;display:flex}.footer__logo{object-fit:contain;border-radius:var(--radius-sm);width:4rem;height:4rem}.footer__logo-text{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;font-family:Sora,sans-serif;font-size:1.125rem;font-weight:700}.footer__links{gap:2rem;display:flex}.footer__link{text-transform:uppercase;letter-spacing:.1em;color:#a098b099;font-family:Space Grotesk,monospace;font-size:.75rem;text-decoration:none;transition:color .3s}.footer__link:hover{color:var(--tertiary)}.footer__fade{opacity:0;animation:.7s forwards footerFade;transform:translateY(.75rem)}.footer__fade--1{animation-delay:.15s}.footer__fade--2{animation-delay:.3s}.footer__fade--3{animation-delay:.45s}.footer__copyright{text-transform:uppercase;letter-spacing:.1em;color:var(--secondary);font-family:Space Grotesk,monospace;font-size:.75rem;font-weight:700}@keyframes footerScan{0%{transform:translate(-30%)}to{transform:translate(160%)}}@keyframes footerFade{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.footer__scanline,.footer__fade{animation:none}.footer__fade{opacity:1;transform:none}}.mobile-drawer{z-index:60;background:var(--surface-container-highest);border-right:1px solid #f5a6234d;flex-direction:column;width:20rem;height:100vh;animation:.28s slideIn;display:flex;position:fixed;inset:0;box-shadow:10px 0 30px #00000080}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.mobile-drawer__header{border-bottom:1px solid #f5a62326;justify-content:space-between;align-items:center;padding:1.75rem 1.5rem;display:flex}.mobile-drawer__title{letter-spacing:.12em;text-transform:uppercase;color:#f5a623;font-family:Inter,sans-serif;font-size:.8rem;font-weight:700}.mobile-drawer__close-btn{cursor:pointer;color:#c8c0dc99;background:0 0;border:none;border-radius:4px;align-items:center;padding:.4rem;transition:color .2s;display:flex}.mobile-drawer__close-btn:hover{color:#f5a623}.mobile-drawer__nav{flex:1;padding:.75rem 0}.mobile-drawer__nav-item{color:#c8c0dca6;border-left:3px solid #0000;align-items:center;gap:.875rem;padding:.9rem 1.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.mobile-drawer__nav-item .material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 300;font-size:20px}.mobile-drawer__nav-item:hover{color:#e8e0f0;background:#f5a6230f;border-left-color:#f5a6234d}.mobile-drawer__nav-item.active{color:#f5a623;background:#f5a62314;border-left-color:#f5a623}.mobile-drawer__status{border-top:1px solid #f5a6231a;padding:1.25rem 1.5rem}.mobile-drawer__status-box{color:#f5a62380;background:#f5a6230a;border:1px solid #f5a62326;border-radius:4px;padding:.875rem;font-family:Space Grotesk,monospace;font-size:.72rem;line-height:1.6}
