.landing{min-height:100vh;background:var(--th-bg);color:var(--th-text)}.landing-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;padding:20px 48px;border-bottom:1px solid var(--th-border)}.landing-brand{display:flex;flex-direction:column;gap:2px}.landing-logo{font-size:20px}.landing-tagline{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--th-text-faint)}.landing-header-right{display:flex;align-items:center;gap:32px}.landing-nav{display:flex;align-items:center;gap:28px}.landing-nav a{display:inline-block;padding:4px 0;font-size:14px;font-weight:600;color:var(--th-text-dim);text-decoration:none;border-bottom:2px solid transparent}.landing-nav a:hover{color:var(--th-white);border-bottom-color:var(--th-purple)}.landing-hero{max-width:720px;margin:0 auto;text-align:center;padding:96px 24px 64px}.trial-badge{display:inline-block;margin-bottom:20px;padding:6px 16px;border-radius:999px;font-size:13px;font-weight:600;color:var(--th-green);background:rgba(0,224,187,.12);border:1px solid var(--th-green)}.landing-hero h1{font-size:42px;font-weight:800;margin-bottom:16px;line-height:1.2}.landing-hero .accent{background:var(--th-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.landing-hero p{font-size:17px;color:var(--th-text-dim);margin-bottom:32px;line-height:1.5}.landing-hero-actions{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap}.landing-features{max-width:1080px;margin:0 auto;padding:0 24px 96px}.landing-features h2{text-align:center;font-size:26px;margin-bottom:8px}.section-subtitle{text-align:center;color:var(--th-text-dim);margin-bottom:40px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:20px;gap:20px}.feature-card{display:flex;flex-direction:column;gap:10px}.feature-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:var(--th-gradient-soft);color:var(--th-cyan)}.feature-card h3{font-size:15px;margin:0}.feature-card p{font-size:13px;color:var(--th-text-dim);line-height:1.5;margin:0}.landing-pricing{max-width:1200px;margin:0 auto;padding:0 24px 96px}.landing-pricing h2{text-align:center;font-size:26px;margin-bottom:40px}.pricing-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;gap:16px}.pricing-card{display:flex;flex-direction:column;text-align:center;position:relative;overflow:hidden;border-top:3px solid var(--th-border)}.pricing-card.plan-free{border-top-color:var(--th-cyan)}.pricing-card.plan-basic{border-top-color:var(--th-purple)}.pricing-card.plan-basic_plus{border-top-color:var(--th-pink);background:var(--th-gradient-soft)}.pricing-card.plan-pro{border-top-color:var(--th-purple)}.pricing-card.plan-plus{border-top-color:var(--th-pink)}.pricing-card h3{font-size:16px;text-transform:uppercase;letter-spacing:.06em;color:var(--th-text-dim);margin-bottom:8px}.pricing-card .price{font-size:32px;font-weight:800;margin-bottom:20px;color:var(--th-white)}.pricing-card ul{flex:1 1;list-style:none;padding:0;margin:0 0 24px;text-align:left;font-size:14px;color:var(--th-text-dim);line-height:1.8}.pricing-card .btn{width:100%}.landing-faq{max-width:760px;margin:0 auto;padding:0 24px 96px}.landing-faq h2{text-align:center;font-size:26px;margin-bottom:40px}.faq-list{display:flex;flex-direction:column;gap:8px}.faq-item{border-bottom:1px solid var(--th-border)}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 0;background:none;border:none;cursor:pointer;text-align:left;font-size:15px;font-weight:600;color:var(--th-text);font-family:inherit}.faq-item.open .faq-question{color:var(--th-white)}.faq-toggle{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--th-surface-2);font-size:16px;line-height:1}.faq-answer{font-size:14px;color:var(--th-text-dim);line-height:1.6;margin:0 0 16px}.landing-nav-highlight{font-size:14px;font-weight:700;color:var(--th-cyan)!important;text-decoration:none;border-bottom:2px solid transparent;padding:4px 0}.landing-nav-highlight:hover{border-bottom-color:var(--th-cyan)!important}.landing-portal-link{font-size:13px;font-weight:600;color:var(--th-text-dim);text-decoration:none;white-space:nowrap}.landing-portal-link:hover{color:var(--th-white)}.landing-growth{background:linear-gradient(180deg,transparent,rgba(139,63,255,.06) 50%,transparent);border-top:1px solid var(--th-border);border-bottom:1px solid var(--th-border);padding:80px 24px;margin-bottom:80px}.growth-inner{max-width:1080px;margin:0 auto;text-align:center}.growth-label{display:inline-block;margin-bottom:12px;padding:4px 14px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--th-purple);background:rgba(139,63,255,.12);border:1px solid rgba(139,63,255,.3)}.landing-growth h2{font-size:30px;font-weight:800;margin-bottom:8px}.growth-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin:40px 0;text-align:left}.growth-card{background:var(--th-surface);border:1px solid var(--th-border);border-radius:14px;padding:24px 20px;display:flex;flex-direction:column;gap:10px;transition:border-color .2s,transform .2s}.growth-card:hover{border-color:var(--th-purple);transform:translateY(-2px)}.growth-icon{font-size:28px;line-height:1}.growth-card h3{font-size:15px;font-weight:700;margin:0}.growth-card p{font-size:13px;color:var(--th-text-dim);line-height:1.55;margin:0;flex:1 1}.growth-link{font-size:13px;font-weight:600;color:var(--th-cyan);text-decoration:none;margin-top:4px}.growth-link:hover{text-decoration:underline}.marketplace-search-demo{margin-top:48px}.search-demo-label{font-size:14px;color:var(--th-text-dim);margin-bottom:12px}.search-bar{display:flex;gap:8px;max-width:460px;margin:0 auto}.search-input{flex:1 1;background:var(--th-surface);border:1px solid var(--th-border);border-radius:8px;padding:10px 14px;font-size:14px;color:var(--th-text);outline:none;font-family:inherit}.search-input:focus{border-color:var(--th-purple)}.search-input::placeholder{color:var(--th-text-faint)}.landing-footer-links{display:flex;gap:20px;align-items:center}.landing-footer-links a{font-size:13px;color:var(--th-text-faint);text-decoration:none}.landing-footer-links a:hover{color:var(--th-text-dim)}.landing-footer{justify-content:center;gap:16px;flex-wrap:wrap;padding:24px;font-size:13px;color:var(--th-text-faint);border-top:1px solid var(--th-border)}.checkout-wrap,.landing-footer,.landing-footer-brand{display:flex;align-items:center}.checkout-wrap{min-height:100vh;justify-content:center;background:var(--th-bg);padding:24px}.checkout-card{width:100%;max-width:420px}.checkout-card h2{margin-bottom:4px}.checkout-plan{color:var(--th-text-dim);margin-bottom:24px;font-size:14px}.checkout-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.success-box{text-align:center}.success-box h2{margin-bottom:12px;background:var(--th-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.success-box p{color:var(--th-text-dim);margin-bottom:24px}.legal-page{max-width:680px;margin:0 auto;padding:48px 24px 96px}.legal-updated{color:var(--th-text-faint);font-size:13px;margin-bottom:32px}.legal-page h3{font-size:18px;color:var(--th-white);margin:32px 0 12px}.legal-page h3:first-of-type{margin-top:0}.legal-page p{color:var(--th-text-dim);line-height:1.7;margin:0}@media (max-width:768px){.landing-header{padding:16px 20px;gap:12px}.landing-header-right{width:100%}.landing-header-right,.landing-nav{gap:16px;flex-wrap:wrap}.landing-nav a{font-size:13px}.landing-hero{padding:56px 20px 48px}.landing-hero h1{font-size:28px}.landing-hero p{font-size:15px}.landing-features{padding:0 20px 64px}.features-grid{grid-template-columns:1fr}.landing-pricing{padding:0 20px 64px}.pricing-grid{grid-template-columns:1fr}.landing-faq{padding:0 20px 64px}.checkout-row{grid-template-columns:1fr}.growth-grid{grid-template-columns:1fr 1fr}.landing-growth{padding:56px 20px}.landing-footer-links{gap:12px;flex-wrap:wrap;justify-content:center}}@media (max-width:480px){.growth-grid{grid-template-columns:1fr}.search-bar{flex-direction:column}.landing-hero h1{font-size:24px}.landing-hero-actions{flex-direction:column;align-items:stretch}.landing-hero-actions .btn{width:100%;justify-content:center}}