.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(-50px)}.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 .showcase-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 .showcase-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 .showcase-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 .showcase-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 .showcase-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}@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:3.5rem 0}@media (min-width: 768px){.section{padding: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,.showcase-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,.showcase-intro strong,.use-cases-intro strong{color:var(--color-primary);font-weight:600}.hero-section{background:linear-gradient(135deg,#007b430d,#bed3ca0d);padding:3rem 0}.hero-content{text-align:center;max-width:900px;margin:0 auto}.hero-title{font-size:clamp(2rem,5vw,3rem);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}.inline-link{color:var(--color-primary-light);text-decoration:underline;transition:color var(--transition-fast)}.inline-link:hover{color:var(--color-primary)}.content-image-wrapper{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000026;transition:transform .3s ease}.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: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}.showcase-section{background:var(--color-bg)}.showcase-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1200px;margin:0 auto}@media (min-width: 768px){.showcase-grid{grid-template-columns:repeat(2,1fr)}}.showcase-card{background:var(--color-bg-secondary);padding:1.75rem;border-radius:12px;border-left:4px solid #007b43;box-shadow:0 2px 8px #0000001a}.showcase-header{margin-bottom:.75rem}.showcase-title{font-size:1.25rem;font-weight:600;color:var(--color-text);margin:0}.showcase-description{font-size:.9375rem;line-height:1.6;color:var(--color-text-secondary);margin-bottom:1rem}.showcase-features{display:flex;flex-wrap:wrap;gap:.5rem}.feature-tag{display:inline-block;background:#007b431a;color:#007b43;padding:.375rem .75rem;border-radius:6px;font-size:.8125rem;font-weight:500}.tech-highlight-section{background:linear-gradient(135deg,#007b430d,#bed3ca0d)}.tech-layout{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}@media (min-width: 1024px){.tech-layout{grid-template-columns:1fr 1fr;gap:3rem}}.tech-content{display:flex;flex-direction:column;gap:1.25rem}.tech-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--color-text);margin:0}.tech-description{font-size:1rem;line-height:1.6;color:var(--color-text-secondary)}.tech-description strong{color:var(--color-primary);font-weight:600}.tech-highlights{display:flex;flex-direction:column;gap:1rem}.tech-item{display:flex;align-items:flex-start;gap:.75rem}.tech-icon{width:24px;height:24px;background:#007b43;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;flex-shrink:0;margin-top:2px}.tech-text{display:flex;flex-direction:column;gap:.25rem}.tech-text strong{font-size:1rem;font-weight:600;color:var(--color-text)}.tech-text span{font-size:.875rem;color:var(--color-text-secondary)}.tech-stats{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 768px){.tech-stats{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.tech-stats{grid-template-columns:1fr}}.stat-card{background:var(--color-bg-secondary);padding:1.75rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000001a}.stat-number{font-size:2.5rem;font-weight:700;color:#007b43;margin-bottom:.5rem}.stat-label{font-size:.9375rem;color:var(--color-text-secondary)}.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: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)}.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: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-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: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] .showcase-section,[data-theme=light] .reviews-section{background:#fff}[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] .stat-card,[data-theme=light] .showcase-card,[data-theme=light] .review-card,[data-theme=light] .feature-card,[data-theme=light] .use-case-card,[data-theme=light] .faq-item{background:#fff}
