.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:var(--header-height);overflow:hidden}.hero-background{position:absolute;inset:0;z-index:0}.blob{position:absolute;border-radius:50%;filter:blur(120px);opacity:.2;animation:float 25s infinite alternate}.blob-1{width:700px;height:700px;background:var(--accent-primary);top:-200px;right:-100px}.blob-2{width:600px;height:600px;background:var(--accent-secondary);bottom:-150px;left:-100px;animation-delay:-8s}.blob-3{width:400px;height:400px;background:#7c3aed;top:30%;right:25%;opacity:.12;animation-delay:-4s}@keyframes float{0%{transform:translate(0) scale(1)}50%{transform:translate(40px,-60px) scale(1.08)}to{transform:translate(-20px,30px) scale(.95)}}.hero-container{position:relative;z-index:10;padding-top:2rem;padding-bottom:4rem}.hero-content{max-width:860px}.hero-eyebrow{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:1.5rem;animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) backwards}.hero-title{font-size:5rem;font-weight:800;line-height:1.06;letter-spacing:-.04em;margin-bottom:1.75rem;animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) .1s backwards}.hero-word{display:inline}.hero-word--gold{background:var(--gold-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-word--purple{background:linear-gradient(135deg,#a78bfa,#06b6d4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-description{font-size:1.25rem;color:var(--text-muted);max-width:620px;line-height:1.65;margin-bottom:3rem;animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) .2s backwards}.hero-products{display:flex;gap:1rem;flex-wrap:wrap;animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) .3s backwards}.hero-product-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:16px;border:1px solid var(--glass-border);background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;min-width:220px}.hero-product-card:hover{transform:translateY(-3px)}.hero-product-card--gold{border-color:rgba(255,215,0,.2)}.hero-product-card--gold:hover{border-color:rgba(255,215,0,.5);box-shadow:0 8px 30px rgba(255,215,0,.1)}.hero-product-card--purple{border-color:rgba(124,58,237,.25)}.hero-product-card--purple:hover{border-color:rgba(167,139,250,.5);box-shadow:0 8px 30px rgba(124,58,237,.12)}.hero-product-icon{font-size:1.5rem;flex-shrink:0}.hero-product-card div{display:flex;flex-direction:column;gap:.2rem;flex:1 1}.hero-product-card strong{font-size:1rem;font-weight:700;color:var(--text-main)}.hero-product-card--gold strong{background:var(--gold-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-product-card--purple strong{background:linear-gradient(135deg,#a78bfa,#06b6d4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-product-card span{font-size:.78rem;color:var(--text-muted);font-weight:500}.hero-product-arrow{font-size:1rem;color:var(--text-muted);flex-shrink:0;transition:transform .2s}.hero-product-card:hover .hero-product-arrow{transform:translateX(4px)}.btn-primary{padding:.85rem 2rem;border-radius:100px;font-size:1rem;font-weight:700;color:#000;background:var(--gold-gradient);box-shadow:0 4px 20px rgba(255,215,0,.3);transition:var(--transition-smooth);display:inline-block;text-align:center}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(255,215,0,.45)}.btn-secondary{padding:.85rem 2rem;border-radius:100px;font-size:1rem;font-weight:700;color:var(--text-main);border:1px solid var(--glass-border);background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:inline-block;text-align:center;transition:var(--transition-smooth)}.btn-secondary:hover{background:hsla(0,0%,100%,.08);border-color:var(--accent-gold)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-title{font-size:3rem}.hero-description{font-size:1.1rem}.hero-products{flex-direction:column}.hero-product-card{min-width:unset}}@media (max-width:480px){.hero-title{font-size:2.5rem}}.pillars{padding:100px 0;position:relative}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:3rem;margin-bottom:1rem}.section-subtitle{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:0 auto}.pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.pillar-card{padding:3.5rem 2.5rem;border-radius:32px;display:flex;flex-direction:column;align-items:flex-start;transition:var(--transition-smooth);cursor:default;background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.pillar-card:hover{transform:translateY(-12px);border-color:var(--accent-gold);background:hsla(0,0%,100%,.06);box-shadow:var(--glass-shadow),var(--glass-glow)}.pillar-icon{font-size:3rem;margin-bottom:2rem;filter:drop-shadow(0 0 10px var(--accent-gold-glow))}.pillar-type{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--accent-gold);margin-bottom:.75rem}.pillar-title{font-size:1.8rem;font-weight:700;letter-spacing:-.03em;margin-bottom:1.25rem;color:#fff}.pillar-description{color:var(--text-muted);font-size:1.05rem;line-height:1.7}.pipeline-section{padding:100px 0;background:var(--bg-secondary)}.pipeline-grid{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.pipeline-content p{color:var(--text-muted);font-size:1.15rem;line-height:1.8;margin-top:1.5rem}.pipeline-visual{height:300px;display:flex;justify-content:center;align-items:center;border-radius:32px;position:relative;overflow:hidden}.pipeline-tag{font-family:Inter,sans-serif;font-weight:700;font-size:1.25rem;letter-spacing:.2em;color:var(--accent-secondary);text-transform:uppercase}@media (max-width:1024px){.pipeline-grid{grid-template-columns:1fr;gap:2rem;text-align:center}}@media (max-width:768px){.pillars{padding:60px 0}.section-title{font-size:2.25rem}.pillar-card{padding:2rem 1.5rem}}.products-section{padding:100px 0}.products-intro{text-align:center;max-width:600px;margin:0 auto 4rem}.products-sub{color:var(--text-muted);font-size:1.1rem;margin-top:1rem;line-height:1.6}.products-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;align-items:start}.product-card{border-radius:32px;padding:3rem;display:flex;flex-direction:column;gap:0}.product-card--orbit{border-color:rgba(124,58,237,.25);background:rgba(124,58,237,.04)}.product-card-badge{display:inline-block;padding:.35rem 1rem;border-radius:100px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;width:-moz-fit-content;width:fit-content}.badge-gold{background:var(--gold-gradient);color:#000}.badge-purple{background:linear-gradient(135deg,#7c3aed,#06b6d4);color:#fff}.product-card-name{font-size:2.5rem;margin-bottom:.4rem}.product-card-tagline{font-size:1.05rem;font-weight:600;color:var(--accent-gold);margin-bottom:1.25rem;letter-spacing:-.01em}.product-card--orbit .product-card-tagline{color:#a78bfa}.product-card-desc{color:var(--text-muted);font-size:1rem;line-height:1.65;margin-bottom:1.75rem}.product-card-features{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.6rem}.product-card-features li{font-size:.92rem;color:var(--text-secondary);display:flex;align-items:center;gap:.6rem}.product-card-features li:before{content:"✓";color:var(--accent-primary);font-weight:800;flex-shrink:0}.product-card--orbit .product-card-features li:before{color:#a78bfa}.product-card-actions{display:flex;gap:.875rem;flex-wrap:wrap;margin-top:auto}.btn-orbit-primary{display:inline-flex;align-items:center;padding:.7rem 1.5rem;background:linear-gradient(135deg,#7c3aed,#06b6d4);color:#fff;font-weight:700;font-size:.9rem;border-radius:10px;text-decoration:none;transition:opacity .2s,transform .2s}.btn-orbit-primary:hover{opacity:.9;transform:translateY(-1px)}.custom-cta-section{padding:0 0 80px}.custom-cta-card{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.5rem 3rem;border-radius:24px;border-color:hsla(0,0%,100%,.1)}.custom-cta-text h3{font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.custom-cta-text p{color:var(--text-muted);font-size:.95rem;line-height:1.6;max-width:540px}.custom-cta-btn{white-space:nowrap;flex-shrink:0}.custom-case-studies-link{display:inline-block;margin-top:.75rem;font-size:.85rem;color:var(--text-muted);text-decoration:none;transition:color .15s}.custom-case-studies-link:hover{color:var(--accent-gold)}@media (max-width:768px){.custom-cta-card{flex-direction:column;align-items:flex-start;padding:2rem}.custom-cta-btn{width:100%;text-align:center}}@media (max-width:900px){.products-grid{grid-template-columns:1fr}.product-card{padding:2.25rem}.product-card-name{font-size:2rem}}@media (max-width:480px){.product-card-actions{flex-direction:column}}