.scroll-animate{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out}.scroll-animate[data-animation=fade-up]{transform:translateY(30px)}.scroll-animate[data-animation=slide-left]{transform:translate(-30px)}.scroll-animate[data-animation=slide-right]{transform:translate(30px)}.scroll-animate.animate-in{opacity:1;transform:translateY(0) translate(0)}.animate-in .feature-card,.animate-in .use-case-card,.animate-in .review-card,.animate-in .faq-item{animation:fadeInUp .6s ease-out backwards}.animate-in .feature-card:nth-child(1),.animate-in .use-case-card:nth-child(1),.animate-in .review-card:nth-child(1),.animate-in .faq-item:nth-child(1){animation-delay:.1s}.animate-in .feature-card:nth-child(2),.animate-in .use-case-card:nth-child(2),.animate-in .review-card:nth-child(2),.animate-in .faq-item:nth-child(2){animation-delay:.2s}.animate-in .feature-card:nth-child(3),.animate-in .use-case-card:nth-child(3),.animate-in .review-card:nth-child(3),.animate-in .faq-item:nth-child(3){animation-delay:.3s}.animate-in .feature-card:nth-child(4),.animate-in .use-case-card:nth-child(4),.animate-in .review-card:nth-child(4),.animate-in .faq-item:nth-child(4){animation-delay:.4s}.animate-in .feature-card:nth-child(5),.animate-in .use-case-card:nth-child(5),.animate-in .review-card:nth-child(5),.animate-in .faq-item:nth-child(5){animation-delay:.5s}.animate-in .feature-card:nth-child(6),.animate-in .use-case-card:nth-child(6),.animate-in .review-card:nth-child(6),.animate-in .faq-item:nth-child(6){animation-delay:.6s}.animate-in .feature-card:nth-child(7),.animate-in .faq-item:nth-child(7){animation-delay:.7s}.animate-in .feature-card:nth-child(8),.animate-in .faq-item:nth-child(8){animation-delay:.8s}.animate-in .feature-card:nth-child(9),.animate-in .faq-item:nth-child(9){animation-delay:.9s}.animate-in .feature-card:nth-child(10),.animate-in .faq-item:nth-child(10){animation-delay:1s}.animate-in .feature-card:nth-child(11),.animate-in .faq-item:nth-child(11){animation-delay:1.1s}.animate-in .feature-card:nth-child(12),.animate-in .faq-item:nth-child(12){animation-delay:1.2s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.image-page{width:100%;padding:1rem}@media (min-width: 768px){.image-page{padding:1.5rem}}.generator-wrapper{display:flex;flex-direction:column;gap:1rem}@media (min-width: 1024px){.generator-wrapper{flex-direction:row;gap:1.5rem;height:calc(100vh - 120px)}}.section{padding:var(--spacing-2xl) 0}@media (min-width: 768px){.section{padding:4rem 0}}.section-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;text-align:center;margin-bottom:1rem;color:var(--color-text)}.features-intro,.use-cases-intro,.reviews-intro{text-align:center;max-width:800px;margin:0 auto 2.5rem;font-size:1rem;line-height:1.6;color:var(--color-text-secondary)}.features-intro strong,.use-cases-intro strong{color:var(--color-primary);font-weight:600}.hero-section{background:linear-gradient(135deg,#007b430d,#bed3ca0d);padding:2.5rem 0}.hero-content{text-align:center;max-width:900px;margin:0 auto}.hero-title{font-size:clamp(1.875rem,5vw,2.75rem);font-weight:700;color:var(--color-text);margin-bottom:1rem;background:linear-gradient(135deg,#007b43,#00a85a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1rem;line-height:1.6;color:var(--color-text-secondary)}.hero-description strong{color:var(--color-primary);font-weight:600}.what-is-section{background:var(--color-bg)}.content-layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;max-width:1200px;margin:0 auto;background:var(--color-bg-secondary);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}@media (min-width: 1024px){.content-layout{grid-template-columns:400px 1fr;gap:2.5rem;padding:2.5rem}}.content-text-wrapper{display:flex;flex-direction:column;gap:1rem}.content-text{font-size:1rem;line-height:1.6;color:var(--color-text-secondary);margin:0}.content-text strong{color:var(--color-primary);font-weight:600}.content-image-wrapper{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:transform var(--transition-base)}.content-image-wrapper:hover{transform:scale(1.02)}.content-image{width:100%;height:100%;object-fit:cover;display:block}.features-section{background:var(--color-bg-secondary)}.features-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:1200px;margin:0 auto}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--color-bg);padding:1.75rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.feature-icon{font-size:2rem;margin-bottom:.75rem}.feature-title{font-size:1.125rem;font-weight:600;color:var(--color-text);margin-bottom:.5rem}.feature-description{font-size:.9375rem;line-height:1.6;color:var(--color-text-secondary)}.feature-description strong{color:var(--color-primary);font-weight:600}.enhanced-feature-section{background:var(--color-bg)}.enhanced-feature-section:nth-child(2n){background:var(--color-bg-secondary)}.enhanced-layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;max-width:1200px;margin:0 auto}@media (min-width: 1024px){.enhanced-layout{grid-template-columns:500px 1fr;gap:3rem}.enhanced-layout.reverse{grid-template-columns:1fr 500px}.enhanced-layout.reverse .enhanced-content{order:1}.enhanced-layout.reverse .enhanced-image-wrapper{order:2}}.enhanced-content{display:flex;flex-direction:column;gap:1.25rem}.enhanced-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--color-text);margin:0}.enhanced-text{font-size:1rem;line-height:1.6;color:var(--color-text-secondary);margin:0}.enhanced-text strong{color:var(--color-primary);font-weight:600}.enhanced-highlights{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.highlight-item{display:flex;align-items:center;gap:.75rem}.highlight-icon{width:24px;height:24px;background:var(--color-primary);color:var(--color-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;flex-shrink:0}.highlight-text{font-size:.9375rem;color:var(--color-text);font-weight:500}.enhanced-image-wrapper{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);transition:transform var(--transition-base)}.enhanced-image-wrapper:hover{transform:scale(1.02)}.enhanced-image{width:100%;height:100%;object-fit:cover;display:block}.use-cases-section{background:var(--color-bg-secondary)}.use-cases-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:1200px;margin:0 auto}@media (min-width: 768px){.use-cases-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.use-cases-grid{grid-template-columns:repeat(3,1fr)}}.use-case-card{background:var(--color-bg);padding:1.75rem;border-radius:var(--radius-lg);border-left:4px solid var(--color-primary);box-shadow:var(--shadow-sm)}.use-case-title{font-size:1.125rem;font-weight:600;color:var(--color-text);margin-bottom:.5rem}.use-case-description{font-size:.9375rem;line-height:1.6;color:var(--color-text-secondary)}.use-case-description strong{color:var(--color-primary);font-weight:600}.reviews-section{background:var(--color-bg)}.reviews-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:1200px;margin:0 auto}@media (min-width: 768px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card{background:var(--color-bg-secondary);padding:1.75rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:1rem}.review-content{flex:1}.review-text{font-size:.9375rem;line-height:1.6;color:var(--color-text-secondary);font-style:italic;margin:0}.review-author{border-top:1px solid var(--border-color);padding-top:.75rem}.author-name{font-size:1rem;font-weight:600;color:var(--color-text);margin-bottom:.25rem}.author-role{font-size:.875rem;color:var(--color-text-secondary)}.faq-section{background:var(--color-bg-secondary)}.faq-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:1200px;margin:0 auto}@media (min-width: 768px){.faq-grid{grid-template-columns:repeat(2,1fr)}}.faq-item{background:var(--color-bg);padding:1.75rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.faq-question{font-size:1.0625rem;font-weight:600;color:var(--color-text);margin-bottom:.5rem}.faq-answer{font-size:.9375rem;line-height:1.6;color:var(--color-text-secondary)}.faq-answer strong{color:var(--color-primary);font-weight:600}.cta-section{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(190,211,202,.2) 0%,transparent 70%);pointer-events:none}.cta-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1}.cta-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--color-white);margin-bottom:1rem}.cta-description{font-size:1rem;line-height:1.6;color:#fffffff2;margin-bottom:2rem}.cta-description strong{color:var(--color-white);font-weight:600}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-button{display:inline-block;padding:.875rem 2rem;border-radius:var(--radius-md);font-size:1rem;font-weight:600;text-decoration:none;transition:all var(--transition-fast)}.cta-button.primary{background:var(--color-white);color:var(--color-primary);box-shadow:var(--shadow-md)}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.cta-button.secondary{background:#fff3;color:var(--color-white);border:2px solid var(--color-white)}.cta-button.secondary:hover{background:#ffffff4d;transform:translateY(-2px)}[data-theme=light] .hero-section,[data-theme=light] .what-is-section,[data-theme=light] .reviews-section{background:#fff}[data-theme=light] .enhanced-feature-section:nth-child(2n),[data-theme=light] .features-section,[data-theme=light] .use-cases-section,[data-theme=light] .faq-section{background:#f5f5f5}[data-theme=light] .content-layout,[data-theme=light] .review-card,[data-theme=light] .feature-card,[data-theme=light] .use-case-card,[data-theme=light] .faq-item{background:#fff}
