.landing-container,.landing-container *,.landing-container :after,.landing-container :before,.landing-container nav,.landing-container nav *{box-sizing:border-box}.landing-container{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:linear-gradient(135deg,#6366f1,#8b5cf6);min-height:100vh;overflow-x:hidden}.bg-animation{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.particle{position:absolute;width:4px;height:4px;background:hsla(0,0%,100%,.1);border-radius:50%;animation:float 6s ease-in-out infinite}.particle:first-child{left:10%;animation-delay:0s}.particle:nth-child(2){left:20%;animation-delay:1s}.particle:nth-child(3){left:30%;animation-delay:2s}.particle:nth-child(4){left:40%;animation-delay:3s}.particle:nth-child(5){left:50%;animation-delay:4s}.particle:nth-child(6){left:60%;animation-delay:5s}.particle:nth-child(7){left:70%;animation-delay:2s}.particle:nth-child(8){left:80%;animation-delay:3s}.particle:nth-child(9){left:90%;animation-delay:1s}@keyframes float{0%,to{transform:translateY(100vh) rotate(0deg);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100px) rotate(1turn);opacity:0}}.page-container{position:relative;z-index:10;min-height:100vh;display:flex;flex-direction:column}.hero{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 0;max-width:1200px;margin:0 auto;width:100%}.hero-badge{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;margin-bottom:32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeInUp .8s ease .2s both}.hero-title{font-size:clamp(48px,8vw,72px);font-weight:800;color:#fff;margin-bottom:24px;line-height:1.1;animation:fadeInUp .8s ease .4s both}.hero-lead{max-width:760px;margin:-8px auto 24px;color:hsla(0,0%,100%,.92);font-size:1.125rem;line-height:1.5;font-weight:500;animation:fadeInUp .8s ease .5s both}.hero-subtitle{font-size:28px;color:hsla(0,0%,100%,.95);margin-bottom:48px;font-weight:500;line-height:1.3;animation:fadeInUp .8s ease .6s both;letter-spacing:-.01em}.input-section{width:100%;max-width:960px;margin:0 auto;padding:0 20px;animation:fadeInUp .8s ease .8s both}.input-container{position:relative;background:hsla(0,0%,100%,.97);border-radius:20px;padding:28px;box-shadow:0 25px 50px rgba(0,0,0,.15),0 10px 20px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.3);transition:all .3s ease}.input-container:hover{transform:translateY(-2px);box-shadow:0 35px 70px rgba(0,0,0,.2),0 15px 30px rgba(0,0,0,.15)}.input-container:focus-within{box-shadow:0 35px 70px rgba(0,0,0,.2),0 15px 30px rgba(0,0,0,.15),0 0 0 3px rgba(139,92,246,.3)}.input-wrapper{display:flex;align-items:center;gap:20px;position:relative}.main-input{flex:1 1;border:none;outline:none;font-size:20px;color:#1f2937;background:transparent;font-family:inherit;resize:none;min-height:32px;max-height:140px;line-height:1.5;font-weight:500}.main-input::placeholder{color:#9ca3af;font-weight:400}.typing-cursor{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:2px;height:24px;background:#8b5cf6;animation:blink 1s infinite;pointer-events:none}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.attach-btn{background:#f3f4f6;border:none;width:40px;height:40px;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;position:relative}.attach-btn:hover{background:#e5e7eb;transform:scale(1.05)}.attach-btn:disabled{opacity:.5;cursor:not-allowed}.attach-btn svg{width:20px;height:20px;color:#6b7280}.input-hints{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.hint-chip{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);gap:4px}.hint-chip,.url-input-modal{display:flex;align-items:center}.url-input-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);justify-content:center;z-index:1000;padding:20px}.url-input-card{background:#fff;border-radius:16px;padding:24px;max-width:500px;width:100%;box-shadow:0 20px 60px rgba(0,0,0,.3)}.url-input-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.url-input-header h3{font-size:18px;font-weight:600;color:#1f2937;margin:0}.close-btn{width:32px;height:32px;border:none;border-radius:50%;background:#f3f4f6;color:#6b7280;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.close-btn:hover{background:#e5e7eb;color:#374151}.url-input-content{display:flex;flex-direction:column;gap:16px}.url-input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s ease;color:#1f2937}.url-input:focus{border-color:#8b5cf6}.url-submit-btn{padding:12px 24px;background:#8b5cf6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.url-submit-btn:hover:not(:disabled){background:#7c3aed}.url-submit-btn:disabled{background:#d1d5db;cursor:not-allowed}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;width:40px;height:40px;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;opacity:.6;pointer-events:none}.submit-btn.active{opacity:1;pointer-events:auto}.submit-btn:hover.active{transform:scale(1.05);box-shadow:0 8px 20px rgba(102,126,234,.4)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.spinner,.submit-btn svg{width:20px;height:20px}.spinner{border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.features{margin-top:100px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px;max-width:700px;margin-left:auto;margin-right:auto;padding:0 20px;animation:fadeInUp .8s ease 1s both}.feature-card{background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.25);border-radius:20px;padding:32px;text-align:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);transition:all .3s ease}.feature-card:hover{transform:translateY(-6px);background:hsla(0,0%,100%,.18);border-color:hsla(0,0%,100%,.35)}.feature-icon{font-size:40px;margin-bottom:20px;display:block}.feature-title{font-size:22px;font-weight:700;color:#fff;margin-bottom:12px;letter-spacing:-.01em}.feature-desc{font-size:16px;color:hsla(0,0%,100%,.85);line-height:1.6;font-weight:400}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.file-input{display:none}.workspace-section{margin-top:80px;padding-top:40px;border-top:1px solid hsla(0,0%,100%,.1);max-width:1200px;margin-left:auto;margin-right:auto;width:100%}@media (max-width:768px){.hero{padding:0 20px}.hero-title{font-size:32px;line-height:1.1}.hero-subtitle{font-size:18px}.input-container{padding:16px}.main-input{font-size:16px}.features{margin-top:80px;grid-template-columns:1fr;gap:24px}.feature-card{padding:28px 20px}.feature-title{font-size:20px}.feature-desc{font-size:15px}}@media (max-width:480px){.hero-title{font-size:28px;line-height:1.1}}@media (max-width:375px){.hero-title{font-size:24px;line-height:1.1}}.WordPressPage_pageContainer__pVPYX{min-height:100vh;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#171717;line-height:1.6;overflow-x:hidden;width:100%;max-width:100vw}.WordPressPage_pageContainer__pVPYX nav{background:#6366f1!important}.WordPressPage_section__Ypjh3{max-width:900px;margin:0 auto;padding:48px 24px;width:100%;box-sizing:border-box}.WordPressPage_hero__CYm9f{text-align:center;padding-top:80px;padding-bottom:48px}.WordPressPage_heroTitle__Wwdtg{font-size:clamp(32px,4vw,48px);font-weight:800;color:#171717;margin-bottom:20px;line-height:1.2;letter-spacing:-.03em}.WordPressPage_heroSubheadline__h1TDG{font-size:18px;color:#4b5563;margin-bottom:32px;line-height:1.6;max-width:720px;margin-left:auto;margin-right:auto}.WordPressPage_ctaGroup__DMoqG{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}.WordPressPage_primaryCTA__Ab_WC{background:#6366f1;color:#fff;padding:14px 28px;font-size:16px;font-weight:600;border-radius:8px;text-decoration:none;transition:background .2s}.WordPressPage_primaryCTA__Ab_WC:hover{background:#4f46e5}.WordPressPage_secondaryCTA__pyzD_{background:#fff;color:#6366f1;border:2px solid #6366f1;padding:12px 26px;font-size:16px;font-weight:600;border-radius:8px;text-decoration:none;transition:background .2s,color .2s}.WordPressPage_secondaryCTA__pyzD_:hover{background:#6366f1;color:#fff}.WordPressPage_sectionTitle__9TJoH{font-size:28px;font-weight:700;color:#171717;margin-bottom:24px;line-height:1.3}.WordPressPage_stepsList__wOYUO{padding-left:24px;margin:0}.WordPressPage_stepsList__wOYUO li{margin-bottom:12px;font-size:16px;color:#374151}.WordPressPage_embedMethods__AQtnJ{display:flex;flex-direction:column;gap:24px}.WordPressPage_embedMethod__D9R0S{background:#f9fafb;padding:20px;border-radius:8px;border:1px solid #e5e7eb}.WordPressPage_embedMethod__D9R0S h3{font-size:18px;font-weight:600;margin-bottom:8px;color:#171717}.WordPressPage_embedMethod__D9R0S p{margin:0;font-size:15px;color:#4b5563}.WordPressPage_code__4c0hh{display:block;background:#1f2937;color:#e5e7eb;padding:12px 16px;border-radius:6px;font-size:14px;overflow-x:auto;margin-top:8px}.WordPressPage_featuresList__7BuVP{list-style:none;padding:0;margin:0}.WordPressPage_featuresList__7BuVP li{padding:8px 0 8px 24px;position:relative;font-size:16px;color:#374151}.WordPressPage_featuresList__7BuVP li:before{content:"✓";position:absolute;left:0;color:#6366f1;font-weight:600}.WordPressPage_linksList__5tA4W{list-style:none;padding:0;margin:0}.WordPressPage_linksList__5tA4W li{margin-bottom:12px}.WordPressPage_linksList__5tA4W a{color:#6366f1;text-decoration:none;font-weight:500}.WordPressPage_linksList__5tA4W a:hover{text-decoration:underline}.WordPressPage_footer__FMCBF{text-align:center;padding:48px 24px;border-top:1px solid #e5e7eb;margin-top:48px}.WordPressPage_footer__FMCBF p{font-size:14px;color:#6b7280;max-width:600px;margin:0 auto}