.tech-page{--tech-bg-deep:#0a0d10;--tech-bg-dark:#0f1419;--tech-bg-card:#161c22;--tech-bg-elevated:#1c242c;--tech-cream:#f5f2eb;--tech-cream-muted:#e8e4db;--tech-gold:#c9a227;--tech-gold-light:#e3c761;--tech-gold-dark:#9c7c1a;--tech-text:#f5f2eb;--tech-text-muted:#8b9199;--tech-text-subtle:#5a6370;--tech-border:rgba(201,162,39,0.15);--tech-border-subtle:rgba(255,255,255,0.06);--tech-glow:rgba(201,162,39,0.4);--font-display:"Cormorant Garamond",Georgia,serif;--font-body:"Blender",system-ui,sans-serif;background:var(--tech-bg-deep);color:var(--tech-text);min-height:100vh;overflow-x:hidden}.tech-page:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 10 Q 70 30 50 50 T 50 90' stroke='%23c9a227' stroke-width='0.3' fill='none' opacity='0.03'/%3E%3Cpath d='M20 20 Q 40 40 20 60 T 20 100' stroke='%23c9a227' stroke-width='0.3' fill='none' opacity='0.03'/%3E%3Cpath d='M80 0 Q 100 20 80 40 T 80 80' stroke='%23c9a227' stroke-width='0.3' fill='none' opacity='0.03'/%3E%3C/svg%3E");background-size:200px 200px;pointer-events:none;z-index:0;opacity:.5}.tech-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.tech-hero-content{position:relative;z-index:10;text-align:center;padding:2rem;max-width:1000px}.tech-hero-eyebrow{font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--tech-gold);margin-bottom:2rem;opacity:0;animation:fadeUp 1s ease-out .2s forwards}.tech-hero-title{font-family:var(--font-display);font-size:clamp(3rem,8vw,7rem);font-weight:600;line-height:1.05;letter-spacing:-.02em;color:var(--tech-cream);margin-bottom:2rem;opacity:0;animation:fadeUp 1s ease-out .4s forwards}.tech-hero-title em{font-style:italic;color:var(--tech-gold)}.tech-hero-subtitle{font-family:var(--font-body);font-size:clamp(1rem,2vw,1.25rem);font-weight:400;line-height:1.8;color:var(--tech-text-muted);max-width:700px;margin:0 auto;opacity:0;animation:fadeUp 1s ease-out .6s forwards}.tech-hero-scroll{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.75rem;opacity:0;animation:fadeUp 1s ease-out 1s forwards}.tech-hero-scroll span{font-family:var(--font-body);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--tech-text-subtle)}.tech-hero-scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,var(--tech-gold),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.2)}}.tech-data-section{position:relative;padding:8rem 0;background:linear-gradient(180deg,var(--tech-bg-deep) 0,var(--tech-bg-dark) 100%)}.tech-section-header{text-align:center;margin-bottom:5rem}.tech-section-number{font-size:.875rem;letter-spacing:.2em;color:var(--tech-gold);margin-bottom:1.5rem;display:block}.tech-section-number,.tech-section-title{font-family:var(--font-display);font-weight:400}.tech-section-title{font-size:clamp(2.5rem,5vw,4rem);color:var(--tech-cream);margin-bottom:1rem;letter-spacing:-.01em}.tech-section-subtitle{font-family:var(--font-body);font-size:1rem;color:var(--tech-text-muted);letter-spacing:.05em}.tech-tabs-container{max-width:1200px;margin:0 auto;padding:0 2rem}.tech-tabs-nav{display:flex;justify-content:center;gap:0;margin-bottom:4rem;border-bottom:1px solid var(--tech-border-subtle)}.tech-tab-btn{position:relative;padding:1.25rem 2.5rem;font-family:var(--font-body);font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--tech-text-subtle);background:transparent;border:none;cursor:pointer;transition:color .3s ease}.tech-tab-btn:hover{color:var(--tech-text-muted)}.tech-tab-btn[data-state=active]{color:var(--tech-gold)}.tech-tab-btn[data-state=active]:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--tech-gold)}.tech-tab-panel{animation:tabFadeIn .5s ease-out}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tech-tab-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.tech-tab-content{padding-right:2rem}.tech-tab-headline{font-family:var(--font-display);font-size:1.75rem;font-weight:400;font-style:italic;color:var(--tech-cream);margin-bottom:1.5rem;line-height:1.4}.tech-tab-description{font-family:var(--font-body);font-size:1rem;line-height:1.8;color:var(--tech-text-muted);margin-bottom:2.5rem}.tech-benefits-label{font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--tech-gold);margin-bottom:1rem}.tech-benefits-list{list-style:none;padding:0;margin:0 0 2.5rem}.tech-benefits-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;font-family:var(--font-body);font-size:.9375rem;color:var(--tech-text);line-height:1.6}.tech-benefits-list li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:1px;background:var(--tech-gold)}.tech-specs{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:1.5rem;border-top:1px solid var(--tech-border-subtle)}.tech-spec-tag{padding:.5rem 1rem;font-family:var(--font-body);font-size:.75rem;letter-spacing:.05em;color:var(--tech-text-muted);background:var(--tech-bg-elevated);border:1px solid var(--tech-border-subtle);border-radius:2px}.tech-tab-visual{position:relative;aspect-ratio:4/3;background:var(--tech-bg-card);border:1px solid var(--tech-border-subtle);border-radius:4px;overflow:hidden}.tech-tab-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(201,162,39,.05),transparent 50%)}.tech-visual-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--tech-text-subtle);font-family:var(--font-body)}.tech-visual-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.tech-process-section{position:relative;padding:8rem 0;background:var(--tech-bg-dark)}.tech-process-timeline{display:flex;justify-content:space-between;max-width:1100px;margin:0 auto;padding:0 2rem;position:relative}.tech-process-timeline:before{content:"";position:absolute;top:28px;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,var(--tech-border),transparent)}.tech-process-step{flex:1;text-align:center;position:relative;padding:0 1rem}.tech-step-number{width:56px;height:56px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.25rem;font-weight:400;color:var(--tech-gold);background:var(--tech-bg-deep);border:1px solid var(--tech-border);border-radius:50%;position:relative;z-index:1;transition:all .3s ease}.tech-process-step:hover .tech-step-number{border-color:var(--tech-gold);box-shadow:0 0 30px var(--tech-glow)}.tech-step-title{font-family:var(--font-display);font-size:1.25rem;font-weight:500;color:var(--tech-cream);margin-bottom:.5rem}.tech-step-desc{font-family:var(--font-body);font-size:.875rem;color:var(--tech-text-muted);line-height:1.6;max-width:180px;margin:0 auto}.tech-process-outcome{max-width:700px;margin:4rem auto 0;padding:2rem 3rem;background:linear-gradient(135deg,rgba(201,162,39,.08),rgba(201,162,39,.02));border-left:2px solid var(--tech-gold);text-align:center}.tech-outcome-label{font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--tech-gold);margin-bottom:.5rem}.tech-outcome-text{font-family:var(--font-display);font-size:1.375rem;font-style:italic;color:var(--tech-cream);line-height:1.5}.tech-expert-section{position:relative;padding:6rem 0 8rem;background:var(--tech-bg-deep)}.tech-accordion{max-width:800px;margin:0 auto;padding:0 2rem}.tech-accordion-item{border-bottom:1px solid var(--tech-border-subtle)}.tech-accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;background:transparent;border:none;cursor:pointer;text-align:left;transition:all .3s ease}.tech-accordion-trigger:hover{padding-left:.5rem}.tech-accordion-title{font-family:var(--font-display);font-size:1.5rem;font-weight:400;color:var(--tech-cream)}.tech-accordion-subtitle{font-family:var(--font-body);font-size:.875rem;color:var(--tech-text-subtle);margin-top:.25rem}.tech-accordion-icon{color:var(--tech-gold);transition:transform .3s ease}.tech-accordion-trigger[aria-expanded=true] .tech-accordion-icon{transform:rotate(180deg)}.tech-accordion-content{padding-bottom:2rem}.tech-expert-grid{display:grid;gap:1.5rem}.tech-expert-item{padding:1.5rem;background:var(--tech-bg-card);border:1px solid var(--tech-border-subtle);border-radius:4px}.tech-expert-category{font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.5rem}.tech-expert-text{font-family:var(--font-body);font-size:.9375rem;color:var(--tech-text-muted);line-height:1.7}.tech-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.tech-faq-item{padding:1.5rem;background:var(--tech-bg-card);border:1px solid var(--tech-border-subtle);border-radius:4px}.tech-faq-question{font-family:var(--font-body);font-size:.9375rem;font-weight:600;color:var(--tech-cream);margin-bottom:.5rem}.tech-faq-answer{font-family:var(--font-body);font-size:.875rem;color:var(--tech-text-muted);line-height:1.6}.tech-cta-section{position:relative;padding:8rem 0;background:var(--tech-bg-dark);overflow:hidden}.tech-cta-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(201,162,39,.1) 0,transparent 60%)}.tech-cta-content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto;padding:0 2rem}.tech-cta-title{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:var(--tech-cream);margin-bottom:1rem;letter-spacing:-.01em}.tech-cta-subtitle{font-family:var(--font-body);font-size:1.125rem;color:var(--tech-text-muted);margin-bottom:3rem}.tech-cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.tech-btn-primary{padding:1rem 2.5rem;font-family:var(--font-body);font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--tech-bg-deep);background:var(--tech-gold);border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.tech-btn-primary:hover{background:var(--tech-gold-light);transform:translateY(-2px);box-shadow:0 10px 40px rgba(201,162,39,.3)}.tech-btn-secondary{padding:1rem 2.5rem;font-family:var(--font-body);font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--tech-cream);background:transparent;border:1px solid var(--tech-border);cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.tech-btn-secondary:hover{border-color:var(--tech-gold);color:var(--tech-gold)}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.tech-tab-grid{grid-template-columns:1fr;gap:3rem}.tech-tab-content{padding-right:0}.tech-process-timeline{flex-direction:column;gap:2rem}.tech-process-timeline:before{display:none}.tech-process-step{display:flex;align-items:flex-start;gap:1.5rem;text-align:left;padding:0}.tech-step-number{margin:0;flex-shrink:0}.tech-step-desc{max-width:none;margin:0}}@media (max-width:768px){.tech-tabs-nav{flex-wrap:wrap;justify-content:center}.tech-tab-btn{padding:1rem 1.5rem;font-size:.75rem}.tech-faq-grid{grid-template-columns:1fr}.tech-process-outcome{padding:1.5rem 2rem}}