.studio-page{--ink:#0b1220;--ink-soft:#1442ae;--text:#3c4658;--muted:#6b7688;--muted2:#6b7688;--line:#edeff3;--line-soft:#e2e6ec;--paper:#f7f9fc;--green:#e8f6f0;--green-text:#0e8a5f;--green-dark:#0e8a5f;--blue:#1a56db;--blue-d:#1442ae;--blue-l:#eef3fe;--blue-b:#d6e2fb;--serif:var(--font-inter), sans-serif;--display:var(--font-inter), sans-serif;--sans:var(--font-inter), sans-serif;--mono:var(--font-mono), monospace;color:var(--ink);font:400 17px/1.6 var(--sans);-webkit-font-smoothing:antialiased;background:#fff}.studio-page,.studio-page *{box-sizing:border-box}.studio-page a{color:var(--blue);text-decoration:none}.studio-page a:hover{color:var(--blue-d)}.studio-page h1,.studio-page h2,.studio-page h3,.studio-page p{letter-spacing:-.028em;margin:0;line-height:1.1}.studio-page p{letter-spacing:normal;line-height:1.6}.studio-page img,.studio-page svg{max-width:100%;height:auto}.studio-page .mono{font-family:var(--mono)}.studio-page .muted{color:var(--muted)}.studio-page .center{text-align:center}.studio-page .small-note{margin-top:28px;font-size:13.5px;line-height:1.6}.studio-page .btn{font:600 15px/1 var(--sans);border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:13px 22px;transition:all .15s;display:inline-flex}.studio-page .btn.small{text-align:center;flex:1;padding:12px 0;font-size:13px}.studio-page .btn-dark,.studio-page a.btn-dark{background:var(--blue);color:#fff}.studio-page .btn-dark:hover,.studio-page a.btn-dark:hover{background:var(--blue-d);color:#fff}.studio-page .btn-outline,.studio-page a.btn-outline{border:1px solid var(--line-soft);color:var(--ink);background:#fff}.studio-page .btn-outline:hover,.studio-page a.btn-outline:hover{border-color:var(--muted);color:var(--ink)}.studio-page .btn-light,.studio-page a.btn-light{background:var(--blue);color:#fff}.studio-page .btn-light:hover,.studio-page a.btn-light:hover{background:var(--blue-d);color:#fff}.studio-page .btn-outline-light,.studio-page a.btn-outline-light{color:#fff;border:1px solid #3a4557}.studio-page .btn-outline-light:hover,.studio-page a.btn-outline-light:hover{color:#fff;border-color:#fff}.studio-page .nav{z-index:20;border-bottom:1px solid var(--line-soft);background:#fff;position:sticky;top:0}.studio-page .nav-row{justify-content:space-between;align-items:center;gap:24px;padding:20px 80px;display:flex}.studio-page .brand{align-items:center;gap:10px;display:flex}.studio-page .brand-logo{width:auto;height:34px;display:block}.studio-page .nav-links{align-items:center;gap:36px;display:flex}.studio-page .nav-links a{color:var(--text);font-size:14.5px;font-weight:500}.studio-page .nav-ctas{align-items:center;gap:12px;display:flex}.studio-page .nav-ctas .btn{padding:11px 22px;font-size:14px}.studio-page .nav-burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.studio-page .nav-burger span{background:var(--ink);width:20px;height:2px}.studio-page .nav-mobile{border-top:1px solid var(--line-soft);flex-direction:column;gap:2px;padding:8px 20px 20px;display:flex}.studio-page .nav-mobile a{color:var(--text);border-bottom:1px solid #f0ece6;padding:12px 0;font-size:15px;font-weight:500}.studio-page .nav-mobile-ctas{flex-direction:column;gap:10px;margin-top:16px;display:flex}.studio-page .hero{text-align:center;background:#fff;align-items:center;padding:clamp(32px,4vw,48px) 0 clamp(48px,7vw,88px);display:flex;position:relative;overflow:hidden}.studio-page .hero .hero-inner{width:100%;max-height:100%;overflow:hidden}.studio-page .hero-inner{z-index:1;position:relative}.studio-page .badge{font:600 12.5px/1 var(--sans);letter-spacing:.14em;text-transform:uppercase;color:var(--blue);border-radius:999px;margin-bottom:28px;padding:8px 0;display:inline-block}.studio-page .hero-h1{font-family:var(--display);letter-spacing:-.028em;max-width:920px;margin:0 auto;font-size:clamp(38px,5.6vw,56px);font-weight:800;line-height:1.1}.studio-page .hero-phrase-wrap{height:1.1em;display:block;position:relative;overflow:hidden}.studio-page .hero-phrase{white-space:nowrap;color:var(--blue);display:block;position:relative}.studio-page .hero-phrase.phrase-in{animation:.6s cubic-bezier(.22,1,.36,1) forwards heroPhraseIn}.studio-page .hero-phrase.phrase-out{animation:.4s cubic-bezier(.55,0,1,.45) forwards heroPhraseOut}@keyframes heroPhraseIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes heroPhraseOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}.studio-page .hero-sub{color:var(--text);max-width:660px;margin:26px auto 0;font-size:18.5px;line-height:1.6}.studio-page .hero-ctas{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:32px;display:flex}.studio-page .hero-micro{color:var(--muted);margin-top:18px;font-size:13.5px}.studio-page .hero-split{text-align:left;grid-template-rows:770px;grid-template-columns:1fr 1fr;gap:56px;width:100%;margin:34px 0 0;display:grid}.studio-page .hero-text{flex-direction:column;justify-content:flex-start;width:100%;height:770px;display:flex;overflow:hidden}.studio-page .hero-text .hero-h1{text-align:left;margin-left:0;margin-right:0}.studio-page .hero-text .hero-sub{margin-left:0}.studio-page .hero-text .hero-ctas{justify-content:flex-start}.studio-page .hero-text .hero-micro{text-align:left}.studio-page .hero-video-wrap{background:var(--ink);border-radius:24px;width:100%;height:770px;position:relative;overflow:hidden}.studio-page .hero-video{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.studio-page .card{border:1px solid var(--line-soft);background:#fff;border-radius:14px;padding:20px;transition:box-shadow .22s,border-color .22s,transform .22s}.studio-page .card:hover{border-color:var(--blue-b);transform:translateY(-2px);box-shadow:0 20px 40px -26px #0b122047}.studio-page .card.padded{border-radius:14px;padding:26px}.studio-page .pill{border-radius:999px;padding:5px 10px;font-size:11.5px;font-weight:700;display:inline-block}.studio-page .pill.soft{color:var(--text);background:#f3f0eb;padding:6px 14px;font-size:12px;font-weight:600}.studio-page .stat-sub{color:var(--green-text);font-size:12.5px}.studio-page .stat-delta{color:var(--green-text);font-size:13.5px;font-weight:600}.studio-page .bullet-row{align-items:flex-start;gap:10px;padding:9px 0;display:flex}.studio-page .dot{background:var(--ink);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:7px;transition:background .25s;display:block}.studio-page .bullet-title{font-size:13.5px;font-weight:600}.studio-page .bullet-desc{color:var(--muted);margin-top:2px;font-size:12.5px;line-height:1.5}.studio-page .section{background:#fff;padding:clamp(48px,8vw,100px) 0}.studio-page .section.alt{background:var(--paper)}.studio-page .section-inner{width:100%}.studio-page .section-inner.center{text-align:center}.studio-page .narrow-inner{max-width:800px;margin-left:40px;margin-right:auto}.studio-page .eyebrow{font:600 12.5px/1 var(--sans);letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:16px}.studio-page .eyebrow.small{margin-bottom:16px}.studio-page .h2{font-family:var(--sans);letter-spacing:-.028em;margin-bottom:44px;font-size:clamp(29px,3.7vw,42px);font-weight:800;line-height:1.1}.studio-page .h2.nowrap{white-space:nowrap;font-size:clamp(22px,2.6vw,42px)}.studio-page .h2.tight-heading{margin-bottom:9px}.studio-page .h2.narrow{max-width:760px}.studio-page .h2.light{color:#fff;max-width:700px;margin:0 auto 16px}.studio-page .lede{color:var(--text);max-width:640px;margin-bottom:44px;font-size:17.5px;line-height:1.6}.studio-page .lede.center{margin-left:auto;margin-right:auto}.studio-page .grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.studio-page .grid-4{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.studio-page .built-for-icon{border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.studio-page .card h3{margin:20px 0 10px;font-size:19px;font-weight:700;line-height:1.25}.studio-page .card p{color:var(--text);font-size:15px;line-height:1.6}.studio-page .card.padded .mono.muted{font-size:12px;font-family:var(--mono);letter-spacing:.1em;color:var(--blue);font-weight:700}.studio-page .callout{background:var(--blue-l);border-left:3px solid var(--blue);color:var(--ink);border-radius:0 22px 22px 0;margin-top:24px;padding:22px 26px;font-size:16.5px;font-weight:500;line-height:1.6}.studio-page .why-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:48px;display:grid}.studio-page .why-list{grid-template-columns:repeat(2,1fr);gap:28px 32px;display:grid}.studio-page .why-item{align-items:flex-start;gap:14px;display:flex}.studio-page .why-icon{border-radius:10px;flex-shrink:0;width:36px;height:36px}.studio-page .why-title{margin-bottom:8px;font-size:17.5px;font-weight:700}.studio-page .why-list p{color:var(--text);font-size:14px;line-height:1.6}.studio-page .output-card{background:var(--paper);border:1px solid var(--line-soft);border-radius:24px;padding:26px}.studio-page .output-row{border-bottom:1px solid var(--line-soft);color:var(--text);justify-content:space-between;align-items:center;padding:12px 0;font-size:14px;display:flex}.studio-page .output-row .pill{padding:4px 10px;font-size:13px;font-weight:500}.studio-page .price-cta,.studio-page a.price-cta{text-align:center;background:var(--blue);color:#fff;border-radius:10px;padding:10.8px 19.8px;font-size:9.6px;font-weight:600;transition:background .2s,color .2s}.studio-page .price-cta:hover,.studio-page a.price-cta:hover{background:var(--blue-d);color:#fff}.studio-page .credit-layout{grid-template-columns:1fr 1fr;align-items:stretch;gap:16px;margin-top:40px;display:grid}.studio-page .credit-grid{text-align:left;grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.studio-page .credit-card{background:#f4f4f6;border:1px solid #e5e5e7;border-radius:16px;padding:19.8px 21.6px}.studio-page .credit-card-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.studio-page .credit-title{color:var(--text);align-items:center;gap:10px;font-size:13px;display:flex}.studio-page .credit-title strong{color:var(--ink);font-size:20px;font-weight:700}.studio-page .bonus-badge{color:#1e1b0e;white-space:nowrap;background:#fbbf24;border-radius:8px;padding:5px 12px;font-size:11px;font-weight:600}.studio-page .credit-total-line{color:var(--muted);margin-top:9px;font-size:12.5px}.studio-page .bonus-text{color:#c2790e;font-weight:600}.studio-page .credit-card-foot{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.studio-page .credit-price{font-family:var(--font-inter), sans-serif;font-size:17px;font-weight:700}.studio-page .credit-card .price-cta{padding:10px 20px;font-size:13px}.studio-page .credit-custom{text-align:left;background:#f4f4f6;border:1px solid #e5e5e7;border-radius:16px;flex-direction:column;padding:26px;display:flex}.studio-page .credit-custom-label{margin-bottom:16px;font-size:16px;font-weight:600}.studio-page .credit-stepper{background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:16px 22px;display:flex}.studio-page .credit-stepper button{width:24px;height:24px;color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:15px;line-height:1}.studio-page .credit-stepper button:hover{color:var(--ink)}.studio-page .credit-stepper span{font-size:18px;font-weight:700}.studio-page .credit-custom-summary-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:18px;display:flex}.studio-page .credit-custom-summary-row .credit-title strong{font-size:18px}.studio-page .credit-custom-cta,.studio-page a.credit-custom-cta{border-radius:10px;width:100%;margin-top:auto;padding:16px;font-size:13px;display:block}.studio-page .credit-custom-footnote{text-align:center;color:var(--muted2);margin-top:14px;font-size:13px}.studio-page .ad-engine{background:linear-gradient(135deg,#f8fafe 0%,#fff 65%)}.studio-page .ad-grid{margin:40px 0 36px}.studio-page .footer{border-top:1px solid var(--line-soft);color:var(--muted);background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:36px 80px;font-size:13.5px;display:flex}@media (max-width:980px){.studio-page .hero{height:auto;min-height:0}.studio-page .hero .hero-inner{height:auto;max-height:none;overflow:visible}.studio-page .nav-links,.studio-page .nav-ctas{display:none}.studio-page .nav-burger{display:flex}.studio-page .hero-split{text-align:center;grid-template-rows:none;grid-template-columns:1fr;gap:40px}.studio-page .hero-text{justify-content:flex-start;align-items:center;height:auto;overflow:visible}.studio-page .hero-text .hero-h1,.studio-page .hero-text .hero-ctas{text-align:center;justify-content:center}.studio-page .hero-text .hero-sub,.studio-page .hero-text .hero-micro{text-align:center;margin-left:auto;margin-right:auto}.studio-page .hero-video-wrap{aspect-ratio:4/5;width:100%;max-width:420px;height:auto;margin:0 auto}.studio-page .grid-3,.studio-page .grid-4{grid-template-columns:repeat(2,1fr)}.studio-page .why-grid{grid-template-columns:1fr;gap:36px}.studio-page .why-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.studio-page .nav-row{padding:16px 20px}.studio-page .brand-logo{height:28px}.studio-page .hero{text-align:center}.studio-page .hero-h1{font-size:32px}.studio-page .hero-sub{font-size:15.5px}.studio-page .hero-ctas{flex-direction:column;width:100%}.studio-page .hero-ctas .btn{text-align:center;width:100%}.studio-page .hero-split{gap:28px;margin-top:32px}.studio-page .grid-3,.studio-page .grid-4,.studio-page .why-list,.studio-page .ad-grid,.studio-page .credit-grid,.studio-page .credit-layout{grid-template-columns:1fr}.studio-page .h2,.studio-page .lede{margin-bottom:28px}.studio-page .why-grid{gap:28px}.studio-page .credit-card{padding:20px}.studio-page .credit-custom{padding:22px}.studio-page .callout{padding:22px 20px}.studio-page .footer{text-align:left;flex-direction:column;align-items:flex-start}}@media (max-width:380px){.studio-page .hero-h1{font-size:27px}}.studio-cta{padding:clamp(40px,5vw,64px) 0 0}
