@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800&family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800&family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap";:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{box-sizing:border-box;flex-direction:column;width:100%;min-height:100svh;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.landing1-page-root{--ink:#fff;--ink-2:#f1edfa;--purple:#8b4dff;--purple-deep:#0d061a;--purple-mid:#5a17c7;--gold:#f5b301;--gold-soft:#ffd666;--paper:#07020d;--paper-2:#140c24;--ink-soft:#c5badb;--muted:#8e7fa8;--muted-2:#3e305c;--white:#100821;--line:#8b4dff26;--line-dark:#ffffff26;--radius:18px;--shadow-lg:0 30px 60px -20px #000c;--shadow-sm:0 10px 24px -12px #0009;background-color:var(--paper);color:var(--ink-soft);-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at top,#1a0d36 0%,#07020d 100%);min-height:100vh;margin:0;font-family:Inter,sans-serif;overflow-x:clip}@media (width>=1400px){.landing1-page-root{font-size:125%}.landing1-page-root .wrap,.landing1-page-root .nav-inner,.landing1-page-root .footer-inner{max-width:1475px}}.landing1-page-root *{box-sizing:border-box}.landing1-page-root h1,.landing1-page-root h2,.landing1-page-root h3,.landing1-page-root h4{color:var(--ink);letter-spacing:-.02em;margin:0;font-family:Space Grotesk,sans-serif}.landing1-page-root p{margin:0}.landing1-page-root .mono{letter-spacing:.08em;text-transform:uppercase;font-family:IBM Plex Mono,monospace;font-weight:600}.landing1-page-root a{color:inherit;text-decoration:none}.landing1-page-root img{max-width:100%;display:block}.landing1-page-root button{cursor:pointer;font-family:inherit}.landing1-page-root .wrap{max-width:1180px;margin:0 auto;padding:0 32px}.landing1-page-root section{position:relative}.landing1-page-root .reveal{opacity:0;transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1);transform:translateY(28px)}.landing1-page-root .reveal.in{opacity:1;transform:translateY(0)}.landing1-page-root .reveal-stagger>*{transition-delay:calc(var(--i,0) * 90ms)}@media (prefers-reduced-motion:reduce){.landing1-page-root *{transition:none!important;animation:none!important}}.landing1-page-root header.nav{z-index:100;-webkit-backdrop-filter:blur(16px);background:#07020d99;border-bottom:1px solid #8b4dff1f;padding:16px 0;transition:background .3s,box-shadow .3s,padding .3s,border-bottom-color .3s;position:fixed;top:0;left:0;right:0}.landing1-page-root header.nav.scrolled{background:#07020deb;border-bottom-color:#8b4dff33;padding:10px 0;box-shadow:0 10px 30px -10px #00000080}.landing1-page-root .nav-inner{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;padding:0 32px;display:flex}.landing1-page-root .nav-logo{object-fit:contain;width:auto;max-width:160px;height:44px;display:block}.landing1-page-root .nav-center-brewing{color:#f1edfa;letter-spacing:.05em;align-items:center;gap:12px;padding:0 16px;font-size:25px;font-weight:500;display:flex}.landing1-page-root .purple-dot{background-color:#8b4dff;border-radius:50%;width:6px;height:6px;animation:2.2s infinite brewing_pulse;display:inline-block;box-shadow:0 0 10px #8b4dff,0 0 20px #8b4dff}.landing1-page-root .yellow-dot{background-color:gold;border-radius:50%;width:6px;height:6px;animation:2.2s infinite brewing_pulse_yellow;display:inline-block;box-shadow:0 0 10px gold,0 0 20px gold}@keyframes brewing_pulse{0%{opacity:.6;transform:scale(.9);box-shadow:0 0 4px #8b4dff}50%{opacity:1;transform:scale(1.2);box-shadow:0 0 12px #8b4dff,0 0 20px #8b4dff}to{opacity:.6;transform:scale(.9);box-shadow:0 0 4px #8b4dff}}@keyframes brewing_pulse_yellow{0%{opacity:.6;transform:scale(.9);box-shadow:0 0 4px gold}50%{opacity:1;transform:scale(1.2);box-shadow:0 0 12px gold,0 0 20px gold}to{opacity:.6;transform:scale(.9);box-shadow:0 0 4px gold}}.landing1-page-root .nav-right-countdown{align-items:center;gap:16px;display:flex}.landing1-page-root .countdown-item{align-items:baseline;gap:4px;display:flex}.landing1-page-root .countdown-num{color:#c084fc;letter-spacing:-.02em;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:700}.landing1-page-root .countdown-label{color:#8a7ca8;font-size:13px;font-weight:500}@media (width<=980px){.landing1-page-root .nav-inner{flex-wrap:wrap;row-gap:6px}.landing1-page-root .nav-center-brewing{border-top:1px solid #8b4dff1f;order:3;justify-content:center;width:100%;padding-top:6px;font-size:15px;display:flex}.landing1-page-root .hero .reveal.in{width:95%!important}.landing1-page-root .agents-revel-img-wrap{width:95%!important;max-width:100%!important}}.landing1-page-root .nav-links{align-items:center;gap:34px;display:flex}.landing1-page-root .nav-links a{color:#ffffffd1;font-size:14.5px;font-weight:500;transition:color .2s}.landing1-page-root .nav-links a:hover{color:var(--gold-soft)}.landing1-page-root .nav-status{color:#ffffff8c;align-items:center;gap:8px;font-size:11px;display:flex}.landing1-page-root .status-dot{background:var(--gold);border-radius:50%;width:7px;height:7px;animation:2.2s infinite landing1_pulse;box-shadow:0 0 #f5b30199}@keyframes landing1_pulse{0%{box-shadow:0 0 #f5b30180}70%{box-shadow:0 0 0 8px #f5b30100}to{box-shadow:0 0 #f5b30100}}.landing1-page-root .btn{border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;padding:13px 24px;font-size:14.5px;font-weight:600;transition:transform .25s cubic-bezier(.2,.7,.3,1.5),box-shadow .25s,background .25s;display:inline-flex}.landing1-page-root .btn-gold{background:var(--gold);color:var(--ink);box-shadow:0 10px 24px -8px #f5b3018c}.landing1-page-root .btn-gold:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 14px 30px -8px #f5b301a6}.landing1-page-root .btn-ghost-nav{color:#fff;border:1px solid #ffffff40;border-radius:100px;padding:10px 20px;font-size:13.5px;font-weight:600}.landing1-page-root .btn-ghost-nav:hover{border-color:var(--gold-soft);color:var(--gold-soft)}.landing1-page-root .sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.landing1-page-root .hero{background:var(--paper);color:var(--ink-soft);padding:100px 0 60px;position:relative;overflow:hidden}.landing1-page-root .hero-container{max-width:1320px;margin:0 auto;padding:0 32px}.landing1-page-root .hero-grid{grid-template-columns:1.1fr .9fr;grid-template-areas:"image features";align-items:center;gap:16px 48px;display:grid}.landing1-page-root .hero-heading,.landing1-page-root .hero h1.hero-heading{color:#fff;letter-spacing:-.02em;text-align:center;width:100%;max-width:100%;margin:0 auto 36px;padding-top:40px;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(32px,3.8vw,62px);font-weight:700;line-height:1.12;display:block}.landing1-page-root .hero-description{color:#ffffffbf;grid-area:desc;align-self:start;max-width:520px;margin:0;font-size:clamp(15px,1.2vw,17px);font-weight:400;line-height:1.6}.landing1-page-root .hero-left{grid-area:image;align-items:flex-start;width:100%;display:flex}.landing1-page-root .hero-right{flex-direction:column;grid-area:features;justify-content:flex-start;align-items:flex-start;display:flex}.landing1-page-root .hero-image{object-fit:contain;object-position:center bottom;border-radius:16px;width:100%;height:auto;max-height:520px;transition:transform .3s;display:block;transform:scale(1)}.landing1-page-root .hero-purple-gradient{background:linear-gradient(135deg,#d8b4fe 0%,#a855f7 50%,#9333ea 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.landing1-page-root .hero-description strong{color:#f5b301}.landing1-page-root .hero-features-list{flex-direction:column;gap:12px;width:100%;max-width:520px;margin-bottom:36px;display:flex}.landing1-page-root .hero-feature-item{background:#120a20d9;border:1px solid #8b5cf640;border-radius:14px;align-items:center;gap:16px;padding:14px 20px;transition:all .25s;display:flex;box-shadow:inset 0 1px 1px #ffffff0d}.landing1-page-root .hero-feature-item:hover{background:#1c0f30f2;border-color:#a855f780;transform:translate(4px)}.landing1-page-root .hero-feature-icon{color:#c084fc;background:#8b5cf626;border:1px solid #a855f759;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.landing1-page-root .hero-feature-text{color:#f1f5f9;letter-spacing:-.01em;font-size:15.5px;font-weight:500}.landing1-page-root .highlight-yellow{color:#f5b301;font-weight:700}.landing1-page-root .hero-hire-cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed 0%,#9333ea 50%,#a855f7 100%);border:1px solid #d8b4fe66;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;max-width:420px;padding:18px 32px;font-size:17px;font-weight:600;transition:all .3s cubic-bezier(.2,.8,.2,1);display:inline-flex;box-shadow:0 10px 30px #9333ea73}.landing1-page-root .hero-hire-cta:hover{background:linear-gradient(135deg,#8b5cf6 0%,#a855f7 50%,#c084fc 100%);transform:translateY(-2px);box-shadow:0 14px 40px #9333eaa6}.landing1-page-root .hero-hire-cta .cta-arrow{transition:transform .25s}.landing1-page-root .hero-hire-cta:hover .cta-arrow{transform:translate(4px)}@media (width<=1024px){.landing1-page-root .hero{padding:90px 0 40px}.landing1-page-root .hero-grid{grid-template-columns:1fr;grid-template-areas:"image""features";gap:20px}.landing1-page-root .hero-heading{text-align:center;margin-bottom:20px;padding-top:0}.landing1-page-root .hero-description{align-self:auto}.landing1-page-root .hero-right{text-align:center;align-items:center}.landing1-page-root .hero-description{text-align:center}.landing1-page-root .hero-feature-item{text-align:left}}.landing1-page-root .hero-topbar{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:16px;margin-bottom:34px;display:flex}.landing1-page-root .hero-trust{align-items:center;gap:12px;display:flex}.landing1-page-root .avatar-stack{display:flex}.landing1-page-root .avatar-stack span,.landing1-page-root .avatar-stack img{border:2.5px solid var(--paper);background:linear-gradient(135deg, var(--purple-mid), var(--purple));color:#fff;object-fit:cover;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-left:-10px;font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:700;display:flex}.landing1-page-root .avatar-stack span:first-child,.landing1-page-root .avatar-stack img:first-child{margin-left:0}.landing1-page-root .hero-trust-text{color:var(--ink-soft);font-size:13.5px;font-weight:600}.landing1-page-root .hero-stars{color:var(--gold);letter-spacing:1px;font-size:14px}.landing1-page-root .hero h1:not(.hero-heading){color:var(--ink);max-width:640px;font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.12}.landing1-page-root .hero h1 em{color:var(--purple);font-style:normal;display:inline-block;position:relative}.landing1-page-root .hero h1 em:after{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10'%3E%3Cpath d='M0 6 Q 15 0 30 6 T 60 6 T 90 6 T 120 6' stroke='%235A17C7' stroke-width='4' fill='none'/%3E%3C/svg%3E") 0 0/60px 10px repeat-x;height:6px;position:absolute;bottom:-4px;left:2px;right:2px}.landing1-page-root .hero-sub{color:var(--muted);max-width:520px;margin-top:20px;font-size:17px;line-height:1.6}.landing1-page-root .hero-offer-badge{background:var(--paper-2);color:var(--purple);border:1px solid #5a17c72e;border-radius:100px;align-items:center;gap:10px;margin-top:22px;padding:9px 16px;font-size:12.5px;font-weight:700;display:inline-flex}.landing1-page-root .hero-offer-badge strong{color:var(--purple-deep)}.landing1-page-root .ba-panel{background:#0d0620;border:1px solid #5a17c740;border-radius:22px;grid-template-columns:1fr 1fr;margin-top:38px;display:grid;position:relative;overflow:hidden;box-shadow:0 40px 80px -20px #15063480,0 0 0 1px #5a17c733}.landing1-page-root .ba-side{z-index:1;padding:26px 24px 30px;position:relative}.landing1-page-root .ba-before{background:radial-gradient(130% 130% at 0 0,#50288c2e,#0000 55%),radial-gradient(80% 80% at 100% 100%,#ffffff0a,#0000 50%),linear-gradient(160deg,#1a1030 0%,#100820 100%);border-right:1px solid #ffffff14}.landing1-page-root .ba-after{background:radial-gradient(160% 160% at 100% 0,#7a3ee0a6,#0000 55%),radial-gradient(80% 80% at 0 100%,#5a17c740,#0000 50%),linear-gradient(160deg,#200d50 0%,#130828 100%)}.landing1-page-root .ba-tag{text-transform:uppercase;letter-spacing:.04em;border-radius:100px;margin-bottom:16px;padding:6px 12px;font-size:11px;font-weight:700;display:inline-block}.landing1-page-root .ba-tag-dark{color:#ffffffbf;background:#ffffff1a}.landing1-page-root .ba-tag-purple{background:var(--purple);color:#fff}.landing1-page-root .ba-side h4{color:#fff;margin-bottom:18px;font-size:17px;font-weight:600}.landing1-page-root .ba-list,.landing1-page-root .ba-benefits{margin:0;padding:0;list-style:none}.landing1-page-root .ba-list li,.landing1-page-root .ba-benefits li{align-items:flex-start;gap:12px;padding:9px 0;display:flex}.landing1-page-root .ba-ico,.landing1-page-root .bi{background:#ffffff14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;display:flex}.landing1-page-root .bi{background:#ffd66624}.landing1-page-root .ba-list strong,.landing1-page-root .ba-benefits strong{color:#fff;font-size:13.5px;font-weight:600;display:block}.landing1-page-root .ba-list small,.landing1-page-root .ba-benefits small{color:#ffffff73;margin-top:1px;font-size:11.5px;display:block}.landing1-page-root .ba-arrow{background:var(--purple);color:#fff;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:20px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 6px #5a17c738,0 12px 24px -6px #5a17c799}.landing1-page-root .ba-dashboard{margin-bottom:16px}.landing1-page-root .ba-dashboard .os-window{width:100%;animation:none;position:static}.landing1-page-root .ba-impl-badge{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:12px;margin-top:18px;padding:12px 14px;display:flex}.landing1-page-root .ba-impl-badge span{background:var(--purple);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.landing1-page-root .ba-impl-badge strong{color:#fff;font-size:13px;display:block}.landing1-page-root .ba-impl-badge small{color:var(--gold-soft);font-size:14.5px;font-weight:700}.landing1-page-root .hero-features{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:26px;padding:20px 26px;display:grid}.landing1-page-root .hero-features>div{align-items:flex-start;gap:10px;display:flex}.landing1-page-root .hero-features .fi{background:var(--paper-2);width:34px;height:34px;color:var(--purple);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;display:flex}.landing1-page-root .hero-features strong{color:var(--ink);font-size:12.5px;font-weight:700;display:block}.landing1-page-root .hero-features small{color:var(--muted);margin-top:2px;font-size:11px;display:block}.landing1-page-root .hero-logos{text-align:center;margin-top:44px}.landing1-page-root .hero-logos .mono{color:var(--muted);margin-bottom:20px;font-size:10.5px;display:block}.landing1-page-root .hero-logo-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:34px;display:flex}.landing1-page-root .hero-logo-row .hlogo{color:#8f86a8;align-items:center;gap:6px;font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:700;display:flex}.landing1-page-root .hero-logo-row .hlogo small{color:#b3abc9;text-transform:uppercase;letter-spacing:.04em;font-family:Inter,sans-serif;font-size:9.5px;font-weight:500;display:block}.landing1-page-root .hero-form-col{position:sticky;top:110px}.landing1-page-root .hero-form-card{-webkit-backdrop-filter:blur(12px);box-shadow:var(--shadow-lg), 0 0 30px #8b4dff1a;background:#140c2499;border:1px solid #8b4dff33;border-radius:20px;padding:28px 26px 24px}.landing1-page-root .hero-form-card .hvf-icon{background:var(--purple);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:16px;font-size:20px;display:flex}.landing1-page-root .hero-form-card h3{margin-bottom:6px;font-size:19px}.landing1-page-root .hero-form-card>p{color:var(--muted);margin-bottom:22px;font-size:13.5px;line-height:1.5}.landing1-page-root .hvf-submit{background:var(--purple);color:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:8px;padding:14px;font-size:15px;font-weight:700;transition:background .2s,transform .2s;display:flex}.landing1-page-root .hvf-submit:hover{background:var(--purple-deep);transform:translateY(-1px)}.landing1-page-root .hvf-privacy{color:var(--muted);text-align:center;justify-content:center;align-items:center;gap:6px;margin-top:14px;font-size:11.5px;display:flex}.landing1-page-root .hvf-success{text-align:center;padding:16px 4px;display:none}.landing1-page-root .hvf-success.show{display:block}.landing1-page-root .hvf-success .tick{width:48px;height:48px;color:var(--purple);background:#5a17c71a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 14px;font-size:22px;display:flex}.landing1-page-root .hvf-success p{color:var(--muted);font-size:13.5px;line-height:1.6}.landing1-page-root .os-window{background:var(--white);width:78%;box-shadow:var(--shadow-lg), 0 0 0 1px #ffffff0f;border-radius:16px;animation:1.1s cubic-bezier(.2,.8,.2,1) .3s both landing1_settle;position:absolute;bottom:0;right:0;overflow:hidden}@keyframes landing1_settle{0%{opacity:0;transform:translateY(30px)scale(.94)}to{opacity:1;transform:translateY(0)scale(1)}}.landing1-page-root .os-titlebar{background:var(--paper-2);border-bottom:1px solid var(--line);align-items:center;gap:8px;padding:11px 14px;display:flex}.landing1-page-root .os-dot{border-radius:50%;width:8px;height:8px}.landing1-page-root .os-dot:first-child{background:#ff8a80}.landing1-page-root .os-dot:nth-child(2){background:var(--gold)}.landing1-page-root .os-dot:nth-child(3){background:#7fe0b0}.landing1-page-root .os-titlebar span{color:var(--muted);margin-left:8px;font-family:IBM Plex Mono,monospace;font-size:10.5px}.landing1-page-root .os-body{padding:20px}.landing1-page-root .os-row{gap:14px;margin-bottom:14px;display:flex}.landing1-page-root .os-card{background:var(--paper);border:1px solid var(--line);border-radius:10px;flex:1;padding:14px}.landing1-page-root .os-card .k{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-family:IBM Plex Mono,monospace;font-size:10px}.landing1-page-root .os-card .v{color:var(--ink);margin-top:4px;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:700}.landing1-page-root .os-card .v.gold{color:var(--gold)}.landing1-page-root .os-bar-row{align-items:flex-end;gap:6px;height:46px;margin-top:10px;display:flex}.landing1-page-root .os-bar{background:linear-gradient(180deg, var(--purple-mid), var(--purple));border-radius:4px 4px 0 0;flex:1}.landing1-page-root .os-list-item{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding:9px 0;font-size:12.5px;display:flex}.landing1-page-root .os-list-item:first-child{border-top:none}.landing1-page-root .os-tag{color:var(--purple);background:#5a17c71a;border-radius:6px;padding:3px 8px;font-family:IBM Plex Mono,monospace;font-size:9.5px}.landing1-page-root .os-tag.done{color:#1f8154;background:#38a86f1f}.landing1-page-root .form-card{background:var(--white);box-shadow:var(--shadow-lg);border-radius:20px;overflow:hidden}.landing1-page-root .form-titlebar{background:var(--paper-2);border-bottom:1px solid var(--line);align-items:center;gap:8px;padding:14px 20px;display:flex}.landing1-page-root .form-titlebar span{color:var(--muted);letter-spacing:.04em;margin-left:6px;font-family:IBM Plex Mono,monospace;font-size:11px}.landing1-page-root .form-body{padding:26px 24px 24px}.landing1-page-root .form-body h3{margin-bottom:4px;font-size:19px}.landing1-page-root .form-body .hint{color:var(--muted);margin-bottom:18px;font-size:13px}.landing1-page-root .field{margin-bottom:13px}.landing1-page-root .field label{color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-family:IBM Plex Mono,monospace;font-size:11.5px;font-weight:500;display:block}.landing1-page-root .field input,.landing1-page-root .field select{border:1.5px solid var(--line);width:100%;color:var(--ink);background:var(--paper);border-radius:9px;padding:11px 13px;font-family:Inter,sans-serif;font-size:14.5px;transition:border-color .2s,box-shadow .2s}.landing1-page-root .field input:focus,.landing1-page-root .field select:focus{border-color:var(--purple);background:#fff;outline:none;box-shadow:0 0 0 4px #5a17c71f}.landing1-page-root .field-row{gap:12px;display:flex}.landing1-page-root .field-row .field{flex:1}.landing1-page-root .mobile-hide-field{display:block}.landing1-page-root .form-submit{background:var(--ink);color:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:6px;padding:14px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:flex}.landing1-page-root .form-submit:hover{background:var(--purple-deep);transform:translateY(-1px)}.landing1-page-root .form-fineprint{color:var(--muted);text-align:center;margin-top:12px;font-size:11.5px}.landing1-page-root .form-success{text-align:center;padding:20px 6px;display:none}.landing1-page-root .form-success.show{display:block}.landing1-page-root .form-success .tick{width:52px;height:52px;color:var(--purple);background:#5a17c71a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:24px;display:flex}.landing1-page-root .form-success h3{margin-bottom:8px}.landing1-page-root .form-success p{color:var(--muted);font-size:14px;line-height:1.6}.landing1-page-root .form-fields-wrap.hidden{display:none}.landing1-page-root .problem{background:var(--paper);padding:120px 0 100px}.landing1-page-root .section-head{text-align:center;max-width:640px;margin:0 auto 56px}.landing1-page-root .section-eyebrow{color:var(--purple);margin-bottom:14px;font-size:11.5px;display:block}.landing1-page-root .section-head h2{font-size:clamp(28px,3.4vw,40px);line-height:1.15}.landing1-page-root .pain-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:44px;display:grid}.landing1-page-root .pain-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:24px 20px;transition:transform .3s,box-shadow .3s,border-color .3s}.landing1-page-root .pain-card:hover{box-shadow:var(--shadow-sm);border-color:#5a17c74d;transform:translateY(-4px)}.landing1-page-root .pain-x{color:#c2372f;background:#dc3c3c17;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:16px;font-size:15px;font-weight:700;display:flex}.landing1-page-root .pain-card p{color:var(--ink-soft);font-size:14.5px;font-weight:500;line-height:1.55}.landing1-page-root .problem-close{text-align:center;color:var(--ink);max-width:640px;margin:0 auto;font-family:Space Grotesk,sans-serif;font-size:clamp(20px,2.4vw,26px);font-weight:600;line-height:1.4}.landing1-page-root .problem-close span{color:var(--purple)}.landing1-page-root .solution{background:linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%);color:#fff;padding:100px 0}.landing1-page-root .solution .section-head h2{color:#fff}.landing1-page-root .solution .section-eyebrow{color:var(--gold-soft)}.landing1-page-root .sol-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.landing1-page-root .sol-card{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:18px;padding:26px 22px;transition:transform .3s,background .3s,border-color .3s}.landing1-page-root .sol-card:hover{background:#ffffff12;border-color:#f5b30166;transform:translateY(-6px)}.landing1-page-root .sol-icon{background:linear-gradient(135deg, var(--gold), #e89a00);border-radius:11px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:20px;font-size:19px;display:flex}.landing1-page-root .sol-card h4{color:#fff;margin-bottom:12px;font-size:17.5px}.landing1-page-root .sol-card ul{margin:0;padding:0;list-style:none}.landing1-page-root .sol-card li{color:#fff9;margin-bottom:8px;padding-left:16px;font-size:13.5px;line-height:1.5;position:relative}.landing1-page-root .sol-card li:before{content:"";background:var(--gold-soft);border-radius:50%;width:5px;height:5px;position:absolute;top:7px;left:0}.landing1-page-root .how{background:var(--paper);padding:120px 0 110px}.landing1-page-root .steps{grid-template-columns:repeat(3,1fr);gap:0;margin-top:20px;display:grid;position:relative}.landing1-page-root .step-connector{background:repeating-linear-gradient(90deg, var(--purple) 0 8px, transparent 8px 16px);z-index:0;transform-origin:0;height:2px;transition:transform 1.1s cubic-bezier(.2,.7,.2,1);position:absolute;top:26px;left:calc(16.66% + 10px);right:calc(16.66% + 10px);transform:scaleX(0)}.landing1-page-root .step-connector.in{transform:scaleX(1)}.landing1-page-root .step{z-index:1;text-align:left;padding:0 24px;position:relative}.landing1-page-root .step:first-child{padding-left:0}.landing1-page-root .step:last-child{padding-right:0}.landing1-page-root .step-num{background:var(--ink);width:52px;height:52px;color:var(--gold-soft);border-radius:14px;justify-content:center;align-items:center;margin-bottom:22px;font-family:IBM Plex Mono,monospace;font-size:15px;font-weight:600;display:flex}.landing1-page-root .step h4{margin-bottom:10px;font-size:19px}.landing1-page-root .step p{color:var(--muted);font-size:14.5px;line-height:1.6}.landing1-page-root .trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;padding:100px 0}.landing1-page-root .trust-head{text-align:center;max-width:600px;margin:0 auto 50px}.landing1-page-root .trust-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.landing1-page-root .trust-card{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:26px}.landing1-page-root .trust-card .quote-mark{color:var(--purple);margin-bottom:10px;font-family:Space Grotesk,sans-serif;font-size:34px;line-height:1;display:block}.landing1-page-root .trust-card p.quote{color:var(--ink-soft);margin-bottom:18px;font-size:14.5px;font-style:italic;line-height:1.6}.landing1-page-root .trust-person{align-items:center;gap:10px;display:flex}.landing1-page-root .trust-avatar{background:linear-gradient(135deg, var(--purple-mid), var(--purple));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:700;display:flex}.landing1-page-root .trust-person .name{color:var(--ink);font-size:13.5px;font-weight:600}.landing1-page-root .trust-person .role{color:var(--muted);font-size:11.5px}.landing1-page-root .trust-note{text-align:center;color:var(--muted);margin-top:36px;font-size:12.5px}.landing1-page-root .final-cta{background:radial-gradient(900px 500px at 20% 0%, #7a3ee080, transparent 60%), linear-gradient(180deg, var(--ink) 0%, var(--purple-deep) 130%);color:#fff;text-align:center;padding:120px 0 100px}.landing1-page-root .final-cta h2{color:#fff;max-width:680px;margin:0 auto 18px;font-size:clamp(30px,4vw,46px);line-height:1.1}.landing1-page-root .final-cta .sub{color:#ffffffad;max-width:520px;margin:0 auto 40px;font-size:16.5px}.landing1-page-root .final-form-wrap{text-align:left;max-width:520px;margin:0 auto}.landing1-page-root footer{background:var(--paper);border-top:1px solid var(--line);padding:16px 0}.landing1-page-root .footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.landing1-page-root .footer-logo{object-fit:contain;transform-origin:0;width:auto;height:50px;transform:scale(.9)}.landing1-page-root .footer-inner p{color:var(--muted);font-size:12.5px}@media (width<=980px){.landing1-page-root .hero-bg-container{aspect-ratio:864/1257;width:95%}.landing1-page-root .hero-content{padding-bottom:130px}.landing1-page-root .hero-title-line1{margin-bottom:2px;font-size:clamp(24px,6vw,34px)}.landing1-page-root .hero-title-line2{flex-direction:column;align-items:center;font-size:clamp(30px,8.5vw,42px);line-height:1.1;display:flex}.landing1-page-root .hero-title-word-business,.landing1-page-root .purple-gradient-text{display:block}.landing1-page-root .hero-subtitle{max-width:320px;margin-bottom:22px;font-size:clamp(13px,3.5vw,15px);line-height:1.45}.landing1-page-root .hero-sub-line1,.landing1-page-root .hero-sub-line2{display:block}.landing1-page-root .hero-sub-desktop-br{display:none}.landing1-page-root .hero-cta-button{padding:12px 26px;font-size:14px}.landing1-page-root .hero-grid{grid-template-columns:1fr;gap:40px}.landing1-page-root .hero-form-col{position:static}.landing1-page-root .ba-panel{grid-template-columns:1fr}.landing1-page-root .ba-arrow{top:0;left:50%;transform:translate(-50%,-50%)rotate(90deg)}.landing1-page-root .ba-before{border-bottom:1px solid #ffffff0f;border-right:none}.landing1-page-root .hero-features,.landing1-page-root .pain-grid,.landing1-page-root .sol-grid{grid-template-columns:repeat(2,1fr)}.landing1-page-root .trust-grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}.landing1-page-root .steps{grid-template-columns:1fr;gap:36px}.landing1-page-root .step-connector{display:none}.landing1-page-root .step{padding:0}.landing1-page-root .nav-badge-pill{padding:6px 12px;font-size:12px}}@media (width<=768px){.landing1-page-root .nav-inner{padding:0 20px}.landing1-page-root .nav-logo{height:38px}.landing1-page-root .nav-right-countdown{gap:10px}.landing1-page-root .countdown-num{font-size:17px}.landing1-page-root .countdown-label{font-size:11px}.landing1-page-root .hero{padding:128px 0 28px}.landing1-page-root .wrap{padding:0 20px}.landing1-page-root .hero-sub{max-width:100%;font-size:15px}.landing1-page-root .hero-topbar{flex-direction:column;align-items:flex-start;margin-bottom:20px}.landing1-page-root .os-window{width:100%;position:relative}.landing1-page-root .hero-features{grid-template-columns:1fr}.landing1-page-root .hero-logo-row{gap:20px 26px}.landing1-page-root .pain-grid,.landing1-page-root .sol-grid{grid-template-columns:1fr}.landing1-page-root .trust-grid{grid-template-columns:1fr;max-width:100%}.landing1-page-root .field-row{flex-direction:column;gap:0}.landing1-page-root .mobile-hide-field{display:none}.landing1-page-root .problem,.landing1-page-root .how,.landing1-page-root .trust,.landing1-page-root .solution{padding:64px 0}.landing1-page-root .final-cta{padding:72px 0 56px}.landing1-page-root .final-cta .sub{padding:0 8px;font-size:15px}.landing1-page-root .section-head{margin-bottom:36px}.landing1-page-root .hero-form-card{padding:20px 16px 16px}.landing1-page-root .nav-badge-pill{white-space:normal;text-align:center;padding:5px 10px;font-size:11px}.landing1-page-root .form-section{padding:40px 0}.landing1-page-root .form-section-heading{margin-bottom:16px;padding:0 8px;font-size:clamp(22px,6vw,32px)}.landing1-page-root .wtl-form-iframe{width:100%!important;height:520px!important}.landing1-page-root .agents-revel-img-wrap{width:95%!important;max-width:100%!important}}@media (width<=480px){.landing1-page-root .wrap,.landing1-page-root .nav-inner{padding:0 14px}.landing1-page-root .nav-logo{max-width:130px;height:34px}.landing1-page-root .nav-badge-pill{display:none}.landing1-page-root .nav-right-countdown{gap:8px}.landing1-page-root .countdown-num{font-size:15px}.landing1-page-root .countdown-label{font-size:10px}.landing1-page-root .hero{padding:118px 0 20px}.landing1-page-root .hero h1{font-size:clamp(24px,7.5vw,32px);line-height:1.15}.landing1-page-root .hero-sub{margin-top:12px;font-size:14px}.landing1-page-root .hero-topbar{gap:10px;margin-bottom:14px}.landing1-page-root .avatar-stack span{width:26px;height:26px;font-size:9px}.landing1-page-root .hero-trust-text{font-size:12px}.landing1-page-root .pain-grid{grid-template-columns:1fr;gap:10px}.landing1-page-root .pain-card{padding:16px 14px}.landing1-page-root .sol-grid{grid-template-columns:1fr;gap:10px}.landing1-page-root .sol-card{padding:18px 16px}.landing1-page-root .steps{gap:24px}.landing1-page-root .step-num{border-radius:12px;width:42px;height:42px;font-size:13px}.landing1-page-root .step h4{font-size:16px}.landing1-page-root .trust-card{padding:18px 16px}.landing1-page-root .trust-grid{gap:12px}.landing1-page-root .section-head h2{font-size:clamp(20px,6.5vw,30px)}.landing1-page-root .problem,.landing1-page-root .how,.landing1-page-root .trust,.landing1-page-root .solution{padding:48px 0}.landing1-page-root .final-cta{padding:56px 0 44px}.landing1-page-root .final-cta h2{font-size:clamp(22px,7.5vw,32px)}.landing1-page-root .final-cta .sub{font-size:14px}.landing1-page-root .final-form-wrap{max-width:100%}.landing1-page-root .footer-inner{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px}.landing1-page-root .footer-logo{transform-origin:50%;height:38px;margin:0 auto;transform:none}.landing1-page-root .footer-inner p{text-align:center}.landing1-page-root .problem-close{font-size:clamp(16px,5.5vw,22px)}.landing1-page-root .form-section{padding:32px 0}.landing1-page-root .form-section-heading{margin-bottom:14px;font-size:clamp(20px,6.5vw,28px)}.landing1-page-root .wtl-form-iframe{height:480px!important}}.sales-floating-wrapper{display:none!important}body:has(.landing1-page-root) .sales-floating-wrapper{display:none!important}.landing1-page-root .form-section{justify-content:center;align-items:center;padding:56px 0;display:flex}.landing1-page-root .wtl-form-iframe{background:0 0;border:none;border-radius:12px;width:100%;max-width:600px;height:520px;display:block}.landing1-page-root .form-section-heading{text-align:center;color:var(--ink);margin-bottom:24px;font-family:Space Grotesk,sans-serif;font-size:clamp(24px,3.4vw,40px);font-weight:700}.ag-scroll-container{width:100%;position:relative}.ag-sticky-panel{background:var(--paper,#07020d);z-index:10;background-image:radial-gradient(circle at top,#1a0d36 0%,#07020d 100%);align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;left:0;overflow:hidden}.ag-sticky-inner{grid-template-columns:1fr 1.25fr;align-items:center;gap:60px;width:100%;max-width:1180px;margin:0 auto;padding:0 32px;display:grid}.ag-desc{flex-direction:column;display:flex}@keyframes ag-fade-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.ag-label{letter-spacing:.15em;color:#6b4dff;text-transform:uppercase;margin-bottom:12px;font-family:IBM Plex Mono,monospace;font-size:10.5px;animation:.45s cubic-bezier(.2,.7,.2,1) both ag-fade-in}.ag-category{color:#fff6;letter-spacing:.16em;text-transform:uppercase;margin-bottom:18px;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:500;animation:.45s cubic-bezier(.2,.7,.2,1) 40ms both ag-fade-in}.ag-headline{color:#fff;letter-spacing:-.03em;margin:0 0 48px;font-family:Space Grotesk,sans-serif;font-size:clamp(28px,3.2vw,46px);font-weight:700;line-height:1.25;animation:.5s cubic-bezier(.2,.7,.2,1) 80ms both ag-fade-in}.ag-line-track{background:#ffffff14;border-radius:2px;width:100%;height:2px;margin-bottom:28px;position:relative}.ag-line-fill{background:#6b4dff;border-radius:2px;height:2px;transition:width .6s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;box-shadow:0 0 10px #6b4dffcc,0 0 24px #6b4dff66}.ag-dot-nav{flex-wrap:wrap;gap:8px;max-width:240px;display:flex}.ag-dot{background:#ffffff2e;border-radius:50%;width:6px;height:6px;transition:background .3s,transform .3s}.ag-dot.active{background:#8b4dff;transform:scale(1.5);box-shadow:0 0 8px #8b4dffb3}.ag-img-wrap{aspect-ratio:4/3;width:100%;position:relative}.ag-item-img{object-fit:contain;mix-blend-mode:screen;opacity:0;width:100%;height:100%;transition:opacity .55s cubic-bezier(.4,0,.2,1),transform .55s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;transform:scale(.96)}.ag-item-img.visible{opacity:1;transform:scale(1)}@media (width<=900px){.ag-sticky-inner{text-align:center;grid-template-rows:auto auto;grid-template-columns:1fr;gap:20px;padding:0 24px}.ag-desc{text-align:center;align-items:center}.ag-img-wrap{aspect-ratio:auto;order:-1;justify-content:center;align-items:center;height:380px;max-height:75vw;margin:0 auto;display:flex}.ag-item-img{object-position:center}.ag-headline{text-align:center;margin-bottom:32px;font-size:clamp(20px,4.5vw,28px)}.ag-line-track{max-width:320px;margin:0 auto 20px}.ag-sticky-panel{justify-content:center;align-items:center;height:100vh;padding-top:70px;padding-bottom:40px}}@media (width<=600px){.ag-sticky-inner{text-align:center;gap:16px;padding:0 20px}.ag-desc{text-align:center;align-items:center}.ag-sticky-panel{height:100svh;padding-top:75px;padding-bottom:60px}.ag-img-wrap{height:340px;max-height:82vw;margin:0 auto}.ag-item-img{object-position:center}.ag-label{text-align:center;margin-bottom:6px;font-size:9.5px}.ag-category{text-align:center;margin-bottom:8px;font-size:11px}.ag-headline{text-align:center;margin-bottom:28px;font-size:clamp(18px,5.2vw,25px)}.ag-line-track{max-width:280px;margin:0 auto 16px}}.ea-notification-card{z-index:9999;-webkit-backdrop-filter:blur(16px);color:#fff;cursor:pointer;pointer-events:auto;-webkit-user-select:none;user-select:none;background:#0f081ceb;border:1.5px solid #ffffff80;border-radius:14px;align-items:center;gap:12px;max-width:360px;padding:12px 16px;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s,border-color .3s,box-shadow .3s;display:flex;position:fixed;bottom:28px;left:28px;box-shadow:0 12px 32px #000000b3,0 0 20px #ffffff26}.ea-notification-card:hover{border-color:#fff;transform:translateY(-2px);box-shadow:0 16px 36px #000c,0 0 28px #ffffff4d}.ea-notification-card.ea-hide{opacity:0;pointer-events:none;transform:translateY(20px)scale(.95)}.ea-notification-card.ea-show{opacity:1;transform:translateY(0)scale(1)}.ea-notif-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;font-weight:700;display:flex;position:relative;box-shadow:0 2px 8px #0000004d}.ea-live-dot{background-color:#10b981;border:2px solid #0f081c;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0;box-shadow:0 0 8px #10b981}.ea-notif-body{flex-direction:column;gap:2px;display:flex;overflow:hidden}.ea-notif-title{white-space:nowrap;align-items:center;gap:6px;font-size:13px;line-height:1.3;display:flex}.ea-notif-name{color:#fff;font-weight:600}.ea-notif-loc{color:#a393c2;font-size:12px;font-weight:400}.ea-notif-sub{align-items:center;gap:6px;font-size:11px;display:flex}.ea-notif-badge{color:#d4b2ff;font-weight:500}.ea-notif-time{color:#8e7fa8;font-size:11px}.ea-notif-close{color:#8e7fa8;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:4px;padding:4px;font-size:14px;transition:color .2s,background .2s;display:flex}.ea-notif-close:hover{color:#fff;background:#ffffff1a}@media (width<=768px){.ea-notification-card{border-radius:12px;gap:8px;width:auto;max-width:calc(50vw - 14px);padding:8px 10px;bottom:14px;left:14px;right:auto}.ea-notif-avatar{width:32px;height:32px;font-size:13px}.ea-notif-body{min-width:0}.ea-notif-title{white-space:nowrap;text-overflow:ellipsis;gap:4px;min-width:0;font-size:11px;overflow:hidden}.ea-notif-name{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.ea-notif-loc{white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:10px;overflow:hidden}.ea-notif-sub{white-space:nowrap;text-overflow:ellipsis;gap:4px;min-width:0;font-size:9.5px;overflow:hidden}.ea-notif-badge{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.ea-notif-time{white-space:nowrap;flex-shrink:0}.ea-notif-close{padding:2px;font-size:12px}}.landing1-page-root.thankyou-page-wrapper{background:#06020c url(/images/landing/thankyou.webp) top/cover no-repeat;flex-direction:column;min-height:100vh;display:flex;position:relative}.thankyou-main{z-index:1;background:0 0;flex-direction:column;flex:1;justify-content:flex-start;align-items:center;padding:clamp(340px,38vh,440px) 20px 60px;display:flex;position:relative;overflow:hidden}.thankyou-card{z-index:2;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:800px;margin:0 auto;display:flex;position:relative}.thankyou-title{letter-spacing:.03em;background:linear-gradient(#fff 0%,#e9d5ff 35%,#c084fc 70%,#8b3dff 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 25px #a855f7a6)drop-shadow(0 0 50px #8b3dff66);-webkit-background-clip:text;margin:0 0 16px;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(42px,7vw,84px);font-weight:800;line-height:1.05}.thankyou-subtitle-wrap{justify-content:center;align-items:center;gap:16px;width:100%;max-width:480px;margin-bottom:28px;display:flex}.thankyou-sub-line{background:linear-gradient(90deg,#0000 0%,#c084fcbf 50%,#0000 100%);flex:1;height:1px}.thankyou-subtitle{letter-spacing:.28em;color:#c084fc;text-transform:uppercase;text-shadow:0 0 16px #c084fca6;font-family:Space Grotesk,sans-serif;font-size:clamp(12px,1.8vw,15px);font-weight:700}.thankyou-body-text{color:#f3eeffeb;text-shadow:0 2px 12px #000000e6;max-width:600px;margin:0 auto;font-size:clamp(15px,2.1vw,18px);font-weight:400;line-height:1.6}.thankyou-body-text p{margin:0}.thankyou-purple-text{color:inherit;font-weight:inherit;text-shadow:none}.thankyou-text-spacer{height:14px}.thankyou-bottom-spacer{height:clamp(60px,12vh,120px)}.thankyou-btn-wrap{z-index:5;margin-top:8px;position:relative}.thankyou-whatsapp-btn{color:#fff;letter-spacing:.02em;-webkit-backdrop-filter:blur(12px);cursor:pointer;background:#0d061ad9;border:1.5px solid #c084fc99;border-radius:100px;justify-content:center;align-items:center;gap:12px;padding:14px 36px;font-family:Space Grotesk,sans-serif;font-size:clamp(15px,2vw,17.5px);font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.2,.7,.3,1.5);display:inline-flex;box-shadow:0 0 25px #8b4dff59,inset 0 1px #ffffff26}.thankyou-whatsapp-btn:hover{color:#fff;background:#16092cf2;border-color:#d8b4fed9;transform:translateY(-3px)scale(1.03);box-shadow:0 10px 30px -5px #8b4dff8c,0 0 30px #a855f7a6,inset 0 1px #ffffff4d}.thankyou-whatsapp-icon{fill:#25d366;flex-shrink:0;width:22px;height:22px;transition:transform .3s}.thankyou-btn-arrow{stroke:#fff;stroke-width:2.2px;fill:none;flex-shrink:0;width:18px;height:18px;margin-left:2px;transition:transform .3s}.thankyou-whatsapp-btn:hover .thankyou-whatsapp-icon{transform:scale(1.18)rotate(-6deg)}.thankyou-whatsapp-btn:hover .thankyou-btn-arrow{transform:translate(4px)}@media (width<=980px){.landing1-page-root .footer-inner{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px}.landing1-page-root .footer-logo{transform-origin:50%;height:38px;margin:0 auto;transform:none}.landing1-page-root .footer-inner p{text-align:center}}@media (width<=768px){.landing1-page-root.thankyou-page-wrapper{background:#06020c url(/images/landing/mobile%20thankyou.webp) top/cover no-repeat}.thankyou-main{padding:clamp(230px,30vh,280px) 16px 40px}.thankyou-title{letter-spacing:.03em;margin-bottom:10px;font-size:clamp(32px,8.5vw,44px)}.thankyou-subtitle-wrap{gap:8px;max-width:280px;margin-bottom:24px}.thankyou-subtitle{letter-spacing:.22em;font-size:11px}.thankyou-body-text{padding:0 12px;font-size:14.5px;line-height:1.55}.thankyou-purple-text{color:#c084fc;text-shadow:0 0 10px #c084fc80;font-weight:600}.thankyou-text-spacer{height:10px}.thankyou-bottom-spacer{height:clamp(30px,6vh,70px)}.thankyou-whatsapp-btn{gap:10px;width:auto;max-width:300px;padding:13px 26px;font-size:15px}.thankyou-whatsapp-icon{width:20px;height:20px}}.landing1-page-root .agents-revel-img-wrap{border-radius:16px;position:relative;overflow:hidden}.landing1-page-root .agents-revel-overlay{text-align:center;z-index:2;pointer-events:none;box-sizing:border-box;width:100%;padding:0 16px;position:absolute;top:7%;left:0;right:0}.landing1-page-root .agents-revel-title{color:#fff;letter-spacing:-.02em;text-shadow:0 2px 12px #0009;margin:0 0 6px;font-size:clamp(20px,4.2vw,50px);font-weight:800;line-height:1.15}.landing1-page-root .agents-revel-title .highlight-purple{color:#b055ff;background:linear-gradient(135deg,#d896ff 0%,#b055ff 50%,#8b3dff 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 16px #b055ff8c);-webkit-background-clip:text}.landing1-page-root .agents-revel-subtitle{color:#dce1f0d1;letter-spacing:-.01em;text-shadow:0 1px 8px #000000b3;margin:0;font-size:clamp(12px,2vw,22px);font-weight:400;line-height:1.3}@media (width<=600px){.landing1-page-root .agents-revel-overlay{top:5.5%}.landing1-page-root .agents-revel-title{margin-bottom:3px}}.landing1-page-root .launch-pricing-section{background:radial-gradient(circle,#8b4dff14 0%,#0000 70%);padding:60px 0 80px;position:relative}.landing1-page-root .lp-container{align-items:center;gap:48px;display:flex}.landing1-page-root .lp-left-col{flex:1;min-width:0}.landing1-page-root .lp-right-col{flex:1.15;min-width:0}.landing1-page-root .lp-title{color:#fff;white-space:nowrap;border:2px solid #facc15;border-radius:9999px;align-items:center;gap:10px;margin-bottom:18px;padding:8px 28px;font-size:clamp(1.6rem,5.5vw,2.8rem);font-weight:700;line-height:1.12;display:inline-flex;box-shadow:0 0 20px #facc1559}.landing1-page-root .lp-subtitle{color:var(--ink-soft);max-width:560px;margin-bottom:32px;font-size:1.05rem;line-height:1.55}.landing1-page-root .lp-subtitle strong{color:#fff;font-weight:600}.landing1-page-root .lp-features-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:36px;display:grid}.landing1-page-root .lp-feature-card{flex-direction:column;gap:12px;display:flex}.landing1-page-root .lp-icon-box{background:linear-gradient(135deg,#8b4dff40 0%,#5a17c766 100%);border:1px solid #8b4dff66;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 0 16px #8b4dff33}.landing1-page-root .lp-feature-text h4{color:#fff;margin-bottom:6px;font-size:.95rem;font-weight:700;line-height:1.25}.landing1-page-root .lp-feature-text p{color:var(--muted);font-size:.78rem;line-height:1.35}.landing1-page-root .lp-cta-row{align-items:center;gap:20px;display:flex}.landing1-page-root .lp-cta-btn{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#7c3aed 0%,#a855f7 100%);border:1px solid #fff3;border-radius:30px;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 0 24px #a855f766}.landing1-page-root .lp-cta-btn:hover{background:linear-gradient(135deg,#6d28d9 0%,#9333ea 100%);transform:translateY(-2px);box-shadow:0 0 32px #a855f799}.landing1-page-root .lp-cta-btn .arrow{transition:transform .2s}.landing1-page-root .lp-cta-btn:hover .arrow{transform:translate(4px)}.landing1-page-root .lp-cta-divider{background:#ffffff26;width:1px;height:36px}.landing1-page-root .lp-cta-subtext{color:var(--muted);max-width:180px;font-size:.85rem;line-height:1.35}.landing1-page-root .lp-image-wrapper{border-radius:24px;width:100%;max-width:640px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 25px 60px #000000b3}.landing1-page-root .lp-box-bg-img{width:100%;height:auto;display:block}.landing1-page-root .lp-top-right-founder-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#f5b301;letter-spacing:.04em;z-index:3;background:#0d061abf;border:1px solid #f5b301;border-radius:20px;align-items:center;gap:6px;padding:5px 14px;font-family:Space Grotesk,sans-serif;font-size:clamp(.68rem,1.2vw,.82rem);font-weight:700;display:flex;position:absolute;top:4.5%;right:5%;box-shadow:0 0 14px #f5b30166}.landing1-page-root .lp-top-right-founder-badge .crown-icon{font-size:.9rem}.landing1-page-root .lp-center-globe-tag{text-align:center;z-index:2;pointer-events:none;width:90%;position:absolute;top:19%;left:50%;transform:translate(-50%)}.landing1-page-root .lp-agent-tag-count{color:#fff;text-shadow:0 2px 12px #000000f2,0 0 20px #8b4dffe6;letter-spacing:-.01em;font-family:Space Grotesk,sans-serif;font-size:clamp(1.1rem,2.5vw,1.45rem);font-weight:700;display:block}.landing1-page-root .lp-agent-tag-sub{color:#fffffff2;text-shadow:0 2px 10px #000000e6;font-size:clamp(.85rem,1.8vw,1.05rem);font-weight:500;display:block}.landing1-page-root .lp-box-content-overlay{z-index:2;box-sizing:border-box;flex-direction:column;justify-content:space-between;width:75%;padding:clamp(8px,1.8vw,16px);display:flex;position:absolute;top:38%;bottom:4.5%;left:12.5%}.landing1-page-root .lp-self-destruct-header{text-align:center;justify-content:center;align-items:center;display:flex}.landing1-page-root .lp-self-destruct-pill{background:#4c1d9566;border:1px solid #c084fc59;border-radius:20px;align-items:center;gap:6px;padding:4px 16px;display:inline-flex;box-shadow:0 0 16px #a855f740}.landing1-page-root .lp-flame-icon{font-size:clamp(.85rem,1.5vw,1.05rem)}.landing1-page-root .lp-self-destruct-text{letter-spacing:.06em;color:#c084fc;text-shadow:0 0 10px #c084fc80;font-family:Space Grotesk,sans-serif;font-size:clamp(.6rem,1.2vw,.78rem);font-weight:700}.landing1-page-root .lp-users-divider{text-align:center;color:var(--ink-soft);justify-content:center;align-items:center;gap:8px;font-size:clamp(.68rem,1.3vw,.85rem);display:flex;position:relative}.landing1-page-root .lp-users-divider:before,.landing1-page-root .lp-users-divider:after{content:"";background:#fff3;flex:1;height:1px}.landing1-page-root .gold-text{font-weight:700;color:#f5b301!important}.landing1-page-root .lp-price-main-row{justify-content:space-between;align-items:center;padding:2px 0;display:flex}.landing1-page-root .lp-price-left{align-items:baseline;gap:2px;display:flex}.landing1-page-root .lp-currency{color:#fff;font-size:clamp(1.2rem,2.4vw,1.6rem);font-weight:700}.landing1-page-root .lp-amount{color:#fff;letter-spacing:-.02em;font-family:Space Grotesk,sans-serif;font-size:clamp(1.8rem,4vw,2.7rem);font-weight:800;line-height:1}.landing1-page-root .lp-period{color:#ffffffb3;font-size:clamp(.72rem,1.4vw,.9rem)}.landing1-page-root .lp-price-v-divider{background:#ffffff26;width:1px;height:38px;margin:0 4px}.landing1-page-root .lp-price-right{text-align:left;flex-direction:column;display:flex}.landing1-page-root .lp-strike-price{color:#ffffffa6;font-size:clamp(.65rem,1.2vw,.8rem);text-decoration:line-through}.landing1-page-root .lp-after-users{color:var(--muted);font-size:clamp(.6rem,1.1vw,.74rem)}.landing1-page-root .lp-timeline-container{margin:2px 0}.landing1-page-root .lp-timeline-line{background:#ffffff40;height:2px;margin:6px 10px 10px;position:relative}.landing1-page-root .lp-timeline-node{background:#0d061a;border:2px solid #fff6;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;transform:translateY(-50%)}.landing1-page-root .lp-timeline-node.node-left{border-color:#f5b301;left:0;box-shadow:0 0 8px #f5b301}.landing1-page-root .lp-timeline-node.node-left .lp-node-dot{background:#f5b301;border-radius:50%;width:4px;height:4px;margin:1px auto}.landing1-page-root .lp-timeline-node.node-right{border-color:#8b4dff;right:0}.landing1-page-root .lp-timeline-labels{justify-content:space-between;display:flex}.landing1-page-root .lp-timeline-step{flex-direction:column;font-size:clamp(.6rem,1.1vw,.74rem);line-height:1.25;display:flex}.landing1-page-root .lp-timeline-step.left{text-align:left}.landing1-page-root .lp-timeline-step.right{text-align:right}.landing1-page-root .step-range{color:#fff;font-weight:600}.landing1-page-root .step-note{color:var(--muted);font-size:clamp(.55rem,1vw,.65rem)}.landing1-page-root .lp-footer-status-bar{background:#0d061ad9;border:1px solid #8b4dff66;border-radius:12px;justify-content:space-between;align-items:center;padding:clamp(5px,1.1vw,9px) clamp(10px,1.6vw,15px);font-size:clamp(.62rem,1.15vw,.76rem);display:flex;box-shadow:0 4px 16px #00000080}.landing1-page-root .lp-footer-status-bar-mobile{display:none}.landing1-page-root .lp-status-item{align-items:center;gap:5px;display:flex}.landing1-page-root .lp-status-icon{font-size:clamp(.72rem,1.25vw,.9rem)}.landing1-page-root .lp-status-label{color:#ffffffd9}.landing1-page-root .lp-status-value{font-weight:700}.landing1-page-root .lp-status-divider{background:#ffffff40;width:1px;height:18px}.landing1-page-root .lp-timer-group{align-items:center;gap:4px;display:flex}.landing1-page-root .lp-timer-digits{font-family:IBM Plex Mono,monospace;font-weight:700}.landing1-page-root .lp-title-mobile-br{display:none}@media (width<=980px){.landing1-page-root .lp-container{flex-direction:column;gap:40px}.landing1-page-root .lp-left-col,.landing1-page-root .lp-right-col{width:100%}.landing1-page-root .lp-title{font-size:clamp(1.7rem,5vw,2.2rem);white-space:nowrap!important}.landing1-page-root .lp-features-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.landing1-page-root .lp-title{letter-spacing:-.01em;text-align:center;border:2px solid #facc15;border-radius:9999px;justify-content:center;align-items:center;gap:8px;margin:0 auto 20px;padding:6px 22px;font-size:clamp(1.4rem,6.5vw,2rem);font-weight:800;line-height:1.15;display:inline-flex;box-shadow:0 0 20px #facc1566;white-space:nowrap!important}.landing1-page-root .lp-title .purple-gradient-text{background:linear-gradient(135deg,#c084fc 0%,#a855f7 50%,#9333ea 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 25px #a855f780;-webkit-background-clip:text;font-weight:800;display:inline!important}.landing1-page-root .lp-left-col{text-align:center;flex-direction:column;align-items:center;display:flex}.landing1-page-root .lp-subtitle{text-align:left}.landing1-page-root .lp-features-grid{grid-template-columns:repeat(3,1fr)!important;gap:10px!important}.landing1-page-root .lp-feature-card{flex-direction:column;gap:8px;display:flex}.landing1-page-root .lp-icon-box{width:40px;height:40px}.landing1-page-root .lp-icon-box svg{width:20px;height:20px}.landing1-page-root .lp-feature-text h4{margin-bottom:3px;font-size:.8rem;line-height:1.2}.landing1-page-root .lp-feature-text p{font-size:.68rem;line-height:1.25}.landing1-page-root .lp-cta-row{text-align:center;flex-direction:column;align-items:stretch}.landing1-page-root .lp-cta-divider{display:none}.landing1-page-root .lp-cta-subtext{max-width:100%}.landing1-page-root .lp-top-right-founder-badge{padding:4px 10px;font-size:clamp(.62rem,2.2vw,.78rem);top:3.5%;right:4.5%}.landing1-page-root .lp-center-globe-tag{top:15.5%}.landing1-page-root .lp-agent-tag-count{font-size:clamp(1rem,3.8vw,1.35rem)}.landing1-page-root .lp-agent-tag-sub{font-size:clamp(.75rem,2.8vw,1rem)}.landing1-page-root .lp-box-content-overlay{gap:4px;width:76%;padding:clamp(6px,2vw,14px);top:32.5%;bottom:3.5%;left:12%}.landing1-page-root .lp-self-destruct-pill{padding:3px 10px}.landing1-page-root .lp-self-destruct-text{letter-spacing:.03em;font-size:clamp(.52rem,2.2vw,.72rem)!important}.landing1-page-root .lp-flame-icon{font-size:clamp(.7rem,2.5vw,.9rem)}.landing1-page-root .lp-users-divider{font-size:clamp(.58rem,2.3vw,.78rem)!important}.landing1-page-root .lp-price-main-row{padding:0}.landing1-page-root .lp-amount{font-size:clamp(1.3rem,5.5vw,2.2rem)!important}.landing1-page-root .lp-currency{font-size:clamp(.85rem,3vw,1.2rem)!important}.landing1-page-root .lp-period{font-size:clamp(.6rem,2.2vw,.8rem)}.landing1-page-root .lp-strike-price{font-size:clamp(.58rem,2.2vw,.75rem)}.landing1-page-root .lp-after-users{font-size:clamp(.52rem,2vw,.68rem)}.landing1-page-root .lp-timeline-step{font-size:clamp(.55rem,2.2vw,.72rem)!important}.landing1-page-root .step-note{font-size:clamp(.48rem,1.8vw,.62rem)!important}.landing1-page-root .lp-footer-status-bar-desktop{display:none!important}.landing1-page-root .lp-footer-status-bar-mobile{background:#0d061aeb;border:1px solid #8b4dff66;border-radius:10px;flex-direction:row;justify-content:space-between;align-items:center;gap:4px;width:100%;margin-top:10px;padding:clamp(6px,2vw,10px) clamp(8px,3vw,14px);box-shadow:0 4px 16px #00000080;display:flex!important}.landing1-page-root .lp-status-divider{background:#ffffff40;width:1px;height:14px;display:block}.landing1-page-root .lp-status-item{flex-wrap:nowrap;gap:3px}.landing1-page-root .lp-status-label,.landing1-page-root .lp-status-value,.landing1-page-root .lp-timer-digits,.landing1-page-root .lp-status-icon{font-size:clamp(.52rem,2.1vw,.7rem)!important}.landing1-page-root .lp-timer-group{flex-direction:row;gap:2px}}@media (width<=380px){.landing1-page-root .lp-footer-status-bar{flex-direction:column;align-items:flex-start;gap:4px}.landing1-page-root .lp-status-divider{display:none}}@media (width<=1080px){.lp1-hero-grid{grid-template-columns:1fr;gap:48px}}.lp1-hero-left{flex-direction:column;gap:20px;display:flex}@media (width<=768px){.lp1-hero-title-overlay{font-size:2.1rem;bottom:16px;left:16px;right:16px}}@media (width<=980px){.lp1-stats-banner{grid-template-columns:repeat(2,1fr)}}@media (width<=580px){.lp1-stats-banner{grid-template-columns:repeat(2,1fr)}}@media (width<=1024px){.lp1-demo-content-grid{grid-template-columns:1fr;gap:40px}.lp1-demo-heading{font-size:2.2rem}}@media (width<=900px){.lp1-demo-highlights-bar{grid-template-columns:repeat(2,1fr)}}@media (width<=540px){.lp1-demo-highlights-bar{grid-template-columns:1fr}}@media (width<=1180px){.lp1-sidd-flow-grid{flex-direction:column;gap:30px}.lp1-flow-arrow{transform:rotate(90deg)}}@media (width<=768px){.lp1-employees-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important;display:grid!important}.lp1-emp-row{display:contents!important}.lp1-emp-card{box-sizing:border-box!important;width:100%!important;max-width:100%!important}}@media (width<=960px){.lp1-results-row-inner{flex-direction:column;gap:20px}}@media (width<=1024px){.lp1-pricing-grid-top{grid-template-columns:1fr}}@media (width<=768px){.lp1-mpc-icons-row{grid-template-columns:repeat(3,1fr)}}@media (width<=960px){.lp1-founder-ribbon{flex-direction:column}.lp1-fr-divider{display:none}}@media (width<=1024px){.lp1-benefits-grid{grid-template-columns:repeat(2,1fr)}.lp1-benefits-title{font-size:2.2rem}}@media (width<=540px){.lp1-benefits-grid{grid-template-columns:1fr}}@media (width<=960px){.lp1-testimonials-grid{grid-template-columns:1fr}}@media (width<=768px){.lp1-metrics-ribbon{grid-template-columns:repeat(2,1fr);gap:28px}}@media (width<=768px){.lp1-qual-title{white-space:normal}}@media (width<=600px){.lp1-qual-card{padding:24px 20px}}@media (width<=600px){.lp1-qual-options{flex-direction:column}}@media (width<=600px){.lp1-qual-grid-2x2{grid-template-columns:1fr}}@media (width<=600px){.lp1-qual-input-grid{grid-template-columns:1fr}}@media (width<=600px){.lp1-qual-input-full{grid-column:span 1}}@media (width<=768px){.landing1-page-root section,.lp1-demo-section,.lp1-sidd-arch-section,.lp1-pricing-section,.lp1-results-benefits-section,.lp1-social-proof-section,.lp1-qualification-section{overflow-x:hidden}.lp1-demo-section,.lp1-sidd-arch-section,.lp1-pricing-section,.lp1-results-benefits-section,.lp1-social-proof-section{padding:60px 18px 50px}.lp1-qualification-section{padding:60px 18px}.lp1-demo-container,.lp1-sidd-container,.lp1-pricing-container,.lp1-benefits-container,.lp1-sp-container,.lp1-qual-container{padding:0}.landing1-page-root .hero{padding:100px 0 36px}.landing1-page-root .hero-container{padding:0 18px}.landing1-page-root .hero-grid{grid-template-columns:1fr;grid-template-areas:"image""features";gap:18px}.landing1-page-root .hero-heading{text-align:center;margin-bottom:20px;padding-top:0;font-size:clamp(28px,7.5vw,40px)}.landing1-page-root .hero-description{text-align:center;max-width:100%;font-size:15px}.landing1-page-root .hero-left{justify-content:center}.landing1-page-root .hero-image{border-radius:16px;max-height:320px}.landing1-page-root .hero-right{align-items:center;width:100%}.landing1-page-root .hero-features-list{max-width:100%;margin-bottom:24px}.landing1-page-root .hero-hire-cta{max-width:100%;padding:16px 24px;font-size:15px}.lp1-stats-banner{grid-template-columns:repeat(2,1fr);gap:14px;padding:18px 16px}.lp1-stat-number{font-size:1.25rem}.lp1-stat-label{font-size:.72rem}}@media (width<=480px){.landing1-page-root .hero-heading{font-size:clamp(24px,8vw,32px);line-height:1.15}.landing1-page-root .hero-image{max-height:240px}.lp1-stats-banner{grid-template-columns:1fr 1fr;gap:12px;padding:14px 12px}.lp1-stat-icon-wrap{width:36px;height:36px;font-size:1rem}}@media (width<=768px){.lp1-demo-heading{margin-bottom:12px;font-size:clamp(1.8rem,6vw,2.4rem);line-height:1.2}.lp1-demo-subheading{margin-bottom:36px;padding:0 4px;font-size:.95rem}.lp1-demo-content-grid{grid-template-columns:1fr;gap:28px}.lp1-video-card{aspect-ratio:16/9;border-radius:16px}.lp1-play-btn{width:64px;height:64px}.lp1-demo-features-col{gap:18px}.lp1-demo-feature-list{gap:16px}.lp1-demo-feature-item{gap:12px}.lp1-demo-item-icon{width:36px;height:36px}.lp1-demo-item-text h4{font-size:.95rem}.lp1-demo-item-text p{font-size:.82rem}.lp1-demo-highlights-bar{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:36px;padding:18px 16px}.lp1-watch-demo-btn{padding:14px 22px;font-size:.95rem}.lp1-eligibility-btn{padding:14px 28px;font-size:.95rem}.lp1-demo-bottom-cta{margin-top:32px}}@media (width<=480px){.lp1-demo-heading{font-size:clamp(1.5rem,7vw,1.9rem)}.lp1-demo-highlights-bar{grid-template-columns:1fr;gap:12px}.lp1-highlight-pill{gap:12px}}@media (width<=768px){.lp1-sidd-title{margin-bottom:40px;font-size:clamp(1.5rem,5.5vw,2.2rem);line-height:1.25}.lp1-sidd-flow-grid{flex-direction:column;align-items:stretch;gap:20px;width:100%}.lp1-flow-arrow{align-self:center;transform:rotate(90deg)}.lp1-card-you,.lp1-card-sidd{width:100%;min-height:unset;padding:20px}.lp1-card-team{max-width:100%;min-height:unset;padding:20px}.lp1-you-icon-box{width:56px;height:56px;margin-bottom:12px}.lp1-sidd-img-wrap{width:100px;height:100px}.lp1-command-prompts{gap:8px}.lp1-prompt-item{padding:8px 10px;font-size:.75rem}.lp1-emp-card{min-height:100px;padding:10px 4px 8px}.lp1-emp-img-box{width:44px;height:44px}.lp1-emp-name{font-size:.72rem}.lp1-emp-role{font-size:.6rem}.lp1-results-banner{margin-top:32px;padding:16px 18px}.lp1-results-row-inner{flex-direction:column;gap:16px}.lp1-results-pills{justify-content:center;gap:8px}.lp1-res-pill{padding:6px 12px;font-size:.75rem}.lp1-results-arrow{transform:rotate(90deg)}.lp1-results-cta-card{white-space:normal;text-align:center;width:100%}}@media (width<=480px){.lp1-sidd-title{margin-bottom:28px;font-size:clamp(1.3rem,6.5vw,1.7rem)}.lp1-emp-img-box{width:38px;height:38px}}@media (width<=768px){.lp1-pricing-title{font-size:clamp(1.8rem,6vw,2.5rem);line-height:1.2}.lp1-pricing-subtitle{margin-bottom:48px;font-size:.95rem}.lp1-pricing-grid-top{max-width:100%}.lp1-table-card{-webkit-overflow-scrolling:touch;padding:16px;overflow-x:auto}.lp1-compare-table{min-width:340px;font-size:.78rem}.lp1-compare-table th{padding:10px 8px;font-size:.68rem}.lp1-compare-table td{padding:8px}.td-feature{font-size:.78rem}.lp1-main-price-card{border-radius:18px;gap:20px;padding:24px 18px}.lp1-mpc-price .dollar{font-size:3rem}.lp1-mpc-icons-row{grid-template-columns:repeat(3,1fr);gap:14px}.lp1-mpc-icon-item .icon{font-size:1.4rem}.lp1-mpc-icon-item .text{font-size:.72rem}.lp1-founder-ribbon{text-align:center;flex-direction:column;gap:16px;padding:16px 18px}.lp1-fr-item{text-align:center;flex-direction:column;align-items:center;gap:8px}.lp1-fr-divider{display:none}.lp1-fr-cta{width:100%}.lp1-fr-cta button{justify-content:center;width:100%}}@media (width<=480px){.lp1-pricing-title{font-size:clamp(1.5rem,7vw,2rem)}.lp1-mpc-icons-row{grid-template-columns:repeat(3,1fr);gap:10px}.lp1-mpc-price .dollar{font-size:2.6rem}}@media (width<=768px){.lp1-benefits-title{margin-bottom:36px;font-size:clamp(1.6rem,5.5vw,2.2rem);line-height:1.2}.lp1-benefits-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:36px}.lp1-benefit-card{border-radius:16px;padding:20px 16px}.lp1-benefit-card h3{font-size:.95rem}.lp1-benefit-card p{font-size:.8rem}.lp1-bcard-icon{width:38px;height:38px;margin-bottom:14px}.lp1-benefits-bottom-cta{width:100%}.lp1-benefits-bottom-cta .lp1-primary-btn{width:100%;padding:14px 24px;font-size:.95rem}}@media (width<=480px){.lp1-benefits-grid{grid-template-columns:1fr;gap:12px}.lp1-benefits-title{font-size:clamp(1.4rem,7vw,1.8rem)}}@media (width<=768px){.lp1-sp-title{margin-bottom:24px;font-size:clamp(1.6rem,5.5vw,2.2rem);line-height:1.2}.lp1-testimonials-grid{grid-template-columns:1fr;gap:16px;max-width:100%;margin-top:28px;margin-bottom:48px}.lp1-testimonial-card{padding:18px}.lp1-tcard-body{font-size:.82rem}.lp1-brands-bar{gap:14px 20px;margin-bottom:36px}.lp1-brands-bar span{letter-spacing:.12em;font-size:.75rem}.lp1-metrics-ribbon{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:36px;padding:22px 20px}.lp1-metric-item .value{font-size:2rem}.lp1-metric-item .label{font-size:.75rem}.lp1-sp-bottom-cta{width:100%}.lp1-sp-bottom-cta .lp1-eligibility-btn{justify-content:center;width:100%;padding:14px 24px;font-size:.95rem}}@media (width<=480px){.lp1-sp-title{font-size:clamp(1.3rem,6.5vw,1.7rem)}.lp1-metrics-ribbon{grid-template-columns:repeat(2,1fr);gap:16px;padding:18px 14px}.lp1-metric-item .value{font-size:1.7rem}}@media (width<=768px){.lp1-mobile-br{display:block}.lp1-qual-title{white-space:normal;text-align:center;margin-bottom:28px;font-size:clamp(1.35rem,5.2vw,1.85rem);line-height:1.25}.lp1-qual-card{border-radius:18px;padding:24px 18px}.lp1-qual-header{margin-bottom:24px}.lp1-qual-question{margin-bottom:36px;font-size:clamp(1.1rem,4vw,1.4rem)}.lp1-qual-options{flex-direction:column;gap:12px;margin-top:28px}.lp1-qual-option{border-radius:40px;padding:14px 20px;font-size:.95rem}.lp1-qual-grid-2x2{grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.lp1-qual-step-content iframe{height:480px!important}}@media (width<=480px){.lp1-qual-title{font-size:clamp(1.2rem,6vw,1.5rem)}.lp1-qual-card{padding:20px 14px}.lp1-qual-grid-2x2{grid-template-columns:1fr;gap:10px}.lp1-qual-option{padding:12px 18px;font-size:.9rem}.lp1-qual-question{margin-bottom:28px;font-size:1rem}.lp1-qual-step-content iframe{height:440px!important}}@media (width<=768px){.landing1-page-root footer{padding:28px 0}.landing1-page-root .footer-inner{text-align:center;flex-direction:column;align-items:center;gap:12px}.landing1-page-root .footer-logo{height:40px}.landing1-page-root .footer-inner p{font-size:11px}}@media (width<=480px){.lp1-watch-demo-btn,.lp1-eligibility-btn,.lp1-primary-btn{justify-content:center;width:100%;padding:14px 20px;font-size:.92rem}.lp1-demo-cta-wrap{width:100%}}@media (width<=768px){.landing1-page-root{overflow-x:hidden}.lp1-compare-table th:first-child,.lp1-compare-table td:first-child{min-width:110px}.lp1-demo-heading,.lp1-sidd-title,.lp1-pricing-title,.lp1-benefits-title,.lp1-sp-title{word-break:break-word;overflow-wrap:break-word}}.lp1-hero-container{color:#fff;background:radial-gradient(circle at 20% 30%,#8b5cf638 0%,#0000 45%),radial-gradient(circle at 80% 20%,#a855f72e 0%,#0000 40%),radial-gradient(circle at 50% 80%,#7c3aed26 0%,#0000 50%),#070312;padding:100px 24px 60px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.lp1-hero-inner{flex-direction:column;gap:48px;max-width:1280px;margin:0 auto;display:flex}.lp1-hero-grid{grid-template-columns:1fr 420px;align-items:start;gap:40px;display:grid}@media (width<=1080px){.lp1-hero-grid{grid-template-columns:1fr;gap:48px}}.lp2-hero-value-card{background:#090314;border:1.5px solid #a855f7;border-radius:24px;flex-direction:column;gap:22px;width:100%;max-width:390px;margin:0 auto;padding:28px 20px;display:flex;box-shadow:0 0 25px #a855f759,inset 0 0 15px #a855f726}.lp2-value-card-title{text-align:center;color:#fff;letter-spacing:-.01em;margin:0;font-size:1.55rem;font-weight:800;line-height:1.25}.lp2-value-card-price{color:#ffc72c;font-size:1.95rem;font-weight:900}.lp2-value-card-items{flex-direction:column;gap:16px;display:flex}.lp2-value-item{border-bottom:1px solid #ffffff14;align-items:flex-start;gap:14px;padding-bottom:14px;display:flex}.lp2-value-item:last-child{border-bottom:none;padding-bottom:0}.lp2-value-icon{color:#d8b4fe;background:#8b5cf61f;border:1.5px solid #a855f799;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;display:flex;position:relative}.lp2-value-icon svg{width:20px;height:20px}.lp2-value-icon-text{color:#d8b4fe;margin-top:1px;font-size:.6rem;font-weight:800;line-height:1}.lp2-value-content{flex-direction:column;gap:3px;display:flex}.lp2-value-content h4{color:#fff;margin:0;font-size:1.02rem;font-weight:700;line-height:1.3}.lp2-value-content p{color:#ffffffb8;margin:0;font-size:.82rem;line-height:1.4}.lp1-hero-left{flex-direction:column;gap:20px;margin-top:0;display:flex}.lp1-hero-img-wrapper{border-radius:20px;width:100%;max-width:680px;position:relative;overflow:hidden;box-shadow:0 12px 35px #00000080}.lp1-hero-img{object-fit:cover;border-radius:20px;width:100%;height:auto;display:block}.lp1-hero-img-gradient-overlay{pointer-events:none;background:linear-gradient(#0000 25%,#07031280 55%,#070312f2 100%);position:absolute;inset:0}.lp1-hero-title-overlay{letter-spacing:-.02em;color:#fff;z-index:3;text-shadow:0 4px 20px #000000f2;margin:0;font-size:3.2rem;font-weight:800;line-height:1.1;position:absolute;bottom:22px;left:28px;right:20px}.lp1-hero-title{letter-spacing:-.02em;color:#fff;margin:28px 0;font-size:3.2rem;font-weight:800;line-height:1.15}@media (width<=768px){.lp1-hero-left{text-align:center;align-items:center}.lp1-hero-title-overlay{text-align:center;font-size:2.1rem;bottom:16px;left:16px;right:16px}.lp1-hero-title{text-align:center;margin:24px 0 16px;font-size:2.1rem;line-height:1.2}.lp1-hero-desc{text-align:center;margin:24px auto 0}.lp1-cta-buttons{flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%}.lp1-cta-buttons .lp1-primary-btn,.lp1-cta-buttons .lp1-secondary-btn{justify-content:center;width:100%;max-width:320px}}.lp1-purple-gradient{background:linear-gradient(135deg,#a78bfa 0%,#c084fc 50%,#e879f9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lp1-gold-highlight{color:#ffc72c;text-shadow:0 0 25px #ffc72c66;font-weight:900}.lp1-hero-desc{color:#ffffffc7;max-width:640px;margin:36px 0 0;font-size:1.05rem;line-height:1.6}.lp1-brand-highlight{color:#a78bfa;font-weight:600}.lp1-features-row{flex-wrap:wrap;gap:14px;margin-top:4px;display:flex}.lp1-feature-item{color:#ffffffe0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #a855f733;border-radius:30px;align-items:center;gap:10px;padding:8px 16px;font-size:.82rem;font-weight:500;transition:all .25s;display:flex}.lp1-feature-item:hover{background:#a855f71a;border-color:#a855f766;transform:translateY(-2px)}.lp1-feature-icon-badge{color:#c084fc;background:#8b5cf640;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;display:flex}.lp1-cta-buttons{flex-wrap:wrap;align-items:center;gap:18px;margin-top:20px;display:flex}.lp1-primary-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#d946ef 100%);border:none;border-radius:40px;justify-content:center;align-items:center;gap:10px;padding:16px 36px;font-size:1.05rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 8px 25px #d946ef59}.lp1-primary-btn:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 12px 35px #d946ef80}.lp1-primary-btn .arrow{transition:transform .2s}.lp1-primary-btn:hover .arrow{transform:translate(4px)}.lp1-secondary-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #ffffff2e;border-radius:40px;justify-content:center;align-items:center;gap:10px;padding:15px 32px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.lp1-secondary-btn:hover{background:#ffffff17;border-color:#a855f780;transform:translateY(-2px)}.lp1-secondary-btn .play-icon{color:#c084fc;font-size:1.1rem}.lp1-form-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#120a24a6;border:1px solid #a855f759;border-radius:24px;flex-direction:column;padding:12px;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 40px #0009,0 0 35px #8b5cf633}.lp1-form-iframe{border:none;border-radius:16px;width:100%;height:620px;display:block}.lp1-card-header{flex-direction:column;gap:10px;display:flex}.lp1-card-badge-row{align-items:center;gap:12px;display:flex}.lp1-gift-icon-box{background:#ffc72c1f;border:1px solid #ffc72c4d;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:flex}.lp1-card-title{color:#fff;margin:0;font-size:1.75rem;font-weight:800;line-height:1.2}.lp1-card-subtitle{color:#ffffffa6;margin:0;font-size:.88rem}.lp1-form-body{flex-direction:column;gap:14px;display:flex}.lp1-input-field{color:#fff;box-sizing:border-box;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:14px;outline:none;width:100%;padding:14px 18px;font-size:.92rem;transition:all .25s}.lp1-input-field::placeholder{color:#ffffff73}.lp1-input-field:focus{background:#ffffff14;border-color:#a855f7b3;box-shadow:0 0 15px #a855f740}.lp1-form-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#d946ef 100%);border:none;border-radius:30px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:6px;padding:16px;font-size:1.02rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 6px 20px #d946ef59}.lp1-form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px #d946ef80}.lp1-security-note{color:#ffffff8c;justify-content:center;align-items:center;gap:6px;font-size:.8rem;display:flex}.lp1-stats-banner{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#120a248c;border:1px solid #a855f740;border-radius:20px;grid-template-columns:repeat(5,1fr);align-items:center;gap:20px;padding:24px 32px;display:grid}@media (width<=980px){.lp1-stats-banner{grid-template-columns:repeat(2,1fr)}}@media (width<=580px){.lp1-stats-banner{grid-template-columns:1fr}}.lp1-stat-item{align-items:center;gap:16px;display:flex}.lp1-stat-icon-wrap{background:#8b5cf626;border:1px solid #8b5cf64d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;display:flex}.lp1-stat-info{flex-direction:column;display:flex}.lp1-stat-number{color:#fff;font-size:1.5rem;font-weight:800;line-height:1.1}.lp1-stat-label{color:#ffffffa6;margin-top:2px;font-size:.78rem;line-height:1.25}.lp1-demo-section{color:#fff;background:#06020e;padding:80px 24px 70px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.lp1-demo-container{flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;display:flex}.lp1-demo-badge-wrap{margin-bottom:20px}.lp1-demo-badge{letter-spacing:.08em;color:#ffffffd9;text-transform:uppercase;background:#8b5cf614;border:1px solid #8b5cf64d;border-radius:30px;align-items:center;gap:8px;padding:6px 18px;font-size:.75rem;font-weight:700;display:inline-flex}.lp1-demo-badge-icon{color:#c084fc;font-size:.8rem}.lp1-demo-heading{text-align:center;color:#fff;letter-spacing:-.02em;margin:0 0 16px;font-size:3rem;font-weight:800}.lp1-demo-brand-gradient{background:linear-gradient(135deg,#a78bfa 0%,#c084fc 50%,#e879f9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lp1-demo-subheading{color:#ffffffb8;text-align:center;max-width:680px;margin:0 0 54px;font-size:1.05rem;line-height:1.6}.lp1-highlight-gold{color:#ffc72c;font-weight:600}.lp1-demo-content-grid{grid-template-columns:1.3fr 1fr;align-items:center;gap:48px;width:100%;display:grid}@media (width<=1024px){.lp1-demo-content-grid{grid-template-columns:1fr;gap:40px}.lp1-demo-heading{font-size:2.2rem}}.lp1-video-card{aspect-ratio:16/10;background:linear-gradient(145deg,#140a2ae6,#0a0418f2);border:1px solid #8b5cf640;border-radius:24px;justify-content:center;align-items:center;width:100%;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 0 50px #7c3aed40,0 20px 40px #000c}.lp1-video-card:hover{border-color:#a855f773;box-shadow:0 0 65px #a855f759,0 24px 48px #000000d9}.lp1-video-placeholder{background:radial-gradient(circle,#8b5cf626 0%,#0000 70%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.lp1-demo-video{object-fit:cover;border-radius:24px;width:100%;height:100%}.lp1-play-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#a78bfa 0%,#d946ef 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s;display:flex;box-shadow:0 0 30px #d946ef99}.lp1-play-btn:hover{transform:scale(1.1);box-shadow:0 0 45px #d946efd9}.lp1-play-icon-inner{justify-content:center;align-items:center;margin-left:3px;display:flex}.lp1-demo-features-col{flex-direction:column;gap:24px;display:flex}.lp1-demo-col-header{letter-spacing:.1em;color:#a78bfa;text-transform:uppercase;font-size:.72rem;font-weight:700}.lp1-demo-feature-list{flex-direction:column;gap:20px;display:flex}.lp1-demo-feature-item{align-items:flex-start;gap:16px;display:flex}.lp1-demo-item-icon{color:#c084fc;background:#8b5cf61f;border:1px solid #8b5cf640;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-top:2px;display:flex}.lp1-demo-item-text h4{color:#fff;margin:0 0 4px;font-size:1.05rem;font-weight:700}.lp1-demo-item-text p{color:#ffffffa6;margin:0;font-size:.88rem;line-height:1.45}.lp1-demo-cta-wrap{flex-direction:column;gap:12px;margin-top:10px;display:flex}.lp1-watch-demo-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#d946ef 100%);border:none;border-radius:40px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px 28px;font-size:1.05rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 8px 25px #d946ef59}.lp1-watch-demo-btn:hover{transform:translateY(-2px);box-shadow:0 12px 35px #d946ef80}.lp1-btn-play-icon{font-size:1.1rem}.lp1-demo-note{color:#ffffff8c;justify-content:center;align-items:center;gap:6px;font-size:.76rem;display:flex}.lp1-demo-highlights-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#12092473;border:1px solid #8b5cf633;border-radius:20px;grid-template-columns:repeat(4,1fr);gap:18px;width:100%;margin-top:60px;padding:22px 28px;display:grid}@media (width<=900px){.lp1-demo-highlights-bar{grid-template-columns:repeat(2,1fr)}}@media (width<=540px){.lp1-demo-highlights-bar{grid-template-columns:1fr}}.lp1-highlight-pill{align-items:center;gap:14px;display:flex}.lp1-pill-icon{color:#c084fc;background:#8b5cf626;border:1px solid #8b5cf647;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.lp1-pill-text{flex-direction:column;display:flex}.lp1-pill-title{color:#fff;font-size:.92rem;font-weight:700}.lp1-pill-sub{color:#ffffff94;margin-top:1px;font-size:.76rem}.lp1-demo-bottom-cta{justify-content:center;margin-top:48px;display:flex}.lp1-eligibility-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#d946ef 100%);border:none;border-radius:40px;justify-content:center;align-items:center;gap:10px;padding:16px 36px;font-size:1.05rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 8px 25px #d946ef59}.lp1-eligibility-btn:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 12px 35px #d946ef80}.lp1-eligibility-btn .arrow{transition:transform .2s}.lp1-eligibility-btn:hover .arrow{transform:translate(4px)}.lp1-sidd-arch-section{color:#fff;background:#04010a;padding:90px 24px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.lp1-sidd-container{flex-direction:column;align-items:center;max-width:1280px;margin:0 auto;display:flex}.lp1-sidd-badge-wrap{margin-bottom:20px}.lp1-sidd-badge{letter-spacing:.08em;color:#ffffffd9;text-transform:uppercase;background:#8b5cf614;border:1px solid #8b5cf64d;border-radius:30px;align-items:center;gap:8px;padding:6px 18px;font-size:.75rem;font-weight:700;display:inline-flex}.lp1-sidd-title{text-align:center;color:#fff;letter-spacing:-.02em;margin:0 0 72px;font-size:2.8rem;font-weight:800}.lp1-purple-text{color:#a78bfa}.lp1-gold-text{color:#ffc72c}.lp1-sidd-subtitle{color:#ffffffb8;text-align:center;max-width:720px;margin:0 0 50px;font-size:1.02rem;line-height:1.6}.lp1-sidd-flow-grid{justify-content:center;align-items:center;gap:16px;width:100%;display:flex}@media (width<=1180px){.lp1-sidd-flow-grid{flex-direction:column;gap:30px}.lp1-flow-arrow{transform:rotate(90deg)}}.lp1-flow-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0e071c99;border:1px solid #8b5cf640;border-radius:20px;flex-direction:column;align-items:center;padding:24px;display:flex;box-shadow:0 10px 30px #00000080}.lp1-card-you{text-align:center;width:260px;min-height:380px}.lp1-you-icon-box{background:#8b5cf61f;border:1px solid #8b5cf64d;border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:16px;display:flex}.lp1-card-you-title{color:#fff;margin:0 0 4px;font-size:1.2rem;font-weight:800}.lp1-card-you-sub{color:#ffffffa6;margin:0;font-size:.85rem;line-height:1.35}.lp1-command-divider{background:#ffffff1a;width:100%;height:1px;margin:20px 0}.lp1-command-prompts{flex-direction:column;gap:12px;width:100%;display:flex}.lp1-prompt-item{color:#ffffffc7;text-align:center;background:#ffffff08;border:1px dashed #8b5cf64d;border-radius:10px;padding:10px 12px;font-size:.78rem}.lp1-flow-arrow{justify-content:center;align-items:center;padding:0 4px;display:flex}.lp1-card-sidd{text-align:center;background:linear-gradient(#190c32cc 0%,#0c051ae6 100%);border-color:#a855f766;width:250px;min-height:380px;box-shadow:0 0 40px #8b5cf633}.lp1-sidd-img-wrap{border:2px solid #a855f780;border-radius:50%;width:130px;height:130px;margin-bottom:14px;overflow:hidden;box-shadow:0 0 25px #a855f766}.lp1-sidd-img{object-fit:cover;width:100%;height:100%}.lp1-sidd-name{color:#fff;letter-spacing:.05em;margin:0 0 2px;font-size:1.25rem;font-weight:800}.lp1-sidd-role{color:#c084fc;font-size:.85rem;font-weight:700}.lp1-sidd-divider{background:#a855f740;width:80%;height:1px;margin:18px 0}.lp1-sidd-desc{color:#ffffffb3;margin:0;font-size:.85rem;line-height:1.4}.lp1-card-team{flex-direction:column;flex:1;justify-content:space-between;align-items:stretch;max-width:720px;min-height:420px;padding:24px 28px;display:flex}.lp1-team-header{letter-spacing:.08em;color:#ffffffd9;text-align:center;text-transform:uppercase;margin-bottom:20px;font-size:.76rem;font-weight:800}.lp1-employees-grid{flex-direction:column;gap:14px;width:100%;display:flex}.lp1-emp-row{gap:12px;width:100%;display:grid}.lp1-emp-row-5{grid-template-columns:repeat(5,1fr)}.lp1-emp-row-6{grid-template-columns:repeat(6,1fr)}@media (width<=768px){.lp1-employees-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important;display:grid!important}.lp1-emp-row{display:contents!important}.lp1-emp-card{box-sizing:border-box!important;width:100%!important;max-width:100%!important}}.lp1-emp-card{text-align:center;background:#ffffff05;border:1px solid #8b5cf633;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:130px;padding:14px 6px 12px;transition:all .25s;display:flex}.lp1-emp-card:hover{background:#8b5cf61f;border-color:#a855f773;transform:translateY(-2px)}.lp1-emp-img-box{border:1px solid #ffffff2e;border-radius:14px;flex-shrink:0;width:54px;height:54px;margin-bottom:8px;position:relative;overflow:hidden}.lp1-emp-img{object-fit:cover;width:100%;height:100%}.lp1-emp-status-dot{background:#22c55e;border-radius:50%;width:7px;height:7px;position:absolute;top:3px;right:3px;box-shadow:0 0 6px #22c55e}.lp1-emp-name{color:#fff;margin-bottom:2px;font-size:.8rem;font-weight:700}.lp1-emp-role{color:#ffffff94;font-size:.65rem;line-height:1.25}.lp1-results-banner{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0e071cb3;border:1px solid #8b5cf640;border-radius:20px;flex-direction:column;gap:14px;width:100%;max-width:1200px;margin-top:50px;padding:20px 28px;display:flex}.lp1-results-header{letter-spacing:.08em;color:#a78bfa;text-align:center;text-transform:uppercase;font-size:.74rem;font-weight:800}.lp1-results-row-inner{justify-content:space-between;align-items:center;gap:16px;display:flex}@media (width<=960px){.lp1-results-row-inner{flex-direction:column;gap:20px}}.lp1-results-pills{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.lp1-res-pill{color:#ffffffe6;background:#ffffff0a;border:1px solid #8b5cf640;border-radius:30px;align-items:center;gap:6px;padding:8px 14px;font-size:.8rem;font-weight:600;display:inline-flex}.lp1-res-pill .check{color:#22c55e;font-weight:900}.lp1-results-arrow{justify-content:center;align-items:center;display:flex}.lp1-pricing-section{color:#fff;background:#030008;padding:90px 24px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.lp1-pricing-container{flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;display:flex}.lp1-pricing-badge-wrap{margin-bottom:20px}.lp1-pricing-badge{letter-spacing:.08em;color:#ffffffd9;text-transform:uppercase;background:#8b5cf614;border:1px solid #8b5cf64d;border-radius:30px;align-items:center;gap:8px;padding:6px 18px;font-size:.75rem;font-weight:700;display:inline-flex}.lp1-pricing-title{text-align:center;color:#fff;letter-spacing:-.02em;margin:0 0 12px;font-size:3rem;font-weight:800}.lp1-pricing-subtitle{color:#ffffffb8;text-align:center;margin:0 0 80px;font-size:1.05rem}.lp1-pricing-grid-top{justify-content:center;width:100%;max-width:780px;margin:0 auto 28px;display:flex}@media (width<=1024px){.lp1-pricing-grid-top{grid-template-columns:1fr}}.lp1-pcard{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0e071ca6;border:1px solid #8b5cf640;border-radius:20px;width:100%;padding:28px;box-shadow:0 10px 30px #0009}.lp1-pcard-title{color:#a78bfa;margin:0 0 20px;font-size:1.15rem;font-weight:800}.lp1-dim-text{color:#ffffffbf}.lp1-roles-list{grid-template-columns:1fr 1fr;gap:12px;display:grid}.lp1-role-item{color:#ffffffc7;align-items:center;gap:6px;font-size:.84rem;display:flex}.lp1-role-item .dot{color:#a78bfa;font-size:1.1rem}.lp1-roles-divider{background:#ffffff1a;width:100%;height:1px;margin:24px 0 20px}.lp1-mini-compare{grid-template-columns:1fr 1fr;gap:16px;display:grid}.lp1-mcomp-header{color:#ffffffd9;text-transform:uppercase;margin-bottom:10px;font-size:.78rem;font-weight:800}.lp1-mcomp-header.gold{color:#ffc72c}.lp1-mcomp-item{margin-bottom:6px;font-size:.76rem;font-weight:500}.lp1-mcomp-item.bad{color:#ef4444}.lp1-mcomp-item.good{color:#22c55e}.lp1-compare-table-card{max-width:850px;margin:0 auto 40px;padding:36px 44px}.lp1-compare-table{border-collapse:collapse;width:100%;font-size:.84rem}.lp1-compare-table th{text-align:left;text-transform:uppercase;color:#fff9;border-bottom:1px solid #ffffff1a;padding:12px 10px;font-size:.74rem;font-weight:800}.lp1-compare-table th.th-center{text-align:center}.lp1-compare-table th.th-mingrow{color:#a78bfa;background:#8b5cf61a;border-radius:8px 8px 0 0}.lp1-compare-table td{border-bottom:1px solid #ffffff0d;padding:10px}.td-feature{color:#ffffffd9;font-weight:600}.td-feature .icon{margin-right:8px}.td-other{text-align:center;font-size:.8rem}.td-other.bad{color:#ef4444}.td-other.warn{color:#f59e0b}.td-mingrow{text-align:center;background:#8b5cf60f;font-weight:700}.td-mingrow.good{color:#22c55e}.lp1-main-price-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(#190c32d9 0%,#0a0418f2 100%);border:1px solid #a855f766;border-radius:24px;flex-direction:column;align-items:center;gap:30px;width:100%;margin-bottom:28px;padding:36px 28px;display:flex;box-shadow:0 0 50px #8b5cf640}.lp1-mpc-top{flex-direction:column;align-items:center;display:flex}.lp1-mpc-lead{color:#ffffffbf;margin-bottom:4px;font-size:.95rem;font-weight:600}.lp1-mpc-price{align-items:baseline;gap:6px;display:flex}.lp1-mpc-price .dollar{color:#a78bfa;text-shadow:0 0 30px #a855f780;font-size:4rem;font-weight:900;line-height:1}.lp1-mpc-price .period{color:#fff9;font-size:1.2rem;font-weight:600}.lp1-mpc-icons-row{grid-template-columns:repeat(5,1fr);gap:20px;width:100%;max-width:850px;display:grid}@media (width<=768px){.lp1-mpc-icons-row{grid-template-columns:repeat(3,1fr)}}.lp1-mpc-icon-item{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.lp1-mpc-icon-item .icon{font-size:1.6rem}.lp1-mpc-icon-item .text{color:#ffffffb8;font-size:.76rem;line-height:1.35}.lp1-founder-ribbon{background:#0e071ca6;border:1px solid #8b5cf640;border-radius:20px;justify-content:space-between;align-items:center;gap:20px;width:100%;margin-bottom:48px;padding:20px 28px;display:flex}@media (width<=960px){.lp1-founder-ribbon{flex-direction:column}.lp1-fr-divider{display:none}}.lp1-fr-item{align-items:center;gap:14px;display:flex}.lp1-fr-item .icon{font-size:1.6rem}.lp1-fr-item .title{color:#fff;font-size:.9rem;font-weight:700}.lp1-fr-item .sub{color:#fff9;margin-top:2px;font-size:.76rem}.lp1-fr-divider{background:#ffffff1a;width:1px;height:40px}.lp1-fr-cta{flex-direction:column;align-items:center;gap:4px;display:flex}.lp1-fr-lock{color:#ffffff8c;font-size:.72rem}.lp1-final-bottom-cta{justify-content:center;display:flex}.lp1-results-cta-card{color:#fff;white-space:nowrap;background:#120a24e6;border:1px solid #22c55e66;border-radius:14px;flex-direction:column;align-items:center;padding:12px 24px;font-size:.95rem;font-weight:700;display:flex;box-shadow:0 0 25px #22c55e26}.lp1-results-cta-card .highlight-green{color:#22c55e;font-size:1.1rem;font-weight:800}.lp1-results-benefits-section{color:#fff;background:#04010a;padding:90px 24px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.lp1-benefits-container{flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;display:flex}.lp1-benefits-badge-wrap{margin-bottom:20px}.lp1-benefits-badge{letter-spacing:.08em;color:#ffffffd9;text-transform:uppercase;background:#8b5cf614;border:1px solid #8b5cf64d;border-radius:30px;align-items:center;gap:8px;padding:6px 18px;font-size:.75rem;font-weight:700;display:inline-flex}.lp1-benefits-badge-icon{color:#c084fc}.lp1-benefits-title{text-align:center;color:#fff;letter-spacing:-.02em;margin:0 0 54px;font-size:3rem;font-weight:800;line-height:1.15}.lp1-benefits-gradient{background:linear-gradient(135deg,#a78bfa 0%,#c084fc 50%,#e879f9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lp1-benefits-grid{grid-template-columns:repeat(4,1fr);gap:20px;width:100%;margin-bottom:50px;display:grid}@media (width<=1024px){.lp1-benefits-grid{grid-template-columns:repeat(2,1fr)}.lp1-benefits-title{font-size:2.2rem}}@media (width<=540px){.lp1-benefits-grid{grid-template-columns:1fr}}.lp1-benefit-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0e071c99;border:1px solid #8b5cf638;border-radius:20px;flex-direction:column;align-items:flex-start;padding:28px 24px;transition:all .3s;display:flex;box-shadow:0 10px 30px #00000080}.lp1-benefit-card:hover{background:#8b5cf61a;border-color:#a855f773;transform:translateY(-3px);box-shadow:0 14px 40px #8b5cf633}.lp1-bcard-icon{color:#c084fc;background:#8b5cf61f;border:1px solid #8b5cf640;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:20px;display:flex}.lp1-benefit-card h3{color:#fff;margin:0 0 8px;font-size:1.1rem;font-weight:700}.lp1-benefit-card p{color:#ffffffa6;margin:0;font-size:.85rem;line-height:1.45}.lp1-benefits-bottom-cta{justify-content:center;display:flex}.lp1-social-proof-section{color:#fff;background:#030008;padding:90px 24px 80px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.lp1-sp-container{flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;display:flex}.lp1-sp-badge-wrap{margin-bottom:20px}.lp1-sp-badge{letter-spacing:.08em;color:#ffffffd9;text-transform:uppercase;background:#8b5cf614;border:1px solid #8b5cf64d;border-radius:30px;align-items:center;gap:8px;padding:6px 18px;font-size:.75rem;font-weight:700;display:inline-flex}.lp1-sp-badge-icon{color:#ffc72c}.lp1-sp-title{text-align:center;color:#fff;letter-spacing:-.02em;margin:0 0 40px;font-size:3rem;font-weight:800}.lp1-testimonials-grid{grid-template-columns:repeat(3,1fr);gap:20px;width:100%;max-width:1020px;margin-top:50px;margin-bottom:80px;display:grid}@media (width<=960px){.lp1-testimonials-grid{grid-template-columns:1fr}}.lp1-testimonial-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0e071c99;border:1px solid #8b5cf638;border-radius:16px;flex-direction:column;padding:20px;transition:all .3s;display:flex;position:relative;box-shadow:0 8px 24px #00000080}.lp1-tcard-featured{background:linear-gradient(#190c32cc 0%,#0c051ae6 100%);border-color:#a855f773;box-shadow:0 0 40px #8b5cf640}.lp1-quote-mark{color:#a78bfa;margin-bottom:2px;font-family:Georgia,serif;font-size:1.8rem;line-height:1}.lp1-stars{color:#ffc72c;letter-spacing:2px;margin-bottom:12px;font-size:.85rem}.lp1-tcard-body{color:#ffffffc7;flex:1;margin:0 0 16px;font-size:.85rem;line-height:1.55}.lp1-tcard-divider{background:#ffffff14;width:100%;height:1px;margin-bottom:18px}.lp1-tcard-author .name{color:#fff;font-size:.95rem;font-weight:700}.lp1-tcard-author .role{color:#ffffff8c;margin-top:2px;font-size:.76rem}.lp1-brands-bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;width:100%;margin-bottom:50px;display:flex}.lp1-brands-bar span{letter-spacing:.15em;color:#ffffff59;text-transform:uppercase;font-size:.85rem;font-weight:800}.lp1-metrics-ribbon{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0e071ca6;border:1px solid #8b5cf640;border-radius:20px;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;margin-bottom:50px;padding:28px 36px;display:grid}@media (width<=768px){.lp1-metrics-ribbon{grid-template-columns:repeat(2,1fr);gap:28px}}.lp1-metric-item{text-align:center;flex-direction:column;align-items:center;display:flex}.lp1-metric-item .value{color:#a78bfa;margin-bottom:6px;font-size:2.5rem;font-weight:900;line-height:1}.lp1-metric-item .label{color:#fff9;font-size:.8rem}.lp1-sp-middle-cta{margin-bottom:48px}.lp1-sp-bottom-cta{justify-content:center;display:flex}.lp1-qualification-section{color:#fff;background:#030008;padding:100px 24px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.lp1-qual-container{flex-direction:column;align-items:center;max-width:1020px;margin:0 auto;display:flex}.lp1-qual-badge-wrap{margin-bottom:20px}.lp1-qual-badge{letter-spacing:.08em;color:#c084fc;text-transform:uppercase;background:#8b5cf614;border:1px solid #8b5cf64d;border-radius:30px;align-items:center;gap:8px;padding:6px 18px;font-size:.76rem;font-weight:700;display:inline-flex}.lp1-qual-badge-icon{font-size:.85rem}.lp1-qual-title{letter-spacing:-.02em;color:#fff;text-align:center;white-space:nowrap;margin:0 0 48px;font-size:clamp(1.5rem,3.8vw,3rem);font-weight:800;line-height:1.25}.lp1-mobile-br{display:none}@media (width<=768px){.lp1-qual-title{white-space:normal}}.lp1-gold-gradient{background:linear-gradient(135deg,#ffc72c 0%,#f59e0b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lp1-qual-subtitle{color:#fff9;text-align:center;margin-bottom:50px;font-size:1rem}.lp1-qual-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0e071cb3;border:1px solid #8b5cf64d;border-radius:24px;width:100%;max-width:780px;padding:36px 40px;box-shadow:0 16px 50px #0009,0 0 40px #8b5cf61f}@media (width<=600px){.lp1-qual-card{padding:24px 20px}}.lp1-qual-header{margin-bottom:32px}.lp1-qual-step-info{letter-spacing:.08em;color:#a78bfa;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:.76rem;font-weight:700;display:flex}.lp1-qual-progress-track{background:#ffffff14;border-radius:4px;width:100%;height:4px;overflow:hidden}.lp1-qual-progress-fill{background:linear-gradient(90deg,#8b5cf6 0%,#ec4899 100%);border-radius:4px;height:100%;transition:width .4s}.lp1-qual-cat-label{letter-spacing:.1em;color:#c084fc;text-transform:uppercase;margin-bottom:12px;font-size:.74rem;font-weight:800}.lp1-qual-question{color:#fff;margin:0 0 64px;font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:700;line-height:1.3}.lp1-qual-options{flex-direction:row;gap:16px;margin-top:40px;display:flex}@media (width<=600px){.lp1-qual-options{flex-direction:column}}.lp1-qual-option{color:#fff;cursor:pointer;text-align:left;background:#ffffff08;border:1px solid #8b5cf640;border-radius:50px;flex:1;justify-content:space-between;align-items:center;padding:16px 28px;font-size:1rem;font-weight:600;transition:all .25s;display:flex}.lp1-qual-option:hover{background:#8b5cf61f;border-color:#a855f780;transform:translateY(-2px)}.lp1-qual-option.selected{background:#8b5cf633;border-color:#a855f7;box-shadow:0 0 20px #a855f740}.lp1-qual-grid-2x2{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:40px;margin-bottom:24px;display:grid}@media (width<=600px){.lp1-qual-grid-2x2{grid-template-columns:1fr}}.lp1-qual-back-btn{color:#ffffff80;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-top:12px;padding:8px 0;font-size:.85rem;transition:color .2s;display:inline-flex}.lp1-qual-back-btn:hover{color:#fff}.lp1-qual-form{flex-direction:column;gap:20px;margin-top:40px;display:flex}.lp1-qual-input-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (width<=600px){.lp1-qual-input-grid{grid-template-columns:1fr}}.lp1-qual-input{color:#fff;background:#ffffff08;border:1px solid #8b5cf640;border-radius:40px;outline:none;width:100%;padding:14px 24px;font-size:.92rem;transition:all .25s}.lp1-qual-input::placeholder{color:#fff6}.lp1-qual-input:focus{background:#8b5cf614;border-color:#a855f7;box-shadow:0 0 16px #a855f733}.lp1-qual-input-full{grid-column:span 2}@media (width<=600px){.lp1-qual-input-full{grid-column:span 1}}.lp1-qual-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a855f7 0%,#ec4899 100%);border:none;border-radius:50px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:10px;padding:16px 32px;font-size:1.05rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 8px 25px #a855f766}.lp1-qual-submit-btn:hover{transform:translateY(-2px);box-shadow:0 12px 35px #a855f799}.lp1-qual-micro-text{color:#ffffff80;text-align:center;margin-top:-8px;font-size:.78rem}@media (width<=768px){.landing1-page-root section,.lp1-demo-section,.lp1-sidd-arch-section,.lp1-pricing-section,.lp1-results-benefits-section,.lp1-social-proof-section,.lp1-qualification-section{overflow-x:hidden}.lp1-demo-section,.lp1-sidd-arch-section,.lp1-pricing-section,.lp1-results-benefits-section,.lp1-social-proof-section{padding:60px 18px 50px}.lp1-qualification-section{padding:60px 18px}.lp1-demo-container,.lp1-sidd-container,.lp1-pricing-container,.lp1-benefits-container,.lp1-sp-container,.lp1-qual-container{padding:0}.landing1-page-root .hero{padding:100px 0 36px}.landing1-page-root .hero-container{padding:0 18px}.landing1-page-root .hero-grid{grid-template-columns:1fr;grid-template-areas:"image""features";gap:18px}.landing1-page-root .hero-heading{text-align:center;margin-bottom:20px;padding-top:0;font-size:clamp(28px,7.5vw,40px)}.landing1-page-root .hero-description{text-align:center;max-width:100%;font-size:15px}.landing1-page-root .hero-left{justify-content:center}.landing1-page-root .hero-image{border-radius:16px;max-height:320px}.landing1-page-root .hero-right{align-items:center;width:100%}.landing1-page-root .hero-features-list{max-width:100%;margin-bottom:24px}.landing1-page-root .hero-hire-cta{max-width:100%;padding:16px 24px;font-size:15px}.lp1-stats-banner{grid-template-columns:repeat(2,1fr);gap:14px;padding:18px 16px}.lp1-stat-number{font-size:1.25rem}.lp1-stat-label{font-size:.72rem}}@media (width<=480px){.landing1-page-root .hero-heading{font-size:clamp(24px,8vw,32px);line-height:1.15}.landing1-page-root .hero-image{max-height:240px}.lp1-stats-banner{grid-template-columns:1fr 1fr;gap:12px;padding:14px 12px}.lp1-stat-icon-wrap{width:36px;height:36px;font-size:1rem}}@media (width<=768px){.lp1-demo-heading{margin-bottom:12px;font-size:clamp(1.8rem,6vw,2.4rem);line-height:1.2}.lp1-demo-subheading{margin-bottom:36px;padding:0 4px;font-size:.95rem}.lp1-demo-content-grid{grid-template-columns:1fr;gap:28px}.lp1-video-card{aspect-ratio:16/9;border-radius:16px}.lp1-play-btn{width:64px;height:64px}.lp1-demo-features-col{gap:18px}.lp1-demo-feature-list{gap:16px}.lp1-demo-feature-item{gap:12px}.lp1-demo-item-icon{width:36px;height:36px}.lp1-demo-item-text h4{font-size:.95rem}.lp1-demo-item-text p{font-size:.82rem}.lp1-demo-highlights-bar{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:36px;padding:18px 16px}.lp1-watch-demo-btn{padding:14px 22px;font-size:.95rem}.lp1-eligibility-btn{padding:14px 28px;font-size:.95rem}.lp1-demo-bottom-cta{margin-top:32px}}@media (width<=480px){.lp1-demo-heading{font-size:clamp(1.5rem,7vw,1.9rem)}.lp1-demo-highlights-bar{grid-template-columns:1fr;gap:12px}.lp1-highlight-pill{gap:12px}}@media (width<=768px){.lp1-sidd-title{margin-bottom:40px;font-size:clamp(1.5rem,5.5vw,2.2rem);line-height:1.25}.lp1-sidd-flow-grid{flex-direction:column;align-items:stretch;gap:20px;width:100%}.lp1-flow-arrow{align-self:center;transform:rotate(90deg)}.lp1-card-you,.lp1-card-sidd{width:100%;min-height:unset;padding:20px}.lp1-card-team{max-width:100%;min-height:unset;padding:20px}.lp1-you-icon-box{width:56px;height:56px;margin-bottom:12px}.lp1-sidd-img-wrap{width:100px;height:100px}.lp1-command-prompts{gap:8px}.lp1-prompt-item{padding:8px 10px;font-size:.75rem}.lp1-emp-card{min-height:100px;padding:10px 4px 8px}.lp1-emp-img-box{width:44px;height:44px}.lp1-emp-name{font-size:.72rem}.lp1-emp-role{font-size:.6rem}.lp1-results-banner{margin-top:32px;padding:16px 18px}.lp1-results-row-inner{flex-direction:column;gap:16px}.lp1-results-pills{justify-content:center;gap:8px}.lp1-res-pill{padding:6px 12px;font-size:.75rem}.lp1-results-arrow{transform:rotate(90deg)}.lp1-results-cta-card{white-space:normal;text-align:center;width:100%}}@media (width<=480px){.lp1-sidd-title{margin-bottom:28px;font-size:clamp(1.3rem,6.5vw,1.7rem)}.lp1-emp-img-box{width:38px;height:38px}}@media (width<=768px){.lp1-pricing-title{font-size:clamp(1.8rem,6vw,2.5rem);line-height:1.2}.lp1-pricing-subtitle{margin-bottom:48px;font-size:.95rem}.lp1-pricing-grid-top{max-width:100%}.lp1-compare-table-card{-webkit-overflow-scrolling:touch;border-radius:16px;margin:0 auto 30px;padding:16px 8px;overflow-x:auto}.lp1-compare-table{width:100%;font-size:.78rem}.lp1-compare-table th{letter-spacing:-.01em;padding:8px 4px;font-size:.66rem}.lp1-compare-table td{padding:8px 4px;font-size:.76rem}.td-feature{font-size:.76rem}.td-feature .icon{margin-right:4px}.td-other,.td-mingrow{font-size:.76rem}.lp1-main-price-card{border-radius:18px;gap:20px;padding:24px 18px}.lp1-mpc-price .dollar{font-size:3rem}.lp1-mpc-icons-row{grid-template-columns:repeat(3,1fr);gap:14px}.lp1-mpc-icon-item .icon{font-size:1.4rem}.lp1-mpc-icon-item .text{font-size:.72rem}.lp1-founder-ribbon{text-align:center;flex-direction:column;gap:16px;padding:16px 18px}.lp1-fr-item{text-align:center;flex-direction:column;align-items:center;gap:8px}.lp1-fr-divider{display:none}.lp1-fr-cta{width:100%}.lp1-fr-cta button{justify-content:center;width:100%}}@media (width<=480px){.lp1-pricing-title{font-size:clamp(1.5rem,7vw,2rem)}.lp1-mpc-icons-row{grid-template-columns:repeat(3,1fr);gap:10px}.lp1-mpc-price .dollar{font-size:2.6rem}}@media (width<=768px){.lp1-benefits-title{margin-bottom:36px;font-size:clamp(1.6rem,5.5vw,2.2rem);line-height:1.2}.lp1-benefits-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:36px}.lp1-benefit-card{border-radius:16px;padding:20px 16px}.lp1-benefit-card h3{font-size:.95rem}.lp1-benefit-card p{font-size:.8rem}.lp1-bcard-icon{width:38px;height:38px;margin-bottom:14px}.lp1-benefits-bottom-cta{width:100%}.lp1-benefits-bottom-cta .lp1-primary-btn{width:100%;padding:14px 24px;font-size:.95rem}}@media (width<=480px){.lp1-benefits-grid{grid-template-columns:1fr;gap:12px}.lp1-benefits-title{font-size:clamp(1.4rem,7vw,1.8rem)}}@media (width<=768px){.lp1-sp-title{margin-bottom:24px;font-size:clamp(1.6rem,5.5vw,2.2rem);line-height:1.2}.lp1-testimonials-grid{grid-template-columns:1fr;gap:16px;max-width:100%;margin-top:28px;margin-bottom:48px}.lp1-testimonial-card{padding:18px}.lp1-tcard-body{font-size:.82rem}.lp1-brands-bar{gap:14px 20px;margin-bottom:36px}.lp1-brands-bar span{letter-spacing:.12em;font-size:.75rem}.lp1-metrics-ribbon{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:36px;padding:22px 20px}.lp1-metric-item .value{font-size:2rem}.lp1-metric-item .label{font-size:.75rem}.lp1-sp-bottom-cta{width:100%}.lp1-sp-bottom-cta .lp1-eligibility-btn{justify-content:center;width:100%;padding:14px 24px;font-size:.95rem}}@media (width<=480px){.lp1-sp-title{font-size:clamp(1.3rem,6.5vw,1.7rem)}.lp1-metrics-ribbon{grid-template-columns:repeat(2,1fr);gap:16px;padding:18px 14px}.lp1-metric-item .value{font-size:1.7rem}}@media (width<=768px){.lp1-mobile-br{display:block}.lp1-qual-title{white-space:normal;text-align:center;margin-bottom:28px;font-size:clamp(1.35rem,5.2vw,1.85rem);line-height:1.25}.lp1-qual-card{border-radius:18px;padding:24px 18px}.lp1-qual-header{margin-bottom:24px}.lp1-qual-question{margin-bottom:36px;font-size:clamp(1.1rem,4vw,1.4rem)}.lp1-qual-options{flex-direction:column;gap:12px;margin-top:28px}.lp1-qual-option{border-radius:40px;padding:14px 20px;font-size:.95rem}.lp1-qual-grid-2x2{grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.lp1-qual-step-content iframe{height:480px!important}}@media (width<=480px){.lp1-qual-title{font-size:clamp(1.2rem,6vw,1.5rem)}.lp1-qual-card{padding:20px 14px}.lp1-qual-grid-2x2{grid-template-columns:1fr;gap:10px}.lp1-qual-option{padding:12px 18px;font-size:.9rem}.lp1-qual-question{margin-bottom:28px;font-size:1rem}.lp1-qual-step-content iframe{height:440px!important}}@media (width<=768px){.landing1-page-root footer{padding:28px 0}.landing1-page-root .footer-inner{text-align:center;flex-direction:column;align-items:center;gap:12px}.landing1-page-root .footer-logo{height:40px}.landing1-page-root .footer-inner p{font-size:11px}}@media (width<=480px){.lp1-watch-demo-btn,.lp1-eligibility-btn,.lp1-primary-btn{justify-content:center;width:100%;padding:14px 20px;font-size:.92rem}.lp1-demo-cta-wrap{width:100%}}@media (width<=768px){.landing1-page-root{overflow-x:hidden}.lp1-compare-table th:first-child,.lp1-compare-table td:first-child{min-width:110px}.lp1-demo-heading,.lp1-sidd-title,.lp1-pricing-title,.lp1-benefits-title,.lp1-sp-title{word-break:break-word;overflow-wrap:break-word}}.tq1-page-root{color:#e2d9f3;background-color:#07030e;background-image:radial-gradient(circle at 50% 0,#17092c 0%,#07030e 70%);flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex;position:relative;overflow-x:hidden}.tq1-bg-glow{filter:blur(120px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.tq1-bg-purple{background:#8b4dff26;width:500px;height:500px;top:10%;left:20%}.tq1-bg-green{background:#10b9811f;width:450px;height:450px;bottom:10%;right:15%}.tq1-header{z-index:10;padding:24px 0;position:relative}.tq1-header-inner{justify-content:flex-start;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.tq1-logo{object-fit:contain;width:auto;height:38px}.tq1-main{z-index:5;flex-direction:column;flex:1;align-items:center;width:100%;max-width:1100px;margin:0 auto;padding:0 24px 20px;display:flex;position:relative}.tq1-hero-banner-wrap{justify-content:center;width:100vw;margin:-20px calc(50% - 50vw) -25px;display:flex;position:relative;overflow:hidden}.tq1-hero-banner-picture{justify-content:center;width:100%;display:flex}.tq1-hero-banner-img{object-fit:cover;object-position:center top;width:100%;max-width:1200px;height:auto;max-height:380px;-webkit-mask-image:linear-gradient(#000 70%,#0000 100%);mask-image:linear-gradient(#000 70%,#0000 100%)}.tq1-header-section{text-align:center;z-index:6;max-width:750px;margin-top:15px;margin-bottom:24px;position:relative}.tq1-title{letter-spacing:.18em;background:linear-gradient(#fff 0%,#f3e8ff 30%,#d8b4fe 65%,#a855f7 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 30px #a855f74d;-webkit-background-clip:text;margin:0 0 8px;font-family:Cinzel,serif;font-size:clamp(34px,5.5vw,60px);font-weight:700;line-height:1.1}.tq1-title-divider{justify-content:center;align-items:center;margin:8px 0 14px;display:flex;position:relative}.tq1-title-divider:before,.tq1-title-divider:after{content:"";background:linear-gradient(90deg,#0000,#d8b4fe99,#0000);width:140px;height:1px;display:block}.tq1-star-icon{color:#d8b4fe;filter:drop-shadow(0 0 8px #d8b4fe);margin:0 16px;font-size:14px}.tq1-subtitle-heading{color:#fff;letter-spacing:.01em;margin-bottom:6px;font-family:Space Grotesk,sans-serif;font-size:clamp(16px,2.2vw,20px);font-weight:600}.tq1-subtitle-text{color:#e2d9f3bf;margin:0;font-size:clamp(13px,1.8vw,15px);line-height:1.5}.tq1-cards-grid{grid-template-columns:repeat(2,1fr);gap:20px;width:100%;max-width:900px;display:grid}.tq1-card{-webkit-backdrop-filter:blur(16px);background:#0f091fa6;border-radius:14px;flex-direction:column;justify-content:space-between;padding:14px 18px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.tq1-card-purple{border:1px solid #9333ea59;box-shadow:0 15px 35px -10px #7e22ce33,inset 0 1px #ffffff1a}.tq1-card-purple:hover{border-color:#a855f7b3;transform:translateY(-4px);box-shadow:0 20px 45px -10px #9333ea59,inset 0 1px #fff3}.tq1-card-green{border:1px solid #10b98159;box-shadow:0 15px 35px -10px #10b98133,inset 0 1px #ffffff1a}.tq1-card-green:hover{border-color:#34d399b3;transform:translateY(-4px);box-shadow:0 20px 45px -10px #10b98159,inset 0 1px #fff3}.tq1-card-content{align-items:center;gap:14px;display:flex}.tq1-play-button-wrap{flex-shrink:0}.tq1-play-btn{color:#fff;cursor:pointer;background:radial-gradient(circle,#a855f7 0%,#7e22ce 100%);border:2px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 0 16px #a855f799,inset 0 2px 4px #fff6}.tq1-play-btn:hover{transform:scale(1.08);box-shadow:0 0 24px #a855f7cc,inset 0 2px 6px #fff9}.tq1-play-icon{width:20px;height:20px;margin-left:2px}.tq1-whatsapp-logo-wrap{flex-shrink:0}.tq1-wa-circle{color:#fff;background:radial-gradient(circle,#25d366 0%,#128c7e 100%);border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 0 16px #25d36680,inset 0 2px 4px #fff6}.tq1-wa-icon{width:26px;height:26px}.tq1-card-text-wrap{flex:1}.tq1-card-title{color:#fff;margin:0 0 2px;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:700;line-height:1.2}.tq1-card-desc{color:#e2d9f3b3;margin-bottom:6px;font-size:11.5px;line-height:1.35}.tq1-card-accent-bar{border-radius:2px;width:100%;height:3px;margin-top:8px}.tq1-accent-purple{background:linear-gradient(90deg,#a855f733 0%,#a855f7 50%,#a855f733 100%);box-shadow:0 0 10px #a855f780}.tq1-wa-btn-wrap{margin-top:8px}.tq1-wa-btn{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:1px solid #34d39980;border-radius:100px;align-items:center;gap:10px;padding:12px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 20px #10b98159}.tq1-wa-btn:hover{background:linear-gradient(135deg,#34d399 0%,#10b981 100%);transform:translateY(-2px);box-shadow:0 12px 25px #10b98180}.tq1-wa-btn-icon{width:20px;height:20px}.tq1-footer{z-index:5;border-top:1px solid #ffffff14;margin-top:auto;padding:24px 0;position:relative}.tq1-footer-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.tq1-footer-logo{opacity:.8;width:auto;height:30px}.tq1-footer-inner p{color:#e2d9f380;font-size:13px}@media (width<=860px){.tq1-cards-grid{grid-template-columns:1fr;gap:14px;max-width:420px;margin:0 auto}.tq1-card-content{gap:14px}.tq1-play-btn,.tq1-wa-circle{width:48px;height:48px}.tq1-play-icon{width:20px;height:20px}.tq1-wa-icon{width:24px;height:24px}}@media (width<=768px){.tq1-header{padding:16px 0 4px}.tq1-header-inner{justify-content:center;padding:0 16px}.tq1-logo{height:32px}.tq1-hero-banner-wrap{width:100vw;margin:0 calc(50% - 50vw)}.tq1-hero-banner-img{object-fit:cover;object-position:center top;width:100%;max-width:100%;height:auto;max-height:none;display:block;-webkit-mask-image:linear-gradient(#000 80%,#0000 100%);mask-image:linear-gradient(#000 80%,#0000 100%)}.tq1-header-section{z-index:10;margin-top:-300px;margin-bottom:20px;padding:0 16px;position:relative}.tq1-title{letter-spacing:.14em;font-size:clamp(26px,7vw,36px)}.tq1-subtitle-heading{margin-bottom:4px;font-size:15px}.tq1-subtitle-text{max-width:340px;margin:0 auto;font-size:12px;line-height:1.4}}@media (width<=540px){.tq1-main{padding:0 16px 28px}.tq1-hero-banner-wrap{margin-bottom:0}.tq1-hero-banner-img{object-fit:cover;width:100%;height:auto;max-height:none}.tq1-header-section{margin-top:-270px;margin-bottom:16px}.tq1-cards-grid{gap:12px;width:100%;max-width:350px;margin:0 auto}.tq1-card{border-radius:14px;padding:12px 14px}.tq1-card-content{flex-direction:row;align-items:flex-start;gap:12px}.tq1-play-btn,.tq1-wa-circle{flex-shrink:0;width:42px;height:42px}.tq1-play-icon{width:18px;height:18px}.tq1-wa-icon{width:22px;height:22px}.tq1-card-title{margin-bottom:2px;font-size:14px}.tq1-card-desc{margin-bottom:4px;font-size:11px;line-height:1.35}.tq1-wa-btn-wrap{justify-content:flex-start;margin-top:6px;display:flex}.tq1-wa-btn{border-radius:100px;align-items:center;gap:6px;width:auto;padding:6px 14px;font-size:11px;font-weight:600;display:inline-flex}.tq1-wa-btn-icon{width:14px;height:14px}.tq1-footer-inner{text-align:center;flex-direction:column;gap:12px}}.tq2-page-root{color:#e2d9f3;background-color:#07030e;background-image:radial-gradient(circle at 50% 0,#17092c 0%,#07030e 70%);flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex;position:relative;overflow-x:hidden}.tq2-bg-glow{filter:blur(120px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.tq2-bg-purple{background:#8b4dff26;width:500px;height:500px;top:10%;left:20%}.tq2-bg-green{background:#10b9811f;width:450px;height:450px;bottom:10%;right:15%}.tq2-header{z-index:10;padding:24px 0;position:relative}.tq2-header-inner{justify-content:flex-start;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.tq2-logo{object-fit:contain;width:auto;height:38px}.tq2-main{z-index:5;flex-direction:column;flex:1;align-items:center;width:100%;max-width:1100px;margin:0 auto;padding:0 24px 20px;display:flex;position:relative}.tq2-hero-banner-wrap{justify-content:center;width:100vw;margin:-20px calc(50% - 50vw) -25px;display:flex;position:relative;overflow:hidden}.tq2-hero-banner-picture{justify-content:center;width:100%;display:flex}.tq2-hero-banner-img{object-fit:cover;object-position:center top;width:100%;max-width:1200px;height:auto;max-height:380px;-webkit-mask-image:linear-gradient(#000 70%,#0000 100%);mask-image:linear-gradient(#000 70%,#0000 100%)}.tq2-header-section{text-align:center;z-index:6;max-width:750px;margin-top:15px;margin-bottom:24px;position:relative}.tq2-title{letter-spacing:.18em;background:linear-gradient(#fff 0%,#f3e8ff 30%,#d8b4fe 65%,#a855f7 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 30px #a855f74d;-webkit-background-clip:text;margin:0 0 8px;font-family:Cinzel,serif;font-size:clamp(34px,5.5vw,60px);font-weight:700;line-height:1.1}.tq2-title-divider{justify-content:center;align-items:center;margin:8px 0 14px;display:flex;position:relative}.tq2-title-divider:before,.tq2-title-divider:after{content:"";background:linear-gradient(90deg,#0000,#d8b4fe99,#0000);width:140px;height:1px;display:block}.tq2-star-icon{color:#d8b4fe;filter:drop-shadow(0 0 8px #d8b4fe);margin:0 16px;font-size:14px}.tq2-subtitle-heading{color:#fff;letter-spacing:.01em;margin-bottom:6px;font-family:Space Grotesk,sans-serif;font-size:clamp(16px,2.2vw,20px);font-weight:600}.tq2-subtitle-text{color:#e2d9f3bf;margin:0;font-size:clamp(13px,1.8vw,15px);line-height:1.5}.tq2-cards-grid{grid-template-columns:repeat(2,1fr);gap:20px;width:100%;max-width:900px;display:grid}.tq2-card{-webkit-backdrop-filter:blur(16px);background:#0f091fa6;border-radius:14px;flex-direction:column;justify-content:space-between;padding:14px 18px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.tq2-card-purple{border:1px solid #9333ea59;box-shadow:0 15px 35px -10px #7e22ce33,inset 0 1px #ffffff1a}.tq2-card-purple:hover{border-color:#a855f7b3;transform:translateY(-4px);box-shadow:0 20px 45px -10px #9333ea59,inset 0 1px #fff3}.tq2-card-green{border:1px solid #10b98159;box-shadow:0 15px 35px -10px #10b98133,inset 0 1px #ffffff1a}.tq2-card-green:hover{border-color:#34d399b3;transform:translateY(-4px);box-shadow:0 20px 45px -10px #10b98159,inset 0 1px #fff3}.tq2-card-content{align-items:center;gap:14px;display:flex}.tq2-play-button-wrap{flex-shrink:0}.tq2-play-btn{color:#fff;cursor:pointer;background:radial-gradient(circle,#a855f7 0%,#7e22ce 100%);border:2px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 0 16px #a855f799,inset 0 2px 4px #fff6}.tq2-play-btn:hover{transform:scale(1.08);box-shadow:0 0 24px #a855f7cc,inset 0 2px 6px #fff9}.tq2-play-icon{width:20px;height:20px;margin-left:2px}.tq2-whatsapp-logo-wrap{flex-shrink:0}.tq2-wa-circle{color:#fff;background:radial-gradient(circle,#25d366 0%,#128c7e 100%);border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 0 16px #25d36680,inset 0 2px 4px #fff6}.tq2-wa-icon{width:26px;height:26px}.tq2-card-text-wrap{flex:1}.tq2-card-title{color:#fff;margin:0 0 2px;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:700;line-height:1.2}.tq2-card-desc{color:#e2d9f3b3;margin-bottom:6px;font-size:11.5px;line-height:1.35}.tq2-card-accent-bar{border-radius:2px;width:100%;height:3px;margin-top:8px}.tq2-accent-purple{background:linear-gradient(90deg,#a855f733 0%,#a855f7 50%,#a855f733 100%);box-shadow:0 0 10px #a855f780}.tq2-wa-btn-wrap{margin-top:8px}.tq2-wa-btn{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:1px solid #34d39980;border-radius:100px;align-items:center;gap:10px;padding:12px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 20px #10b98159}.tq2-wa-btn:hover{background:linear-gradient(135deg,#34d399 0%,#10b981 100%);transform:translateY(-2px);box-shadow:0 12px 25px #10b98180}.tq2-wa-btn-icon{width:20px;height:20px}.tq2-footer{z-index:5;border-top:1px solid #ffffff14;margin-top:auto;padding:24px 0;position:relative}.tq2-footer-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.tq2-footer-logo{opacity:.8;width:auto;height:30px}.tq2-footer-inner p{color:#e2d9f380;font-size:13px}@media (width<=860px){.tq2-cards-grid{grid-template-columns:1fr;gap:14px;max-width:420px;margin:0 auto}.tq2-card-content{gap:14px}.tq2-play-btn,.tq2-wa-circle{width:48px;height:48px}.tq2-play-icon{width:20px;height:20px}.tq2-wa-icon{width:24px;height:24px}}@media (width<=768px){.tq2-header{padding:16px 0 4px}.tq2-header-inner{justify-content:center;padding:0 16px}.tq2-logo{height:32px}.tq2-hero-banner-wrap{width:100vw;margin:0 calc(50% - 50vw)}.tq2-hero-banner-img{object-fit:cover;object-position:center top;width:100%;max-width:100%;height:auto;max-height:none;display:block;-webkit-mask-image:linear-gradient(#000 80%,#0000 100%);mask-image:linear-gradient(#000 80%,#0000 100%)}.tq2-header-section{z-index:10;margin-top:-300px;margin-bottom:20px;padding:0 16px;position:relative}.tq2-title{letter-spacing:.14em;font-size:clamp(26px,7vw,36px)}.tq2-subtitle-heading{margin-bottom:4px;font-size:15px}.tq2-subtitle-text{max-width:340px;margin:0 auto;font-size:12px;line-height:1.4}}@media (width<=540px){.tq2-main{padding:0 16px 28px}.tq2-hero-banner-wrap{margin-bottom:0}.tq2-hero-banner-img{object-fit:cover;width:100%;height:auto;max-height:none}.tq2-header-section{margin-top:-270px;margin-bottom:16px}.tq2-cards-grid{gap:12px;width:100%;max-width:350px;margin:0 auto}.tq2-card{border-radius:14px;padding:12px 14px}.tq2-card-content{flex-direction:row;align-items:flex-start;gap:12px}.tq2-play-btn,.tq2-wa-circle{flex-shrink:0;width:42px;height:42px}.tq2-play-icon{width:18px;height:18px}.tq2-wa-icon{width:22px;height:22px}.tq2-card-title{margin-bottom:2px;font-size:14px}.tq2-card-desc{margin-bottom:4px;font-size:11px;line-height:1.35}.tq2-wa-btn-wrap{justify-content:flex-start;margin-top:6px;display:flex}.tq2-wa-btn{border-radius:100px;align-items:center;gap:6px;width:auto;padding:6px 14px;font-size:11px;font-weight:600;display:inline-flex}.tq2-wa-btn-icon{width:14px;height:14px}.tq2-footer-inner{text-align:center;flex-direction:column;gap:12px}}html,body{overflow-x:hidden}#root{overflow:visible!important}.studio-page{color:#1e293b;box-sizing:border-box;background-color:#0c0d10;width:100%;min-height:100vh;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.studio-navbar{z-index:50;box-sizing:border-box;will-change:transform, width, top, padding, border-radius;justify-content:space-between;align-items:center;transition:transform .4s cubic-bezier(.16,1,.3,1),width .4s cubic-bezier(.16,1,.3,1),max-width .4s cubic-bezier(.16,1,.3,1),top .4s cubic-bezier(.16,1,.3,1),padding .4s cubic-bezier(.16,1,.3,1),border-radius .4s cubic-bezier(.16,1,.3,1),background-color .4s,box-shadow .4s,border-color .4s;display:flex;position:fixed}.studio-navbar.top-expanded{-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border:none;border-bottom:1px solid #e2e8f0cc;border-radius:0;width:100%;max-width:100%;padding:1.25rem 2.5rem;top:0;left:50%;transform:translate(-50%);box-shadow:0 2px 10px #00000005}.studio-navbar.floating-scrolled{-webkit-backdrop-filter:blur(16px);background:#ffffffe0;border:1px solid #ffffffe6;border-radius:9999px;width:calc(100% - 3rem);max-width:1100px;padding:.75rem 1.6rem;top:1rem;left:50%;transform:translate(-50%);box-shadow:0 12px 35px #0000001f}.studio-logo{align-items:center;text-decoration:none;display:flex}.studio-logo-img{object-fit:contain;width:auto;height:42px;max-height:42px}.studio-nav-right{align-items:center;gap:1rem;display:flex}.studio-contact-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6d28d9,#7c3aed);border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 4px 14px #7c3aed40}.studio-contact-btn:hover{color:#fff;background:linear-gradient(135deg,#5b21b6,#6d28d9);transform:translateY(-1px);box-shadow:0 6px 20px #7c3aed66}.studio-nav-cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5b21b6,#7c3aed);border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.6rem 1.35rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 14px #7c3aed4d}.studio-nav-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px #7c3aed66}.studio-hero{background-image:url(/images/studio/hero%20imagee.webp);background-position:top;background-repeat:no-repeat;background-size:contain;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-height:100vh;padding:8rem 1.5rem 4rem;display:flex;position:relative}.studio-wall-content{z-index:10;text-align:center;width:100%;max-width:680px;margin:0 auto;animation:.8s cubic-bezier(.16,1,.3,1) forwards studioFadeUp;position:relative}@keyframes studioFadeUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.ind-day-header{justify-content:center;align-items:center;gap:.75rem;margin-bottom:.85rem;display:flex}.ind-day-line{background:linear-gradient(90deg,#0000,#e65100);width:55px;height:1.5px}.ind-day-line.right{background:linear-gradient(90deg,#2e7d32,#0000)}.ind-flag-badge{box-shadow:none;background:0 0;border:none;border-radius:0;align-items:center;gap:.4rem;padding:0;display:inline-flex}.flag-icon{border-radius:2px;flex-direction:column;width:22px;height:15px;display:flex;overflow:hidden;box-shadow:0 1px 2px #00000026}.flag-stripe-orange{background-color:#f93;height:5px}.flag-stripe-white{background-color:#fff;justify-content:center;align-items:center;height:5px;display:flex}.ashoka-chakra{box-sizing:border-box;border:.8px solid navy;border-radius:50%;width:4.5px;height:4.5px}.flag-stripe-green{background-color:#138808;height:5px}.ind-day-title{letter-spacing:.14em;text-transform:uppercase;font-size:.9rem;font-weight:800}.ind-day-title .orange-text{color:#e65100}.ind-day-title .green-text{color:#2e7d32}.hero-main-title{color:#0d172a;letter-spacing:-.025em;text-transform:uppercase;margin:0 0 .85rem;font-size:2.85rem;font-weight:900;line-height:1.12}.hero-main-title .orange-prize{color:#ea580c}.hero-subtext{flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem .45rem;margin:0 auto 1.25rem;font-size:1.05rem;line-height:1.4;display:flex}.hero-subtext .celebrate-script{color:#16a34a;letter-spacing:.01em;font-family:Caveat,cursive;font-size:1.7rem;font-weight:700}.hero-subtext .create-memories{color:#0f172a;letter-spacing:.04em;text-transform:uppercase;font-family:Plus Jakarta Sans,sans-serif;font-size:1.05rem;font-weight:800}.users-winners-pill{color:#0f172a;background:#fffffff2;border:1.5px solid #86efac;border-radius:9999px;justify-content:center;align-items:center;gap:.4rem;margin-bottom:1.6rem;padding:.45rem 1.6rem;font-size:.95rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #0000000a}.pill-green{color:#16a34a}.pill-dot{color:#64748b;font-size:.75rem}.pill-orange{color:#ea580c}.prize-grid{grid-template-columns:repeat(5,1fr);gap:1rem;width:100%;max-width:940px;margin:0 auto 1.75rem;display:grid}.prize-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;background:#ffffff73;border:1px solid #e2e8f099;border-radius:14px;flex-direction:column;justify-content:flex-start;align-items:center;padding:.6rem .4rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}.prize-card:hover{background:#ffffffbf;transform:translateY(-3px);box-shadow:0 10px 20px -5px #0000000f}.prize-icon-wrapper{justify-content:center;align-items:center;height:44px;margin-bottom:.35rem;display:flex}.prize-card-content{flex-direction:column;align-items:center;width:100%;display:flex}.prize-top-tag{color:#1e293b;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;justify-content:center;align-items:center;min-height:1.5em;margin-bottom:.2rem;font-size:.62rem;font-weight:800;line-height:1.15;display:flex}.prize-amount{color:#0f172a;white-space:nowrap;margin-bottom:.15rem;font-size:1.25rem;font-weight:900;line-height:1.15}.prize-amount-green{color:#16a34a}.prize-amount-blue{color:#2563eb}.prize-label{color:#475569;white-space:nowrap;font-size:.78rem;font-weight:700}.prize-subtext{color:#1e293b;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;font-size:.72rem;font-weight:800}.cta-button-container{flex-direction:column;align-items:center;gap:.5rem;display:flex}.hero-cta-btn{white-space:nowrap;color:#fff;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#5b21b6 0%,#6d28d9 50%,#7c3aed 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:auto;max-width:360px;padding:.95rem 1.85rem;font-size:1rem;font-weight:800;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 10px 22px -4px #6d28d980}.hero-cta-btn:hover{background:linear-gradient(135deg,#4c1d95 0%,#5b21b6 50%,#6d28d9 100%);transform:translateY(-2px);box-shadow:0 14px 28px -4px #6d28d9a6}.hero-cta-btn:active{transform:translateY(0)}.hero-cta-btn svg{transition:transform .2s}.hero-cta-btn:hover svg{transform:translate(4px)}.cta-subtext{color:#475569;font-size:.8rem;font-weight:500}.studio-offer-section{box-sizing:border-box;background-image:url(/images/studio/image%20without%20text.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;padding:4rem 1.5rem 5rem;display:flex;position:relative}.studio-offer-container{z-index:2;flex-direction:column;align-items:center;width:100%;max-width:960px;margin:0 auto;display:flex;position:relative}.offer-main-header{justify-content:center;align-items:center;gap:.85rem;width:100%;max-width:780px;margin-bottom:1.5rem;display:flex}.header-flag-line{flex-direction:column;flex:1;gap:2.5px;display:flex}.header-flag-line.right{align-items:flex-end}.flag-stripe{border-radius:1px;width:100%;height:2px}.flag-stripe.top-s{background:linear-gradient(90deg,#0000,#ea580c)}.flag-stripe.mid-s{background:linear-gradient(90deg,#0000,#94a3b8)}.flag-stripe.bot-s{background:linear-gradient(90deg,#0000,#16a34a)}.header-flag-line.right .flag-stripe.top-s{background:linear-gradient(90deg,#ea580c,#0000)}.header-flag-line.right .flag-stripe.mid-s{background:linear-gradient(90deg,#94a3b8,#0000)}.header-flag-line.right .flag-stripe.bot-s{background:linear-gradient(90deg,#16a34a,#0000)}.flag-icon-small{border:1px solid #00000014;border-radius:2px;flex-direction:column;flex-shrink:0;width:24px;height:16px;display:flex;overflow:hidden;box-shadow:0 1px 3px #00000026}.flag-s-orange{background-color:#f93;height:5.33px}.flag-s-white{background-color:#fff;justify-content:center;align-items:center;height:5.33px;display:flex}.ashoka-s{box-sizing:border-box;border:.8px solid navy;border-radius:50%;width:4px;height:4px}.flag-s-green{background-color:#138808;height:5.33px}.offer-title{color:#1e3a8a;letter-spacing:.05em;white-space:nowrap;margin:0;font-size:2rem;font-weight:900}.offer-title .green-text{color:#16a34a}.how-to-avail{text-align:center;max-width:650px;margin-bottom:2rem}.avail-title-wrapper{justify-content:center;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.avail-dot-line{background:linear-gradient(90deg,#0000,#eab308,#0000);width:60px;height:1.5px;position:relative}.avail-title{color:#166534;letter-spacing:.06em;margin:0;font-size:1.15rem;font-weight:800}.avail-desc{color:#334155;margin:0;font-size:.95rem;font-weight:500;line-height:1.5}.avail-desc strong{color:#ea580c;font-weight:800}.top-prizes-grid{gap:1rem;width:100%;margin-bottom:1.25rem;display:grid;grid-template-columns:repeat(4,1fr)!important}@media (width<=768px){.top-prizes-grid{grid-template-columns:repeat(2,1fr)!important}}.offer-prize-card{background:#fff;border-radius:16px;flex-direction:column;align-items:center;padding:1.5rem .75rem 1rem;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 4px 15px #00000008}.offer-prize-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000000f}.offer-prize-card.grand-card{border:1.5px solid #fed7aa}.offer-prize-card.second-card{border:1.5px solid #cbd5e1}.offer-prize-card.third-card{border:1.5px solid #fed7aa}.offer-prize-card.fourth-card{border:1.5px solid #bfdbfe}.card-top-row{text-align:center;align-items:center;gap:.4rem;margin-bottom:.5rem;display:flex}.card-trophy-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.card-prize-name{letter-spacing:.03em;font-size:.82rem;font-weight:800}.orange-label{color:#ea580c}.grey-label{color:#64748b}.bronze-label{color:#c2410c}.blue-label{color:#2563eb}.card-amount{margin-bottom:.75rem;font-size:2.1rem;font-weight:900;line-height:1.1}.orange-amount{color:#ea580c}.grey-amount{color:#64748b}.bronze-amount{color:#c2410c}.blue-amount{color:#2563eb}.card-divider{background:#e2e8f0;width:80%;height:1px;margin-bottom:.6rem}.card-winner-tag{color:#334155;font-size:.8rem;font-weight:700}.reward-banner{box-sizing:border-box;background:#fff;border:1.5px solid #86efac;border-radius:16px;justify-content:space-between;align-items:center;width:100%;margin-bottom:1.25rem;padding:1.25rem 2rem;display:flex;box-shadow:0 4px 15px #00000008}.reward-left{flex:1;align-items:center;gap:1.25rem;display:flex}.gift-box-icon{flex-shrink:0}.reward-info{flex-direction:column;display:flex}.reward-title{color:#15803d;letter-spacing:.04em;margin:0 0 .25rem;font-size:1.05rem;font-weight:800}.reward-desc{color:#334155;margin:0;font-size:.9rem;font-weight:500;line-height:1.4}.discount-highlight{color:#16a34a;font-size:1.15rem;font-weight:900}.reward-v-divider{background:#cbd5e1;flex-shrink:0;width:1px;height:55px;margin:0 2rem}.reward-right{flex-shrink:0;align-items:center;gap:1rem;display:flex}.validity-info{flex-direction:column;display:flex}.valid-label{color:#475569;font-size:.8rem;font-weight:600}.valid-days{color:#16a34a;font-size:1.15rem;font-weight:900;line-height:1.15}.valid-sub{color:#64748b;font-size:.78rem}.status-bar-wrapper{justify-content:center;width:100%;display:flex}.campaign-status-bar{background:#fff;border:1.5px solid #cbd5e1;border-radius:14px;align-items:center;gap:1.25rem;padding:.75rem 2rem;display:inline-flex;box-shadow:0 2px 10px #00000005}.status-v-divider{background:#cbd5e1;width:1px;height:36px}.status-text-content{text-align:left;flex-direction:column;display:flex}.status-title-row{color:#1e3a8a;letter-spacing:.03em;align-items:center;gap:.5rem;font-size:.92rem;font-weight:800;display:flex}.arrow-sym{color:#1e3a8a;font-size:1rem}.status-subtext{color:#64748b;margin:.15rem 0 0;font-size:.78rem;font-weight:500}@media (width<=840px){.top-prizes-grid{grid-template-columns:1fr;gap:1rem}.reward-banner{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem}.reward-v-divider{display:none}.campaign-status-bar{text-align:center;flex-direction:column;gap:.75rem;padding:1rem}.status-v-divider{display:none}.status-text-content{text-align:center}.offer-title{white-space:normal;font-size:1.4rem}}.studio-modal-overlay{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172abf;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.studio-modal{background:#fff;border-radius:20px;width:100%;max-width:480px;padding:2rem;animation:.3s cubic-bezier(.16,1,.3,1) modalSlideUp;position:relative;box-shadow:0 25px 50px -12px #00000040}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close-btn{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.modal-close-btn:hover{color:#0f172a;background:#e2e8f0}.modal-header{text-align:center;margin-bottom:1.5rem}.modal-header h3{color:#0f172a;margin:0 0 .5rem;font-size:1.4rem;font-weight:800}.modal-header p{color:#64748b;margin:0;font-size:.88rem}.studio-form{flex-direction:column;gap:1rem;display:flex}.form-group{text-align:left;flex-direction:column;gap:.4rem;display:flex}.form-group label{color:#334155;font-size:.85rem;font-weight:700}.form-group input,.form-group select{border:1.5px solid #cbd5e1;border-radius:10px;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed26}.form-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5b21b6,#7c3aed);border:none;border-radius:12px;margin-top:.5rem;padding:.9rem;font-size:1rem;font-weight:800;transition:transform .2s;box-shadow:0 4px 14px #7c3aed66}.form-submit-btn:hover{transform:translateY(-1px)}.success-message{text-align:center;padding:2rem 1rem}.success-icon{color:#16a34a;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;display:flex}.success-message h4{color:#0f172a;margin:0 0 .5rem;font-size:1.3rem;font-weight:800}.success-message p{color:#64748b;font-size:.9rem}@media (width>=641px){.desktop-only{display:inline}}@media (width<=900px){.prize-grid{gap:.5rem}.prize-top-tag{font-size:.55rem}.prize-amount{font-size:1.05rem}.prize-label,.prize-subtext{font-size:.68rem}}@media (width<=640px){.desktop-only{display:none}.studio-hero{padding-top:6rem}.hero-main-title{font-size:1.85rem}.hero-subtext .celebrate-script{font-size:1.45rem}.hero-subtext .create-memories{font-size:.85rem}.prize-grid{-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start;gap:.6rem;padding:.4rem .25rem .75rem;display:flex;overflow-x:auto}.prize-grid::-webkit-scrollbar{display:none}.prize-card{min-width:0}.users-winners-pill{padding:.4rem 1.25rem;font-size:.85rem}.studio-navbar{padding:1rem 1.25rem}}.studio-pricing-section{box-sizing:border-box;background:#f8fafc;justify-content:center;width:100%;padding:3.5rem 1.5rem 5rem;display:flex}.pricing-container{flex-direction:column;align-items:center;gap:2.2rem;width:100%;max-width:1100px;margin:0 auto;display:flex}.pricing-header-line{justify-content:center;align-items:center;gap:.85rem;width:100%;max-width:500px;display:flex}.p-line{flex:1;height:2px}.p-line.left{background:linear-gradient(90deg,#0000,#ea580c)}.p-line.right{background:linear-gradient(90deg,#16a34a,#0000)}.p-star{color:#ea580c;font-size:.9rem}.pricing-title{letter-spacing:.18em;color:#0f172a;margin:0;font-size:1.6rem;font-weight:900}.pricing-main-card{box-sizing:border-box;background:#fff;border:2px solid #1e3a8a;border-radius:20px;flex-direction:column;align-items:center;width:100%;max-width:680px;padding:2.2rem 2rem 1.2rem;display:flex;position:relative;box-shadow:0 10px 30px #1e3a8a14}.pricing-top-pill{color:#fff;letter-spacing:.12em;white-space:nowrap;background:#0f2b5c;border-radius:9999px;padding:.35rem 1.6rem;font-size:.82rem;font-weight:800;position:absolute;top:-15px;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #0f2b5c40}.pricing-rate-row{justify-content:center;align-items:baseline;gap:.6rem;margin-top:.4rem;margin-bottom:.8rem;display:flex}.price-amount{color:#0f2b5c;letter-spacing:-.02em;font-size:3.5rem;font-weight:900;line-height:1}.price-unit{color:#ea580c;letter-spacing:.06em;font-size:1.2rem;font-weight:800}.pricing-setup-badge{color:#fff;letter-spacing:.12em;background:#15803d;border-radius:9999px;margin-bottom:1.4rem;padding:.35rem 1.4rem;font-size:.82rem;font-weight:800;box-shadow:0 3px 8px #15803d33}.pricing-perks-bar{box-sizing:border-box;background:#fff;border:1.5px solid #cbd5e1;border-radius:14px;justify-content:space-around;align-items:center;width:100%;padding:.85rem 1.25rem;display:flex}.perk-item{text-align:left;align-items:center;gap:.6rem;display:flex}.perk-text{color:#0f2b5c;letter-spacing:.03em;flex-direction:column;font-size:.72rem;font-weight:800;line-height:1.2;display:flex}.perk-divider{background:#cbd5e1;width:1px;height:28px}.includes-wrapper{box-sizing:border-box;background:#fff;border:1.5px solid #cbd5e1;border-radius:20px;width:100%;padding:2.2rem 1.5rem 1.5rem;position:relative;box-shadow:0 6px 20px #00000008}.includes-top-badge{color:#0f2b5c;letter-spacing:.1em;white-space:nowrap;background:#fff;border:1.5px solid #e2e8f0;border-radius:9999px;align-items:center;gap:.5rem;padding:.3rem 1.8rem;font-size:.95rem;font-weight:900;display:flex;position:absolute;top:-14px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000000d}.includes-top-badge .star-icon{color:#ea580c;font-size:.85rem}.includes-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem .75rem;width:100%;padding:.75rem 0;display:grid}.inc-item{text-align:center;flex-direction:column;align-items:center;padding:.4rem .2rem;display:flex}.inc-icon-wrap{justify-content:center;align-items:center;height:38px;margin-bottom:.65rem;display:flex}.inc-title{color:#0f172a;font-size:.82rem;font-weight:800;line-height:1.25}.inc-sub{color:#0f172a;font-size:.82rem;font-weight:700;line-height:1.25}.inc-v-line{display:none}.record-start-card{box-sizing:border-box;background:#fff;border:1.5px solid #cbd5e1;border-radius:20px;justify-content:space-between;align-items:center;gap:1.25rem;width:100%;padding:1.2rem 1.8rem;display:flex;box-shadow:0 4px 15px #00000005}.record-col-heading{flex-direction:column;flex:1.2;gap:.3rem;display:flex}.rec-green-title{color:#15803d;letter-spacing:.05em;margin:0;font-size:.95rem;font-weight:900}.rec-subtext{color:#0f2b5c;margin:0;font-size:.92rem;font-weight:700}.record-v-line{background:#cbd5e1;flex-shrink:0;width:1px;height:50px}.record-col-feature{flex:1.5;align-items:center;gap:.75rem;display:flex}.record-icon-bg{flex-shrink:0;justify-content:center;align-items:center;display:flex}.record-info-text{text-align:left;flex-direction:column;display:flex}.rec-bold{color:#0f2b5c;font-size:.85rem;font-weight:800;line-height:1.3}.rec-light{color:#475569;font-size:.8rem;font-weight:600;line-height:1.3}.record-col-cta{text-align:left;flex:1.4}.rec-cta-text{color:#0f2b5c;margin:0;font-size:.86rem;font-weight:700;line-height:1.4}@media (width<=1024px){.includes-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem 1rem;display:grid}.inc-v-line{display:none}.record-start-card{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem}.record-v-line{display:none}}@media (width<=640px){.price-amount{font-size:2.5rem}.price-unit{font-size:1rem}.pricing-perks-bar{flex-direction:column;align-items:flex-start;gap:.75rem}.perk-divider{display:none}.includes-grid{grid-template-columns:repeat(2,1fr)}.includes-top-badge{padding:.25rem 1rem;font-size:.8rem}}.studio-footer{color:#475569;box-sizing:border-box;background:#fff;border-top:1px solid #e2e8f0;width:100%;padding:4.5rem 1.5rem 2rem}.studio-footer-inner{max-width:1200px;margin:0 auto}.studio-footer-main{border-bottom:1px solid #e2e8f0;grid-template-columns:1.8fr .9fr 1.5fr;gap:2.5rem;padding-bottom:3.5rem;display:grid}.studio-contact-list{flex-direction:column;gap:1.25rem;display:flex}.studio-contact-item{align-items:flex-start;gap:.9rem;display:flex}.studio-contact-icon-box{color:#9333ea;background:#f3e8ff;border:1px solid #d8b4fe;border-radius:12px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;transition:all .25s;display:flex;box-shadow:0 2px 8px #9333ea14}.studio-contact-icon-box.studio-whatsapp-box{background:#dcfce7;border-color:#86efac;box-shadow:0 2px 8px #25d36626}.studio-contact-item:hover .studio-contact-icon-box{color:#fff;background:#9333ea;transform:scale(1.05);box-shadow:0 6px 16px #9333ea40}.studio-contact-item:hover .studio-contact-icon-box.studio-whatsapp-box{background:#25d366;border-color:#25d366;box-shadow:0 6px 16px #25d36659}.studio-contact-item:hover .studio-contact-icon-box.studio-whatsapp-box svg{fill:#fff}.studio-whatsapp-link{align-items:center;display:inline-flex}.studio-contact-info{flex-direction:column;gap:.2rem;display:flex}.studio-contact-title{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:.95rem;font-weight:700}.studio-contact-text{color:#475569;margin:0;font-size:.85rem;line-height:1.55}.studio-contact-text a{color:#475569;text-decoration:none;transition:color .2s}.studio-contact-text a:hover{color:#9333ea}.studio-footer-brand{flex-direction:column;align-items:flex-start;gap:1.25rem;display:flex}.studio-footer-logo-link{display:inline-block}.studio-footer-logo{object-fit:contain;width:auto;height:48px}.studio-footer-tagline{color:#64748b;max-width:380px;margin:0;font-size:.95rem;line-height:1.6}.studio-footer-socials{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.studio-social-item{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:.75rem;padding:.65rem 1.1rem;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.studio-social-icon-box{color:#334155;background:#e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .25s;display:flex}.studio-social-info{flex-direction:column;display:flex}.studio-social-label{text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-size:.7rem;font-weight:700}.studio-social-val{color:#0f172a;font-size:.88rem;font-weight:700}.studio-social-item.instagram-btn:hover{background:#fff0f5;border-color:#f472b6;transform:translateY(-2px);box-shadow:0 6px 18px #e1306c26}.studio-social-item.instagram-btn:hover .studio-social-icon-box{color:#fff;background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}.studio-social-item.website-btn:hover{background:#f0fdf4;border-color:#86efac;transform:translateY(-2px);box-shadow:0 6px 18px #22c55e26}.studio-social-item.website-btn:hover .studio-social-icon-box{color:#fff;background:#16a34a}.studio-footer-heading{color:#0f172a;letter-spacing:-.01em;margin:0 0 1.25rem;font-size:1.05rem;font-weight:700;position:relative}.studio-footer-heading:after{content:"";background:#16a34a;border-radius:2px;width:24px;height:2px;margin-top:.4rem;display:block}.studio-footer-links,.studio-footer-contact{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.studio-footer-links li a{color:#475569;font-size:.92rem;text-decoration:none;transition:color .2s,transform .2s;display:inline-block}.studio-footer-links li a:hover{color:#16a34a;transform:translate(4px)}.studio-footer-link-btn{color:#475569;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:.92rem;transition:color .2s,transform .2s;display:inline-block}.studio-footer-link-btn:hover{color:#16a34a;transform:translate(4px)}.studio-footer-contact li{color:#475569;align-items:center;gap:.6rem;font-size:.92rem;display:flex}.studio-footer-contact li a{color:#475569;text-decoration:none;transition:color .2s}.studio-footer-contact li a:hover{color:#16a34a}.studio-footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.studio-footer-copy{color:#64748b;margin:0;font-size:.85rem}.studio-footer-bottom-links{color:#64748b;align-items:center;gap:.75rem;font-size:.85rem;display:flex}.studio-footer-bottom-links a{color:#475569;text-decoration:none;transition:color .2s}.studio-footer-bottom-links a:hover{color:#16a34a}@media (width<=900px){.studio-footer-main{grid-template-columns:1fr;gap:2.5rem}.studio-footer-brand{max-width:100%}.studio-footer-bottom{text-align:center;flex-direction:column;align-items:center}}@media (width<=480px){.studio-footer{padding:3rem 1.25rem 1.75rem}.studio-footer-socials{flex-direction:column;width:100%}.studio-social-item{box-sizing:border-box;width:100%}}.studio-footer-terms-btn{color:#475569;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.85rem;transition:color .2s}.studio-footer-terms-btn:hover{color:#16a34a}.studio-terms-modal{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;max-width:820px;max-height:85vh;padding:2.25rem;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.studio-terms-container{padding-right:.75rem;overflow-y:auto}.studio-terms-container::-webkit-scrollbar{width:6px}.studio-terms-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.studio-terms-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.studio-terms-title{color:#0f172a;letter-spacing:-.02em;margin:0 0 .25rem;font-size:1.75rem;font-weight:800}.studio-terms-subtitle{color:#7e22ce;border-bottom:1px solid #e2e8f0;margin:0 0 1.5rem;padding-bottom:1rem;font-size:.95rem;font-weight:700}.studio-terms-body{color:#334155;font-size:.92rem;line-height:1.65}.studio-terms-intro{color:#1e293b;margin-bottom:1.5rem;font-size:.98rem}.studio-terms-section{margin-bottom:1.75rem}.studio-terms-section h3{color:#0f172a;margin:0 0 .6rem;font-size:1.05rem;font-weight:700}.studio-terms-section p{color:#475569;margin:0 0 .5rem}.studio-terms-section ul{flex-direction:column;gap:.4rem;margin:0;padding-left:1.25rem;display:flex}.studio-terms-section ul li{color:#334155}.studio-rewards-list li{padding:.25rem 0}.studio-rewards-list strong{color:#0f172a}.studio-contact-purple-modal{color:#fff;background:linear-gradient(145deg,#a855f7 0%,#9333ea 50%,#7e22ce 100%);border:1px solid #ffffff40;border-radius:28px;width:90%;max-width:520px;padding:3.25rem 2.5rem 2.75rem;box-shadow:0 25px 60px #7e22ce66}.modal-close-btn.light-close-btn{color:#fff;background:#ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex;top:1.25rem;right:1.25rem}.modal-close-btn.light-close-btn:hover{background:#ffffff59;transform:rotate(90deg)}.studio-purple-card-content{flex-direction:column;gap:2rem;display:flex}.studio-purple-item{align-items:flex-start;gap:1.25rem;display:flex}.studio-purple-icon-box{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff38;border:1px solid #ffffff59;border-radius:16px;justify-content:center;align-items:center;width:50px;min-width:50px;height:50px;transition:transform .25s;display:flex;box-shadow:0 4px 15px #0000001a}.studio-purple-item:hover .studio-purple-icon-box{background:#ffffff52;transform:scale(1.08)}.studio-purple-info{flex-direction:column;gap:.3rem;display:flex}.studio-purple-title{color:#fff;letter-spacing:-.01em;margin:0;font-size:1.15rem;font-weight:700}.studio-purple-text{color:#ffffffeb;margin:0;font-size:.95rem;line-height:1.6}.studio-purple-text a{color:#fff;font-weight:600;text-decoration:none;transition:opacity .2s}.studio-purple-text a:hover{opacity:.85;text-decoration:underline}.floating-winner-btn{z-index:9999;color:#0f172a;cursor:pointer;transform-origin:100%;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#ff6b00 0%,#f80 50%,#e65100 100%);border:2px solid #fff;border-radius:50px;align-items:center;gap:10px;padding:10px 20px;font-family:inherit;transition:transform .2s,box-shadow .2s;animation:3s ease-in-out infinite wobble3s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 25px #ff5e0080,0 4px 12px #00000040}.floating-winner-btn:hover{background:linear-gradient(135deg,#ff7714 0%,#ff9814 50%,#f55a00 100%);transform:translateY(-3px)scale(1.04);box-shadow:0 12px 30px #ff5e00a6,0 6px 16px #0000004d}.floating-winner-btn:active{transform:translateY(0)scale(.97)}.winner-btn-icon{filter:drop-shadow(0 2px 4px #0003);font-size:1.4rem;line-height:1;display:inline-block}.winner-btn-text-col{flex-direction:column;align-items:flex-start;line-height:1.15;display:flex}.winner-btn-line1{letter-spacing:.08em;text-transform:uppercase;color:#0f172a;font-size:.72rem;font-weight:900}.winner-btn-line2{letter-spacing:.03em;text-transform:uppercase;color:#0f172a;font-size:.9rem;font-weight:900}@keyframes wobble3s{0%,75%,to{transform:rotate(0)scale(1)}80%{transform:rotate(-10deg)scale(1.08)}84%{transform:rotate(10deg)scale(1.08)}88%{transform:rotate(-7deg)scale(1.05)}92%{transform:rotate(7deg)scale(1.05)}96%{transform:rotate(-3deg)scale(1.02)}}@keyframes mobilePulse{0%,to{box-shadow:0 8px 25px #ff5e0080,0 4px 12px #00000040}50%{box-shadow:0 10px 30px #ff5e00bf,0 6px 16px #0000004d}}@media (width<=768px){.floating-winner-btn{box-sizing:border-box;transform-origin:0;border-radius:40px;gap:6px;padding:7px 13px;z-index:99999!important;animation:2s ease-in-out infinite mobilePulse!important;position:fixed!important;bottom:16px!important;left:12px!important;right:auto!important;transform:none!important}.winner-btn-icon{flex-shrink:0;font-size:1.1rem}.winner-btn-text-col{white-space:nowrap}.winner-btn-line1{letter-spacing:.04em;font-size:.8rem}.winner-btn-line2{display:none!important}}@media (width<=640px){.studio-navbar.top-expanded{box-sizing:border-box;width:100%;max-width:100vw;padding:.65rem 1rem .65rem .85rem;left:0;right:0;overflow:visible;transform:none}.studio-navbar.floating-scrolled{box-sizing:border-box;width:auto;max-width:calc(100vw - 1.25rem);padding:.55rem 1rem .55rem .85rem;top:.5rem;left:.625rem;right:.625rem;transform:none}.studio-logo-img{height:28px}.studio-nav-right{flex-shrink:0;gap:.4rem}.studio-contact-btn{border-radius:50%!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;gap:0!important;width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;padding:0!important;font-size:0!important;display:inline-flex!important;box-shadow:0 3px 10px #7c3aed4d!important}.studio-contact-btn svg{flex-shrink:0;display:block;width:16px!important;height:16px!important}.studio-nav-cta{white-space:nowrap;flex-shrink:0;padding:.48rem .9rem;font-size:.78rem}.studio-hero{background-image:url(/images/studio/bg%20image%20mobile%20view.webp);background-position:top;background-repeat:no-repeat;background-size:cover;min-height:auto;padding:4.5rem .4rem 2.5rem;position:relative}.studio-hero:before{content:"";z-index:1;background:#ffffff73;position:absolute;inset:0}.studio-wall-content{z-index:10;box-sizing:border-box;text-align:center;width:100%;max-width:100%;position:relative;overflow:hidden}.ind-day-header{justify-content:center;gap:.4rem;margin-bottom:.5rem}.ind-day-line{width:24px}.ind-day-title{letter-spacing:.08em;font-size:.72rem}.hero-main-title{color:#0d172a;text-shadow:0 1px 3px #ffffffb3;margin:0 0 .5rem;font-size:1.6rem;line-height:1.12}.hero-subtext{text-align:center;flex-direction:column;align-items:center;gap:.1rem;width:100%;margin:0 auto .85rem}.hero-subtext .celebrate-script{text-align:center;width:100%;font-size:1.35rem;line-height:1.2;display:block}.hero-subtext .create-memories{text-align:center;white-space:normal;letter-spacing:.03em;width:100%;font-size:.72rem;line-height:1.3;display:block}.users-winners-pill{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border:1px solid #22c55e4d;flex-wrap:wrap;justify-content:center;gap:.2rem;margin-bottom:1rem;padding:.35rem .85rem;font-size:.75rem}.prize-grid{box-sizing:border-box;grid-template-columns:repeat(6,1fr);gap:.2rem;width:92%;max-width:340px;margin:0 auto .85rem;padding:.1rem 0 .35rem;display:grid;overflow:visible}.prize-grid .prize-card:first-child{grid-column:1/3}.prize-grid .prize-card:nth-child(2){grid-column:3/5}.prize-grid .prize-card:nth-child(3){grid-column:5/7}.prize-grid .prize-card:nth-child(4){grid-column:2/4}.prize-grid .prize-card:nth-child(5){grid-column:4/6}.prize-card{box-sizing:border-box;text-align:center;background:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:.3rem .05rem;display:flex;overflow:hidden;box-shadow:0 3px 10px #0000000d;flex:none!important;width:100%!important;min-width:0!important;max-width:100%!important}.prize-icon-wrapper{justify-content:center;align-items:center;height:22px;margin-bottom:.08rem;display:flex}.prize-icon-wrapper svg{width:22px;height:22px}.prize-top-tag{white-space:normal;text-align:center;min-height:.9em;margin-bottom:1px;font-size:.44rem;line-height:1.1}.prize-amount{letter-spacing:-.02em;white-space:nowrap;font-size:.74rem;font-weight:800;line-height:1.1}.prize-label,.prize-subtext{white-space:nowrap;font-size:.5rem;line-height:1.1}.cta-button-container{justify-content:center;width:100%;display:flex}.hero-cta-btn{letter-spacing:.03em;border-radius:8px;gap:.35rem;width:auto;max-width:240px;padding:.65rem 1.25rem;font-size:.8rem}.cta-subtext{font-size:.72rem}.studio-offer-section{padding:2.5rem 1rem 3rem}.studio-offer-container{gap:0}.offer-main-header{gap:.5rem;margin-bottom:1rem}.offer-title{white-space:normal;text-align:center;font-size:1.25rem;line-height:1.2}.how-to-avail{margin-bottom:1.25rem}.avail-title{font-size:.95rem}.avail-desc{font-size:.85rem;line-height:1.45}.top-prizes-grid{gap:.65rem;margin-bottom:.85rem;grid-template-columns:repeat(2,1fr)!important}.offer-prize-card{border-radius:12px;padding:1.1rem .5rem .75rem}.card-prize-name{font-size:.72rem}.card-amount{margin-bottom:.5rem;font-size:1.65rem}.card-winner-tag{font-size:.72rem}.reward-banner{border-radius:14px;flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:.85rem;padding:1.1rem}.reward-v-divider{display:none}.reward-title{font-size:.92rem}.reward-desc{font-size:.82rem}.reward-right{flex-direction:row;gap:.75rem;width:100%}.gift-box-icon svg{width:36px;height:36px}.discount-highlight{font-size:1rem}.campaign-status-bar{text-align:center;border-radius:12px;flex-direction:column;gap:.6rem;padding:.85rem}.status-v-divider{display:none}.status-text-content{text-align:center}.status-title-row{justify-content:center;font-size:.82rem}.status-subtext{font-size:.72rem}.studio-pricing-section{padding:2.5rem 1rem 3.5rem}.pricing-title{letter-spacing:.1em;text-align:center;font-size:1.2rem}.pricing-main-card{border-radius:16px;padding:2rem 1rem 1rem}.pricing-top-pill{letter-spacing:.08em;padding:.3rem 1.1rem;font-size:.72rem}.price-amount{font-size:2.25rem}.price-unit{font-size:.95rem}.pricing-setup-badge{margin-bottom:1rem;padding:.3rem 1rem;font-size:.72rem}.pricing-perks-bar{border-radius:12px;flex-direction:column;align-items:center;gap:.65rem;padding:.85rem 1rem}.perk-divider{display:none}.perk-item{text-align:center;justify-content:center;width:100%}.perk-text{align-items:center;font-size:.68rem}.includes-wrapper{border-radius:16px;padding:2rem .85rem 1.25rem}.includes-top-badge{white-space:nowrap;padding:.25rem .9rem;font-size:.75rem}.includes-grid{grid-template-columns:repeat(2,1fr);gap:1.1rem .6rem}.inc-title,.inc-sub{font-size:.75rem}.inc-icon-wrap{height:32px;margin-bottom:.45rem}.record-start-card{border-radius:14px;flex-direction:column;align-items:flex-start;gap:.85rem;padding:1.1rem 1rem}.record-v-line{display:none}.rec-green-title{font-size:.85rem}.rec-subtext{font-size:.82rem}.rec-bold{font-size:.78rem}.rec-light{font-size:.73rem}.rec-cta-text{font-size:.78rem}.studio-footer{padding:3rem 1rem 1.5rem}.studio-footer-main{grid-template-columns:1fr;gap:2rem;padding-bottom:2.5rem}.studio-footer-logo{height:40px}.studio-footer-tagline{font-size:.88rem}.studio-footer-socials{flex-direction:column;gap:.65rem;width:100%}.studio-social-item{box-sizing:border-box;width:100%}.studio-footer-heading{margin:0 0 1rem;font-size:.95rem}.studio-footer-links li a,.studio-footer-link-btn,.studio-footer-contact li{font-size:.85rem}.studio-footer-bottom{text-align:center;flex-direction:column;align-items:center;gap:.65rem;padding-top:1.5rem}.studio-footer-copy{font-size:.78rem}.studio-footer-bottom-links{flex-wrap:wrap;justify-content:center;font-size:.78rem}.studio-contact-item{gap:.65rem}.studio-contact-icon-box{border-radius:10px;width:38px;min-width:38px;height:38px}.studio-contact-title{font-size:.85rem}.studio-contact-text{font-size:.78rem;line-height:1.45}.studio-modal-overlay{align-items:flex-end;padding:.75rem}.studio-modal{border-radius:20px 20px 16px 16px;max-height:92vh;padding:1.5rem 1.25rem;overflow-y:auto}.modal-header h3{font-size:1.2rem}.modal-header p{font-size:.82rem}.studio-form{gap:.85rem}.form-group input,.form-group select{padding:.7rem .9rem;font-size:.92rem}.form-submit-btn{padding:.85rem;font-size:.95rem}.studio-terms-modal{border-radius:18px;max-height:90vh;padding:1.5rem 1.25rem}.studio-terms-title{font-size:1.35rem}.studio-terms-subtitle,.studio-terms-body{font-size:.85rem}.studio-contact-purple-modal{border-radius:22px;width:95%;padding:2.25rem 1.5rem 2rem}.studio-purple-title{font-size:1rem}.studio-purple-text{font-size:.88rem;line-height:1.5}.studio-purple-icon-box{border-radius:12px;width:42px;min-width:42px;height:42px}.studio-purple-card-content{gap:1.5rem}}@media (width<=400px){.hero-main-title{font-size:1.4rem}.hero-subtext .celebrate-script{font-size:1.15rem}.studio-hero{padding:4.5rem .6rem 2rem}.prize-card{border-radius:6px;padding:.25rem .1rem}.prize-icon-wrapper{height:18px}.prize-icon-wrapper svg{width:18px;height:18px}.prize-amount{font-size:.7rem}.prize-top-tag{font-size:.4rem}.prize-label,.prize-subtext{font-size:.46rem}.hero-cta-btn{padding:.6rem .9rem;font-size:.78rem}.offer-title{font-size:1.1rem}.card-amount{font-size:1.4rem}.price-amount{font-size:2rem}.announcement-main-title{font-size:1.6rem}.studio-navbar.top-expanded,.studio-navbar.floating-scrolled{padding:.5rem .75rem}.studio-contact-btn{border-radius:50%!important;justify-content:center!important;align-items:center!important;width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;font-size:0!important;display:inline-flex!important}.studio-nav-cta{padding:.45rem .7rem;font-size:.72rem}}.bk-overlay{z-index:200;-webkit-backdrop-filter:blur(10px);background:#0a0a14d1;justify-content:center;align-items:center;padding:1rem;animation:.2s bkFadeIn;display:flex;position:fixed;inset:0}@keyframes bkFadeIn{0%{opacity:0}to{opacity:1}}.bk-modal{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:560px;max-height:92vh;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;animation:.3s cubic-bezier(.16,1,.3,1) bkSlideUp;display:flex;overflow:hidden;box-shadow:0 32px 80px -12px #00000073}@keyframes bkSlideUp{0%{opacity:0;transform:translateY(28px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.bk-modal-header{border-bottom:1px solid #f1f5f9;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.bk-modal-title{color:#0f172a;margin:0;font-size:1.1rem;font-weight:800}.bk-logo-m{color:#fff;background:linear-gradient(135deg,#5b21b6,#7c3aed);border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.9rem;font-weight:900;display:flex}.bk-logo-text{color:#0f172a;font-size:.9rem;font-weight:700}.bk-close-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s,color .15s,transform .15s;display:flex}.bk-close-btn:hover{color:#0f172a;background:#e2e8f0;transform:scale(1.05)}.bk-step-indicator{border-bottom:1px solid #f1f5f9;flex-shrink:0;align-items:center;gap:0;padding:1rem 1.5rem;display:flex}.bk-step{flex-direction:column;flex:none;align-items:center;gap:.3rem;display:flex}.bk-step-circle{color:#94a3b8;background:#fff;border:2px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;transition:all .25s;display:flex}.bk-step.active .bk-step-circle{color:#fff;background:#7c3aed;border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed26}.bk-step.completed .bk-step-circle{color:#fff;background:#16a34a;border-color:#16a34a}.bk-step-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;font-size:.7rem;font-weight:600}.bk-step.active .bk-step-label{color:#7c3aed}.bk-step.completed .bk-step-label{color:#16a34a}.bk-step-connector{background:#e2e8f0;flex:1;height:2px;margin:0 .5rem 1.2rem;transition:background .25s}.bk-step-connector.completed{background:#16a34a}.bk-modal-body{scrollbar-width:thin;scrollbar-color:#e2e8f0 transparent;flex:1;padding:1.5rem;overflow-y:auto}.bk-modal-body::-webkit-scrollbar{width:4px}.bk-modal-body::-webkit-scrollbar-track{background:0 0}.bk-modal-body::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:2px}.bk-form-header{text-align:left;margin-bottom:.85rem}.bk-form-header h3{color:#0f172a;margin:0 0 .3rem;font-size:1.25rem;font-weight:800}.bk-form-header p{color:#64748b;margin:0;font-size:.875rem}.bk-form{flex-direction:column;display:flex}.bk-fields{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.bk-fields-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.bk-field{flex-direction:column;gap:.4rem;display:flex}.bk-field label{color:#334155;font-size:.82rem;font-weight:700}.bk-field .required{color:#ef4444;margin-left:2px}.bk-field .optional{color:#94a3b8;font-size:.78rem;font-weight:400}.bk-field input,.bk-field textarea{color:#0f172a;resize:vertical;background:#fafafa;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;padding:.7rem .9rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s,background .2s}.bk-field input:focus,.bk-field textarea:focus{background:#fff;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1f}.bk-field.error input,.bk-field.error textarea{background:#fff5f5;border-color:#ef4444}.bk-field.error input:focus,.bk-field.error textarea:focus{box-shadow:0 0 0 3px #ef44441f}.bk-error-msg{color:#ef4444;align-items:center;gap:.3rem;font-size:.78rem;font-weight:600;display:flex}.bk-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5b21b6,#7c3aed);border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s;display:flex;box-shadow:0 4px 14px #7c3aed59}.bk-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #7c3aed73}.bk-btn-primary:active:not(:disabled){transform:translateY(0)}.bk-btn-primary:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.bk-btn-primary.bk-btn-pay{background:linear-gradient(135deg,#16a34a,#22c55e);box-shadow:0 4px 14px #22c55e59}.bk-btn-primary.bk-btn-pay:hover:not(:disabled){box-shadow:0 6px 20px #22c55e73}.bk-btn-secondary{color:#475569;cursor:pointer;background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:12px;flex:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .2s,color .2s;display:flex}.bk-btn-secondary:hover:not(:disabled){color:#0f172a;background:#e2e8f0}.bk-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.bk-btn-ghost{color:#64748b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-family:inherit;font-size:.9rem;text-decoration:underline;transition:color .2s;display:flex}.bk-btn-ghost:hover{color:#ef4444}.bk-actions{gap:.75rem;margin-top:1.5rem;display:flex}.bk-actions-col{flex-direction:column}.bk-spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite bkSpin}.bk-spinner.small{width:16px;height:16px}@keyframes bkSpin{to{transform:rotate(360deg)}}.bk-loading{color:#64748b;justify-content:center;align-items:center;gap:.6rem;padding:1.5rem;font-size:.85rem;display:flex}.bk-loading .bk-spinner{border-color:#7c3aed #7c3aed33 #7c3aed33}.bk-calendar{background:#fafafa;border:1.5px solid #e2e8f0;border-radius:10px;max-width:260px;margin-bottom:.6rem;margin-left:auto;margin-right:auto;padding:.4rem .6rem}.bk-cal-header{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.bk-cal-month{color:#0f172a;font-size:.8rem;font-weight:700}.bk-cal-nav{color:#475569;cursor:pointer;background:#e2e8f0;border:none;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;transition:background .15s;display:flex}.bk-cal-nav svg{width:14px;height:14px}.bk-cal-nav:hover:not(:disabled){color:#fff;background:#7c3aed}.bk-cal-nav:disabled{opacity:.35;cursor:not-allowed}.bk-cal-grid{grid-template-columns:repeat(7,1fr);gap:.1rem;display:grid}.bk-cal-day-name{text-align:center;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;padding:.1rem 0;font-size:.6rem;font-weight:700}.bk-cal-cell{cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;height:24px;font-family:inherit;font-size:.7rem;font-weight:600;transition:all .15s;display:flex}.bk-cal-cell.empty{pointer-events:none;background:0 0}.bk-cal-cell.disabled{color:#cbd5e1;cursor:not-allowed;background:0 0}.bk-cal-cell.available{color:#16a34a;background:#f0fdf4}.bk-cal-cell.available:hover{color:#fff;background:#7c3aed;transform:scale(1.05)}.bk-cal-cell.selected{transform:scale(1.05);box-shadow:0 2px 8px #7c3aed66;color:#fff!important;background:#7c3aed!important}.bk-cal-cell.today{outline-offset:1px;outline:2px solid #7c3aed}.bk-slots-section{margin-bottom:.5rem}.bk-slots-header{color:#334155;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:.78rem;font-weight:700;display:flex}.bk-slots-grid{grid-template-columns:repeat(4,1fr);gap:.4rem;display:grid}.bk-slot{color:#334155;cursor:pointer;text-align:center;white-space:nowrap;background:#fafafa;border:1.5px solid #e2e8f0;border-radius:8px;padding:.45rem .3rem;font-family:inherit;font-size:.78rem;font-weight:700;transition:all .15s}.bk-slot:hover{color:#7c3aed;background:#7c3aed0f;border-color:#7c3aed;transform:translateY(-1px)}.bk-slot.selected{color:#fff;background:#7c3aed;border-color:#7c3aed;box-shadow:0 2px 8px #7c3aed59}.bk-slot.booked,.bk-slot.disabled,.bk-slot:disabled{color:#94a3b8;cursor:not-allowed;opacity:.65;pointer-events:none;background:#f1f5f9;border-color:#e2e8f0;box-shadow:none!important;transform:none!important}.bk-slot.booked .bk-slot-time{text-decoration:line-through}.bk-slot-tag{color:#ef4444;text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:.65rem;font-weight:800;display:block}.bk-slots-error{color:#ef4444;background:#fff5f5;border:1px solid #fecaca;border-radius:8px;padding:.75rem;font-size:.85rem}.bk-review-card{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:16px;margin-bottom:1rem;padding:1.25rem}.bk-review-section{margin-bottom:0}.bk-review-section-title{color:#64748b;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.4rem;margin-bottom:.75rem;font-size:.78rem;font-weight:700;display:flex}.bk-review-rows{flex-direction:column;gap:.5rem;display:flex}.bk-review-row{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.bk-review-row span:first-child{color:#64748b;flex-shrink:0;font-size:.85rem}.bk-review-row strong{color:#0f172a;text-align:right;font-size:.9rem}.bk-review-divider{background:#e2e8f0;height:1px;margin:1rem 0}.bk-review-amount{justify-content:space-between;align-items:center;display:flex}.bk-review-amount>span{color:#334155;font-size:.9rem;font-weight:700}.bk-review-price{text-align:right}.bk-review-price strong{color:#0f172a;font-size:1.2rem;font-weight:800;display:block}.bk-review-gst{color:#94a3b8;font-size:.72rem}.bk-hold-notice{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;align-items:center;gap:.4rem;margin-bottom:.25rem;padding:.65rem .85rem;font-size:.8rem;display:flex}.bk-success{text-align:center;padding:1rem 0}.bk-success-icon{color:#16a34a;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;animation:.4s cubic-bezier(.34,1.56,.64,1) bkSuccessPop;display:flex;box-shadow:0 0 0 8px #16a34a1a}@keyframes bkSuccessPop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.bk-success h3{color:#0f172a;margin:0 0 .4rem;font-size:1.5rem;font-weight:900}.bk-success-sub{color:#64748b;margin:0 0 1.5rem;font-size:.9rem}.bk-success-ref{background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:12px;flex-direction:column;align-items:center;gap:.2rem;margin-bottom:1.25rem;padding:.75rem 1.5rem;display:inline-flex}.bk-success-ref span{color:#16a34a;text-transform:uppercase;letter-spacing:.07em;font-size:.75rem;font-weight:600}.bk-success-ref strong{color:#0f172a;letter-spacing:.02em;font-size:1rem;font-weight:800}.bk-success-details{text-align:left;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:.6rem;margin-bottom:1rem;padding:1rem 1.25rem;display:flex}.bk-success-row{justify-content:space-between;align-items:center;display:flex}.bk-success-row span{color:#64748b;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.bk-success-row strong{color:#0f172a;font-size:.88rem}.bk-paid-badge{color:#16a34a!important}.bk-success-email-note{color:#64748b;margin-bottom:1.5rem;font-size:.82rem}.bk-failed{text-align:center;padding:1rem 0}.bk-failed-icon{color:#ef4444;background:#fff5f5;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;display:flex;box-shadow:0 0 0 8px #ef44441a}.bk-failed h3{color:#0f172a;margin:0 0 .5rem;font-size:1.4rem;font-weight:800}.bk-failed-msg{color:#64748b;margin:0 0 1.5rem;font-size:.88rem;line-height:1.6}.bk-schedule{flex-direction:column;display:flex}@media (width<=600px){.bk-overlay{justify-content:center;align-items:center;padding:.75rem}.bk-modal{border-radius:20px;width:100%;max-width:480px;max-height:90vh;margin:auto}.bk-modal-header{padding:.9rem 1.1rem}.bk-modal-title{font-size:1rem}.bk-step-indicator{padding:.65rem 1rem}.bk-step-circle{width:24px;height:24px;font-size:.72rem}.bk-step-label{display:none}.bk-step-connector{margin:0 .3rem}.bk-modal-body{padding:1rem 1.1rem 1.25rem}.bk-form-header{margin-bottom:.65rem}.bk-form-header h3{font-size:1.1rem}.bk-form-header p{font-size:.8rem}.bk-fields-row{grid-template-columns:1fr;gap:.75rem}.bk-fields{gap:.75rem;margin-bottom:1rem}.bk-field input,.bk-field textarea{padding:.65rem .8rem;font-size:16px}.bk-calendar{max-width:100%;margin-bottom:.65rem;padding:.5rem}.bk-cal-cell{height:28px;font-size:.72rem}.bk-slots-grid{grid-template-columns:repeat(3,1fr);gap:.35rem}.bk-slot{padding:.45rem .2rem;font-size:.74rem}.bk-actions{gap:.5rem;margin-top:1rem}.bk-btn-primary,.bk-btn-secondary{flex:1;padding:.7rem 1rem;font-size:.85rem}}@media (width<=400px){.bk-slots-grid{grid-template-columns:repeat(2,1fr)}.bk-modal-body{padding:.85rem}}.announcement-page{color:#0f172a;box-sizing:border-box;background-color:#f8fafc;width:100%;min-height:100vh;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.announcement-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.announcement-navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#ffffffe6;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.2rem 2.5rem;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #00000008}.announcement-logo-img{width:auto;height:42px}.announcement-back-btn{color:#0f172a;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:9999px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.announcement-back-btn:hover{background:#e2e8f0;transform:translateY(-1px)}.announcement-hero{text-align:center;background:radial-gradient(circle at 50% 20%,#f9731614,#0000 70%),radial-gradient(circle at 80% 80%,#22c55e0f,#0000 70%),#fff;padding:4rem 0 3.5rem;position:relative}.ind-header-badge{background:#fff7ed;border:1px solid #fed7aa;border-radius:9999px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.45rem 1.3rem;display:inline-flex}.ind-flag{border-radius:2px;flex-direction:column;width:18px;height:12px;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001a}.stripe-orange{background:#ea580c;height:4px}.stripe-white{background:#fff;height:4px}.stripe-green{background:#16a34a;height:4px}.ind-badge-text{letter-spacing:1px;color:#c2410c;font-size:.85rem;font-weight:800}.announcement-main-title{color:#0f172a;letter-spacing:-.5px;margin:0 0 1rem;font-size:3.2rem;font-weight:900;line-height:1.15}.title-emoji{animation:2s ease-in-out infinite wave;display:inline-block}@keyframes wave{0%,to{transform:rotate(0)}50%{transform:rotate(15deg)}}.announcement-subtitle{color:#475569;max-width:650px;margin:0 auto 3rem;font-size:1.2rem;line-height:1.6}.countdown-card{background:#fff;border:1px solid #fdba74;border-radius:24px;max-width:800px;margin:0 auto;padding:2.5rem 2rem;box-shadow:0 20px 40px #ea580c14,0 1px 3px #0000000d}.countdown-header{justify-content:center;align-items:center;gap:.6rem;margin-bottom:2rem;display:flex}.live-dot{background-color:#ef4444;border-radius:50%;width:10px;height:10px;animation:1.2s ease-in-out infinite blink;box-shadow:0 0 10px #ef4444}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.countdown-tag{letter-spacing:1.5px;color:#ea580c;font-size:.85rem;font-weight:800}.timer-grid{justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.timer-box{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;min-width:90px;padding:1.2rem 1.5rem;box-shadow:0 4px 12px #00000008}.timer-box.highlight-sec{background:#fff7ed;border-color:#fdba74}.timer-val{color:#0f172a;font-size:2.8rem;font-weight:900;line-height:1;display:block}.timer-lbl{color:#64748b;letter-spacing:1px;margin-top:.4rem;font-size:.75rem;font-weight:700;display:block}.timer-colon{color:#94a3b8;font-size:2.2rem;font-weight:900}.countdown-note{color:#334155;border-top:1px solid #f1f5f9;padding-top:1.5rem;font-size:1.05rem;line-height:1.6}.small-disclaimer{color:#64748b;margin-top:.4rem;font-size:.85rem;display:inline-block}.rewards-showcase-section{background:#f8fafc;padding:5rem 0}.section-head{margin-bottom:3.5rem}.text-center{text-align:center}.sub-badge{letter-spacing:2px;color:#0284c7;margin-bottom:.5rem;font-size:.8rem;font-weight:800;display:block}.section-head h2{color:#0f172a;margin:0 0 .5rem;font-size:2.4rem;font-weight:800}.section-head p{color:#64748b;font-size:1.1rem}.top-prizes-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.25rem;max-width:900px;margin:0 auto 3rem;display:grid}.winner-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:flex-start;align-items:center;padding:1.8rem 1.25rem 1.4rem;transition:transform .25s,box-shadow .25s;display:flex;position:relative;box-shadow:0 8px 24px #0000000a}.winner-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000012}.grand-card{background:linear-gradient(#fffdf0 0%,#fff 100%);border:2px solid #f59e0b;box-shadow:0 12px 30px #f59e0b1f}.card-top-badge{color:#fff;letter-spacing:.8px;white-space:nowrap;background:#f59e0b;border-radius:9999px;padding:.25rem .9rem;font-size:.7rem;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%);box-shadow:0 3px 8px #f59e0b40}.silver-badge{color:#fff;background:#475569;box-shadow:0 3px 8px #47556940}.bronze-badge{color:#fff;background:#d97706;box-shadow:0 3px 8px #d9770640}.prize-trophy-icon{margin-top:.2rem;margin-bottom:.4rem;font-size:2.2rem;line-height:1}.prize-amount-tag{color:#0f172a;margin-bottom:.2rem;font-size:2.2rem;font-weight:900;line-height:1.1}.winner-title-label{color:#334155;margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.card-desc{color:#64748b;margin:0;font-size:.85rem;line-height:1.45}.voucher-section-box{background:#fff;border:1px solid #e2e8f0;border-radius:20px;margin-bottom:3.5rem;padding:2.5rem;box-shadow:0 10px 30px #00000008}.voucher-box-header{align-items:center;gap:1.2rem;margin-bottom:2rem;display:flex}.v-icon{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px;padding:.75rem;font-size:2.5rem}.voucher-box-header h3{color:#0f172a;margin:0 0 .25rem;font-size:1.5rem;font-weight:800}.voucher-box-header p{color:#64748b;margin:0;font-size:.95rem}.voucher-table-wrapper{overflow-x:auto}.voucher-table{border-collapse:collapse;text-align:left;width:100%}.voucher-table th{color:#475569;letter-spacing:1px;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1rem 1.2rem;font-size:.8rem;font-weight:800}.voucher-table td{color:#1e293b;border-bottom:1px solid #f1f5f9;padding:1rem 1.2rem;font-size:.95rem}.num-col{color:#ea580c;font-weight:800}.slot-col{font-weight:600}.v-pill{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;padding:.3rem .8rem;font-size:.85rem;font-weight:700}.reveal-tag{color:#64748b;font-size:.85rem;font-weight:600}.participant-reward-banner{background:linear-gradient(135deg,#eff6ff,#f0f5ff);border:1px solid #bfdbfe;border-radius:20px;align-items:center;gap:2rem;padding:2.2rem;display:flex;box-shadow:0 10px 25px #2563eb0d}.part-icon{font-size:3rem}.part-content{flex:1}.part-content h3{color:#1e3a8a;margin:0 0 .5rem;font-size:1.4rem;font-weight:800}.part-content p{color:#334155;margin:0;font-size:.95rem;line-height:1.5}.part-cta-btn{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;padding:.9rem 1.8rem;font-size:.95rem;font-weight:800;text-decoration:none;transition:transform .2s;box-shadow:0 8px 20px #2563eb40}.part-cta-btn:hover{transform:translateY(-2px)}.ai-os-bonus-section{background:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:5rem 0}.ai-bonus-card{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border:2px solid #d8b4fe;border-radius:28px;padding:3.5rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #9333ea1a}.ai-badge-row{flex-wrap:wrap;gap:.8rem;margin-bottom:2rem;display:flex}.free-gift-badge{color:#fff;letter-spacing:1px;background:#7c3aed;border-radius:9999px;padding:.35rem 1rem;font-size:.8rem;font-weight:800;box-shadow:0 4px 12px #7c3aed40}.beta-badge{color:#6b21a8;background:#fff;border:1px solid #d8b4fe;border-radius:9999px;padding:.35rem 1rem;font-size:.8rem;font-weight:700}.ai-content-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:3rem;display:grid}.ai-text-col h2{color:#0f172a;margin:0 0 1.2rem;font-size:2.6rem;font-weight:900;line-height:1.2}.gradient-ai-text{background:linear-gradient(135deg,#7c3aed,#0284c7);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.ai-intro-p{color:#334155;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.ai-features-grid{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.ai-feat-item{color:#1e293b;align-items:center;gap:.75rem;font-size:.95rem;font-weight:600;display:flex}.feat-check{color:#7c3aed;font-weight:900}.os-mock-card{background:#fff;border:1px solid #d8b4fe;border-radius:16px;overflow:hidden;box-shadow:0 15px 35px #7c3aed1f}.os-card-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;align-items:center;gap:1rem;padding:.8rem 1.2rem;display:flex}.os-dots{gap:6px;display:flex}.dot{border-radius:50%;width:10px;height:10px}.dot.red{background:#ef4444}.dot.yellow{background:#f59e0b}.dot.green{background:#22c55e}.os-title{color:#64748b;font-size:.8rem;font-weight:600}.os-card-body{padding:2rem}.os-stat-row{gap:1.5rem;margin-bottom:1.5rem;display:flex}.os-stat{text-align:center;background:#faf5ff;border:1px solid #e9d5ff;border-radius:12px;flex:1;padding:1.2rem}.os-stat-num{color:#7c3aed;font-size:1.6rem;font-weight:900;display:block}.os-stat-lbl{color:#64748b;margin-top:.3rem;font-size:.75rem;display:block}.os-unlocked-banner{color:#15803d;text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:.8rem;font-size:.9rem;font-weight:700}.campaign-metrics-section{background:#f8fafc;padding:4rem 0 5rem}.metrics-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:3rem 2rem;box-shadow:0 10px 30px #00000008}.metrics-title{color:#0f172a;margin:0 0 2.5rem;font-size:1.6rem;font-weight:800}.metrics-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.metric-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem}.metric-num{margin-bottom:.4rem;font-size:2.2rem;font-weight:900;display:block}.orange-num{color:#ea580c}.green-num{color:#16a34a}.purple-num{color:#7c3aed}.blue-num{color:#0284c7}.metric-lbl{color:#64748b;font-size:.85rem;font-weight:600}.metrics-footer-text{color:#334155;margin:0;font-size:1.1rem;font-weight:600}.announcement-footer{color:#64748b;background:#fff;border-top:1px solid #e2e8f0;padding:2rem 0;font-size:.85rem}@media (width<=992px){.top-prizes-grid{grid-template-columns:repeat(2,1fr);max-width:600px;margin:0 auto 3rem}.top-prizes-grid>.winner-card:nth-child(3){grid-column:1/-1;width:100%;max-width:75%;margin:0 auto}.grand-card{transform:none}.ai-content-grid{grid-template-columns:1fr}.metrics-grid{grid-template-columns:1fr 1fr}.participant-reward-banner{text-align:center;flex-direction:column}}@media (width<=640px){.announcement-navbar{padding:.85rem 1rem}.announcement-logo-img{height:34px}.announcement-back-btn{gap:.3rem;padding:.45rem .9rem;font-size:.8rem}.announcement-hero{padding:2.5rem 0 2rem}.ind-header-badge{gap:.5rem;margin-bottom:1rem;padding:.35rem 1rem}.ind-badge-text{letter-spacing:.5px;font-size:.75rem}.announcement-main-title{letter-spacing:-.3px;margin:0 0 .75rem;font-size:1.9rem}.announcement-subtitle{margin:0 auto 1.75rem;font-size:.95rem;line-height:1.5}.countdown-card{border-radius:18px;margin:0 .5rem;padding:1.5rem 1rem}.countdown-header{gap:.4rem;margin-bottom:1.25rem}.countdown-tag{letter-spacing:.5px;text-align:center;font-size:.72rem}.timer-grid{flex-wrap:nowrap;gap:.35rem;margin-bottom:1.25rem}.timer-box{border-radius:12px;flex:1;min-width:58px;padding:.75rem .5rem}.timer-val{font-size:1.75rem}.timer-lbl{letter-spacing:.5px;margin-top:.3rem;font-size:.62rem}.timer-colon{flex-shrink:0;font-size:1.4rem}.countdown-note{padding-top:1rem;font-size:.9rem;line-height:1.5}.small-disclaimer{font-size:.78rem}.rewards-showcase-section{padding:3rem 0}.section-head{margin-bottom:2rem}.section-head h2{font-size:1.65rem;line-height:1.2}.section-head p{font-size:.92rem}.top-prizes-grid{gap:1rem;max-width:100%;margin:0 auto 2rem;display:grid;grid-template-columns:repeat(2,1fr)!important}.top-prizes-grid>.winner-card:nth-child(3){box-sizing:border-box;grid-column:1/-1;width:100%;max-width:80%;margin:0 auto}.winner-card{border-radius:14px;padding:1.5rem 1rem 1.1rem}.prize-trophy-icon{margin-bottom:.3rem;font-size:1.8rem}.prize-amount-tag{margin-bottom:.15rem;font-size:1.8rem}.winner-title-label{margin:0 0 .4rem;font-size:.95rem}.card-desc{font-size:.82rem;line-height:1.4}.voucher-section-box{border-radius:16px;margin-bottom:2rem;padding:1.5rem 1rem}.voucher-box-header{flex-direction:row;align-items:center;gap:.75rem;margin-bottom:1.25rem}.v-icon{border-radius:12px;padding:.5rem;font-size:2rem}.voucher-box-header h3{font-size:1.1rem}.voucher-box-header p{font-size:.82rem}.voucher-table th{letter-spacing:.5px;padding:.75rem .65rem;font-size:.7rem}.voucher-table td{padding:.75rem .65rem;font-size:.82rem}.v-pill{padding:.2rem .55rem;font-size:.75rem}.reveal-tag{font-size:.75rem}.participant-reward-banner{text-align:center;border-radius:16px;flex-direction:column;gap:1rem;padding:1.5rem 1rem}.part-icon{font-size:2.25rem}.part-content h3{margin:0 0 .4rem;font-size:1.15rem}.part-content p{font-size:.88rem;line-height:1.45}.part-cta-btn{text-align:center;box-sizing:border-box;border-radius:10px;width:100%;padding:.85rem 1.5rem;font-size:.9rem;display:block}.ai-os-bonus-section{padding:3rem 0}.ai-bonus-card{border-radius:20px;padding:1.5rem 1rem}.ai-badge-row{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.free-gift-badge,.beta-badge{padding:.3rem .75rem;font-size:.72rem}.ai-content-grid{grid-template-columns:1fr;gap:1.75rem}.ai-text-col h2{margin:0 0 .85rem;font-size:1.75rem;line-height:1.2}.ai-intro-p{margin-bottom:1.25rem;font-size:.92rem;line-height:1.55}.ai-features-grid{grid-template-columns:1fr;gap:.75rem}.ai-feat-item{gap:.5rem;font-size:.88rem}.os-card-body{padding:1.25rem}.os-stat-row{gap:.75rem;margin-bottom:1rem}.os-stat-num{font-size:1.3rem}.os-stat-lbl{font-size:.7rem}.campaign-metrics-section{padding:2.5rem 0 3rem}.metrics-card{border-radius:18px;padding:2rem 1.25rem}.metrics-title{margin:0 0 1.75rem;font-size:1.25rem}.metrics-grid{grid-template-columns:1fr 1fr;gap:.85rem;margin-bottom:1.5rem}.metric-item{border-radius:12px;padding:1rem}.metric-num{margin-bottom:.3rem;font-size:1.65rem}.metric-lbl{font-size:.78rem}.metrics-footer-text{font-size:.92rem;line-height:1.5}.announcement-container{padding:0 1rem}.announcement-footer{padding:1.5rem 0}}@media (width<=400px){.announcement-main-title{font-size:1.65rem}.timer-box{min-width:50px;padding:.6rem .35rem}.timer-val{font-size:1.5rem}.timer-colon{font-size:1.2rem}.countdown-tag{font-size:.65rem}}.affiliate-page{color:#1e1b4b;background-color:#fbfbfe;min-height:100vh;font-family:Plus Jakarta Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;overflow-x:hidden}.aff-nav{z-index:1000;-webkit-backdrop-filter:blur(12px);box-sizing:border-box;background:#fffffff2;border:1px solid #0000;border-bottom-color:#e5e7eb99;border-radius:0;width:100%;max-width:100%;margin:0 auto;padding:14px 24px;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0;box-shadow:0 0 #0000}.aff-nav.scrolled{-webkit-backdrop-filter:blur(16px);background:#ffffffe0;border:1px solid #e5e7ebcc;border-radius:999px;width:calc(100% - 32px);max-width:1240px;padding:8px 16px;top:14px;box-shadow:0 10px 30px -5px #635bff1f,0 4px 12px #0000000a}.aff-nav-container{justify-content:space-between;align-items:center;width:100%;max-width:1240px;margin:0 auto;padding:0;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.aff-logo-link{align-items:center;text-decoration:none;display:flex}.aff-logo-img{object-fit:contain;width:auto;height:38px}.aff-nav-menu{align-items:center;gap:28px;display:flex}.aff-nav-item{color:#374151;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.aff-nav-item:hover{color:#6366f1}.aff-nav-dropdown{color:#374151;cursor:pointer;align-items:center;gap:4px;font-size:14px;font-weight:500;display:flex}.aff-nav-actions{align-items:center;gap:16px;display:flex}.aff-login-btn{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s}.aff-login-btn:hover{color:#4f46e5;background:#6366f114}.aff-register-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5914b0 0%,#721ed9 100%);border:none;border-radius:999px;justify-content:center;align-items:center;padding:10px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #5914b059}.aff-register-btn:hover{color:#fff;background:linear-gradient(135deg,#491094 0%,#5914b0 100%);transform:translateY(-1px);box-shadow:0 6px 20px #5914b073}.aff-hero-section{background-image:url(/images/affilate/background%20banner.webp);background-position:top;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:flex-start;min-height:840px;padding:85px 24px 0;display:flex;position:relative}.aff-hero-container{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1240px;margin:0 auto;display:flex}.aff-partner-pill{color:#6b46e5;letter-spacing:.6px;text-transform:uppercase;background:#f3e8ff;border:1px solid #6b46e533;border-radius:999px;align-items:center;gap:8px;margin-top:10px;margin-bottom:50px;padding:7px 16px;font-size:12px;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #6b46e50d}.aff-hero-title{letter-spacing:-.5px;color:#111827;width:100%;max-width:1200px;margin:0 0 18px;font-size:72px;font-weight:600;line-height:1.12}.aff-title-gradient{background:linear-gradient(135deg,#6528f7 0%,#8b5cf6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-weight:800}.aff-hero-subtitle{color:#4b5563;max-width:860px;margin:0 0 24px;font-size:18px;font-weight:500;line-height:1.55}.aff-hero-ctas{justify-content:center;align-items:center;gap:16px;margin-bottom:36px;display:flex}.aff-hero-subfeatures{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;margin-bottom:180px;display:flex}.aff-subfeature-item{color:#374151;align-items:center;gap:8px;font-size:14.5px;font-weight:600;display:flex}.aff-subfeature-icon{color:#7c3aed;background:#f5f3ff;border:1.5px solid #8b5cf6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.aff-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5914b0 0%,#721ed9 100%);border:none;border-radius:12px;align-items:center;gap:8px;padding:13px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 6px 20px #5914b059}.aff-btn-primary:hover{color:#fff;background:linear-gradient(135deg,#491094 0%,#5914b0 100%);transform:translateY(-2px);box-shadow:0 10px 25px #5914b073}.aff-btn-primary .arr{font-size:16px;transition:transform .2s}.aff-btn-primary:hover .arr{transform:translate(4px)}.aff-hero-stats-card{background:#fff;border:1px solid #e5e7ebcc;border-radius:20px;justify-content:space-between;align-items:center;width:100%;max-width:1040px;margin-bottom:-35px;padding:24px 32px;display:flex;box-shadow:0 15px 40px #6528f712,0 4px 12px #00000008}.aff-stat-col{text-align:left;flex:1;justify-content:center;align-items:center;gap:16px;padding:0 12px;display:flex}.aff-stat-divider{background:#e2e8f0;width:1px;height:44px}.aff-stat-icon-wrap{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.aff-stat-icon-wrap.icon-purple{color:#7c3aed;background:#f3e8ff}.aff-stat-icon-wrap.icon-amber{color:#d97706;background:#fef3c7}.aff-stat-pct-symbol{font-size:22px;font-weight:800}.aff-stat-content{flex-direction:column;display:flex}.aff-stat-val{color:#6528f7;margin:0;font-size:16px;font-weight:800;line-height:1.2}.aff-stat-lbl{color:#6b7280;margin:2px 0 0;font-size:13px;font-weight:500;line-height:1.3}.aff-sec2-action{background:#fff;padding:80px 24px 100px}.aff-sec2-container{flex-direction:column;align-items:center;max-width:1100px;margin:0 auto;display:flex}.aff-sec2-header{text-align:center;max-width:720px;margin-bottom:40px}.aff-sec2-pill{color:#7c3aed;letter-spacing:.8px;text-transform:uppercase;background:#7c3aed14;border:1px solid #7c3aed2e;border-radius:999px;align-items:center;gap:6px;margin-bottom:20px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-flex}.aff-sec2-title{color:#0f172a;letter-spacing:-1px;margin:0 0 16px;font-size:40px;font-weight:800}.aff-sec2-title .purple-text{color:#635bff}.aff-sec2-subtitle{color:#64748b;margin:0;font-size:16px;line-height:1.6}.aff-sec2-card{background:linear-gradient(#f5f3ff99 0%,#eef2ff4d 100%);border:1px dashed #a855f759;border-radius:28px;flex-direction:column;align-items:center;width:100%;padding:60px 40px 32px;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 36px #7c3aed0a}.aff-sec2-card:before{content:"";opacity:.5;pointer-events:none;background-image:radial-gradient(circle,#a855f740 1.5px,#0000 1.5px);background-size:12px 12px;width:220px;height:220px;position:absolute;top:0;right:0}.aff-sec2-play-wrapper{cursor:pointer;flex-direction:column;align-items:center;margin-bottom:54px;transition:transform .2s;display:flex}.aff-sec2-play-wrapper:hover{transform:scale(1.04)}.aff-sec2-play-btn{cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:84px;height:84px;margin-bottom:12px;transition:all .2s;display:flex;box-shadow:0 12px 32px #635bff40}.aff-sec2-play-btn svg{margin-left:4px}.aff-sec2-hand-arrow{opacity:.7;margin:4px 0 6px}.aff-sec2-watch-label{color:#1e1b4b;font-size:15px;font-weight:700}.aff-sec2-features{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd9;border:1px solid #e5e7ebcc;border-radius:16px;justify-content:space-between;align-items:center;width:100%;padding:18px 24px;display:flex}.aff-sec2-feat-item{flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.aff-sec2-feat-icon{background:#635bff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.aff-sec2-feat-text{flex-direction:column;line-height:1.2;display:flex}.aff-sec2-feat-text strong{color:#111827;font-size:13px;font-weight:700}.aff-sec2-feat-text span{color:#6b7280;font-size:12px}.aff-sec2-divider{background:#e5e7eb;width:1px;height:32px}.aff-sec3-workforce{background:#fbfbfe;padding:80px 24px 30px}.aff-sec3-container{flex-direction:column;gap:64px;max-width:1380px;margin:0 auto;display:flex}.aff-sec3-top-grid{grid-template-columns:minmax(320px,360px) 1fr;align-items:flex-start;gap:40px;display:grid}.aff-sec3-left{flex-direction:column;align-items:flex-start;display:flex}.aff-sec3-pill{color:#7c3aed;letter-spacing:.8px;text-transform:uppercase;background:#7c3aed14;border:1px solid #7c3aed2e;border-radius:999px;align-items:center;gap:6px;margin-bottom:20px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-flex}.aff-sec3-title{letter-spacing:-1px;color:#0f172a;margin:0 0 20px;font-size:38px;font-weight:800;line-height:1.15}.aff-sec3-title .purple-text{color:#635bff}.aff-sec3-desc{color:#64748b;margin:0 0 32px;font-size:15px;line-height:1.6}.aff-sec3-bullets{flex-direction:column;gap:16px;width:100%;margin-bottom:36px;display:flex}.aff-sec3-bullet{color:#334155;align-items:center;gap:14px;font-size:14px;font-weight:600;display:flex}.bullet-icon{background:#635bff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.aff-sec3-ctas{align-items:center;gap:14px;display:flex}.aff-sec3-right-grid{grid-template-columns:repeat(6,1fr);gap:16px;display:grid}.aff-agent-card{background:#fff;border:1px solid #e5e7ebe6;border-radius:16px;flex-direction:column;align-items:flex-start;padding:16px 12px;transition:all .25s;display:flex;box-shadow:0 4px 14px #00000008}.aff-agent-card:hover{border-color:#635bff4d;transform:translateY(-3px);box-shadow:0 10px 24px #6366f11f}.aff-agent-img-wrap{background:#f8fafc;border-radius:12px;justify-content:center;align-items:flex-end;width:100%;height:120px;margin-bottom:12px;display:flex;position:relative;overflow:hidden}.dot-badge{z-index:2;border-radius:50%;width:8px;height:8px;position:absolute;top:8px;left:8px}.aff-agent-card-img{object-fit:contain;width:auto;max-height:110px}.aff-agent-card-name{color:#635bff;margin:0 0 2px;font-size:14px;font-weight:700}.aff-agent-card-role{color:#334155;margin-bottom:6px;font-size:11px;font-weight:600}.aff-agent-card-desc{color:#64748b;margin:0;font-size:11px;line-height:1.35}.aff-sec3-bottom-card{text-align:center;background:linear-gradient(#f5f3ff99 0%,#eef2ff66 100%);border:1px solid #a855f740;border-radius:24px;flex-direction:column;align-items:center;padding:40px 36px 28px;display:flex;box-shadow:0 8px 30px #7c3aed0a}.aff-sec3-bottom-header{flex-direction:column;align-items:center;max-width:760px;margin-bottom:32px;display:flex}.aff-bottom-pill{color:#7c3aed;margin-bottom:12px;font-size:12px;font-weight:700}.aff-sec3-bottom-header h3{color:#0f172a;letter-spacing:-.8px;margin:0 0 12px;font-size:32px;font-weight:800}.aff-sec3-bottom-header p{color:#64748b;margin:0;font-size:15px;line-height:1.6}.aff-sec3-bottom-bar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border:1px solid #e5e7ebcc;border-radius:16px;justify-content:space-between;align-items:center;width:100%;padding:18px 24px;display:flex}.aff-bottom-item{flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.aff-bottom-icon{background:#635bff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.aff-bottom-text{flex-direction:column;align-items:flex-start;line-height:1.25;display:flex}.aff-bottom-text strong{color:#111827;font-size:13px;font-weight:700}.aff-bottom-text span{color:#6b7280;font-size:12px}.aff-sec4-rewards{background:#fff;padding:30px 24px 80px}.aff-sec4-container{flex-direction:column;gap:48px;max-width:1280px;margin:0 auto;display:flex}.aff-sec4-header{text-align:center;max-width:700px;margin:0 auto}.aff-sec4-pill{color:#7c3aed;letter-spacing:.8px;text-transform:uppercase;background:#7c3aed14;border:1px solid #7c3aed2e;border-radius:999px;align-items:center;gap:6px;margin-bottom:16px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-flex}.aff-sec4-title{color:#0f172a;letter-spacing:-1px;margin:0 0 12px;font-size:38px;font-weight:800}.aff-sec4-subtitle{color:#64748b;margin:0;font-size:16px}.aff-sec4-top-grid{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}.aff-sec4-card{border:1px solid #e5e7ebcc;border-radius:24px;align-items:center;min-height:220px;padding:36px;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #00000008}.card-commission{background:linear-gradient(135deg,#f5f3ffe6 0%,#eef2ff99 100%);border-color:#a855f733}.card-payout{background:linear-gradient(135deg,#f0fdf4e6 0%,#ecfdf599 100%);border-color:#10b98133}.card-bg-growth{opacity:.15;object-fit:cover;pointer-events:none;width:auto;height:100%;position:absolute;top:0;right:0}.card-content{z-index:2;max-width:60%}.card-badge-pill{color:#fff;background:#635bff;border-radius:999px;margin-bottom:12px;padding:4px 10px;font-size:11px;font-weight:800;display:inline-block}.card-content h3{color:#0f172a;margin:0 0 10px;font-size:24px;font-weight:800;line-height:1.2}.card-content h3 .purple-txt{color:#635bff}.card-content h3 .green-txt{color:#10b981}.card-content p{color:#64748b;margin:0;font-size:13px;line-height:1.5}.card-sidd-img{object-fit:contain;z-index:3;width:auto;height:180px;position:absolute;bottom:0;right:20px}.card-money-img{object-fit:contain;z-index:3;width:auto;height:140px;position:absolute;top:50%;right:24px;transform:translateY(-50%)}.aff-sec4-paid-section{margin-top:36px;position:relative}.aff-sec4-pill-center{color:#7c3aed;letter-spacing:.8px;z-index:10;background:#f3e8ff;border:1px solid #7c3aed40;border-radius:999px;justify-content:center;align-items:center;padding:4px 20px;font-size:11px;font-weight:800;display:inline-flex;position:absolute;top:-14px;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #7c3aed14}.aff-paid-main-card{background:#fff;border:1px solid #e5e7ebe6;border-radius:24px;grid-template-columns:1fr 1px 1.25fr;align-items:stretch;gap:36px;padding:40px 36px 36px;display:grid;box-shadow:0 4px 20px #00000008}.col-title{color:#0f172a;text-align:center;margin:0 0 24px;font-size:18px;font-weight:800}.aff-paid-left-col{flex-direction:column;display:flex}.options-container{flex:1;align-items:stretch;gap:16px;display:flex;position:relative}.opt-box{text-align:center;border-radius:20px;flex-direction:column;flex:1;align-items:center;padding:24px 16px;display:flex}.opt-purple{background:#f7f5ff;border:1px solid #e9e5ff}.opt-gold{background:#fffcf0;border:1px solid #fef3c7}.opt-badge{border-radius:999px;margin-bottom:16px;padding:3px 12px;font-size:10px;font-weight:700}.purple-badge{color:#635bff;background:#635bff1f}.gold-badge{color:#d97706;background:#f59e0b26}.opt-icon-wrap{margin-bottom:14px;position:relative}.main-icon-circle{border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.purple-circle{background:linear-gradient(135deg,#635bff,#7c3aed);box-shadow:0 6px 16px #635bff4d}.gold-circle{background:linear-gradient(135deg,#fbbf24,#f59e0b);box-shadow:0 6px 16px #f59e0b4d}.sub-icon-badge{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;bottom:-2px;right:-6px;box-shadow:0 2px 6px #00000026}.upi-arrow-sm{color:#635bff;font-size:8px}.sparkle-gold{font-size:14px;position:absolute;top:-6px;right:-10px}.opt-title{color:#0f172a;margin:0 0 4px;font-size:15px;font-weight:800}.opt-subtitle{color:#64748b;margin-bottom:12px;font-size:11px}.opt-pills-row{flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:16px;display:flex}.pill-white{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:10px;font-weight:600;display:inline-flex}.pill-gold{color:#b45309;background:#fef3c7;border:1px solid #fde68a;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:700}.arrow-purple{color:#635bff;font-size:8px}.opt-checks{text-align:left;flex-direction:column;gap:6px;width:100%;display:flex}.check-row{color:#475569;align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.green-check{color:#10b981;font-weight:800}.or-circle-badge{color:#94a3b8;z-index:5;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:700;display:flex;position:absolute;top:42%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px #0000000f}.aff-paid-col-divider{background:#e2e8f0;width:1px;height:100%}.aff-paid-right-col{flex-direction:column;justify-content:space-between;display:flex}.how-it-works-flow{justify-content:space-between;align-items:flex-start;margin-top:12px;margin-bottom:24px;display:flex}.flow-step{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex}.flow-icon-circle{background:#f3e8ff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:14px;display:flex;position:relative}.solid-purple-icon{background:linear-gradient(135deg,#635bff,#7c3aed)}.step-number-badge{color:#fff;background:#635bff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:9px;font-weight:800;display:flex;position:absolute;bottom:-4px}.step-title{color:#0f172a;margin-bottom:6px;font-size:13px;font-weight:800}.step-desc{color:#64748b;margin:0;font-size:11px;line-height:1.4}.flow-dashed-arrow{opacity:1;filter:drop-shadow(0 2px 6px #7c3aed40);justify-content:center;align-items:center;margin-top:16px;display:flex}.flow-dashed-arrow svg{width:54px;height:20px}.aff-bottom-purple-banner{background:linear-gradient(135deg,#f3e8ffd9 0%,#eef2ffa6 100%);border:1px solid #a855f733;border-radius:18px;align-items:center;gap:16px;margin-top:auto;padding:18px 24px;display:flex}.banner-wallet-circle{background:linear-gradient(135deg,#635bff,#7c3aed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 12px #635bff40}.banner-info-text{text-align:left;flex-direction:column;display:flex}.banner-info-text strong{color:#0f172a;margin-bottom:2px;font-size:14px;font-weight:800}.banner-info-text span{color:#64748b;font-size:12px}.aff-sec4-footer-trust{color:#475569;justify-content:center;align-items:center;gap:12px;margin-top:24px;font-size:13px;font-weight:600;display:flex}.shield-icon{font-size:15px}.trust-item strong{color:#0f172a;font-weight:800}.trust-dot{color:#cbd5e1}.aff-modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#0f172aa6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.aff-video-modal-content{background:#000;border-radius:16px;width:100%;max-width:900px;position:relative;overflow:hidden;box-shadow:0 25px 60px #00000080}.aff-demo-video-player{width:100%;max-height:80vh;display:block}.aff-modal-content{background:#fff;border-radius:24px;width:100%;max-width:480px;padding:36px;position:relative;box-shadow:0 20px 50px #0003}.aff-modal-close{cursor:pointer;color:#fff;z-index:10;background:#fff3;border:none;border-radius:50%;width:32px;height:32px;font-size:14px;position:absolute;top:16px;right:16px}.aff-modal-content .aff-modal-close{color:#64748b;background:#f1f5f9}.aff-modal-header h3{color:#0f172a;margin:12px 0 6px;font-size:22px;font-weight:700}.aff-modal-header p{color:#64748b;margin-bottom:24px;font-size:14px}.aff-modal-form{flex-direction:column;gap:18px;display:flex}.aff-form-group{flex-direction:column;gap:6px;display:flex}.aff-form-group label{color:#334155;font-size:13px;font-weight:600}.aff-form-group input{border:1px solid #cbd5e1;border-radius:10px;outline:none;padding:12px 16px;font-size:14px}.aff-form-group input:focus{border-color:#635bff;box-shadow:0 0 0 3px #635bff26}.w-full{justify-content:center;width:100%}@media (width<=1400px){.aff-sec3-right-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=1200px){.aff-hero-container{grid-template-columns:1fr}.aff-hero-left{text-align:center;align-items:center}.aff-hero-right{margin-top:40px}.aff-cards-grid{grid-template-columns:repeat(3,1fr)}.aff-sec3-top-grid{grid-template-columns:1fr}.aff-sec3-left{text-align:center;align-items:center}.aff-paid-main-card{grid-template-columns:1fr}.aff-paid-col-divider{display:none}}@media (width<=768px){.aff-nav{width:calc(100% - 20px);padding:6px 8px;top:10px}.aff-hero-section{background-image:url(/images/affilate/mobile_background%20banner.webp);padding:85px 16px 50px}.aff-nav-container{padding:0 8px}.aff-hero-container{gap:32px;padding:0 16px}.aff-nav-menu{display:none}.aff-partner-pill{align-items:center;gap:6px;margin-top:0;margin-bottom:18px;padding:6px 14px;font-size:11px;display:inline-flex}.aff-hero-title{letter-spacing:-1px;margin-bottom:20px;font-size:38px}.aff-cards-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:28px}.aff-card{padding:14px 10px}.aff-card-title{font-size:12px}.aff-card-desc{font-size:10.5px}.aff-hero-ctas{flex-wrap:wrap;justify-content:center;gap:12px;width:100%}.aff-btn-main{justify-content:center;width:100%;padding:12px 24px}.aff-hero-subtext{text-align:center;width:100%}.aff-sec2-features,.options-container{flex-direction:column;gap:16px}.aff-sec4-top-grid{grid-template-columns:1fr;gap:16px}.aff-sec4-card{min-height:190px;padding:24px 20px}.card-content{max-width:65%}.card-content h3{margin-bottom:8px;font-size:20px}.card-content p{font-size:11.5px;line-height:1.4}.card-sidd-img{height:150px;right:8px}.card-money-img{height:110px;right:12px}.how-it-works-flow{grid-template-columns:repeat(4,1fr);align-items:flex-start;gap:12px;margin-top:16px;margin-bottom:20px;display:grid}.flow-step{text-align:center;align-items:center}.flow-icon-circle{width:44px;height:44px;margin-bottom:8px}.flow-icon-circle svg{width:16px;height:16px}.step-number-badge{width:16px;height:16px;font-size:8px;bottom:-3px}.step-title{margin-bottom:4px;font-size:11.5px;line-height:1.25}.step-desc{font-size:10px;line-height:1.3}.aff-bottom-purple-banner{border-radius:14px;gap:12px;padding:14px 16px}.banner-wallet-circle{width:38px;height:38px}.banner-wallet-circle svg{width:18px;height:18px}.banner-info-text strong{font-size:12.5px}.banner-info-text span{font-size:10.5px}.aff-sec3-bottom-bar{grid-template-columns:repeat(2,1fr);gap:16px 12px;padding:20px 16px;display:grid}.aff-sec3-bottom-bar .aff-bottom-item:nth-child(n+5){display:none}.aff-bottom-item{justify-content:flex-start}.aff-sec2-divider,.flow-dashed-arrow,.or-circle-badge{display:none}.aff-sec3-right-grid{grid-template-columns:repeat(2,1fr)}.aff-hero-right{min-height:320px}.aff-ecosystem-wrapper{width:320px;height:320px}.aff-glow-backdrop{width:280px;height:280px}.aff-ring.ring-outer{width:260px;height:260px}.aff-ring.ring-inner{width:170px;height:170px}.aff-center-hub{width:100px;height:100px}.aff-hub-logo{height:24px}.aff-sec-faq{padding:48px 16px}.aff-faq-title{font-size:26px}.aff-faq-subtitle{font-size:14px}.aff-faq-question-btn{padding:16px 18px;font-size:15px}.aff-faq-answer{padding:0 18px 16px}.aff-faq-answer p{font-size:13.5px}}@media (width<=480px){.aff-sec4-card{min-height:175px;padding:20px 16px}.card-content{max-width:60%}.card-content h3{font-size:17px}.card-content p{font-size:10.5px}.card-sidd-img{height:130px;right:2px}.card-money-img{height:95px;right:4px}.how-it-works-flow{grid-template-columns:repeat(4,1fr);gap:6px}.flow-icon-circle{width:38px;height:38px}.flow-icon-circle svg{width:14px;height:14px}.step-number-badge{width:14px;height:14px;font-size:7.5px;bottom:-2px}.step-title{font-size:10.5px}.step-desc{font-size:9px}.aff-cards-grid{grid-template-columns:1fr}.aff-hero-title{font-size:28px}.aff-sec3-right-grid,.aff-sec3-bottom-bar{grid-template-columns:1fr}.aff-ecosystem-wrapper{transform:scale(.85)}.aff-footer-inner{text-align:center;flex-direction:column;justify-content:center}.aff-footer-logo{transform-origin:50%}}.affiliate-page footer{background:#fff;border-top:1px solid #e5e7eb;padding:16px 0}.aff-footer-wrap{max-width:1280px;margin:0 auto;padding:0 24px}.aff-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.aff-footer-logo{object-fit:contain;transform-origin:0;width:auto;height:50px;transform:scale(.9)}.aff-footer-inner p{color:#6b7280;margin:0;font-size:12.5px}.aff-sec-faq{background:#fbfbfe;border-top:1px solid #f3f4f6;padding:80px 24px}.aff-faq-container{flex-direction:column;gap:40px;max-width:860px;margin:0 auto;display:flex}.aff-faq-header{text-align:center;flex-direction:column;align-items:center;max-width:640px;margin:0 auto;display:flex}.aff-faq-title{color:#0f172a;letter-spacing:-.02em;margin-top:12px;margin-bottom:12px;font-size:36px;font-weight:800}.aff-faq-subtitle{color:#64748b;font-size:16px;line-height:1.6}.aff-faq-list{flex-direction:column;gap:14px;display:flex}.aff-faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:14px;transition:all .25s;overflow:hidden;box-shadow:0 2px 8px #00000005}.aff-faq-item.open{border-color:#a855f7;box-shadow:0 6px 20px #a855f714}.aff-faq-question-btn{color:#1e293b;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:20px 24px;font-size:17px;font-weight:600;transition:color .2s;display:flex}.aff-faq-question-btn:hover{color:#7c3aed}.aff-faq-toggle-icon{color:#7c3aed;background:#f3e8ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:22px;font-weight:400;transition:transform .2s;display:flex}.aff-faq-answer{border-top:1px dashed #f1f5f9;padding:0 24px 20px}.aff-faq-answer p{color:#475569;margin-top:14px;font-size:15px;line-height:1.65}.aff-sec-cta{background:#fbfbfe;border-top:1px solid #f1f5f9;padding:120px 24px 60px}.aff-cta-container{max-width:1200px;margin:0 auto}.aff-cta-card-ref{background:linear-gradient(135deg,#180233 0%,#290554 50%,#1c023d 100%);border:1px solid #ffffff1f;border-radius:28px;justify-content:space-between;align-items:flex-end;gap:40px;padding:36px 56px 0;display:flex;position:relative;overflow:visible;box-shadow:0 20px 50px -10px #1b033880,0 8px 24px #00000026}.aff-cta-ref-left{text-align:left;flex-direction:column;flex:1;align-items:flex-start;max-width:520px;padding-bottom:36px;display:flex}.aff-cta-ref-title{color:#fff;letter-spacing:-.02em;margin:0 0 12px;font-size:34px;font-weight:800;line-height:1.2}.highlight-mingrow{color:#facc15;text-underline-offset:6px;-webkit-text-decoration:underline #facc15;text-decoration:underline #facc15;text-decoration-thickness:3px}.aff-cta-ref-subtitle{color:#cbd5e1;margin:0 0 24px;font-size:14.5px;font-weight:400;line-height:1.5}.aff-cta-ref-buttons{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.aff-btn-white-pill{color:#1c023d;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #00000026}.aff-btn-white-pill:hover{color:#1c023d;background:#f8fafc;transform:translateY(-2px);box-shadow:0 8px 22px #00000040}.aff-btn-white-pill .arrow{font-size:16px;transition:transform .2s}.aff-btn-white-pill:hover .arrow{transform:translate(4px)}.aff-cta-ref-right{flex-shrink:0;justify-content:flex-end;align-items:flex-end;width:520px;margin-bottom:0;display:flex;position:relative;overflow:visible}.aff-cta-handshake-img{object-fit:contain;object-position:bottom;vertical-align:bottom;z-index:10;filter:drop-shadow(2px 0 #fff)drop-shadow(-2px 0 #fff)drop-shadow(0 -2px #fff)drop-shadow(1.5px -1.5px #fff)drop-shadow(-1.5px -1.5px #fff)drop-shadow(0 18px 35px #0006);width:100%;max-width:560px;height:auto;max-height:380px;margin-top:-100px;margin-bottom:0;transition:transform .3s;display:block;position:relative}.aff-cta-handshake-img:hover{transform:scale(1.02)translateY(-6px)}@media (width<=992px){.aff-cta-card-ref{flex-direction:column;align-items:center;gap:24px;padding:36px 24px 0}.aff-cta-ref-left{text-align:center;align-items:center;max-width:100%;padding-bottom:0}.aff-cta-ref-right{justify-content:center;align-items:flex-end;width:100%;display:flex}.aff-cta-ref-buttons{justify-content:center}.aff-cta-handshake-img{width:100%;max-width:440px;margin-top:0;margin-bottom:0}}@media (width<=576px){.aff-cta-card-ref{gap:20px;padding:28px 16px 0}.aff-cta-handshake-img{max-width:100%;margin-top:0;margin-bottom:0}.aff-cta-ref-title{font-size:24px}.aff-btn-white-pill,.aff-btn-outline-pill{justify-content:center;width:100%}}@media (width<=992px){.aff-hero-title{font-size:48px}.aff-hero-stats-card{grid-template-columns:repeat(2,1fr);gap:20px;padding:24px;display:grid}.aff-stat-divider{display:none}}@media (width<=640px){.aff-hero-section{background-image:url(/images/affilate/mobile_background%20banner.webp);background-position:top;background-size:cover;min-height:auto;padding:85px 16px 30px}.aff-partner-pill{color:#6b46e5;letter-spacing:.6px;background:#f3e8ff;border:1px solid #6b46e540;border-radius:999px;align-items:center;gap:6px;margin-top:8px;margin-bottom:18px;padding:6px 14px;font-size:11px;font-weight:700;box-shadow:0 2px 8px #6b46e514;display:inline-flex!important}.aff-hero-title{margin-bottom:14px;font-size:32px}.aff-hero-subtitle{margin-bottom:20px;font-size:14px}.aff-hero-ctas{justify-content:center;width:100%;margin-bottom:24px}.aff-hero-subfeatures{gap:16px 20px;margin-bottom:400px}.aff-btn-primary{border-radius:10px;width:auto;max-width:220px;padding:10px 22px;font-size:14px}.aff-hero-stats-card{grid-template-columns:1fr;gap:16px;margin-bottom:-20px;padding:18px 20px}.aff-stat-col{justify-content:flex-start;padding:0}}.adm-page{color:#0f172a;background:#f1f5f9;min-height:100vh;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.adm-login-screen{background:linear-gradient(135deg,#0f0a2e 0%,#1a0e3d 50%,#2d1570 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.adm-login-card{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 25px 60px #0006}.adm-login-logo{color:#0f172a;justify-content:center;align-items:center;gap:.6rem;margin-bottom:1.5rem;font-size:1rem;font-weight:700;display:flex}.adm-login-card h2{color:#0f172a;margin:0 0 .4rem;font-size:1.5rem;font-weight:800}.adm-login-card p{color:#64748b;margin:0 0 1.5rem;font-size:.875rem}.adm-login-form{flex-direction:column;gap:.75rem;display:flex}.adm-login-form input{border:1.5px solid #e2e8f0;border-radius:10px;outline:none;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.adm-login-form input:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1f}.adm-login-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5b21b6,#7c3aed);border:none;border-radius:10px;padding:.85rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:transform .2s,opacity .2s}.adm-login-form button:hover:not(:disabled){transform:translateY(-1px)}.adm-login-form button:disabled{opacity:.6;cursor:not-allowed}.adm-login-error{color:#ef4444;margin:0;font-size:.82rem;font-weight:600}.adm-header{z-index:50;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.adm-header-left{align-items:center;gap:1rem;display:flex}.adm-logo{align-items:center;gap:.5rem;display:flex}.adm-logo-m,.adm-login-logo .adm-logo-m{color:#fff;background:linear-gradient(135deg,#5b21b6,#7c3aed);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:900;display:flex}.adm-logo-text{color:#0f172a;font-size:.95rem;font-weight:700}.adm-header-title{color:#64748b;border-left:1px solid #e2e8f0;padding-left:1rem;font-size:.85rem}.adm-content{max-width:1400px;margin:0 auto;padding:2rem}.adm-stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.adm-stat-card{border:1px solid #f1f5f9;border-left:4px solid var(--accent);background:#fff;border-radius:14px;align-items:center;gap:1rem;padding:1.25rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 1px 4px #0000000f}.adm-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.adm-stat-icon{flex-shrink:0;font-size:1.8rem}.adm-stat-value{color:#0f172a;margin-bottom:.2rem;font-size:1.4rem;font-weight:900;line-height:1}.adm-stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:600}.adm-table-section{background:#fff;border:1px solid #f1f5f9;border-radius:16px;overflow:hidden;box-shadow:0 1px 4px #0000000f}.adm-table-toolbar{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.adm-table-title{color:#0f172a;align-items:center;gap:.5rem;margin:0;font-size:1rem;font-weight:800;display:flex}.adm-count-badge{color:#7c3aed;background:#ede9fe;border-radius:99px;padding:.15rem .5rem;font-size:.78rem;font-weight:700}.adm-filters{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.adm-search-form{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;flex:1;align-items:center;gap:.5rem;min-width:200px;padding:.5rem .75rem;display:flex}.adm-search-form svg{color:#94a3b8;flex-shrink:0}.adm-search-form input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:.88rem}.adm-search-form button{color:#fff;cursor:pointer;white-space:nowrap;background:#7c3aed;border:none;border-radius:6px;padding:.3rem .7rem;font-family:inherit;font-size:.8rem;font-weight:600}.adm-filters select{color:#334155;cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;padding:.5rem .75rem;font-family:inherit;font-size:.85rem;transition:border-color .2s}.adm-filters select:focus{border-color:#7c3aed}.adm-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.adm-table{border-collapse:collapse;width:100%;font-size:.85rem}.adm-table thead tr{background:#f8fafc}.adm-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border-bottom:1px solid #f1f5f9;padding:.75rem 1rem;font-size:.75rem;font-weight:700}.adm-table td{vertical-align:middle;border-bottom:1px solid #f8fafc;padding:.9rem 1rem}.adm-table-row:hover td{background:#fafafa}.adm-ref-cell{color:#7c3aed;white-space:nowrap;font-family:Courier New,monospace;font-size:.78rem;font-weight:700}.adm-customer-cell{flex-direction:column;gap:.15rem;display:flex}.adm-customer-cell strong{color:#0f172a;font-size:.88rem}.adm-customer-cell span{color:#64748b;font-size:.78rem}.adm-date-cell{white-space:nowrap;color:#64748b;font-size:.8rem}.adm-table-loading,.adm-table-empty{text-align:center;color:#64748b;justify-content:center;align-items:center;gap:.5rem;padding:3rem;font-size:.9rem;display:flex}.adm-badge{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:99px;align-items:center;padding:.25rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.badge-green{color:#16a34a;background:#dcfce7}.badge-yellow{color:#a16207;background:#fef9c3}.badge-red{color:#dc2626;background:#fee2e2}.badge-blue{color:#1d4ed8;background:#dbeafe}.badge-gray{color:#64748b;background:#f1f5f9}.badge-purple{color:#7c3aed;background:#ede9fe}.adm-pagination{color:#64748b;border-top:1px solid #f1f5f9;justify-content:center;align-items:center;gap:1rem;padding:1rem;font-size:.85rem;display:flex}.adm-overlay{z-index:300;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a0a14b3;justify-content:flex-end;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.adm-detail-modal{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:520px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) admSlideIn;display:flex;overflow:hidden;box-shadow:0 25px 60px #0000004d}@keyframes admSlideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.adm-detail-header{border-bottom:1px solid #f1f5f9;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:1.25rem 1.5rem;display:flex}.adm-detail-header h3{color:#0f172a;margin:0 0 .4rem;font-family:Courier New,monospace;font-size:.95rem;font-weight:800}.adm-detail-badges{flex-wrap:wrap;gap:.4rem;display:flex}.adm-close-btn{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.adm-close-btn:hover{color:#0f172a;background:#e2e8f0}.adm-detail-body{scrollbar-width:thin;flex-direction:column;flex:1;gap:1.25rem;padding:1.25rem 1.5rem;display:flex;overflow-y:auto}.adm-detail-section{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;padding:1rem}.adm-detail-section-title{color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem;font-size:.78rem;font-weight:700}.adm-detail-rows{flex-direction:column;gap:.5rem;display:flex}.adm-detail-row{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.adm-detail-row span:first-child{color:#64748b;flex-shrink:0;font-size:.82rem}.adm-detail-row strong{color:#0f172a;text-align:right;word-break:break-all;font-size:.85rem}.adm-detail-row a{color:#7c3aed;font-size:.82rem;text-decoration:none}.adm-mono{background:#f1f5f9;border-radius:4px;padding:.1rem .4rem;font-family:Courier New,monospace;font-size:.75rem!important}.adm-notes-text{color:#475569;white-space:pre-wrap;margin:0;font-size:.85rem;line-height:1.6}.adm-timeline{flex-direction:column;gap:0;display:flex}.adm-timeline-item{gap:.75rem;padding-bottom:1rem;display:flex;position:relative}.adm-timeline-item:last-child{padding-bottom:0}.adm-timeline-item:not(:last-child):before{content:"";background:#e2e8f0;width:2px;position:absolute;top:20px;bottom:0;left:9px}.adm-timeline-item.completed:not(:last-child):before{background:#bbf7d0}.adm-tl-dot{background:#e2e8f0;border:2px solid #cbd5e1;border-radius:50%;flex-shrink:0;width:20px;height:20px;margin-top:2px}.adm-timeline-item.completed .adm-tl-dot{background:#16a34a;border-color:#16a34a}.adm-tl-dot.success{background:#16a34a;border-color:#16a34a;box-shadow:0 0 0 4px #16a34a26}.adm-tl-dot.error{background:#ef4444;border-color:#ef4444}.adm-tl-content{flex-direction:column;gap:.15rem;display:flex}.adm-tl-content strong{color:#0f172a;font-size:.85rem}.adm-tl-content span{color:#64748b;font-size:.78rem}.adm-detail-actions,.adm-cancel-confirm{border-top:1px solid #f1f5f9;flex-shrink:0;padding:1rem 1.5rem}.adm-cancel-confirm p{color:#334155;margin:0 0 .75rem;font-size:.88rem;font-weight:600}.adm-cancel-reason-input{box-sizing:border-box;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;margin-bottom:.75rem;padding:.65rem .9rem;font-family:inherit;font-size:.88rem}.adm-cancel-confirm-actions{gap:.6rem;display:flex}.adm-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5b21b6,#7c3aed);border:none;border-radius:10px;padding:.7rem 1.25rem;font-family:inherit;font-size:.88rem;font-weight:700;transition:transform .2s,opacity .2s}.adm-btn-primary:hover:not(:disabled){transform:translateY(-1px)}.adm-btn-secondary{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.4rem;padding:.6rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .15s;display:inline-flex}.adm-btn-secondary:hover:not(:disabled){color:#0f172a;background:#e2e8f0}.adm-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.adm-btn-danger{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:10px;flex:1;padding:.65rem 1.1rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:opacity .2s}.adm-btn-danger:hover:not(:disabled){opacity:.9}.adm-btn-danger:disabled{opacity:.6;cursor:not-allowed}.adm-btn-icon{color:#475569;cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s;display:flex}.adm-btn-icon:hover{color:#fff;background:#7c3aed;border-color:#7c3aed}.adm-view-btn{color:#7c3aed;cursor:pointer;white-space:nowrap;background:#ede9fe;border:none;border-radius:6px;padding:.35rem .75rem;font-family:inherit;font-size:.78rem;font-weight:700;transition:background .15s}.adm-view-btn:hover{color:#fff;background:#7c3aed}.adm-spinner{border:2.5px solid #e2e8f0;border-top-color:#7c3aed;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite admSpin}@keyframes admSpin{to{transform:rotate(360deg)}}.adm-error{color:#ef4444;padding:.75rem 1.5rem;font-size:.85rem}@media (width<=1200px){.adm-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.adm-content{padding:1rem}.adm-stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.adm-header{padding:1rem}.adm-header-title{display:none}.adm-overlay{align-items:flex-end;padding:0}.adm-detail-modal{border-radius:20px 20px 0 0;max-width:100%;max-height:95vh}}@media (width<=480px){.adm-stats-grid{grid-template-columns:1fr 1fr}.adm-stat-value{font-size:1.1rem}}
