.feature__row{display:grid;grid-template-columns:1fr;grid-gap:var(--space-xl);gap:var(--space-xl);align-items:center}.feature__content .badge,.feature__content h2{margin-bottom:var(--space-sm)}.feature__intro{font-size:1.05rem;font-style:italic}.feature__intro,.feature__text{color:var(--color-text-medium);margin-bottom:var(--space-md)}.feature__text{line-height:1.7}.feature__list{list-style:none}.feature__list li{position:relative;padding-left:1.5rem;margin-bottom:var(--space-sm);line-height:1.7;color:var(--color-text-medium)}.feature__list li:before{content:"";position:absolute;left:0;top:.65em;width:8px;height:8px;background:var(--color-highlight);border-radius:50%}.feature__list li strong{color:var(--color-text)}.feature__visual{display:flex;justify-content:center}.feature__screenshot-stack{position:relative;width:100%;max-width:520px}.feature__screenshot{width:100%;border-radius:var(--radius-lg);box-shadow:0 8px 40px rgba(28,57,74,.15);transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.feature__screenshot--back{display:none}.feature__screenshot--front{position:relative}@media (min-width:768px){.feature__screenshot--back{display:block}.feature__screenshot--front{position:absolute;bottom:-1rem;right:-1.5rem;width:75%;z-index:1;box-shadow:0 12px 48px rgba(28,57,74,.2)}.feature__screenshot-stack{padding-bottom:2rem}}.feature__screenshot-stack:hover .feature__screenshot--front{transform:translate(4px,-4px)}.feature__screenshot-stack:hover .feature__screenshot--back{transform:translate(-4px,4px)}@media (min-width:1024px){.feature__row{grid-template-columns:1fr 1fr}.feature__row--reverse{direction:rtl}.feature__row--reverse>*{direction:ltr}}.powerhouse__grid{display:grid;grid-template-columns:1fr;grid-gap:var(--space-lg);gap:var(--space-lg)}.powerhouse__card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);overflow:hidden;transition:transform .4s cubic-bezier(.25,.46,.45,.94),border-color .3s ease}.powerhouse__card:hover{transform:translateY(-4px);border-color:rgba(180,208,92,.3)}.powerhouse__card-screenshot{overflow:hidden}.powerhouse__card-screenshot img{width:100%;aspect-ratio:16/10;object-fit:cover;object-position:center top;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.powerhouse__card:hover .powerhouse__card-screenshot img{transform:scale(1.03)}.powerhouse__card h3{color:var(--color-white);padding:var(--space-md) var(--space-md) var(--space-xs)}.powerhouse__card p{color:rgba(255,255,255,.75);padding:0 var(--space-md) var(--space-md);line-height:1.7}.powerhouse__card p em{font-style:italic;color:var(--color-highlight)}@media (min-width:768px){.powerhouse__grid{grid-template-columns:repeat(2,1fr)}}.why__grid{display:grid;grid-template-columns:1fr;grid-gap:var(--space-lg);gap:var(--space-lg)}.why__card{background:var(--color-bg-light);border-radius:var(--radius-lg);padding:var(--space-lg);transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s ease}.why__card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(28,57,74,.12)}.why__number{font-family:var(--font-heading);font-weight:900;font-size:2rem;color:var(--color-highlight);opacity:.4;line-height:1}.why__card h3,.why__number{margin-bottom:var(--space-sm)}.why__card p{color:var(--color-text-medium);line-height:1.7}.why__card p strong{color:var(--color-text)}@media (min-width:768px){.why__grid{grid-template-columns:repeat(3,1fr)}}