.website-hero{padding:5rem 2rem 4rem;background:var(--off-white,#f8fafc)}.website-hero .hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.website-hero .hero-content{max-width:560px}.website-hero .hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--white);border:1px solid var(--gray-200,#e2e8f0);padding:8px 16px 8px 10px;border-radius:999px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;color:var(--gray-900,#0f172a)}.website-hero .hero-badge-icon{width:28px;height:28px;background:var(--coral,#FF6B6B);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:.75rem}.website-hero h1{font-size:3.25rem;font-weight:800;line-height:1.15;margin-bottom:1.5rem;color:var(--black,#0f172a)}.website-hero .hero-description{font-size:1.125rem;color:var(--gray-600,#64748b);line-height:1.7;margin-bottom:2rem}.website-hero .hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.website-hero .hero-visual{position:relative}.ai-form-card{background:var(--white);border-radius:20px;padding:1.5rem;box-shadow:0 20px 60px rgba(0,0,0,.12);border:1px solid var(--gray-200,#e2e8f0);transition:all .5s ease}.ai-form-card.image-mode{padding-top:0}.form-header{display:flex;gap:6px;margin-bottom:1.25rem}.dot{width:12px;height:12px;border-radius:50%}.dot.red{background:#EF4444}.dot.yellow{background:#F59E0B}.dot.green{background:#10B981}.ai-preview{max-height:0;overflow:hidden;border-radius:12px;margin-bottom:0;transition:max-height .5s ease,margin-bottom .5s ease}.ai-preview.show{max-height:220px;margin-bottom:1.25rem;overflow:hidden}.ai-preview img{width:100%;border-radius:12px;display:block;-o-object-fit:cover;object-fit:cover;height:220px}.mock-label{font-size:.8rem;font-weight:600;color:var(--gray-600,#64748b);text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.4rem}.mock-input{font-size:.95rem;color:var(--black,#0f172a);min-height:38px}.mock-input,.mock-textarea{background:var(--gray-50,#f8fafc);border:1px solid var(--gray-200,#e2e8f0);border-radius:8px;padding:.6rem .75rem}.mock-textarea{font-size:.85rem;color:var(--gray-600,#64748b);min-height:60px;line-height:1.5}.form-group{margin-bottom:1rem}.cursor{display:inline-block;width:2px;height:1em;background:var(--coral,#FF6B6B);margin-left:1px;vertical-align:text-bottom;animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.mock-btn{width:100%;padding:.75rem;background:var(--gray-200,#e2e8f0);color:var(--gray-500,#94a3b8);border-radius:8px;font-weight:700;font-size:.95rem;cursor:default;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.mock-btn.active{background:var(--coral,#FF6B6B);color:white;cursor:pointer}.mock-btn svg{width:16px;height:16px}.hero-card-note{text-align:center;font-size:.8rem;color:var(--gray-500,#94a3b8);margin-top:.75rem}.steps{padding:6rem 2rem;background:var(--gray-100,#f1f5f9)}.steps-container{max-width:1200px;margin:0 auto}.steps-header{text-align:center;margin-bottom:4rem}.steps-timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.step-item{flex-direction:column}.step-item,.step-number{position:relative;display:flex;align-items:center}.step-number{width:64px;height:64px;border-radius:50%;justify-content:center;font-weight:800;font-size:1.5rem;margin-bottom:-32px;z-index:2;border:4px solid var(--gray-100,#f1f5f9)}.step-1 .step-number{background:#F0F9FF;color:#0EA5E9;box-shadow:0 8px 20px rgba(14,165,233,.2)}.step-2 .step-number{background:#FFF7ED;color:#F97316;box-shadow:0 8px 20px rgba(249,115,22,.2)}.step-3 .step-number{background:#FEF2F2;color:#EF4444;box-shadow:0 8px 20px rgba(239,68,68,.2)}.step-card{background:var(--white);padding:4rem 2rem 2.5rem;border-radius:24px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.06);width:100%;transition:transform .3s;display:flex;flex-direction:column;align-items:center}.step-card:hover{transform:translateY(-5px)}.step-icon-wrapper{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.step-1 .step-icon-wrapper svg{color:#0EA5E9}.step-2 .step-icon-wrapper svg{color:#F97316}.step-3 .step-icon-wrapper svg{color:#EF4444}.step-icon-wrapper svg{width:28px;height:28px}.step-title{font-size:1.2rem;font-weight:800;margin-bottom:.75rem;color:var(--black,#0f172a)}.step-desc{font-size:.95rem;color:var(--gray-600,#64748b);line-height:1.6}.modules{padding:6rem 2rem;background:var(--white)}.modules-container{max-width:1200px;margin:0 auto}.modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.module-card{background:var(--white);border-radius:24px;padding:1.75rem 2.5rem;transition:all .3s;position:relative;border:1px solid transparent;height:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.module-card:hover{transform:translateY(-8px)}.module-card:nth-child(3n+1){background:#F0F9FF}.module-card:nth-child(3n+2){background:#FFF7ED}.module-card:nth-child(3n+3){background:#FEF2F2}.module-card:nth-child(3n+1):hover{border-color:#BAE6FD;box-shadow:0 12px 32px rgba(14,165,233,.15)}.module-card:nth-child(3n+2):hover{border-color:#FED7AA;box-shadow:0 12px 32px rgba(249,115,22,.15)}.module-card:nth-child(3n+3):hover{border-color:#FECACA;box-shadow:0 12px 32px rgba(239,68,68,.15)}.module-icon{width:56px;height:56px;background:var(--white);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.04)}.module-card:nth-child(3n+1) .module-icon i{color:#0EA5E9}.module-card:nth-child(3n+2) .module-icon i{color:#F97316}.module-card:nth-child(3n+3) .module-icon i{color:#EF4444}.module-icon i{font-size:24px}.module-badge{position:absolute;top:2rem;right:2rem;display:inline-flex;align-items:center;gap:6px;background:var(--white);color:var(--black,#0f172a);padding:6px 12px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;box-shadow:0 2px 8px rgba(0,0,0,.06)}.module-badge i{font-size:12px;color:#EF4444}.module-card h3{font-size:1.2rem;font-weight:800;margin-bottom:.75rem;color:var(--black,#0f172a);line-height:1.3}.module-card p{color:var(--gray-600,#64748b);font-size:1rem;line-height:1.6;margin-bottom:0}.comparison{padding:6rem 2rem;background:var(--white)}.comparison-container{max-width:1000px;margin:0 auto}.comparison-table{margin-top:3rem;margin-bottom:4rem;border:1px solid var(--gray-200,#e2e8f0);border-radius:24px;overflow:hidden;background:var(--white);box-shadow:0 16px 40px rgba(15,23,42,.08)}.c-row{display:grid;grid-template-columns:1.2fr 1.5fr 1.5fr;border-bottom:1px solid var(--gray-200,#e2e8f0)}.c-row:last-child{border-bottom:none}.c-col{padding:.8rem 1.25rem;display:flex;flex-direction:column;justify-content:center}.c-col.feature{font-weight:600;color:var(--gray-900,#0f172a);background:var(--white)}.c-col.ai{background:var(--gray-100,#f1f5f9);text-align:center;border-left:1px solid var(--gray-200);border-right:1px solid var(--gray-200)}.c-col.traditional{text-align:center;background:var(--white)}.c-row.header .c-col{padding-top:1.2rem;padding-bottom:1.2rem}.c-row.header .c-col.ai{background:var(--emerald,#10B981);color:var(--white);border-color:var(--emerald,#10B981)}.c-row.header .c-col.ai h3{color:var(--white);margin-bottom:.25rem;font-size:1.25rem}.c-row.header .c-col.ai span{color:rgba(255,255,255,.8);font-size:.9rem;font-weight:400}.c-row.header .c-col.traditional h3{font-size:1.1rem;color:var(--gray-600,#64748b)}.c-col.ai strong{color:var(--coral,#FF6B6B)}.c-col.ai strong,.c-col.traditional strong{display:block;font-size:1.1rem;margin-bottom:.25rem}.c-col.traditional strong{color:var(--emerald,#10B981)}.c-col span{font-size:.9rem;color:var(--gray-600,#64748b)}.bottom-line{background:var(--emerald,#10B981);border-radius:16px;padding:2rem 3rem;text-align:center;color:var(--white)}.bottom-line h3{font-size:1.75rem;font-weight:700;margin-bottom:1rem}.bottom-line p{font-size:1.125rem;color:rgba(255,255,255,.9);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.btn-white{background:var(--white);color:var(--emerald,#10B981);padding:.75rem 2rem;border-radius:6px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer}.btn-white:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.btn-white svg{width:16px;height:16px}.ai-examples{padding:6rem 2rem;background:var(--gray-100,#f1f5f9)}.ai-examples-container{max-width:1200px;margin:0 auto}.ai-examples-header{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.ai-examples a.ai-text-link,.ai-examples a.ai-text-link:visited{color:inherit;text-decoration:none}.ai-examples a.ai-text-link:hover{color:var(--coral,#FF6B6B);text-decoration:none}.ai-examples-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.ai-example-card{display:block;background:var(--white);border-radius:24px;padding:1.5rem;border:1px solid var(--gray-200,#e2e8f0);box-shadow:0 16px 40px rgba(15,23,42,.08);transition:transform .25s ease,box-shadow .25s ease;text-decoration:none;color:inherit;cursor:pointer}.ai-example-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(15,23,42,.15)}.ai-example-image{border-radius:18px;overflow:hidden;background:var(--gray-100,#f1f5f9);margin-bottom:1rem;max-height:220px}.ai-example-image img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.ai-example-title{font-size:1.1rem;font-weight:700;margin-bottom:.25rem;color:var(--black,#0f172a)}.ai-example-meta{font-size:.9rem;color:var(--gray-600,#64748b)}.all-features{padding:6rem 2rem}.all-features-container{max-width:1200px;margin:0 auto}.all-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.af-item{text-align:center}.af-icon{width:64px;height:64px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}.af-icon i,.af-icon svg{font-size:24px;color:var(--coral,#FF6B6B)}.af-item:first-child .af-icon i,.af-item:first-child .af-icon svg{color:#0EA5E9}.af-item:nth-child(2) .af-icon i,.af-item:nth-child(2) .af-icon svg{color:#16a34a}.af-item:nth-child(3) .af-icon i,.af-item:nth-child(3) .af-icon svg{color:#a855f7}.af-item:nth-child(4) .af-icon i,.af-item:nth-child(4) .af-icon svg{color:#f97316}.af-item h3{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.af-item ul{list-style:none;padding:0;text-align:left;display:inline-block}.af-item li{font-size:.95rem;color:var(--gray-600,#64748b);margin-bottom:.75rem;display:flex;align-items:center;gap:10px}.af-item li i{color:var(--gray-400,#94a3b8);font-size:14px}.pricing-plans{padding:6rem 2rem;background:var(--white)}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto}.plan-card{background:var(--white);border:1px solid var(--gray-200,#e2e8f0);border-radius:16px;padding:2.5rem 2rem;text-align:center;transition:all .3s;position:relative}.plan-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(0,0,0,.1);border-color:var(--coral,#FF6B6B)}.plan-card.popular{border:2px solid var(--coral,#ff6b6b);box-shadow:0 12px 30px rgba(59,130,246,.1)}.popular-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--coral,#FF6B6B);color:var(--white);padding:4px 16px;border-radius:999px;font-size:.85rem;font-weight:700;white-space:nowrap}.plan-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.plan-sub{color:var(--gray-600,#64748b);font-size:.95rem;margin-bottom:1.5rem}.plan-price{font-size:2rem;font-weight:800;color:var(--black,#0f172a);margin-bottom:.5rem}.plan-price span{font-size:1rem;font-weight:500;color:var(--gray-600,#64748b)}.plan-billing{font-size:.9rem;color:#16a34a;font-weight:500;display:block}.plan-features{list-style:none;padding:0;text-align:left;margin-bottom:2rem}.plan-features li{padding:.6rem 0;display:flex;align-items:center;gap:10px;font-size:.95rem;color:var(--gray-900,#0f172a)}.plan-features li i{color:#16a34a}.plan-features li i.fa-xmark{color:var(--coral,#FF6B6B)}.guarantee-box{display:flex;align-items:center;gap:1.5rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px;padding:1.5rem 2rem;margin-top:3rem;max-width:1100px;margin-left:auto;margin-right:auto}.guarantee-icon{font-size:2rem;color:#16a34a;flex-shrink:0}.guarantee-text strong{display:block;font-size:1rem;font-weight:700;color:var(--black,#0f172a);margin-bottom:.25rem}.guarantee-text p{margin:0;font-size:.9rem;color:var(--gray-600,#64748b)}.launch-cta{padding:6rem 2rem;background:linear-gradient(135deg,#0f172a,#1e293b);color:var(--white)}.launch-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.launch-content h2{font-size:2.25rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.launch-content>p{font-size:1.1rem;color:rgba(255,255,255,.75);margin-bottom:2.5rem}.launch-features{display:flex;flex-direction:column;gap:1.25rem}.lf-item{display:flex;align-items:flex-start;gap:1rem}.lf-icon{width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--coral,#FF6B6B);flex-shrink:0}.lf-text h4{font-size:1rem;font-weight:700;margin-bottom:.2rem}.lf-text p{font-size:.875rem;color:rgba(255,255,255,.65);margin:0}.launch-form-card{background:var(--white);border-radius:24px;padding:2.5rem;color:var(--black,#0f172a)}.launch-form-card h3{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.launch-form-card>p{font-size:.95rem;color:var(--gray-600,#64748b);margin-bottom:2rem}.launch-form-card .form-group{margin-bottom:1.25rem}.launch-form-card label{display:block;font-size:.875rem;font-weight:600;color:var(--gray-700,#374151);margin-bottom:.5rem}.form-control{width:100%;padding:.75rem 1rem;background:var(--gray-50,#f8fafc);border:1px solid var(--gray-200,#e2e8f0);border-radius:10px;font-size:.95rem;color:var(--black,#0f172a);transition:border-color .2s;font-family:inherit;box-sizing:border-box}.form-control:focus{outline:none;border-color:var(--coral,#FF6B6B);box-shadow:0 0 0 3px rgba(255,107,107,.15)}textarea.form-control{resize:vertical;min-height:100px}.btn-launch{width:100%;padding:.875rem;background:var(--coral,#FF6B6B);color:white;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;font-family:inherit}.btn-launch:hover{background:#e55a5a;transform:translateY(-1px)}.btn-launch svg{width:16px;height:16px}.form-footer{font-size:.8rem;color:var(--gray-400,#94a3b8);text-align:center;margin-top:1rem;line-height:1.5}.faq-section{padding:6rem 2rem;background:var(--gray-100,#f1f5f9)}.faq-section .section-inner{max-width:1100px;margin:0 auto}.faq-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--white);border-radius:14px;border:1px solid var(--gray-200,#e2e8f0);overflow:hidden;transition:box-shadow .2s}.faq-item.open{box-shadow:0 4px 20px rgba(0,0,0,.08)}.faq-q{padding:1.1rem 1.5rem;font-size:.95rem;font-weight:600;color:var(--black,#0f172a);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq-arrow,.faq-q:hover{color:var(--coral,#FF6B6B)}.faq-arrow{font-size:1.5rem;transition:transform .2s;flex-shrink:0;line-height:1}.faq-item.open .faq-arrow{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;font-size:.9rem;color:var(--gray-600,#64748b);line-height:1.7;padding:0 1.5rem}.faq-item.open .faq-a{max-height:200px;padding:0 1.5rem 1.25rem}@media (max-width:1024px){.website-hero .hero-container{grid-template-columns:1fr;text-align:center;gap:3rem}.website-hero .hero-content{margin:0 auto}.website-hero .hero-cta{justify-content:center}.website-hero .hero-visual{max-width:500px;margin:0 auto}.website-hero h1{font-size:2.5rem}.steps-timeline{grid-template-columns:1fr}.c-row{grid-template-columns:1fr 1fr}.c-col.feature{grid-column:1/-1;background:var(--gray-100);padding:.75rem 1.5rem;border-bottom:1px solid var(--gray-200);text-align:center}.c-col.ai{border-left:none;border-right:1px solid var(--gray-200)}.bottom-line{padding:2rem}.ai-examples-grid{grid-template-columns:1fr}.all-features-grid{grid-template-columns:1fr 1fr}.launch-container,.plans-grid{grid-template-columns:1fr}.launch-container{gap:3rem}.faq-layout,.modules-grid{grid-template-columns:1fr}}@media (max-width:640px){.all-features-grid{grid-template-columns:1fr}.bottom-line{padding:1.5rem}.launch-form-card{padding:1.75rem}}