.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-right]{transform:translate(50px)}.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 .faq-item:nth-child(10){animation-delay:1s}.animate-in .faq-item:nth-child(11){animation-delay:1.1s}.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:3rem 0}@media (min-width: 768px){.section{padding:4.5rem 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:12px;box-shadow:0 2px 8px #0000001a}@media (min-width: 1024px){.content-layout{grid-template-columns:1fr 400px;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{width:100%}.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:12px;box-shadow:0 1px 4px #00000014;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001f}.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}.use-cases-section{background:var(--color-bg)}.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-secondary);padding:1.75rem;border-radius:12px;border-left:4px solid #007b43;box-shadow:0 1px 4px #00000014}.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-secondary)}.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);padding:1.75rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;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 rgba(0,123,67,.1);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)}.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-secondary);padding:1.75rem;border-radius:12px;box-shadow:0 1px 4px #00000014}.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,#007b43,#00a85a);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:#fff;margin-bottom:1rem}.cta-description{font-size:1rem;line-height:1.6;color:#fffffff2;margin-bottom:2rem}.cta-description strong{color:#fff;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:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.cta-button.primary{background:#fff;color:#007b43;box-shadow:0 4px 12px #00000026}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.cta-button.secondary{background:#fff3;color:#fff;border:2px solid #ffffff}.cta-button.secondary:hover{background:#ffffff4d;transform:translateY(-2px)}[data-theme=light] .hero-section,[data-theme=light] .what-is-section,[data-theme=light] .use-cases-section{background:#fff}[data-theme=light] .features-section,[data-theme=light] .reviews-section,[data-theme=light] .faq-section{background:#f5f5f5}[data-theme=light] .content-layout,[data-theme=light] .review-card,[data-theme=light] .faq-item,[data-theme=light] .feature-card,[data-theme=light] .use-case-card{background:#fff}
