.home1{--ink:#08080a;--ink-2:#0d0e11;--surface:#141519;--surface-2:#1b1d22;--line:#ffffff1a;--line-soft:#ffffff0f;--paper:#fff;--text:#fff;--muted:#fff9;--faint:#ffffff61;--hover-line:#ffffff47;--blue:#1b4ef5;--blue-hover:#143ae1;--blue-bright:#5997ff;--star:#f1913d;--radius-sm:12px;--radius:16px;--radius-lg:22px;--radius-xl:28px;--maxw:1160px;--nav-h:66px;background:var(--ink);color:var(--text);font-family:var(--font-geist),system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden}.home1 *,.home1 :before,.home1 :after{box-sizing:border-box}.home1 h1,.home1 h2,.home1 h3,.home1 h4,.home1 p,.home1 figure{margin:0}.home1 a{color:inherit;text-decoration:none}.home1 ul{margin:0;padding:0;list-style:none}.home1 img,.home1 video{max-width:100%;display:block}.home1 button{cursor:pointer;font-family:inherit}.home1 .h1-display{font-family:var(--font-grotesk),var(--font-geist),sans-serif;letter-spacing:-.035em;font-weight:500;line-height:1.03}.home1 .h1-mono{font-family:var(--font-mono),ui-monospace,monospace;letter-spacing:.04em}.home1 .h1-accent{color:inherit}.home1 .h1-wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.home1 .h1-light{--text:#08080a;--muted:#08080a94;--faint:#08080a66;--line:#08080a1f;--line-soft:#08080a12;--hover-line:#08080a52;--surface:#f4f5f7;--surface-2:#fff;background:var(--paper);color:var(--text)}.home1 .h1-sec{padding:88px 0;position:relative}.home1 .h1-sec--tight{padding:60px 0}.home1 .h1-eyebrow{text-transform:uppercase;color:var(--muted);border:1px solid var(--line);border-radius:50px;align-items:center;gap:9px;padding:6px 14px;font-size:12px;display:inline-flex}.home1 .h1-eyebrow svg{color:var(--muted)}.home1 .h1-sec-head{max-width:720px}.home1 .h1-sec-head--center{text-align:center;max-width:760px;margin:0 auto}.home1 .h1-sec-title{text-wrap:balance;margin-top:18px;font-size:clamp(28px,4.2vw,46px)}.home1 .h1-sec-sub{color:var(--muted);margin-top:16px;font-size:17px;line-height:1.6}.home1 .h1-btn{white-space:nowrap;border:1px solid #0000;border-radius:50px;justify-content:center;align-items:center;gap:8px;height:48px;padding:0 24px;font-size:15px;font-weight:500;transition:transform .18s,background .2s,border-color .2s,color .2s;display:inline-flex}.home1 .h1-btn:active{transform:translateY(1px)}.home1 .h1-btn--primary{color:#08080a;background:linear-gradient(#fff 0%,#e9ebef 100%);box-shadow:inset 0 1px #ffffffe6,inset 0 -2px 4px #0000000f,0 6px 14px #00000061}.home1 .h1-btn--primary:hover{filter:brightness(.96)}.home1 .h1-light .h1-btn--primary{color:#fff;background:linear-gradient(#2b2d34 0%,#08080a 100%);box-shadow:inset 0 1px #ffffff2e,0 6px 14px #00000038}.home1 .h1-light .h1-btn--primary:hover{filter:brightness(1.15)}.home1 .h1-btn--light{color:#08080a;background:#fff}.home1 .h1-btn--light:hover{background:#e6e8ec}.home1 .h1-btn--ghost{color:var(--text);border-color:var(--line);background:0 0}.home1 .h1-btn--ghost:hover{border-color:var(--text)}.home1 .h1-btn--sm{height:40px;padding:0 18px;font-size:14px}.home1-nav{height:var(--nav-h);z-index:100;border-bottom:1px solid #0000;align-items:center;transition:background .3s,border-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;display:flex;position:fixed;top:0;left:0;right:0}.home1-nav.is-stuck{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom-color:var(--line);background:#08080ab8}.home1-nav_inner{justify-content:space-between;align-items:center;width:100%;display:flex}.home1-logo{letter-spacing:-.02em;align-items:center;gap:9px;font-size:19px;font-weight:600;display:flex}.home1-logo img{width:auto;height:18px}.home1-nav_links{align-items:center;gap:4px;display:flex}.home1-nav_links a{color:var(--muted);border-radius:9px;padding:8px 13px;font-size:14px;transition:color .2s,background .2s}.home1-nav_links a:hover{color:#fff;background:#ffffff0f}.home1-nav_right{align-items:center;gap:10px;display:flex}.home1 .home1-nav_signin{color:var(--muted);padding:8px 6px;font-size:14px}.home1-nav_signin:hover{color:#fff}.home1-burger{border:1px solid var(--line);color:#fff;background:0 0;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:none}.home1-mobile{z-index:101;background:var(--ink);padding:calc(var(--nav-h) + 20px)24px 40px;flex-direction:column;gap:6px;transition:transform .3s;display:flex;position:fixed;inset:0;transform:translate(100%)}.home1-mobile.is-open{transform:translate(0)}.home1-mobile a{border-bottom:1px solid var(--line);padding:14px 0;font-size:22px}.home1-mobile .home1-mobile_cta{flex-direction:column;gap:12px;margin-top:24px;display:flex}.home1-hero{padding:calc(var(--nav-h) + 52px)0 0;text-align:center;position:relative}.home1-hero .home1-hero_cta{margin-top:36px;padding-bottom:56px}.home1-reel{scrollbar-width:none;-webkit-overflow-scrolling:touch;margin-top:36px;overflow-x:scroll}.home1-reel::-webkit-scrollbar{display:none}.home1-reel_track{gap:14px;width:max-content;display:flex}.home1-hero:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70% at 50% 40%,#000 30%,#0000 100%);mask-image:radial-gradient(80% 70% at 50% 40%,#000 30%,#0000 100%)}.home1-hero>*{z-index:1;position:relative}.home1-hero_inner{flex-direction:column;align-items:center;display:flex}.home1-hero_title{text-wrap:balance;max-width:15ch;margin-top:22px;font-size:clamp(42px,7vw,78px)}.home1-hero_title .accent{color:inherit}.home1-hero_sub{color:var(--muted);max-width:56ch;margin-top:18px;font-size:clamp(16px,1.7vw,19px);line-height:1.55}.home1-console{width:100%;max-width:760px;margin:34px auto 0}.home1-tabs{border:1px solid var(--line);background:var(--ink-2);border-radius:50px;gap:4px;padding:4px;display:inline-flex}.home1-tab{height:38px;color:var(--muted);background:0 0;border:none;border-radius:50px;align-items:center;gap:8px;padding:0 17px;font-size:14px;font-weight:500;transition:color .2s,background .2s;display:inline-flex}.home1-tab:hover{color:#fff}.home1-tab.is-active{color:#08080a;background:linear-gradient(#fff 0%,#e9ebef 100%);box-shadow:inset 0 1px #ffffffe6,inset 0 -2px 4px #0000000f,0 4px 10px #00000052}.home1-tab svg{width:16px;height:16px}.home1-promptbar{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);text-align:left;align-items:center;gap:12px;margin-top:16px;padding:13px 13px 13px 20px;display:flex}.home1-promptbar_text{color:var(--faint);flex:1;font-size:16px}.home1-promptbar_send{color:#08080a;background:linear-gradient(#fff 0%,#e9ebef 100%);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:filter .2s;display:inline-flex;box-shadow:inset 0 1px #ffffffe6,0 4px 10px #0000004d}.home1-promptbar_send:hover{filter:brightness(.96)}.home1-preview{aspect-ratio:16/9;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--ink-2);width:100%;max-width:960px;margin:34px auto 0;position:relative;overflow:hidden}.home1-preview_ph{background:repeating-linear-gradient(135deg,#ffffff05 0 18px,#0000 18px 36px);flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex;position:absolute;inset:0}.home1-preview_ph .ico{border:1px solid var(--line);width:62px;height:62px;color:var(--muted);background:var(--surface);border-radius:16px;justify-content:center;align-items:center;display:flex}.home1-preview_ph .lbl{color:var(--faint);text-transform:uppercase;font-size:13px}.home1-preview_tag{color:var(--muted);border:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08080a99;border-radius:50px;padding:6px 12px;font-size:12px;position:absolute;top:16px;left:16px}.h1-audio{background:var(--ink-2);flex-direction:column;justify-content:center;align-items:center;gap:32px;padding:32px;display:flex;position:absolute;inset:0}.h1-audio_bars{align-items:flex-end;gap:4px;height:80px;display:flex}.h1-audio_bar{background:#ffffff40;border-radius:3px;width:5px;height:12px;transition:height .1s;display:block}.h1-audio_bar.is-playing{background:#fff;animation:.9s ease-in-out infinite alternate h1bar}@keyframes h1bar{0%{height:8px}to{height:60px}}.h1-audio_controls{align-items:center;gap:16px;width:100%;max-width:360px;display:flex}.h1-audio_btn{color:#08080a;cursor:pointer;background:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .15s;display:inline-flex}.h1-audio_btn:hover{transform:scale(1.06)}.h1-audio_track{background:#ffffff26;border-radius:3px;flex:1;height:3px;overflow:hidden}.h1-audio_fill{background:#fff;border-radius:3px;height:100%;transition:width .2s linear}.home1-preview_loader{background:var(--ink-2);border-radius:inherit;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.home1-spinner{border:3px solid #ffffff1f;border-top-color:#ffffffb3;border-radius:50%;width:36px;height:36px;animation:.75s linear infinite h1spin}@keyframes h1spin{to{transform:rotate(360deg)}}.home1-hero_cta{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px;display:flex}.home1 .home1-hero_trust{color:var(--faint);letter-spacing:.1em;max-width:44ch;margin:24px auto 0;font-size:12px;line-height:1.8}.home1-powered{border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);padding:30px 0}.home1-powered_label{text-align:center;color:var(--faint);text-transform:uppercase;margin-bottom:20px;font-size:12px}.home1-powered_row{scrollbar-width:none;flex-wrap:nowrap;justify-content:center;align-items:center;gap:0 48px;display:flex;overflow-x:auto}.home1-powered_row::-webkit-scrollbar{display:none}.home1-powered_item{opacity:.78;white-space:nowrap;flex-shrink:0;align-items:center;gap:10px;font-size:18px;font-weight:500;display:inline-flex}.home1-powered_item .icon{font-size:21px}.h1-sc-sec{padding-bottom:0}.h1-sc-sec .h1-sec-title{margin-bottom:32px}.h1-sc-track{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:14px;padding:0 24px 40px;display:flex;overflow-x:auto}.h1-sc-track::-webkit-scrollbar{display:none}.h1-sc-card{border-radius:var(--radius-lg);aspect-ratio:9/16;background:var(--ink-2);border:1px solid var(--line);flex:0 0 220px;position:relative;overflow:hidden}.h1-sc-card video{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.h1-sc-card_ph{background:repeating-linear-gradient(135deg,#ffffff05 0 18px,#0000 18px 36px);position:absolute;inset:0}.home1-slider_track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:16px;margin:44px -24px 0;padding-bottom:4px;padding-left:24px;padding-right:24px;display:flex;overflow-x:auto}.home1-slider_track::-webkit-scrollbar{display:none}.home1-slider_track>*{scroll-snap-align:start}.home1-slider_controls{align-items:center;gap:16px;margin-top:28px;display:flex}.home1-slider_btn{border:1px solid var(--line);width:48px;height:48px;color:var(--text);background:0 0;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .2s,background .2s;display:inline-flex}.home1-slider_btn:hover{border-color:var(--text)}.home1-slider_progress{background:var(--line);border-radius:2px;flex:1;height:2px;overflow:hidden}.home1-slider_progress>span{background:var(--text);border-radius:2px;height:100%;transition:width .18s;display:block}.home1-usecard{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--ink-2);flex:0 0 calc(33.333% - 11px);overflow:hidden}.home1-usecard_media{aspect-ratio:4/3;color:var(--faint);background:repeating-linear-gradient(135deg,#ffffff05 0 16px,#0000 16px 32px);justify-content:center;align-items:center;display:flex;position:relative}.home1-usecard_tag{color:#08080a;background:#fff;border-radius:50px;padding:6px 14px;font-size:12px;font-weight:500;position:absolute;top:14px;left:14px}.home1 a.home1-usecard_play{color:#08080a;background:#fff;border-radius:50px;align-items:center;gap:10px;padding:7px 18px 7px 7px;font-size:14px;font-weight:500;transition:transform .2s;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home1-usecard_play:hover{transform:translate(-50%,-50%)scale(1.04)}.home1-usecard_play .pi{border:1px solid #08080a2e;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.home1-usecard_body{padding:22px}.home1-usecard_title{font-size:22px}.home1-usecard_desc{color:var(--muted);margin-top:8px;font-size:14.5px;line-height:1.55}.home1-ft{grid-template-columns:.85fr 1.15fr;align-items:center;gap:44px;margin-top:44px;display:grid}.home1-ft_list{flex-direction:column;gap:4px;display:flex}.home1-ft_item{text-align:left;border:none;border-left:2px solid var(--line);background:0 0;border-radius:0 12px 12px 0;width:100%;padding:16px 22px;transition:background .2s,border-color .2s;display:block}.home1-ft_item:hover{background:var(--surface)}.home1-ft_item.is-active{border-left-color:var(--text);background:var(--surface)}.home1-ft_item h3{align-items:center;gap:12px;font-size:20px;display:flex}.home1-ft_item h3 svg{color:var(--text)}.home1-ft_item p{color:var(--muted);opacity:0;max-height:0;margin-top:8px;font-size:15px;line-height:1.55;transition:all .3s;overflow:hidden}.home1-ft_item.is-active p{opacity:1;max-height:120px;margin-top:10px}.home1-ft_preview{aspect-ratio:4/3;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--ink-2);flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex;position:relative;overflow:hidden}.home1-ft_preview .ico{background:var(--surface-2);color:#fff;border:1px solid #ffffff1f;border-radius:15px;justify-content:center;align-items:center;width:58px;height:58px;display:flex}.home1-ft_preview .lbl{color:#fff6;text-transform:uppercase;font-size:13px}.home1-pills{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:44px;display:grid}.home1-pill_frame{border:1px solid var(--line);background:#ffffff08;border-radius:58px;padding:7px;transition:transform .2s,border-color .2s}.home1-pill_frame:hover{border-color:var(--hover-line);transform:translateY(-3px)}.home1-pill{color:#fff;background:linear-gradient(#20232b 0%,#14161b 100%);border-radius:50px;align-items:center;gap:14px;padding:9px 24px 9px 9px;font-size:16px;font-weight:500;transition:filter .2s;display:flex;box-shadow:inset 0 1px #ffffff12,0 6px 14px #00000073}.home1-pill_frame:hover .home1-pill{filter:brightness(1.25)}.home1-pill_chip{color:#08080a;background:linear-gradient(#fff 0%,#e7e9ee 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;box-shadow:inset 0 1px #ffffffe6,0 2px 5px #0000004d}.home1-stepper{flex-direction:column;gap:12px;max-width:840px;margin:44px auto 0;display:flex}.home1-step{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2);overflow:hidden}.home1-step_head{background:var(--surface);width:100%;color:var(--text);text-align:left;border:none;align-items:center;gap:16px;padding:14px 16px;transition:background .25s,color .25s;display:flex}.home1-step.is-open .home1-step_head{color:#fff;background:linear-gradient(#2b2d34 0%,#08080a 100%);box-shadow:inset 0 1px #ffffff2e,0 6px 14px #00000047}.home1-step_num{color:#08080a;border:1px solid var(--line);width:38px;height:38px;font-weight:600;font-family:var(--font-mono),monospace;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:inline-flex}.home1-step.is-open .home1-step_num{color:#08080a;border-color:#0000}.home1-step_title{font-size:19px;font-family:var(--font-grotesk),sans-serif;font-weight:500}.home1-step_body{max-height:0;transition:max-height .3s;overflow:hidden}.home1-step.is-open .home1-step_body{max-height:220px}.home1-step_desc{color:var(--muted);padding:18px;font-size:15px;line-height:1.6}.home1-stats{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:48px;display:grid}.home1-stat{text-align:center;border:1px solid var(--line);border-radius:var(--radius);background:var(--ink-2);padding:32px 18px}.home1-stat_val{color:#fff;font-size:clamp(32px,4vw,46px)}.home1-stat_lbl{color:var(--faint);text-transform:uppercase;margin-top:8px;font-size:13px}.home1-review{flex:0 0 calc(40% - 10px)}.home1-bubble{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:28px;position:relative}.home1-bubble:after{content:"";background:var(--surface);border-right:1px solid var(--line);border-bottom:1px solid var(--line);width:18px;height:18px;position:absolute;bottom:-9px;left:34px;transform:rotate(45deg)}.home1-bubble_stars{color:var(--star);gap:3px;margin-bottom:16px;display:flex}.home1-bubble_stars svg{fill:var(--star)}.home1-bubble_mark{color:var(--line);-webkit-user-select:none;user-select:none;font-family:Georgia,serif;font-size:64px;line-height:1;position:absolute;top:20px;right:26px}.home1-bubble_text{color:var(--text);z-index:1;font-size:16px;line-height:1.6;position:relative}.home1-review_who{align-items:center;gap:12px;margin-top:24px;padding-left:8px;display:flex}.home1-review_avatar{background:var(--surface-2);border:1px solid var(--line);border-radius:50%;flex-shrink:0;width:48px;height:48px}.home1-review_name{font-size:16px;font-weight:500;display:block}.home1-review_role{color:var(--faint);font-size:12.5px}.home1-pricing_grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px;display:grid}.home1-pricing_card{border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface-2);padding:32px;position:relative}.home1-pricing_card.is-popular{border-color:var(--text);color:#fff;background:#08080a}.home1-pricing_badge{color:#08080a;white-space:nowrap;background:#fff;border-radius:50px;padding:4px 14px;font-size:11px;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.home1-pricing_name{color:var(--muted);text-transform:uppercase;font-size:13px;display:block}.home1-pricing_card.is-popular .home1-pricing_name{color:#ffffff80}.home1-pricing_price{margin:14px 0 4px}.home1-pricing_amount{font-size:48px}.home1-pricing_gems{color:var(--muted);font-size:13px;display:block}.home1-pricing_card.is-popular .home1-pricing_gems{color:#ffffff73}.home1 .home1-pricing_features{flex-direction:column;gap:12px;margin:28px 0 0;display:flex}.home1-pricing_features li{align-items:flex-start;gap:10px;font-size:14px;display:flex}.home1-pricing_features svg{color:var(--text);flex-shrink:0;margin-top:2px}.home1-pricing_card.is-popular .home1-pricing_features svg{color:#fff}.home1-pricing_card.is-popular .h1-btn--primary{color:#08080a;background:linear-gradient(#fff 0%,#e9ebef 100%);box-shadow:inset 0 1px #ffffffe6,inset 0 -2px 4px #0000000f,0 6px 14px #00000061}.home1-faq{max-width:800px;margin:44px auto 0}.home1-faq_item{border-bottom:1px solid var(--line)}.home1-faq_q{text-align:left;width:100%;color:var(--text);font-size:18px;font-weight:500;font-family:var(--font-grotesk),sans-serif;background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;display:flex}.home1-faq_icon{width:24px;height:24px;color:var(--muted);flex-shrink:0;transition:transform .3s,color .3s}.home1-faq_item.is-open .home1-faq_icon{color:var(--text);transform:rotate(45deg)}.home1-faq_a{max-height:0;transition:max-height .35s,padding .35s;overflow:hidden}.home1-faq_item.is-open .home1-faq_a{max-height:240px;padding-bottom:22px}.home1-faq_a p{color:var(--muted);font-size:16px;line-height:1.65}.h1-inner-page{min-height:80vh;padding-top:var(--nav-h)}.h1-blog-grid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.h1-blog-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-2);color:inherit;flex-direction:column;text-decoration:none;transition:border-color .2s;display:flex;overflow:hidden}.h1-blog-card:hover{border-color:#ffffff4d}.h1-blog-card_img{aspect-ratio:16/9;overflow:hidden}.h1-blog-card_img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .4s}.h1-blog-card:hover .h1-blog-card_img img{transform:scale(1.04)}.h1-blog-card_body{flex:1;padding:24px}.h1-blog-card_title{font-size:20px;font-weight:500;line-height:1.4;font-family:var(--font-grotesk),sans-serif;margin-bottom:10px}.h1-blog-card_desc{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.h1-prose-wrap{max-width:780px;margin:0 auto;padding-top:48px;padding-bottom:80px}.h1-prose-title{margin-bottom:32px;font-size:clamp(28px,4vw,48px);line-height:1.15}.h1-prose-img{border-radius:var(--radius-lg);margin-bottom:40px;overflow:hidden}.h1-prose-img img{width:100%;height:auto;display:block}.h1-prose{color:var(--muted);font-size:16px;line-height:1.75}.h1-prose h1,.h1-prose h2,.h1-prose h3,.h1-prose h4{color:var(--text);font-family:var(--font-grotesk),sans-serif;margin:2em 0 .6em;line-height:1.25}.h1-prose h2{font-size:24px}.h1-prose h3{font-size:20px}.h1-prose p{margin-bottom:1.2em}.h1-prose a{color:#fff;text-underline-offset:3px;text-decoration:underline}.h1-prose ul,.h1-prose ol{flex-direction:column;gap:6px;margin-bottom:1.2em;padding-left:1.4em;display:flex}.h1-prose strong{color:var(--text);font-weight:600}.h1-prose-tags{border-top:1px solid var(--line);flex-wrap:wrap;gap:8px;margin-top:48px;padding-top:24px;display:flex}.h1-prose-tag{color:var(--muted);border:1px solid var(--line);border-radius:50px;padding:5px 14px;font-size:12px}.h1-inner-page .section-page-blog{background:0 0;padding:48px 0 80px}.h1-inner-page .content-1200{max-width:780px;margin:0 auto;padding:0 24px}.h1-inner-page .title_detail{font-size:clamp(28px,4vw,44px);font-family:var(--font-grotesk),sans-serif;color:#fff;-webkit-text-fill-color:unset;background:0 0;margin-bottom:24px}.h1-inner-page .meta-text{color:var(--muted);font-size:13px}.h1-inner-page .br-line,.h1-inner-page .br-line.has-dot{border-color:var(--line)}.h1-inner-page .main-blog_detail,.h1-inner-page .main-blog_detail *{font-size:15px;line-height:1.75;color:var(--muted)!important}.h1-inner-page .main-blog_detail h2,.h1-inner-page .main-blog_detail h3,.h1-inner-page .main-blog_detail h4,.h1-inner-page .main-blog_detail strong{color:#fff!important}.h1-inner-page .main-blog_detail a{text-decoration:underline;color:#fff!important}.h1-inner-page .icon-Clock:before{content:"🕐";font-style:normal}.home1-ctaband{padding:80px 0}.home1-ctaband_box{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xl);text-align:center;padding:64px 40px;position:relative;overflow:hidden}.home1 .home1-ctaband_title{color:#fff;text-wrap:balance;max-width:20ch;margin:0 auto;font-size:clamp(30px,4.6vw,50px)}.home1 .home1-ctaband_sub{color:var(--muted);max-width:50ch;margin:18px auto 0;font-size:18px}.home1-ctaband_cta{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px;display:flex}.home1-footer{border-top:1px solid var(--line-soft);background:#000;padding:32px 0 0;position:relative;overflow:hidden}.home1-footer_top{grid-template-columns:1.7fr 1fr 1fr 1fr;gap:40px;display:grid}.home1-footer_brandcol{max-width:320px}.home1-footer_brand{align-items:center;gap:10px;display:flex}.home1-footer_brand img{height:22px}.home1 .home1-footer_tag{color:var(--faint);margin:16px 0 22px;font-size:15px;line-height:1.6}.home1-footer_col h4{text-transform:uppercase;color:var(--faint);letter-spacing:.06em;margin-bottom:16px;font-size:12px}.home1-footer_col a{color:var(--muted);width:fit-content;padding:7px 0;font-size:15px;transition:color .2s;display:block}.home1-footer_col a:hover{color:#fff}.home1-footer_bottom{color:var(--faint);border-top:none;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:0;padding-top:0;font-size:12px;display:flex}.home1-footer_legal{align-items:center;gap:14px;display:inline-flex}.home1-footer_legal a{color:var(--faint);transition:color .2s}.home1-footer_legal a:hover{color:#fff}.home1-footer_legal span{opacity:.5}.home1-footer_watermark{text-align:center;letter-spacing:.04em;color:#ffffff0d;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;margin-top:28px;margin-bottom:-.16em;padding:0 8px;font-size:clamp(74px,23vw,340px);font-weight:400;line-height:.8;display:block}.home1-reveal{opacity:0;transform:translateY(24px)}@media (max-width:991px){.home1 .h1-sec{padding:72px 0}.home1-nav_links{display:none}.home1-burger{display:inline-flex}.home1-nav_signin{display:none}.home1-ft{grid-template-columns:1fr;gap:28px}.home1-pills{grid-template-columns:1fr}.home1-stats{grid-template-columns:repeat(2,1fr)}.home1-usecard{flex-basis:calc(50% - 8px)}.home1-review{flex-basis:calc(60% - 8px)}.home1-footer_top{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:575px){.home1 .h1-wrap{padding:0 18px}.home1 .h1-sec{padding:58px 0}.home1 .h1-sec-title{font-size:clamp(26px,8vw,34px)}.home1 .h1-sec-sub{font-size:16px}.home1 .h1-eyebrow{padding:6px 12px;font-size:11px}.home1-hero{padding:calc(var(--nav-h) + 32px)0 44px}.home1-hero_title{margin-top:18px;font-size:clamp(30px,9vw,44px)}.home1-hero_sub{margin-top:16px;font-size:16px}.home1-console{margin-top:28px}.home1-hero_cta{flex-direction:column;width:100%}.home1-hero_cta .h1-btn{width:100%}.home1-tabs{border-radius:16px;grid-template-columns:1fr 1fr;gap:6px;width:100%;display:grid}.home1-tab{justify-content:center;width:100%}.home1-promptbar{padding:12px 12px 12px 18px}.home1-preview{border-radius:var(--radius-lg);margin-top:26px}.home1-preview_tag{font-size:11px;top:12px;left:12px}.home1-preview_ph .lbl{text-align:center;padding:0 18px;font-size:11px}.home1-powered_row{justify-content:center;gap:0 14px}.home1-powered_item{gap:7px;font-size:14px}.home1-powered_item .icon{font-size:18px}.home1-powered_item img{width:20px;height:20px}.home1-slider_track{margin:30px -18px 0;padding-left:18px;padding-right:18px}.home1-usecard{flex-basis:80%}.home1-review{flex-basis:86%}.home1-stats{grid-template-columns:1fr 1fr;gap:10px}.home1-stat{padding:24px 12px}.home1-pricing_grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.h1-blog-grid{grid-template-columns:1fr}.home1-pricing_card{padding:24px 20px}.home1-pricing_amount{font-size:44px}.home1-faq_q{padding:20px 0;font-size:17px}.home1-ctaband{padding:56px 0}.home1-ctaband_box{padding:40px 20px}.home1-ctaband_cta{flex-direction:column;width:100%}.home1-ctaband_cta .h1-btn{width:100%}.home1-footer_top{grid-template-columns:1fr;gap:30px}.home1-footer_bottom{flex-direction:column;align-items:flex-start;gap:8px}}
