:root {
  --ink: #181223;
  --muted: #686173;
  --paper: #fffdfd;
  --soft: #f7f3f8;
  --plum: #160d1d;
  --plum-2: #24142d;
  --surface: #261d31;
  --pink: #f31883;
  --pink-2: #d80e71;
  --violet: #7652d4;
  --line: rgba(255,255,255,.12);
  --radius: 22px;
  --shadow: 0 24px 70px rgba(20, 8, 29, .28);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
body.nav-open { overflow: hidden; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #ff70b8; outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-150%); padding: 10px 16px; border-radius: 10px; background: #fff; color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(22,13,29,.9); color: #fff; backdrop-filter: blur(18px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 1.4rem; font-weight: 850; letter-spacing: -.03em; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a:not(.button) { color: #e9e1ed; text-decoration: none; font-weight: 650; font-size: .94rem; }
.site-nav > a:not(.button):hover { color: #fff; }
.nav-toggle { display: none; width: 46px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; width: 21px; height: 2px; margin: 4px auto; background: #fff; }

.section-dark { position: relative; overflow: hidden; color: #fff; background: var(--plum); }
.section-light { background: var(--paper); }
.hero { padding: 92px 0 48px; }
.hero-glow { position: absolute; width: 820px; height: 620px; right: -170px; top: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(243,24,131,.23), rgba(113,67,187,.1) 44%, transparent 70%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; gap: 58px; }
.hero-copy { padding-bottom: 40px; }
.eyebrow { margin: 0 0 14px; color: var(--pink); font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 590px; margin-bottom: 22px; font-size: clamp(2.55rem, 4.35vw, 4rem); line-height: 1.02; letter-spacing: -.05em; }
.hero-lead { max-width: 590px; margin-bottom: 30px; color: #d9cfdf; font-size: 1.14rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 24px; border: 0; border-radius: 14px; background: linear-gradient(135deg, var(--pink), var(--pink-2)); color: #fff; text-decoration: none; font-weight: 850; box-shadow: 0 14px 35px rgba(243,24,131,.24); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(243,24,131,.34); }
.button-small { min-height: 44px; padding: 10px 18px; border-radius: 12px; font-size: .9rem; }
.free-pill { display: inline-flex; align-items: center; min-height: 42px; padding: 8px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #fff; background: rgba(255,255,255,.07); font-size: .88rem; font-weight: 800; }
.microcopy { margin: 13px 0 0; color: #a99caf; font-size: .9rem; }

.product-stage { position: relative; min-height: 420px; display: flex; align-items: center; justify-content: center; }
.browser-frame { overflow: hidden; width: 100%; border: 1px solid rgba(255,255,255,.25); border-radius: 18px; background: #0f0c16; box-shadow: var(--shadow); }
.browser-bar { height: 28px; display: flex; align-items: center; gap: 6px; padding: 0 12px; background: #211828; }
.browser-bar span { width: 7px; height: 7px; border-radius: 50%; background: #685a70; }
.browser-frame img { width: 100%; height: auto; object-fit: contain; object-position: top left; }
.phone-frame { position: relative; overflow: hidden; width: 230px; aspect-ratio: .495; padding: 8px; border: 2px solid #79737d; border-radius: 38px; background: #07060a; box-shadow: 0 30px 65px rgba(0,0,0,.5); }
.phone-frame img { width: 100%; height: 100%; border-radius: 29px; object-fit: cover; object-position: top; }
.phone-speaker { position: absolute; z-index: 2; width: 67px; height: 18px; top: 8px; left: 50%; transform: translateX(-50%); border-radius: 0 0 12px 12px; background: #07060a; }
.product-stage > .phone-frame { position: absolute; right: 0; bottom: 2px; width: 180px; transform: rotate(4deg); transform-origin: center bottom; }
.product-stage > .browser-frame { width: calc(100% - 92px); max-width: 570px; transform: translateX(-20px); }

.benefit-strip { position: relative; margin-top: 54px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.benefit-strip article { display: flex; gap: 14px; min-height: 150px; padding: 28px 24px; }
.benefit-strip article + article { border-left: 1px solid var(--line); }
.benefit-icon { flex: 0 0 auto; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: #fff; background: rgba(243,24,131,.17); font-size: 1.35rem; }
.benefit-strip h2 { margin: 1px 0 5px; font-size: 1rem; letter-spacing: -.02em; }
.benefit-strip p { margin: 0; color: #bdb1c3; font-size: .9rem; line-height: 1.45; }

.leaders, .musicians { padding: 92px 0; }
.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 64px; }
.section-copy h2, .workflow h2, .signup h2 { margin-bottom: 22px; font-size: clamp(2rem, 3.25vw, 3rem); line-height: 1.08; letter-spacing: -.045em; }
.section-copy > p:not(.eyebrow), .signup-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 1.05rem; }
.feature-list { display: grid; gap: 21px; margin: 38px 0 0; padding: 0; list-style: none; }
.feature-list li { display: flex; align-items: flex-start; gap: 16px; }
.feature-icon { flex: 0 0 auto; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: var(--pink); background: #ffe9f3; font-size: 1.2rem; font-weight: 900; }
.feature-list strong { display: block; margin-bottom: 2px; }
.feature-list p { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.45; }
.light-shadow { border-color: #ece5ef; box-shadow: 0 30px 70px rgba(40,20,50,.18); }
.panel-showcase { width: 100%; max-width: 680px; min-width: 0; justify-self: end; }
.panel-tabs { display: grid; grid-template-columns: repeat(4, max-content); justify-content: center; gap: 8px; width: 100%; max-width: 100%; margin-top: 18px; }
.panel-tab { padding: 9px 14px; border: 1px solid #ded6e1; border-radius: 999px; color: #5f5665; background: #fff; font-weight: 750; cursor: pointer; }
.panel-tab.is-active { border-color: var(--pink); color: #fff; background: var(--pink); }

.musicians { background: linear-gradient(135deg, #160d1d 0%, #24112c 75%, #3b1542 100%); }
.musicians .split-layout { grid-template-columns: .9fr 1.1fr; }
.musicians .section-copy > p:not(.eyebrow), .dark-list p { color: #c9becf; }
.dark-list .feature-icon { color: #fff; background: rgba(243,24,131,.22); }
.phones-pair { position: relative; min-height: 640px; }
.phones-pair .phone-frame { position: absolute; width: 285px; top: 50%; left: 50%; }
.phone-left { transform: translate(-85%, -52%) rotate(-3deg); }
.phone-right { transform: translate(-15%, -47%) rotate(4deg); }

.workflow { padding: 95px 0 100px; }
.centered { text-align: center; }
.workflow h2 { max-width: 780px; margin-inline: auto; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 52px 0 0; padding: 0; list-style: none; }
.steps li { position: relative; display: flex; align-items: flex-start; gap: 17px; padding: 24px; border: 1px solid #ece5ef; border-radius: 18px; background: #fff; box-shadow: 0 12px 32px rgba(40,20,50,.06); }
.steps li > span { flex: 0 0 auto; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: #fff; background: var(--pink); font-weight: 900; }
.steps h3 { margin: 2px 0 6px; font-size: 1rem; }
.steps p { margin: 0; color: var(--muted); font-size: .92rem; }

.faq { padding: 110px 0; background: linear-gradient(180deg, #f8f5f9 0%, #fff 100%); }
.faq-grid { display: grid; grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr); gap: 78px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 { max-width: 470px; margin-bottom: 20px; font-size: clamp(2rem, 3.25vw, 3rem); line-height: 1.08; letter-spacing: -.045em; }
.faq-intro > p:not(.eyebrow) { max-width: 480px; color: var(--muted); font-size: 1.02rem; }
.faq-contact { margin-top: 24px; color: #2a1730; border-color: #ded2e2; background: #fff; }
.faq-contact:hover { color: #fff; border-color: var(--pink); background: var(--pink); }
.faq-content { display: grid; gap: 34px; min-width: 0; }
.faq-group { display: grid; gap: 12px; }
.faq-group > h3 { margin: 0 0 3px; color: #7d647f; font-size: .8rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.faq details { overflow: hidden; border: 1px solid #e7dfe9; border-radius: 15px; background: #fff; box-shadow: 0 10px 28px rgba(42,23,48,.045); }
.faq summary { position: relative; display: flex; align-items: center; min-height: 64px; padding: 17px 58px 17px 20px; color: #211627; font-weight: 800; line-height: 1.35; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 20px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: #a51d67; background: #fde9f3; font-size: 1.25rem; font-weight: 500; transition: transform .2s ease, color .2s ease, background .2s ease; }
.faq details[open] { border-color: #ddc8d9; box-shadow: 0 14px 34px rgba(42,23,48,.075); }
.faq details[open] summary::after { color: #fff; background: var(--pink); transform: rotate(45deg); }
.faq details[open] summary { color: #a51d67; }
.faq-answer { padding: 0 20px 20px; border-top: 1px solid #f0e9f1; }
.faq-answer p { margin: 16px 0 0; color: #625667; line-height: 1.68; }
.faq-answer strong { color: #332438; }
.faq-answer a:not(.faq-link) { color: #a51d67; font-weight: 800; }
.faq-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.faq-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 15px; padding: 10px 14px; border-radius: 10px; color: #fff; background: #a51d67; font-size: .9rem; font-weight: 800; text-decoration: none; }
.faq-link:hover { background: #7f174f; }
.faq-copy-link { border: 1px solid #d9c9dc; color: #332438; background: #fff; font: inherit; font-size: .9rem; font-weight: 800; cursor: pointer; }
.faq-copy-link:hover { border-color: #a51d67; color: #fff; background: #a51d67; }
.faq summary:focus-visible, .faq-link:focus-visible, .faq-contact:focus-visible { outline: 3px solid rgba(243,24,131,.28); outline-offset: 3px; }

.signup { position: relative; overflow: hidden; padding: 110px 0; color: #fff; background: linear-gradient(145deg, #160d1d, #281132); }
.signup::before { content: ""; position: absolute; inset: auto -10% -55% 30%; height: 650px; border-radius: 50%; background: radial-gradient(circle, rgba(243,24,131,.18), transparent 68%); }
.signup-grid { position: relative; display: grid; grid-template-columns: .7fr 1.3fr; gap: 72px; align-items: start; }
.signup-copy { position: sticky; top: 120px; }
.signup-copy > p:not(.eyebrow) { color: #d3c8d8; }
.notice-card { margin-top: 30px; padding: 19px 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(255,255,255,.05); }
.notice-card strong { color: #ff7aba; }
.notice-card p { margin: 5px 0 0; color: #c8bdce; font-size: .92rem; }
.signup-form { padding: 34px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.07); box-shadow: 0 28px 70px rgba(0,0,0,.22); backdrop-filter: blur(14px); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { margin-bottom: 19px; }
.field label { display: block; margin-bottom: 7px; color: #f8f3fa; font-weight: 750; }
.field label > span:not(.optional), .check-field span > span { color: #ff76b8; }
.optional { margin-left: 7px; color: #aa9caf; font-size: .78rem; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.17); border-radius: 11px; color: #fff; background: rgba(11,7,16,.48); }
.field select option { color: #181223; background: #fff; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #ff68b1; outline: 3px solid rgba(255,65,155,.18); }
.field [aria-invalid="true"] { border-color: #ff8bbf; }
.check-field { display: flex; align-items: flex-start; gap: 11px; margin: 4px 0 22px; color: #dcd2e0; font-size: .91rem; line-height: 1.48; }
.check-field input { flex: 0 0 auto; width: 19px; height: 19px; margin-top: 2px; accent-color: var(--pink); }
.check-field a { color: #ff82be; font-weight: 750; }
.form-button { width: 100%; }
.form-button:disabled { cursor: wait; opacity: .72; transform: none; box-shadow: none; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-error { margin: -5px 0 16px; color: #ffafd2; font-weight: 700; }
.form-success[hidden] { display: none; }
.form-success { position: fixed; z-index: 120; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(8,4,12,.78); backdrop-filter: blur(7px); }
.form-success-card { width: min(100%, 510px); padding: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: #1d1426; box-shadow: 0 30px 80px rgba(0,0,0,.48); text-align: center; }
.form-success img { width: 58px; height: 58px; margin: 0 auto 16px; border-radius: 14px; }
.form-success strong { display: block; color: #fff; font-size: clamp(1.35rem, 3vw, 1.8rem); }
.form-success p { margin: 12px 0 24px; color: #d9cfe0; line-height: 1.65; }
.form-success .button { min-width: 150px; }

.site-footer { padding: 55px 0 22px; color: #fff; background: #100916; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .9fr .7fr; gap: 50px; align-items: start; }
.footer-brand img { width: 42px; height: 42px; }
.footer-grid > div > p { margin: 12px 0 0; color: #9f92a6; font-size: .9rem; }
.footer-grid nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; }
.footer-grid nav a, .footer-contact a { color: #c7bccd; text-decoration: none; }
.footer-grid nav a:hover, .footer-contact a:hover { color: #fff; }
.footer-contact { display: grid; gap: 8px; }
.footer-contact span { color: #ff73b8; font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); color: #817486; font-size: .84rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 1040px) {
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 76px 0 auto; display: none; padding: 18px 24px 26px; border-bottom: 1px solid var(--line); background: #160d1d; box-shadow: 0 30px 50px rgba(0,0,0,.35); }
  .site-nav.is-open { display: grid; }
  .site-nav > a:not(.button) { display: block; padding: 7px 0; }
  .site-nav .button { margin-top: 8px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; padding-bottom: 0; }
  .product-stage { min-height: 450px; }
  .product-stage > .browser-frame { width: calc(100% - 120px); max-width: 720px; }
  .benefit-strip { grid-template-columns: repeat(2, 1fr); }
  .benefit-strip article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .benefit-strip article:nth-child(4) { border-top: 1px solid var(--line); }
  .split-layout, .musicians .split-layout, .faq-grid, .signup-grid { grid-template-columns: 1fr; }
  .panel-showcase { max-width: 820px; justify-self: center; }
  .faq-intro, .signup-copy { position: static; }
  .phones-pair { min-height: 650px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); }
  html { scroll-padding-top: 72px; }
  .nav-wrap { min-height: 68px; }
  .brand { font-size: 1.2rem; }
  .brand img { width: 40px; height: 40px; }
  .site-nav { inset: 68px 0 auto; padding-inline: 20px; }
  .hero { padding-top: 66px; }
  h1 { font-size: clamp(2.35rem, 11vw, 3.65rem); }
  .product-stage { min-height: 390px; margin-top: 18px; }
  .product-stage > .browser-frame { width: calc(100% - 58px); transform: translateX(-3px); }
  .product-stage > .phone-frame { width: 145px; right: 0; bottom: 0; padding: 5px; border-radius: 26px; }
  .product-stage > .phone-frame img { border-radius: 20px; }
  .phone-speaker { width: 48px; height: 12px; top: 5px; }
  .benefit-strip { grid-template-columns: 1fr; }
  .benefit-strip article { min-height: auto; padding: 22px; }
  .benefit-strip article + article { border-left: 0; border-top: 1px solid var(--line); }
  .leaders, .musicians, .faq, .signup { padding: 82px 0; }
  .panel-tabs { display: flex; justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding: 0 2px 8px; scrollbar-width: thin; }
  .panel-tab { flex: 0 0 auto; }
  .split-layout { gap: 54px; }
  .section-copy h2, .workflow h2, .faq-intro h2, .signup h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .phones-pair { min-height: 500px; }
  .phones-pair .phone-frame { width: 205px; }
  .phone-left { transform: translate(-89%, -51%) rotate(-3deg); }
  .phone-right { transform: translate(-22%, -46%) rotate(4deg); }
  .steps { grid-template-columns: 1fr; }
  .faq-grid { gap: 48px; }
  .faq summary { min-height: 60px; padding: 16px 52px 16px 16px; }
  .faq summary::after { right: 15px; }
  .faq-answer { padding: 0 16px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .signup-form { padding: 22px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid nav { max-width: 360px; }
}

@media (max-width: 430px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .free-pill { align-self: flex-start; }
  .product-stage { min-height: 310px; }
  .product-stage > .phone-frame { width: 118px; }
  .phones-pair { min-height: 410px; }
  .phones-pair .phone-frame { width: 168px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Escala compacta para escritorio: cada captura principal cabe completa en una pantalla. */
@media (min-width: 1041px) {
  .shell { width: min(1320px, calc(100% - 48px)); }
  .hero { min-height: calc(100svh - 76px); padding: 50px 0 24px; display: flex; flex-direction: column; }
  .hero-grid {
    width: min(1500px, calc(100% - 48px));
    flex: 1 1 auto;
    min-height: 390px;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: 44px;
  }
  .hero-copy { padding-bottom: 0; }
  h1 { max-width: 540px; font-size: clamp(2.7rem, 3.35vw, 3.05rem); line-height: 1.04; }
  .hero-lead { margin-bottom: 22px; font-size: 1.02rem; line-height: 1.58; }
  .product-stage { width: 100%; min-height: 370px; justify-self: stretch; justify-content: flex-end; }
  .product-stage > .browser-frame { width: 900px; max-width: calc(100% - 54px); transform: none; }
  .product-stage > .phone-frame { right: 8px; bottom: 4px; width: 180px; border-radius: 31px; padding: 6px; }
  .product-stage > .phone-frame img { border-radius: 18px; }
  .product-stage > .phone-frame .phone-speaker { width: 44px; height: 11px; top: 5px; }
  .microcopy { margin-top: 17px; }
  .benefit-strip { margin-top: 36px; }
  .benefit-strip article { min-height: 100px; padding: 17px 18px; }
  .benefit-icon { width: 38px; height: 38px; }

  .leaders { min-height: calc(100svh - 76px); padding: 36px 0; display: flex; align-items: center; }
  .leaders .split-layout {
    width: min(1500px, calc(100% - 48px));
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 52px;
  }
  .leaders .section-copy { min-width: 0; }
  .leaders .section-copy h2 { font-size: 2.45rem; }
  .leaders .section-copy > p:not(.eyebrow) { font-size: 1rem; }
  .leaders .feature-list { gap: 15px; margin-top: 28px; }
  .leaders .feature-icon { width: 42px; height: 42px; }
  .panel-showcase { width: 100%; max-width: 900px; min-width: 0; }
  .panel-showcase .browser-frame img { width: 100%; max-height: 410px; object-fit: contain; }
  .panel-tabs { margin-top: 14px; }
}

/* Ampliación controlada de las capturas en pantallas anchas. Mantiene el texto
   en su posición y utiliza solamente el espacio adicional hacia la derecha. */
@media (min-width: 1400px) {
  .hero-grid,
  .leaders .split-layout {
    width: min(1660px, calc(100% - 48px));
    transform: translateX(clamp(0px, calc((100vw - 1548px) / 2), 80px));
  }

  .hero-grid {
    grid-template-columns: minmax(0, 568px) minmax(0, 1fr);
  }

  .product-stage > .browser-frame {
    width: 1080px;
  }

  .product-stage > .phone-frame {
    right: 12px;
    width: 216px;
    border-radius: 36px;
    padding: 6px;
  }

  .product-stage > .phone-frame img {
    border-radius: 25px;
  }

  .leaders .split-layout {
    grid-template-columns: minmax(0, 615px) minmax(0, 1fr);
  }

  .panel-showcase {
    max-width: 1080px;
  }

  .panel-showcase .browser-frame img {
    max-height: min(492px, calc(100svh - 250px));
  }
}
