:root{color:#22212c;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f6ff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6}body{background:#f8f6ff;min-height:100vh;margin:0}h1,h2,h3,strong,p{margin:0}ul{margin:0;padding:0;list-style:none}button,a{font:inherit}:root{--bg:#f8f6ff;--surface:#fff;--surface-soft:#f5f1ff;--surface-strong:#f2ecff;--text:#22212c;--text-muted:#5f5a70;--text-inverse:#fff;--brand:#7f34ff;--brand-strong:#9e3fff;--accent:#ffb43f;--accent-soft:#fff0db;--border:#e7e1f8;--shadow:0 24px 60px #1710481f;--shadow-soft:0 16px 32px #17104814;--radius:28px;--radius-sm:18px;--font:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--text);font-family:var(--font);background:linear-gradient(#fff 0%,#f8f6ff 100%);margin:0;line-height:1.65}#root{width:100%;max-width:1200px;margin:88px auto 0;padding:0 24px 48px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.topbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:linear-gradient(#fff 0%,#fffffffa 100%);border-bottom:1px solid #7f34ff14;padding:0;display:block;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 12px #1710480f}.top-nav-row{border-bottom:1px solid #7f34ff0f;justify-content:space-between;align-items:center;gap:18px;max-width:1200px;margin:0 auto;padding:12px 24px;display:flex}.brand{flex-shrink:0;align-items:center;gap:10px;display:flex}.brand-image{width:40px;height:40px;display:block}.brand-text{letter-spacing:.12em;color:var(--text);font-size:.95rem;font-weight:700}.site-nav{flex:1;justify-content:center;gap:20px;display:flex}.site-nav a{color:var(--text-muted);font-size:.95rem;font-weight:500;transition:color .2s}.site-nav a:hover{color:var(--brand)}.topbar-actions{flex-shrink:0;gap:10px;display:flex}.hero-title-row{text-align:center;max-width:1200px;margin:12px auto 0;padding:24px}.top-hero{color:var(--text);margin:0;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;line-height:1.15}.hero-section{grid-template-columns:1.2fr 1fr;align-items:center;gap:36px;padding:18px 0;display:grid}.hero-copy{max-width:580px}.hero-sub{color:var(--text-muted);margin:0 0 20px;font-size:1.05rem;line-height:1.7}.hero-highlights{gap:12px;margin:24px 0;display:grid}.highlight-item{background:#7f34ff0f;border-radius:12px;align-items:flex-start;gap:14px;padding:14px 16px;display:flex}.highlight-icon{background:linear-gradient(135deg, var(--brand), #ffb43f);color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.95rem;font-weight:700;display:inline-flex}.highlight-item strong{color:var(--text);margin-bottom:4px;font-size:.95rem;display:block}.highlight-item p{color:var(--text-muted);margin:0;font-size:.9rem}.hero-media{justify-content:center;display:flex}.hero-main-card{box-shadow:var(--shadow);background:#fffffff2;border:1px solid #7f34ff1f;border-radius:20px;max-width:380px;overflow:hidden}.hero-screen{object-fit:cover;width:100%;height:auto;display:block}.spacing-divider{height:20px}.problem-block{padding:40px 0}.problem-flow{align-items:center;gap:16px;margin-top:32px;padding:24px 0;display:flex;overflow-x:auto}.flow-box{background:linear-gradient(135deg,#7f34ff1f,#ffb43f1a);border:1px solid #7f34ff1f;border-radius:16px;min-width:180px;padding:20px;position:relative}.flow-number{background:linear-gradient(135deg, var(--brand), #ff9d2f);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:12px;font-weight:800;display:inline-flex}.flow-box h3{color:var(--text);margin:0 0 8px;font-size:1rem}.flow-box p{color:var(--text-muted);margin:0;font-size:.9rem}.flow-arrow{color:var(--brand);flex-shrink:0;font-size:1.6rem}.modules-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;display:grid}.module-card{text-align:center;background:linear-gradient(135deg,#fffffff2 0%,#f8f6ff80 100%) padding-box padding-box;border:2px solid #0000;border-radius:16px;flex-direction:column;gap:14px;padding:24px 18px;transition:all .3s;display:flex;position:relative;box-shadow:0 8px 24px #7f34ff14}.module-card:before{content:"";background:linear-gradient(135deg, var(--icon-color,#7f34ff), #ffffff1a);z-index:-1;opacity:0;border-radius:16px;transition:opacity .3s;position:absolute;inset:-2px}.module-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #7f34ff26}.module-card:hover:before{opacity:.15}.module-icon{background:linear-gradient(135deg, var(--icon-color,#7f34ff) 0%, #ffffff1a 100%);color:#fff;border-radius:14px;justify-content:center;align-items:center;height:56px;padding:12px;font-size:2.4rem;display:flex}.module-icon svg{filter:drop-shadow(0 2px 4px #0000001a);width:32px;height:32px}.module-card h3{background:linear-gradient(135deg, var(--icon-color,#7f34ff), #7f34ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.05rem;font-weight:700}.module-sub{color:#b27200;font-size:.9rem;font-weight:700}.module-content p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.6}.results-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:24px;display:grid}.result-tile{color:#fff;border:none;border-radius:18px;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;padding:28px 20px;display:flex;box-shadow:0 16px 40px #0000001f}.result-tile strong{color:#fff;font-size:2.2rem;font-weight:800;line-height:1}.result-tile p{color:#ffffffeb;margin:0;font-weight:600}.result-0{background:linear-gradient(135deg,#7f34ff 0%,#9e3fff 100%)}.result-1{background:linear-gradient(135deg,#ff7373 0%,#ff5252 100%)}.result-2{background:linear-gradient(135deg,#ffb43f 0%,#ff9d2f 100%)}.result-3{background:linear-gradient(135deg,#00c9a7 0%,#00b899 100%)}.result-4{background:linear-gradient(135deg,#7f34ff 0%,#ff7373 100%)}.result-tile.featured{background:linear-gradient(90deg,#ffb43f 0%,#ff9d2f 50%,#ff7373 100%);grid-column:span 2;box-shadow:0 24px 60px #ffb43f38}.how-section{padding:40px 0}.steps-visual{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:12px;margin-top:36px;display:flex}.step-item{text-align:center;background:linear-gradient(#7f34ff14,#ffb43f0f);border:1px solid #7f34ff1f;border-radius:16px;flex:1;min-width:200px;max-width:240px;padding:24px 18px;position:relative}.step-icon{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:12px;font-size:1.4rem;font-weight:800;display:inline-flex}.step-1{background:linear-gradient(135deg,#7f34ff,#9e3fff)}.step-2{background:linear-gradient(135deg,#ffb43f,#ff9d2f)}.step-3{background:linear-gradient(135deg,#00c9a7,#00b899)}.step-item h3{color:var(--text);margin:0 0 8px;font-size:1.05rem}.step-item p{color:var(--text-muted);margin:0 0 12px;font-size:.9rem}.step-detail{color:var(--brand);background:#ffffff80;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:10px;font-size:.85rem;font-weight:600;display:flex}.detail-icon{font-size:1rem}.step-connector{background:linear-gradient(90deg, var(--brand), #ffb43f);border-radius:999px;flex-shrink:0;width:28px;height:4px}.plan-price{color:var(--brand);font-size:1.2rem;font-weight:800;display:block}.plan-card ul li{color:var(--text-muted);text-align:left;margin-bottom:10px}.extra-user{color:var(--brand);font-weight:700;display:block}@media (width<=1200px){.modules-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=992px){.hero-section{grid-template-columns:1fr}.modules-grid,.results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.result-tile.featured{grid-column:span 1}}@media (width<=740px){.top-nav-row{flex-wrap:wrap;justify-content:center}.site-nav{order:1;width:100%;margin-top:8px}.topbar-actions{order:0;justify-content:center}.modules-grid,.results-grid{grid-template-columns:1fr}.steps-visual{flex-direction:column}.step-connector{width:4px;height:20px;transform:rotate(90deg)}.problem-flow{flex-direction:column;gap:12px}.flow-arrow{transform:rotate(90deg)}}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 18px;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-primary{color:#121018;background:linear-gradient(135deg,#ffd36f 0%,#ff9d2f 100%);box-shadow:0 16px 40px #ff962838}.button-secondary{color:var(--brand);background:#7f34ff14;border:1px solid #7f34ff2e}.section-block{padding:40px 0}.section-intro{max-width:720px;margin-bottom:24px}.section-intro h2{color:var(--text);margin:0 0 16px;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.15}.section-intro p{color:var(--text-muted);margin:0;line-height:1.7}.section-header{margin-bottom:28px}.section-header h2{color:var(--text);margin:0;font-size:clamp(1.8rem,3vw,2.4rem)}.note{color:var(--text-muted);max-width:760px;margin-top:24px;font-size:.9rem}.plans-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.plan-card{background:var(--surface);box-shadow:var(--shadow-soft);border:1px solid #7f34ff14;border-radius:18px;flex-direction:column;gap:16px;padding:28px;display:flex;position:relative}.plan-card.recommended{background:linear-gradient(#ffb43f1f,#fff);border-color:#ffb43f38}.plan-badge{background:var(--brand);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:6px 12px;font-size:.7rem;font-weight:700;position:absolute;top:20px;right:20px}.plan-label{color:var(--brand);text-transform:uppercase;letter-spacing:.08em;font-size:.9rem;font-weight:700}.plan-card strong{color:var(--brand);font-size:1.15rem;font-weight:800;display:block}.plan-users{color:var(--text-muted);border-top:1px solid #7f34ff0f;border-bottom:1px solid #7f34ff0f;gap:8px;padding:12px 0;font-size:.9rem;display:grid}.plan-card ul{margin:0;padding-left:20px}.plan-card li{color:var(--text-muted);margin-bottom:8px;font-size:.9rem}.plan-card>p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.6}.result-copy{max-width:720px;margin-bottom:32px}.result-copy h2{color:var(--text);margin:0 0 16px;font-size:clamp(1.8rem,3vw,2.4rem)}.result-copy p{color:var(--text-muted);margin:0}.cta-block{text-align:center;background:linear-gradient(#ffd9772e,#7f34ff24);border-radius:28px;padding:48px 0}.cta-copy{max-width:720px;margin:0 auto}.cta-copy h2{color:var(--text);margin:0 0 16px;font-size:clamp(1.8rem,3vw,2.4rem)}.cta-copy p{color:var(--text-muted);margin:0 0 28px;line-height:1.7}.footer{border-top:1px solid #7f34ff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;width:100%;padding:32px 0 0;display:flex}.footer-logo{flex-shrink:0;width:40px;height:40px}.footer-brand strong{color:var(--text);margin-bottom:2px;font-size:.9rem;display:block}.footer-brand span{color:var(--text-muted);font-size:.85rem;display:block}.footer-links{gap:20px;display:flex}.footer-links a{color:var(--text-muted);font-size:.9rem;transition:color .2s}.footer-links a:hover{color:var(--brand)}.footer-copy{width:100%;color:var(--text-muted);margin-top:16px;font-size:.85rem}.plan-card ul{color:var(--text-muted);margin:0;padding-left:20px}.plan-card li{color:var(--text-muted);margin-bottom:10px}.plan-0{background:linear-gradient(#7f34ff14,#fff);border-color:#7f34ff26}.plan-0 .plan-label,.plan-0 strong{color:#7f34ff}.plan-1{background:linear-gradient(#ffb43f1f,#fff);border-color:#ffb43f2e}.plan-1 .plan-label,.plan-1 strong{color:#ff9d2f}.plan-2{background:linear-gradient(#00c9a714,#fff);border-color:#00c9a726}.plan-2 .plan-label,.plan-2 strong{color:#00c9a7}.button-plan{width:fit-content}.cta-block{background:linear-gradient(#ffd9772e,#7f34ff24);border-radius:32px;padding:54px 0 42px}.cta-copy{text-align:center;max-width:720px;margin:0 auto}.footer{border-top:1px solid #7f34ff1f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:28px 0 0;display:flex}.footer-brand{align-items:center;gap:16px;display:flex}.footer-logo{width:44px;height:auto}.footer-brand strong{font-size:1rem;display:block}.footer-brand span{color:var(--text-muted);display:block}.footer-links{flex-wrap:wrap;gap:18px;display:flex}.footer-links a{color:var(--text-muted)}.footer-copy{width:100%;color:var(--text-muted);margin-top:12px}@media (width<=992px){.hero-section{grid-template-columns:1fr}.hero-visual{min-height:auto}.modules-grid,.gallery-grid,.results-grid,.plans-grid,.steps-grid{grid-template-columns:1fr 1fr}}@media (width<=740px){#root{padding-left:18px;padding-right:18px}.topbar{flex-direction:column;align-items:stretch}.site-nav,.topbar-actions{justify-content:center}.hero-actions{flex-direction:column;align-items:stretch}.hero-mini-grid,.grid-4,.grid-3,.steps-grid,.modules-grid,.gallery-grid,.results-grid,.plans-grid{grid-template-columns:1fr}.plan-card.recommended .plan-badge{margin-bottom:12px;position:static}.footer{align-items:flex-start}}
