*{margin:0;padding:0;box-sizing:border-box}:root{--crossfire-primary: #6A00FF;--crossfire-secondary: #8A2BE2;--crossfire-accent: #FF4D9D;--crossfire-bg: #0D001A;--crossfire-surface: #1A0033;--crossfire-text-primary: #FFFFFF;--crossfire-text-secondary: #D1B3FF;--crossfire-border: #2A0050}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;background:var(--crossfire-bg);color:var(--crossfire-text-primary);line-height:1.6;font-weight:300}.crossfire{min-height:100vh}.crossfire-header{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid transparent;padding:1.5rem 0;position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.crossfire-header--scrolled{background:#0d001af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--crossfire-border)}.crossfire-header__container{max-width:1200px;margin:0 auto;padding:0 3rem;display:flex;justify-content:space-between;align-items:center}.crossfire-header__logo{font-size:1.5rem;font-weight:300;display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,var(--crossfire-primary),var(--crossfire-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.crossfire-header__logo-icon{width:28px;height:28px;stroke-width:1.5;color:var(--crossfire-accent);flex-shrink:0}.crossfire-header__logo-text{letter-spacing:.1em}.crossfire-header__nav{display:flex;gap:2rem;align-items:center}.crossfire-header__link{color:var(--crossfire-text-secondary);text-decoration:none;font-size:.9375rem;transition:color .3s}.crossfire-header__link:hover{color:var(--crossfire-accent)}.crossfire-header__cta{padding:.625rem 1.5rem;background:var(--crossfire-primary);color:var(--crossfire-text-primary);text-decoration:none;border-radius:4px;font-size:.9375rem;transition:all .3s}.crossfire-header__cta:hover{background:var(--crossfire-secondary);transform:translateY(-2px)}.crossfire-main{padding-top:5rem}.crossfire-intro{padding:8rem 3rem 6rem;text-align:center;max-width:900px;margin:0 auto;position:relative}.crossfire-intro:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background-image:linear-gradient(rgba(106,0,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(106,0,255,.1) 1px,transparent 1px);background-size:50px 50px;z-index:0;pointer-events:none;opacity:.3}.crossfire-intro>*{position:relative;z-index:1}.crossfire-intro__badge{display:inline-block;padding:.5rem 1.25rem;background:var(--crossfire-surface);border:1px solid var(--crossfire-border);border-radius:20px;font-size:.875rem;color:var(--crossfire-accent);margin-bottom:2rem;text-transform:uppercase;letter-spacing:.1em}.crossfire-intro__heading{font-size:4rem;font-weight:300;line-height:1.2;margin-bottom:1.5rem}.crossfire-intro__highlight{background:linear-gradient(135deg,var(--crossfire-primary),var(--crossfire-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.crossfire-intro__text{font-size:1.25rem;color:var(--crossfire-text-secondary);line-height:1.7;margin-bottom:3rem}.crossfire-intro__buttons{display:flex;gap:1.5rem;justify-content:center}.crossfire-intro__button{padding:1rem 2.5rem;text-decoration:none;font-size:1rem;font-weight:500;border-radius:50px;transition:all .3s;display:inline-flex;align-items:center;gap:.5rem}.crossfire-intro__button-icon{width:20px;height:20px;stroke-width:2}.crossfire-intro__button--primary{background:var(--crossfire-primary);color:var(--crossfire-text-primary);border:2px solid var(--crossfire-primary)}.crossfire-intro__button--primary:hover{background:var(--crossfire-secondary);border-color:var(--crossfire-secondary);transform:translateY(-2px)}.crossfire-intro__button--secondary{background:transparent;color:var(--crossfire-text-primary);border:2px solid var(--crossfire-accent)}.crossfire-intro__button--secondary:hover{background:var(--crossfire-accent);border-color:var(--crossfire-accent);transform:translateY(-2px)}.crossfire-about{padding:6rem 3rem;background:var(--crossfire-bg)}.crossfire-about__container{max-width:1000px;margin:0 auto}.crossfire-about__label{font-size:.875rem;color:var(--crossfire-accent);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem}.crossfire-about__title{font-size:2.5rem;font-weight:400;margin-bottom:1.5rem;line-height:1.3}.crossfire-about__description{font-size:1.125rem;color:var(--crossfire-text-secondary);line-height:1.8;margin-bottom:3rem}.crossfire-about__stats{display:flex;gap:4rem;padding-top:2rem;border-top:1px solid var(--crossfire-border)}.crossfire-about__stat{flex:1}.crossfire-about__stat-value{font-size:2.5rem;font-weight:700;color:var(--crossfire-accent);margin-bottom:.5rem}.crossfire-about__stat-label{font-size:.875rem;color:var(--crossfire-text-secondary);text-transform:uppercase;letter-spacing:.1em}.crossfire-tech{padding:6rem 3rem}.crossfire-tech__title{font-size:2.5rem;font-weight:400;text-align:center;margin-bottom:4rem}.crossfire-tech__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.crossfire-tech__card{padding:3rem 2rem;background:var(--crossfire-surface);border:1px solid var(--crossfire-border);border-radius:8px;text-align:center;transition:all .3s;cursor:default;min-height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.crossfire-tech__card-icon{width:48px;height:48px;color:var(--crossfire-accent);margin-bottom:1.5rem;stroke-width:1.5}.crossfire-tech__card:hover{border-color:var(--crossfire-primary);transform:translateY(-4px);box-shadow:0 8px 24px #6a00ff4d}.crossfire-tech__card-name{font-size:1.25rem;font-weight:500;margin-bottom:.75rem}.crossfire-tech__card-desc{font-size:.9375rem;color:var(--crossfire-text-secondary)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.crossfire-services{padding:6rem 3rem;background:var(--crossfire-bg)}.crossfire-services__content{max-width:1400px;margin:0 auto}.crossfire-services__title{font-size:2.5rem;font-weight:400;margin-bottom:1rem;text-align:center}.crossfire-services__subtitle{font-size:1.125rem;color:var(--crossfire-text-secondary);text-align:center;margin-bottom:3rem}.crossfire-services__list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.crossfire-services__item{display:flex;padding:2.5rem;background:var(--crossfire-surface);border:1px solid var(--crossfire-border);border-radius:8px;transition:all .3s;position:relative;overflow:hidden;min-height:180px;align-items:center}.crossfire-services__item:before{content:attr(data-number);position:absolute;top:50%;right:2rem;transform:translateY(-50%);font-size:6rem;font-weight:700;color:var(--crossfire-primary);opacity:.1;z-index:0;pointer-events:none}.crossfire-services__item:hover{border-color:var(--crossfire-accent)}.crossfire-services__info{flex:1;position:relative;z-index:1}.crossfire-services__icon-svg{width:40px;height:40px;color:var(--crossfire-accent);stroke-width:2;margin-bottom:1.5rem}.crossfire-services__name{font-size:1.25rem;font-weight:500;margin-bottom:.5rem}.crossfire-services__desc{font-size:1rem;color:var(--crossfire-text-secondary);line-height:1.6}.crossfire-team{padding:6rem 3rem;background:var(--crossfire-bg)}.crossfire-team__container{max-width:1200px;margin:0 auto}.crossfire-team__title{font-size:2.5rem;font-weight:400;text-align:center;margin-bottom:1rem}.crossfire-team__subtitle{font-size:1.125rem;color:var(--crossfire-text-secondary);text-align:center;margin-bottom:4rem}.crossfire-team__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.crossfire-team__card{padding:3rem 2.5rem;background:var(--crossfire-surface);border:1px solid var(--crossfire-border);border-radius:8px;text-align:center;transition:all .3s;min-height:280px;display:flex;flex-direction:column;justify-content:center}.crossfire-team__card:hover{border-color:var(--crossfire-accent);transform:translateY(-4px)}.crossfire-team__name{font-size:1.5rem;font-weight:500;margin-bottom:.5rem}.crossfire-team__role{font-size:1rem;color:var(--crossfire-accent);margin-bottom:1.5rem;font-weight:500}.crossfire-team__bio{font-size:.9375rem;color:var(--crossfire-text-secondary);line-height:1.7}.crossfire-cta{padding:8rem 3rem;text-align:center}.crossfire-cta__content{max-width:700px;margin:0 auto}.crossfire-cta__title{font-size:3rem;font-weight:400;margin-bottom:1.5rem;line-height:1.2}.crossfire-cta__text{font-size:1.125rem;color:var(--crossfire-text-secondary);margin-bottom:2.5rem;line-height:1.7}.crossfire-cta__button{display:inline-block;padding:1rem 3rem;background:linear-gradient(135deg,var(--crossfire-primary),var(--crossfire-accent));color:var(--crossfire-text-primary);text-decoration:none;border-radius:6px;font-size:1.125rem;font-weight:500;transition:all .3s}.crossfire-cta__button:hover{transform:translateY(-4px);box-shadow:0 12px 32px #6a00ff66}.crossfire-footer{padding:4rem 3rem 2rem;border-top:1px solid var(--crossfire-border);background:var(--crossfire-bg)}.crossfire-footer__container{max-width:1200px;margin:0 auto}.crossfire-footer__main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--crossfire-border)}.crossfire-footer__brand{max-width:300px}.crossfire-footer__logo{font-size:1.75rem;font-weight:300;display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,var(--crossfire-primary),var(--crossfire-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.crossfire-footer__logo-icon{width:32px;height:32px;stroke-width:1.5;color:var(--crossfire-accent);flex-shrink:0}.crossfire-footer__tagline{font-size:.9375rem;color:var(--crossfire-text-secondary);line-height:1.6;margin-bottom:1.5rem}.crossfire-footer__email{display:flex;align-items:center;gap:.5rem}.crossfire-footer__email-icon{width:18px;height:18px;color:var(--crossfire-accent);stroke-width:2;flex-shrink:0}.crossfire-footer__email-link{color:var(--crossfire-text-secondary);text-decoration:none;font-size:.9375rem;transition:color .3s}.crossfire-footer__email-link:hover{color:var(--crossfire-accent)}.crossfire-footer__title{font-size:1rem;font-weight:500;color:var(--crossfire-text-primary);margin-bottom:1.5rem}.crossfire-footer__list{list-style:none;display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start}.crossfire-footer__bottom{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--crossfire-text-secondary)}.crossfire-footer__location,.crossfire-footer__copyright{color:var(--crossfire-text-secondary)}.crossfire-footer__link{color:var(--crossfire-text-secondary);text-decoration:none;font-size:.875rem;transition:color .3s}.crossfire-footer__link:hover{color:var(--crossfire-accent)}.crossfire-footer__link--icon{display:flex;align-items:center;gap:.75rem}.crossfire-footer__link--icon-only{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;transition:all .3s}.crossfire-footer__link--icon-only:hover{transform:scale(1.1)}.crossfire-footer__icon{width:20px;height:20px;stroke-width:2;flex-shrink:0}@media (max-width: 768px){.crossfire-header__container{padding:0 2rem}.crossfire-header__logo{font-size:1.25rem}.crossfire-header__logo-icon{width:24px;height:24px}.crossfire-header__nav{display:none}.crossfire-header__link{font-size:.875rem}.crossfire-header__cta{padding:.5rem 1rem;font-size:.875rem}.crossfire-main{padding-top:4rem}.crossfire-intro{padding:4rem 2rem 3rem}.crossfire-intro__heading{font-size:2.5rem;line-height:1.1}.crossfire-intro__text{font-size:1.125rem;margin-bottom:2rem}.crossfire-intro__buttons{flex-direction:column;gap:1rem;align-items:center}.crossfire-intro__button{width:100%;max-width:280px;justify-content:center}.crossfire-about,.crossfire-tech,.crossfire-services,.crossfire-team,.crossfire-cta{padding:3rem 2rem}.crossfire-about__title,.crossfire-tech__title,.crossfire-services__title,.crossfire-team__title{font-size:2rem;margin-bottom:1.5rem}.crossfire-about__description,.crossfire-services__subtitle,.crossfire-team__subtitle{font-size:1rem}.crossfire-about__stats{flex-direction:column;gap:2rem;text-align:center}.crossfire-about__stat-value{font-size:2rem}.crossfire-tech__grid{grid-template-columns:1fr;gap:1.5rem}.crossfire-tech__card{padding:2rem 1.5rem;min-height:160px}.crossfire-tech__card-icon{width:40px;height:40px;margin-bottom:1rem}.crossfire-tech__card-name{font-size:1.125rem}.crossfire-services__list{grid-template-columns:1fr;gap:1.5rem}.crossfire-services__item{padding:2rem 1.5rem;min-height:140px}.crossfire-services__item:before{font-size:4rem;right:1rem}.crossfire-services__icon-svg{width:32px;height:32px;margin-bottom:1rem}.crossfire-services__name{font-size:1.125rem}.crossfire-services__desc{font-size:.9375rem}.crossfire-team__grid{grid-template-columns:1fr;gap:2rem}.crossfire-team__card{padding:2rem 1.5rem;min-height:240px}.crossfire-team__name{font-size:1.25rem}.crossfire-team__bio{font-size:.875rem}.crossfire-cta{padding:4rem 2rem}.crossfire-cta__title{font-size:2rem;margin-bottom:1rem}.crossfire-cta__text{font-size:1rem;margin-bottom:2rem}.crossfire-cta__button{padding:.875rem 2rem;font-size:1rem}.crossfire-footer{padding:3rem 2rem 1.5rem}.crossfire-footer__main{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;text-align:center}.crossfire-footer__brand{max-width:none}.crossfire-footer__logo{justify-content:center;font-size:1.5rem}.crossfire-footer__logo-icon{width:28px;height:28px}.crossfire-footer__list{align-items:center;gap:1rem}.crossfire-footer__bottom{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 480px){.crossfire-header__container{padding:0 1.5rem}.crossfire-intro{padding:3rem 1.5rem 2rem}.crossfire-intro__heading{font-size:2rem}.crossfire-intro__badge{font-size:.75rem;padding:.375rem 1rem}.crossfire-about,.crossfire-tech,.crossfire-services,.crossfire-team,.crossfire-cta{padding:2.5rem 1.5rem}.crossfire-about__title,.crossfire-tech__title,.crossfire-services__title,.crossfire-team__title{font-size:1.75rem}.crossfire-tech__card,.crossfire-services__item,.crossfire-team__card{padding:1.5rem 1rem}.crossfire-cta__title{font-size:1.75rem}.crossfire-footer{padding:2.5rem 1.5rem 1rem}}
