.features-page{max-width:var(--ap-var-max-site-width);margin:0 auto;padding:2rem 1.2rem}.features-hero{text-align:center;padding:4rem 0;margin-bottom:4rem}.features-hero-content{max-width:800px;margin:0 auto}.features-hero-title{font-size:3rem;font-weight:700;color:var(--ap-colour-text);margin-bottom:1.5rem;line-height:1.2}.features-hero-highlight{color:var(--ap-colour-primary);text-decoration:underline;text-decoration-color:var(--ap-colour-primary)}.features-hero-description{font-size:1.25rem;color:var(--ap-colour-text);opacity:.8;margin-bottom:2rem;line-height:1.6}.features-hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.features-cta-button{padding:1rem 2rem;border-radius:var(--ap-var-border-radius);font-weight:700;text-decoration:none;transition:all .3s ease;display:inline-block}.features-cta-primary{background-color:var(--ap-colour-primary);color:var(--ap-colour-text-always-white)}.features-cta-primary:hover{background-color:var(--ap-colour-primary-o90);transform:translateY(-2px);box-shadow:0 4px 12px #00a3ff4d}.features-cta-secondary{background-color:var(--ap-colour-card);color:var(--ap-colour-text);border:2px solid var(--ap-colour-gray)}.features-cta-secondary:hover{border-color:var(--ap-colour-primary);color:var(--ap-colour-primary);transform:translateY(-2px)}.features-section{margin-bottom:5rem}.features-section-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:2px solid var(--ap-colour-gray-2)}.features-section-icon{width:64px;height:64px;border-radius:var(--ap-var-border-radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.features-icon-free{background:linear-gradient(135deg,var(--ap-colour-primary-o30),var(--ap-colour-primary-o10));color:var(--ap-colour-primary)}.features-icon-pro{background:linear-gradient(135deg,#ff48454d,#e57a001a);color:#ff4845}.features-section-title{font-size:2.5rem;font-weight:700;color:var(--ap-colour-text);margin-bottom:.5rem}.features-section-subtitle{font-size:1.1rem;color:var(--ap-colour-text);opacity:.7}.features-stack{display:flex;flex-direction:column;gap:2rem}.features-stack-item{background-color:var(--ap-colour-card);border:1px solid var(--ap-colour-gray);border-radius:var(--ap-var-border-radius);padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.features-stack-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--ap-colour-primary);opacity:0;transition:opacity .3s ease}.features-stack-item:hover{border-color:var(--ap-colour-primary);transform:translate(4px);box-shadow:0 8px 24px #00a3ff26}.features-stack-item:hover:before{opacity:1}.features-stack-item-pro{border-color:#ff48454d}.features-stack-item-pro:before{background:linear-gradient(180deg,#ff4845,#e57a00)}.features-stack-item-pro:hover{border-color:#ff4845;box-shadow:0 8px 24px #ff484533}.features-stack-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.features-stack-item-left .features-stack-content{grid-template-columns:1fr 1fr}.features-stack-item-right .features-stack-content{grid-template-columns:1fr 1fr;direction:rtl}.features-stack-item-right .features-stack-content>*{direction:ltr}.features-stack-text{display:flex;flex-direction:column;gap:1rem}.features-stack-header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.features-stack-icon{color:var(--ap-colour-primary);flex-shrink:0}.features-stack-item-pro .features-stack-icon{color:#ff4845}.features-stack-title{font-size:1.5rem;font-weight:700;color:var(--ap-colour-text);line-height:1.3}.features-stack-description{font-size:1rem;color:var(--ap-colour-text);opacity:.8;line-height:1.6}.features-limits{margin-top:.75rem;padding:.75rem;background:var(--ap-colour-card);border-radius:var(--ap-var-border-radius);font-size:.9rem;color:var(--ap-colour-text);opacity:.9}.features-limits-row{margin-bottom:.25rem}.features-limits-row:last-child{margin-bottom:0}.features-stack-image{width:100%;aspect-ratio:10 / 5;border-radius:var(--ap-var-border-radius);overflow:hidden;background-color:var(--ap-colour-black-2);display:flex;align-items:center;justify-content:center}.features-image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.features-stack-item:hover .features-image{transform:scale(1.05)}.features-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.features-badge-free{background-color:var(--ap-colour-primary-o10);color:var(--ap-colour-primary)}.features-badge-pro{background:linear-gradient(135deg,#ff484533,#e57a0033);color:#ff4845}.features-badge-new{background-color:var(--ap-colour-primary);color:var(--ap-colour-text-always-white);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.features-grouped{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.features-grouped-item{background-color:var(--ap-colour-card);border:1px solid var(--ap-colour-gray);border-radius:var(--ap-var-border-radius);padding:1.25rem;display:flex;gap:1rem;align-items:flex-start;transition:all .3s ease}.features-grouped-item:hover{border-color:var(--ap-colour-primary);transform:translateY(-2px);box-shadow:0 4px 12px #00a3ff1a}.features-grouped-icon{color:var(--ap-colour-primary);flex-shrink:0;margin-top:.25rem}.features-grouped-content{flex:1}.features-grouped-title{font-size:1rem;font-weight:700;color:var(--ap-colour-text);margin-bottom:.5rem;line-height:1.3}.features-grouped-description{font-size:.875rem;color:var(--ap-colour-text);opacity:.7;line-height:1.5}.features-pro-cta{text-align:center;margin-top:3rem;padding-top:2rem;border-top:2px solid var(--ap-colour-gray-2)}.features-cta-section{background:linear-gradient(135deg,var(--ap-colour-primary-o10),var(--ap-colour-card));border:1px solid var(--ap-colour-gray);border-radius:var(--ap-var-border-radius);padding:4rem 2rem;text-align:center;margin-top:4rem}.features-cta-content{max-width:600px;margin:0 auto}.features-cta-title{font-size:2.5rem;font-weight:700;color:var(--ap-colour-text);margin-bottom:1rem}.features-cta-text{font-size:1.1rem;color:var(--ap-colour-text);opacity:.8;margin-bottom:2rem}@media(max-width:968px){.features-stack-content{grid-template-columns:1fr!important;gap:1.5rem}.features-stack-item-right .features-stack-content{direction:ltr}.features-stack-image,.features-stack-item-left .features-stack-image,.features-stack-item-right .features-stack-image{order:-1}}@media(max-width:768px){.features-hero-title{font-size:2rem}.features-hero-description{font-size:1rem}.features-section-title{font-size:2rem}.features-hero-cta{flex-direction:column}.features-cta-button{width:100%}.features-section-header{flex-direction:column;text-align:center}.features-grouped{grid-template-columns:1fr}}
