.hero-section{position:relative;display:flex;align-items:center;min-height:calc(85vh - var(--header-height));padding:4rem 0;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;grid-gap:4rem;gap:4rem}@media (max-width:1024px){.hero-grid{grid-template-columns:1fr;gap:3rem;text-align:center}}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero-tag{align-self:flex-start}@media (max-width:1024px){.hero-tag{align-self:center}}.hero-title{font-size:3.5rem;line-height:1.15;font-weight:800;letter-spacing:-.03em}@media (max-width:640px){.hero-title{font-size:2.25rem}}.hero-subtitle{font-size:1.15rem;color:var(--text-muted);max-width:620px;line-height:1.6}@media (max-width:1024px){.hero-subtitle{margin:0 auto}}.hero-actions{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}@media (max-width:1024px){.hero-actions{justify-content:center}}.hero-visual{display:flex;justify-content:center;align-items:center;position:relative}.visual-svg{width:100%;max-width:450px;height:auto;filter:drop-shadow(0 0 20px rgba(56,189,248,.15))}.pulsing-node{animation:pulse 2s ease-in-out infinite}.drawing-line{stroke-dasharray:8;animation:dash 30s linear infinite}@keyframes pulse{0%,to{r:6;fill-opacity:.8;filter:drop-shadow(0 0 2px var(--primary))}50%{r:8;fill-opacity:1;filter:drop-shadow(0 0 8px var(--primary))}}@keyframes dash{to{stroke-dashoffset:-1000}}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem;display:flex;flex-direction:column;gap:1rem}.section-title{font-size:2.25rem;font-weight:800}.section-subtitle{color:var(--text-muted);font-size:1.1rem}.problem-card{display:flex;flex-direction:column;gap:1rem}.problem-icon{width:48px;height:48px;border-radius:10px;background-color:hsla(0,91%,71%,.1);color:var(--error);display:flex;align-items:center;justify-content:center}.problem-card h3{font-size:1.25rem}.problem-card p{color:var(--text-muted);font-size:.95rem}.capability-container{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:3rem;gap:3rem;align-items:start}@media (max-width:1024px){.capability-container{grid-template-columns:1fr;gap:2rem}}.capability-tabs{display:flex;flex-direction:column;gap:.75rem}@media (max-width:1024px){.capability-tabs{flex-direction:row;overflow-x:auto;padding-bottom:.5rem}}.tab-btn{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:transparent;border:1px solid var(--border);border-radius:8px;color:var(--text-muted);cursor:pointer;text-align:left;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .2s ease}@media (max-width:1024px){.tab-btn{flex-shrink:0}}.tab-btn.active,.tab-btn:hover{border-color:var(--primary);color:var(--text-main);background-color:rgba(56,189,248,.03)}.tab-btn.active{box-shadow:0 0 15px rgba(56,189,248,.1)}.tab-icon{color:var(--text-muted)}.tab-btn.active .tab-icon{color:var(--primary)}.capability-content{display:flex;flex-direction:column;gap:1.5rem;min-height:320px;justify-content:center}.layer-header{display:flex;align-items:center;gap:1rem}.layer-badge{font-family:var(--font-mono);font-size:.8rem;font-weight:700;color:var(--primary);background-color:rgba(56,189,248,.1);padding:.25rem .5rem;border-radius:4px}.layer-desc{font-size:1.05rem;color:var(--text-muted);line-height:1.7}.layer-highlights h4{font-size:1rem;margin-bottom:.75rem}.layer-highlights ul{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.5rem;gap:.5rem}@media (max-width:640px){.layer-highlights ul{grid-template-columns:1fr}}.layer-highlights li{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--text-main)}.layer-highlights li:before{content:"✓";color:var(--primary);font-weight:700}.comparison-table-wrapper{overflow-x:auto;border:1px solid var(--border);border-radius:12px}.comparison-table{width:100%;border-collapse:collapse;text-align:left;font-size:.95rem}.comparison-table td,.comparison-table th{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.comparison-table th{background-color:hsla(0,0%,100%,.02);color:var(--text-main);font-weight:600}.comparison-table tr:last-child td{border-bottom:none}.comparison-table td:first-child{color:var(--text-muted);width:50%}.comparison-table td:last-child{color:var(--primary);font-weight:600;background-color:rgba(56,189,248,.01)}.table-note{margin-top:1rem;text-align:center;font-size:.85rem;color:var(--text-muted)}.steps-pathway{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;position:relative}@media (max-width:1024px){.steps-pathway{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.steps-pathway{grid-template-columns:1fr}}.step-item{display:flex;flex-direction:column;gap:.75rem;position:relative;padding:1.5rem;background-color:var(--bg-card);border:1px solid var(--border);border-radius:8px}.step-num{font-family:var(--font-mono);font-size:1.5rem;font-weight:700;color:var(--primary)}.step-title{font-size:1.1rem;font-weight:600}.step-desc{font-size:.875rem;color:var(--text-muted)}.log-card{display:flex;flex-direction:column;gap:1rem}.log-meta{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:var(--text-muted)}.log-title{font-size:1.25rem;font-weight:700;line-height:1.3}.log-summary{color:var(--text-muted);font-size:.95rem}.log-card .btn-link{align-self:flex-start;color:var(--primary);font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:.25rem}.log-card .btn-link:hover{text-decoration:underline}.co-creation-box{text-align:center;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;background:radial-gradient(circle at center,rgba(56,189,248,.05) 0,transparent 70%),var(--bg-card)}.co-creation-box p{color:var(--text-muted);max-width:580px;font-size:1.1rem}