.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 1.5rem;transition:background .3s ease,border-color .3s ease,padding .3s ease;border-bottom:1px solid transparent}.header--scrolled{background:#0b0c0ad9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--bg-card-border);padding:.7rem 1.5rem}.header__inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;gap:.5rem;color:var(--text-primary)}.header__logo-icon{color:var(--accent)}.header__logo-text{font-family:var(--font-mono);font-size:.75rem;font-weight:500;letter-spacing:.1em}.header__nav{display:flex;align-items:center;gap:2rem}.header__nav-link{font-size:.8rem;font-weight:400;color:var(--text-secondary);transition:color .3s ease}.header__nav-link:hover{color:var(--text-primary)}.header__nav-link--cta{padding:.5rem 1rem;background:var(--accent);color:var(--bg-primary);font-weight:500;border-radius:4px;transition:background .3s ease,transform .3s ease}.header__nav-link--cta:hover{background:#d4a244;color:var(--bg-primary);transform:translateY(-1px)}.header__burger{display:none;flex-direction:column;gap:5px;width:28px;padding:4px 0;cursor:pointer}.header__burger span{display:block;width:100%;height:2px;background:var(--text-primary);border-radius:1px;transition:all .3s ease;transform-origin:center}.header__burger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__burger--open span:nth-child(2){opacity:0}.header__burger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 768px){.header__burger{display:flex}.header__nav{position:fixed;top:0;right:0;width:280px;height:100vh;background:var(--bg-primary);border-left:1px solid var(--bg-card-border);flex-direction:column;align-items:flex-start;justify-content:center;padding:2rem;gap:1.5rem;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:200}.header__nav--open{transform:translate(0)}.header__nav-link{font-size:1rem}.header__nav-link--cta{margin-top:.5rem}}@media (max-width: 480px){.header{padding:.8rem 1rem}.header--scrolled{padding:.6rem 1rem}.header__nav{width:100%}}.hero{position:relative;min-height:400vh}.hero__scroll-container{position:relative;width:100%;height:100vh;position:sticky;top:0;overflow:hidden}.chaos-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.chaos-card{z-index:3;pointer-events:none}.chaos-card__inner{display:flex;align-items:center;gap:1.2rem;padding:1.4rem 2.1rem;background:var(--bg-card);border:2px solid #c8963e;border-radius:8px;white-space:nowrap;transition:border-color .4s ease,box-shadow .4s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 0 12px #c8963e26}.chaos-card__icon{display:flex;align-items:center;color:var(--accent);flex-shrink:0}.chaos-card__label{font-family:var(--font-mono);font-size:1.75rem;font-weight:500;letter-spacing:.06em;color:var(--text-primary);text-transform:uppercase}.chaos-phrase{z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none}.flow-lines{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.flow-line{will-change:opacity}.final-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;align-items:center;justify-content:center;padding:2rem;pointer-events:none}.final-headline{max-width:900px;text-align:center}.final-headline__title{font-size:clamp(2rem,5vw,4.5rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-bottom:1.5rem;color:var(--text-primary)}.final-headline__line{display:block}.final-headline__word{display:inline;opacity:0;will-change:transform,opacity,filter}.final-headline__word--accent{color:var(--accent)}.final-headline__subtitle{font-size:clamp(.85rem,1.3vw,1.05rem);font-weight:300;line-height:1.6;color:var(--text-secondary);max-width:680px;margin:0 auto 2rem;opacity:0;will-change:opacity}.final-headline__cta{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;padding:.8rem 1.8rem;font-size:.85rem;font-weight:500;letter-spacing:.02em;border-radius:4px;transition:all .4s cubic-bezier(.11,.82,.39,.92);opacity:0;will-change:opacity;pointer-events:auto}.pipeline-layer{position:absolute;bottom:0;left:0;right:0;z-index:10;padding:2rem;pointer-events:none}.process-pipeline{position:relative;max-width:900px;margin:0 auto}.process-pipeline__line{position:absolute;top:50%;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,var(--accent-dim),var(--accent),var(--accent-dim),transparent);transform-origin:left center;transform:scaleX(0)}.process-pipeline__pulse{position:absolute;top:-2px;left:0;width:60px;height:5px;background:linear-gradient(90deg,transparent,var(--accent),transparent);border-radius:3px;filter:blur(1px)}.process-pipeline__nodes{display:flex;align-items:center;justify-content:space-between;position:relative}.pipeline-node{display:flex;flex-direction:column;align-items:center;gap:.4rem;opacity:0;will-change:transform,opacity;position:relative;z-index:2}.pipeline-node__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--accent);border-radius:50%;color:var(--accent);background:#c8963e14}.pipeline-node__label{font-family:var(--font-mono);font-size:.6rem;font-weight:500;letter-spacing:.1em;color:var(--text-secondary);text-transform:uppercase}.structured-columns{display:flex;justify-content:center;gap:2rem;margin:2rem 0;flex-wrap:wrap}.structured-columns__item{flex:1 1 200px;max-width:260px;padding:1.5rem 1.2rem;background:#c8963e0a;border:1px solid rgba(200,150,62,.15);border-radius:8px;text-align:center;opacity:0;will-change:transform,opacity}.structured-columns__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0 auto .8rem;border:1px solid var(--accent);border-radius:50%;color:var(--accent);background:#c8963e14}.structured-columns__title{font-family:var(--font-mono);font-size:.85rem;font-weight:600;letter-spacing:.06em;color:var(--accent);text-transform:uppercase;margin-bottom:.6rem}.structured-columns__list{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem}.structured-columns__tag{font-size:.7rem;font-weight:400;color:var(--text-secondary);padding:.2rem .5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:3px}@media (max-width: 1099px){.hero{min-height:250vh}.final-headline__title{font-size:clamp(1.5rem,7vw,2.5rem)}.final-headline__cta{flex-direction:column;align-items:stretch}.cta-button{text-align:center;justify-content:center}.process-pipeline__nodes{flex-wrap:wrap;gap:1rem;justify-content:center}.pipeline-node{flex:0 0 auto}.pipeline-node__icon{width:34px;height:34px}.pipeline-node__label{font-size:.55rem}.process-pipeline__line{display:none}.structured-columns{flex-direction:column;align-items:center;gap:.8rem}.structured-columns__item{flex:none;width:100%;max-width:320px;padding:1rem}}@media (max-width: 600px){.hero{min-height:180vh}.final-headline__title{font-size:clamp(1.2rem,6vw,1.8rem);margin-bottom:.8rem}.final-headline__subtitle{font-size:.75rem;line-height:1.5;margin-bottom:1rem;padding:0 .5rem}.final-headline__line{display:flex;flex-wrap:wrap;justify-content:center}.chaos-card__inner{padding:.4rem .6rem;gap:.3rem}.chaos-card__label{font-size:.65rem}.chaos-card__icon svg{width:16px;height:16px}.structured-columns{flex-direction:column;align-items:center;gap:.5rem;margin:1rem 0}.structured-columns__item{flex:none;width:100%;max-width:280px;padding:.6rem .8rem}.structured-columns__icon{width:28px;height:28px;margin-bottom:.4rem}.structured-columns__title{font-size:.65rem;margin-bottom:.3rem}.structured-columns__tag{font-size:.5rem;padding:.1rem .3rem}.structured-columns__list{gap:.2rem}.final-headline__cta{flex-direction:column;gap:.5rem}.cta-button{padding:.6rem 1.2rem;font-size:.75rem;width:100%;max-width:280px;box-sizing:border-box}.pipeline-layer{padding:1rem}.pipeline-node__icon{width:28px;height:28px}.pipeline-node__label{font-size:.45rem}.process-pipeline__nodes{gap:.5rem}}@media (max-width: 400px){.hero{min-height:160vh}.final-headline__title{font-size:1.1rem;margin-bottom:.6rem}.final-headline__subtitle{font-size:.65rem;line-height:1.4}.chaos-card__inner{padding:.3rem .5rem;gap:.2rem}.chaos-card__label{font-size:.55rem}.structured-columns__item{padding:.5rem .6rem;max-width:260px}.structured-columns__title{font-size:.6rem}.structured-columns__tag{font-size:.45rem}.cta-button{font-size:.7rem;padding:.5rem 1rem}}@media (prefers-reduced-motion: reduce){.hero{min-height:auto}.hero__scroll-container{position:relative;height:auto;min-height:100vh}.chaos-layer{display:none}.final-layer{position:relative;min-height:100vh}.final-headline__word,.final-headline__subtitle,.cta-button{opacity:1!important;transform:none!important;filter:none!important}.pipeline-layer{position:relative}.pipeline-node{opacity:1!important}.process-pipeline__line{transform:scaleX(1)!important}}.app{position:relative;min-height:100vh}main{position:relative}.pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.pain-card{background:var(--bg-card);border:1px solid var(--bg-card-border);border-radius:8px;padding:1.5rem;transition:border-color .3s ease,transform .3s ease}.pain-card:hover{border-color:var(--accent);transform:translateY(-2px)}.pain-card__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--accent-dim);border-radius:8px;color:var(--accent);margin-bottom:1rem}.pain-card__title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.pain-card__text{font-size:.85rem;line-height:1.6;color:var(--text-secondary)}@media (max-width: 768px){.pain-grid{grid-template-columns:1fr}}@media (max-width: 480px){.pain-card{padding:1.2rem}}.compare-list{display:flex;flex-direction:column;gap:1rem}.compare-row{display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:center;background:var(--bg-card);border:1px solid var(--bg-card-border);border-radius:8px;padding:1.5rem}.compare-col{flex:1}.compare-col__badge{display:inline-block;font-family:var(--font-mono);font-size:.65rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:.2rem .6rem;border-radius:2px;margin-bottom:.5rem}.compare-col__badge--before{background:#dc505026;color:#e06060}.compare-col__badge--after{background:#64c87826;color:#64c878}.compare-col__title{font-size:.95rem;font-weight:600;margin-bottom:.3rem}.compare-col__text{font-size:.8rem;color:var(--text-secondary);line-height:1.5}.compare-divider{color:var(--accent);flex-shrink:0}@media (max-width: 768px){.compare-row{grid-template-columns:1fr;gap:1rem;text-align:center}.compare-divider{transform:rotate(90deg)}.compare-col__badge{margin-bottom:.3rem}}.capabilities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.capability-card{background:var(--bg-card);border:1px solid var(--bg-card-border);border-radius:8px;padding:1.5rem;transition:border-color .3s ease,transform .3s ease}.capability-card:hover{border-color:var(--accent);transform:translateY(-2px)}.capability-card__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--accent-dim);border-radius:8px;color:var(--accent);margin-bottom:1rem}.capability-card__name{font-family:var(--font-mono);font-size:.8rem;font-weight:500;letter-spacing:.05em;color:var(--accent);margin-bottom:.5rem}.capability-card__text{font-size:.85rem;line-height:1.6;color:var(--text-secondary)}@media (max-width: 768px){.capabilities-grid{grid-template-columns:1fr}}@media (max-width: 480px){.capability-card{padding:1.2rem}}.calc-steps{display:flex;flex-direction:column;align-items:center;gap:0}.calc-step{display:flex;align-items:flex-start;gap:1.5rem;max-width:500px;width:100%;background:var(--bg-card);border:1px solid var(--bg-card-border);border-radius:8px;padding:1.5rem}.calc-step__number{font-family:var(--font-mono);font-size:1.5rem;font-weight:700;flex-shrink:0}.calc-step__content{flex:1}.calc-step__title{font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.calc-step__text{font-size:.85rem;color:var(--text-secondary);line-height:1.6}.calc-step__connector{height:40px;display:flex;align-items:center;justify-content:center;transform-origin:top center}@media (max-width: 480px){.calc-step{padding:1.2rem;gap:1rem}.calc-step__number{font-size:1.2rem}}.case-story{max-width:700px;margin:0 auto 3rem;text-align:center}.case-story p{font-size:.95rem;line-height:1.7;color:var(--text-secondary)}.case-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.case-metric{background:var(--bg-card);border:1px solid var(--bg-card-border);border-radius:8px;padding:1.5rem}.case-metric__label{font-size:.8rem;color:var(--text-muted);font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.75rem}.case-metric__values{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.case-metric__before,.case-metric__after{display:flex;flex-direction:column;gap:.2rem;flex:1}.case-metric__badge{font-family:var(--font-mono);font-size:.6rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.case-metric__badge--before{color:var(--text-muted)}.case-metric__badge--after{color:var(--accent)}.case-metric__value{font-size:1.1rem;font-weight:600}.case-metric__value--accent{color:var(--accent)}.case-metric__arrow{color:var(--text-muted);font-size:1.2rem;flex-shrink:0}.case-metric__improvement{font-family:var(--font-mono);font-size:.8rem;font-weight:600;color:var(--accent);text-align:right}@media (max-width: 768px){.case-metrics{grid-template-columns:1fr}}@media (max-width: 480px){.case-metric{padding:1.2rem}.case-metric__values{flex-direction:column;align-items:flex-start;gap:.5rem}.case-metric__arrow{transform:rotate(90deg)}}.method-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.method-step{background:var(--bg-card);border:1px solid var(--bg-card-border);border-radius:8px;padding:1.5rem;transition:border-color .3s ease}.method-step:hover{border-color:var(--accent)}.method-step__number{font-family:var(--font-mono);font-size:.7rem;font-weight:500;letter-spacing:.1em;color:var(--accent);margin-bottom:.5rem}.method-step__title{font-size:.95rem;font-weight:600;margin-bottom:.3rem}.method-step__text{font-size:.8rem;color:var(--text-secondary);line-height:1.5}@media (max-width: 768px){.method-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.method-steps{grid-template-columns:1fr}.method-step{padding:1.2rem}}.ai-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.ai-column{background:var(--bg-card);border:1px solid var(--bg-card-border);border-radius:8px;padding:1.5rem;transition:border-color .3s ease}.ai-column:hover{border-color:var(--col-accent, var(--accent))}.ai-column__header{margin-bottom:1.2rem;padding-bottom:1rem;border-bottom:1px solid var(--bg-card-border)}.ai-column__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--accent-dim);border-radius:8px;color:var(--col-accent, var(--accent));margin-bottom:.75rem}.ai-column__title{font-size:1.2rem;font-weight:700;margin-bottom:.3rem}.ai-column__tagline{font-size:.8rem;color:var(--text-muted)}.ai-column__list{list-style:none;display:flex;flex-direction:column;gap:.6rem}.ai-column__item{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--text-secondary)}.ai-column__bullet{width:6px;height:6px;border-radius:50%;flex-shrink:0}@media (max-width: 768px){.ai-columns{grid-template-columns:1fr}}@media (max-width: 480px){.ai-column{padding:1.2rem}}.integrations-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.integration-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;background:var(--bg-card);border:1px solid var(--bg-card-border);border-radius:8px;padding:1.5rem;transition:border-color .3s ease,transform .3s ease}.integration-item:hover{border-color:var(--accent);transform:translateY(-2px)}.integration-item__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:color .3s ease}.integration-item:hover .integration-item__icon{color:var(--accent)}.integration-item__name{font-size:.8rem;font-weight:500;color:var(--text-secondary);text-align:center}@media (max-width: 768px){.integrations-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.integrations-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.integration-item{padding:1.2rem}}.form-progress{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:2.5rem;position:relative}.form-progress__step{display:flex;flex-direction:column;align-items:center;gap:.4rem;position:relative;z-index:2}.form-progress__number{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:2px solid var(--bg-card-border);border-radius:50%;font-family:var(--font-mono);font-size:.8rem;font-weight:600;color:var(--text-muted);background:var(--bg-primary);transition:all .3s ease}.form-progress__step--active .form-progress__number{border-color:var(--accent);color:var(--accent)}.form-progress__step--done .form-progress__number{background:var(--accent);border-color:var(--accent);color:var(--bg-primary)}.form-progress__label{font-size:.7rem;color:var(--text-muted);font-family:var(--font-mono);letter-spacing:.05em}.form-progress__step--active .form-progress__label{color:var(--accent)}.form-progress__bar{position:absolute;top:16px;left:33%;right:33%;height:2px;background:var(--bg-card-border);z-index:1}.form-progress__fill{height:100%;background:var(--accent);transition:width .4s ease}.form{max-width:500px;margin:0 auto}.form-step{margin-bottom:2rem}.form-step__title{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.form-checkboxes{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.form-checkbox{display:flex;align-items:center;gap:.6rem;padding:.8rem 1rem;background:var(--bg-card);border:1px solid var(--bg-card-border);border-radius:6px;cursor:pointer;transition:border-color .3s ease,background .3s ease}.form-checkbox:hover{border-color:var(--text-muted)}.form-checkbox--active{border-color:var(--accent);background:var(--accent-dim)}.form-checkbox__input{display:none}.form-checkbox__check{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--text-muted);border-radius:4px;color:transparent;flex-shrink:0;transition:all .3s ease}.form-checkbox--active .form-checkbox__check{background:var(--accent);border-color:var(--accent);color:var(--bg-primary)}.form-checkbox__text{font-size:.85rem;color:var(--text-secondary)}.form-fields{display:flex;flex-direction:column;gap:1rem}.form-field{display:flex;flex-direction:column;gap:.4rem}.form-field__label{font-size:.75rem;font-weight:500;color:var(--text-muted);font-family:var(--font-mono);letter-spacing:.05em}.form-field__input{width:100%;padding:.8rem 1rem;background:var(--bg-card);border:1px solid var(--bg-card-border);border-radius:6px;color:var(--text-primary);font-size:.9rem;font-family:var(--font-sans);transition:border-color .3s ease}.form-field__input:focus{outline:none;border-color:var(--accent)}.form-field__input::placeholder{color:var(--text-muted)}.form-nav{display:flex;align-items:center;gap:1rem;margin-top:1rem}.form-nav__spacer{flex:1}.form-nav__btn{padding:.7rem 1.5rem;font-size:.85rem;font-weight:500;border-radius:4px;transition:all .3s ease}.form-nav__btn--prev{border:1px solid var(--bg-card-border);color:var(--text-secondary)}.form-nav__btn--prev:hover{border-color:var(--text-muted)}.form-nav__btn--next,.form-nav__btn--submit{background:var(--accent);color:var(--bg-primary)}.form-nav__btn--next:hover,.form-nav__btn--submit:hover{background:#d4a244}@media (max-width: 480px){.form-checkboxes{grid-template-columns:1fr}.form-progress{gap:1rem}.form-progress__label{font-size:.6rem}}.faq-list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:.5rem}.faq-item{background:var(--bg-card);border:1px solid var(--bg-card-border);border-radius:8px;overflow:hidden;transition:border-color .3s ease}.faq-item--open{border-color:var(--accent)}.faq-item__question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem;text-align:left;font-size:.95rem;font-weight:500;color:var(--text-primary);transition:color .3s ease}.faq-item--open .faq-item__question{color:var(--accent)}.faq-item__chevron{flex-shrink:0;color:var(--text-muted);transition:transform .3s ease}.faq-item--open .faq-item__chevron{color:var(--accent)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease}.faq-item__answer p{padding:0 1.5rem 1.2rem;font-size:.85rem;line-height:1.7;color:var(--text-secondary)}@media (max-width: 480px){.faq-item__question{padding:1rem;font-size:.9rem}.faq-item__answer p{padding:0 1rem 1rem}}.cta-section{background:var(--bg-secondary);border-top:1px solid var(--bg-card-border);border-bottom:1px solid var(--bg-card-border)}.cta-section__content{text-align:center;max-width:700px;margin:0 auto}.cta-section__title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;line-height:1.2;margin-bottom:1rem}.cta-section__subtitle{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin-bottom:2rem}.cta-section__buttons{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;padding:.8rem 1.8rem;font-size:.85rem;font-weight:500;letter-spacing:.02em;border-radius:4px;transition:all .3s cubic-bezier(.11,.82,.39,.92)}.cta-button--primary{background:var(--accent);color:var(--bg-primary)}.cta-button--primary:hover{background:#d4a244;transform:translateY(-1px);box-shadow:0 4px 20px #c8963e4d}.cta-button--secondary{border:1px solid var(--bg-card-border);color:var(--text-secondary)}.cta-button--secondary:hover{border-color:var(--accent);color:var(--accent)}@media (max-width: 480px){.cta-section__buttons{flex-direction:column;align-items:stretch}.cta-button{text-align:center;justify-content:center}}.footer{padding:3rem 1.5rem;border-top:1px solid var(--bg-card-border)}.footer__inner{max-width:var(--max-width);margin:0 auto}.footer__top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--bg-card-border)}.footer__brand{max-width:300px}.footer__logo{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:var(--text-primary)}.footer__logo-text{font-family:var(--font-mono);font-size:.75rem;font-weight:500;letter-spacing:.1em}.footer__description{font-size:.8rem;color:var(--text-muted);line-height:1.6}.footer__nav{display:flex;gap:2rem}.footer__nav-link{font-size:.8rem;color:var(--text-secondary);transition:color .3s ease}.footer__nav-link:hover{color:var(--accent)}.footer__bottom{display:flex;justify-content:center}.footer__copyright{font-size:.75rem;color:var(--text-muted)}@media (max-width: 768px){.footer__top{flex-direction:column;gap:2rem}.footer__nav{flex-wrap:wrap;gap:1rem}}:root{--bg-primary: #0b0c0a;--bg-secondary: #111310;--bg-card: #1a1c18;--bg-card-border: #2a2d26;--text-primary: #f5f5f0;--text-secondary: #9a9d96;--text-muted: #5a5d56;--accent: #c8963e;--accent-dim: rgba(200, 150, 62, .15);--accent-glow: rgba(200, 150, 62, .3);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", monospace;--section-padding: clamp(3rem, 8vw, 7rem);--max-width: 1100px}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);overflow-x:hidden;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}img{max-width:100%;display:block}::selection{background:var(--accent);color:var(--bg-primary)}.text-accent{color:var(--accent)}.text-muted{color:var(--text-muted)}.text-secondary{color:var(--text-secondary)}.section{padding:var(--section-padding) 1.5rem}.section__inner{max-width:var(--max-width);margin:0 auto}.section__header{text-align:center;margin-bottom:3rem}.section__label{display:inline-block;font-family:var(--font-mono);font-size:.7rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);padding:.3rem .8rem;border:1px solid var(--accent-dim);border-radius:2px;margin-bottom:1rem}.section__title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;margin-bottom:.75rem}.section__subtitle{font-size:clamp(.85rem,1.3vw,1rem);font-weight:300;line-height:1.6;color:var(--text-secondary);max-width:600px;margin:0 auto}.section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 768px){.section__grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
