:root {
  --ink: #171719;
  --muted: #69696d;
  --line: #e7e7e5;
  --page: #f4f3f2;
  --white: #fff;
  --blue: #1494e8;
  --blue-dark: #0877bd;
  --cyan: #86dcff;
  --lime: #d8ff79;
  --pink: #f7b7ff;
  --violet: #b7a5ff;
  --radius: 10px;
  --content-width: 1180px;
  --content-gutter: 32px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: var(--font); font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 9px 14px; color: white; background: #111; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.page { width: 100%; margin: 0; background: var(--white); }
.inner { width: min(var(--content-width), calc(100% - (var(--content-gutter) * 2))); margin-inline: auto; }
.topbar { height: 72px; padding: 0 max(24px, calc((100vw - var(--content-width)) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid #f0f0ee; background: rgba(255,255,255,.93); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(14px); }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 10px; color: var(--ink); font-size: 22px; font-weight: 760; letter-spacing: -.04em; line-height: 1; }
.brand img { width: 34px; height: 34px; padding: 0; border-radius: 9px; background: transparent; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 650; }
.nav a { padding: 20px 0; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a[aria-current="page"] { border-bottom-color: var(--ink); }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 15px; font-size: 15px; font-weight: 650; }
.nav-actions .signup { padding: 7px 12px; color: white; border-radius: 999px; background: var(--blue); }
.nav-actions .signup:hover { background: var(--blue-dark); }
.menu-button { display: none; width: 48px; height: 48px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }.menu-icon { width: 26px; height: 18px; display: grid; align-content: space-between; }.menu-icon i { display: block; width: 100%; height: 2px; border-radius: 999px; background: var(--ink); transition: transform .25s ease, opacity .2s ease; }.menu-button.is-open .menu-icon i:first-child { transform: translateY(8px) rotate(45deg); }.menu-button.is-open .menu-icon i:nth-child(2) { opacity: 0; }.menu-button.is-open .menu-icon i:last-child { transform: translateY(-8px) rotate(-45deg); }
.hero-ref { min-height: 610px; padding: 84px 28px 0; text-align: center; overflow: hidden; position: relative; }
.eyebrow-pill { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 18px; padding: 5px 9px; color: #5f5f63; border: 1px solid var(--line); border-radius: 999px; background: #fafafa; font-size: 14px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.eyebrow-pill::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 3px rgba(20,148,232,.12); }
.hero-ref h1 { max-width: 920px; margin: 0 auto; font-size: clamp(48px, 6.4vw, 88px); font-weight: 690; line-height: .97; letter-spacing: -.02em; }
.hero-ref .lede { max-width: 610px; margin: 21px auto 0; color: var(--muted); font-size: 18px; line-height: 1.55; }
.hero-buttons { margin-top: 24px; display: flex; justify-content: center; gap: 9px; }
.btn { min-height: 38px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #d9d9d7; border-radius: 999px; background: white; font-size: 15px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,.08); }
.btn-blue { color: white; border-color: var(--blue); background: var(--blue); }
.btn-blue:hover { background: var(--blue-dark); }
.hero-note { margin: 12px 0 0; color: #9a999e; font-size: 14px; }
.product-hero { position: relative; z-index: 2; width: min(1000px, 90%); margin: 56px auto -112px; }
.product-hero::before { content: ""; position: absolute; z-index: -1; inset: 10% -8% -6%; background: radial-gradient(circle at 12% 55%, rgba(81,194,255,.75), transparent 26%), radial-gradient(circle at 88% 64%, rgba(197,255,86,.82), transparent 27%); filter: blur(24px); opacity: .75; }
.window { position: relative; overflow: hidden; border: 1px solid #dcdcd9; border-radius: 9px; background: #202024; box-shadow: 0 28px 70px rgba(19,24,34,.18); }
.window-bar { height: 31px; padding: 0 11px; display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.58); background: #17171a; font-size: 14px; }
.window-bar i { width: 5px; height: 5px; border-radius: 50%; background: #ff6e61; }
.window-bar i:nth-child(2) { background: #ffc961; }.window-bar i:nth-child(3) { background: #66d37b; }
.window-bar span { margin: auto; transform: translateX(-14px); }
.window img { height: auto; max-height: 660px; object-fit: contain; }
.logo-strip { position: relative; z-index: 3; padding: 135px 24px 28px; background: white; }
.logo-strip p { margin: 0 0 25px; color: #9b9a9f; text-align: center; font-size: 14px; }
.logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 42px; color: #939398; font-size: 17px; font-weight: 700; }
.section { padding: 110px 0; border-top: 1px solid var(--line); }
.section.center { text-align: center; }
.section-tag { display: block; margin-bottom: 11px; color: var(--blue); font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.section h2, .split h2, .page-hero h1 { margin: 0; font-size: clamp(36px, 4.7vw, 67px); font-weight: 670; line-height: .98; letter-spacing: -.055em; }
.section-copy { max-width: 550px; margin: 16px auto 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.glow-stage { position: relative; width: min(1070px, calc(100% - 48px)); margin: 58px auto 0; padding: 42px 60px 0; }
.glow-stage::before { content: ""; position: absolute; z-index: 0; inset: 0; background: radial-gradient(circle at 17% 50%, rgba(115,206,255,.67), transparent 32%), radial-gradient(circle at 77% 40%, rgba(236,128,255,.55), transparent 34%), radial-gradient(circle at 58% 72%, rgba(200,255,91,.42), transparent 32%); filter: blur(23px); }
.glow-stage .window { z-index: 2; }
.tab-row { position: relative; z-index: 3; width: min(890px, 90%); margin: -1px auto 0; padding: 12px; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; border: 1px solid var(--line); background: white; }
.tab-row button { padding: 9px; border: 0; border-radius: 5px; background: #f6f6f5; font-size: 14px; cursor: pointer; }
.tab-row button.is-active { color: white; background: var(--blue); }
.split { border-top: 1px solid var(--line); background: var(--white); }.split-inner { min-height: 610px; display: grid; grid-template-columns: 1fr 1.1fr; }
.split-copy { padding: 100px 7% 100px 0; display: flex; flex-direction: column; justify-content: center; }
.split-copy p { max-width: 420px; margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.link-arrow { margin-top: 24px; color: var(--blue); font-size: 15px; font-weight: 750; }
.split-media { min-height: 520px; overflow: hidden; background: #eff4f6; }
.split-media img { height: 100%; object-fit: cover; }
.split-media.contain { padding: 48px; display: grid; place-items: center; background: linear-gradient(145deg,#effaff,#fdf4ff); }
.split-media.contain img { height: auto; border-radius: 7px; box-shadow: 0 24px 54px rgba(22,30,45,.17); }
.gallery-section { padding: 105px 24px; border-top: 1px solid var(--line); }
.gallery-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 44px; }
.gallery-head h2 { margin: 0; max-width: 760px; font-size: clamp(37px,4.8vw,64px); line-height: 1; letter-spacing: -.055em; }
.gallery-head a { color: var(--blue); font-size: 14px; font-weight: 750; }
.gallery { width: min(var(--content-width), calc(100% - (var(--content-gutter) * 2))); margin-inline: auto; display: grid; grid-template-columns: 1fr 1fr 1fr; grid-auto-rows: 240px; gap: 10px; }
.gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: 4px; background: #eee; }
.gallery figure:nth-child(1) { grid-row: span 2; }.gallery figure:nth-child(4) { grid-column: span 2; }
.gallery img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery figcaption { position: absolute; inset: auto 10px 10px; padding: 7px 9px; color: white; border-radius: 4px; background: rgba(12,12,14,.74); backdrop-filter: blur(9px); font-size: 14px; }
.demo-flow { padding: 110px 0; border-top: 1px solid var(--line); }
.demo-flow .inner > h2 { max-width: 660px; }
.demo-step { min-height: 560px; margin-top: 88px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 78px; align-items: center; }
.demo-step.reverse { grid-template-columns: 1.2fr .8fr; }
.demo-step.reverse .demo-visual { order: -1; }
.demo-copy { max-width: 480px; }
.step-icon { position: relative; width: 54px; height: 54px; margin-bottom: 27px; display: grid; place-items: center; overflow: hidden; color: var(--blue); border: 1px solid #ccecff; border-radius: 15px; background: linear-gradient(145deg,#f4fcff,#e7f7ff); box-shadow: 0 12px 28px rgba(20,148,232,.12); }
.step-icon-structure { padding: 13px 12px; place-items: stretch; align-content: center; gap: 5px; }
.step-icon-structure i { display: block; height: 4px; border-radius: 999px; background: var(--blue); }
.step-icon-structure i:nth-child(2) { width: 72%; }.step-icon-structure i:nth-child(3) { width: 88%; }
.step-icon-focus::before { content: ""; width: 23px; height: 23px; border: 3px solid var(--blue); border-radius: 50%; box-shadow: 0 0 0 5px rgba(20,148,232,.1); }
.step-icon-focus::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.step-icon-publish { font-size: 28px; line-height: 1; }
.demo-copy b { display: block; color: var(--blue); font-size: 15px; letter-spacing: .08em; text-transform: uppercase; }
.demo-copy h3 { margin: 17px 0 18px; font-size: clamp(34px,3.15vw,45px); line-height: 1.04; letter-spacing: -.03em; }
.demo-copy p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.62; }.demo-copy .link-arrow { margin-top: 29px; font-size: 16px; }
.demo-visual { position: relative; padding: 28px; }
.demo-visual::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(circle, rgba(186,222,255,.78), rgba(244,180,255,.46) 44%, transparent 70%); filter: blur(20px); }
.demo-visual img { position: relative; border: 1px solid var(--line); border-radius: 7px; box-shadow: 0 22px 46px rgba(26,31,42,.16); }
.dark-cta { margin: 0; min-height: 480px; padding: 72px 0; overflow: hidden; color: white; border-radius: 0; background: #171819; }.dark-cta-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.dark-cta h2 { margin: 0; max-width: 560px; font-size: clamp(42px,5.6vw,76px); line-height: .95; letter-spacing: -.06em; }
.dark-cta p { max-width: 420px; color: #a7a8a9; font-size: 16px; }.dark-cta .btn { color: var(--ink); background: white; }.dark-cta .btn:hover { color: var(--ink); background: #f0f0ef; }
.dark-art { position: relative; height: 340px; }
.dark-art img { position: absolute; right: -10%; top: 4%; width: 82%; border-radius: 6px; box-shadow: 0 24px 60px rgba(0,0,0,.4); transform: rotate(-2deg); }
.float-card { position: absolute; z-index: 2; left: 4%; top: 23%; width: 190px; padding: 18px; color: #151515; border-radius: 8px; background: white; box-shadow: 0 20px 45px rgba(0,0,0,.28); font-size: 14px; transform: rotate(3deg); }
.float-card b { display: block; margin-bottom: 7px; font-size: 16px; }
.footer { padding: 54px max(32px, calc((100vw - var(--content-width)) / 2)) 45px; display: grid; grid-template-columns: 1.3fr repeat(4,1fr); gap: 46px; border-top: 1px solid var(--line); background: #faf9f8; }
.footer h4 { margin: 0 0 16px; font-size: 14px; }
.footer a, .footer p { display: block; margin: 7px 0; color: #89888d; font-size: 14px; }
.footer-brand .brand { font-size: 26px; }.footer-brand .brand img { width: 42px; height: 42px; }.footer-brand p { max-width: 260px; line-height: 1.6; }
.footer-bottom { grid-column: 1 / -1; padding-top: 25px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #9d9ca0; font-size: 14px; }
.page-hero { min-height: 440px; padding: 100px 24px 80px; text-align: center; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 880px; margin: 0 auto; line-height: 1.02; letter-spacing: -.02em; }
.page-hero p { max-width: 570px; margin: 18px auto 0; color: var(--muted); font-size: 17px; }
.page-hero .hero-buttons { margin-top: 25px; }
.feature-grid { padding: 90px 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.feature-card { min-height: 380px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fafafa; }
.feature-card:nth-child(3n+2) { background: #f4faff; }.feature-card:nth-child(3n+3) { background: #fff8ff; }
.feature-card .num { color: var(--blue); font-size: 14px; font-weight: 800; }
.feature-card h2 { margin: 62px 0 13px; font-size: 31px; line-height: 1; letter-spacing: -.045em; }
.feature-card p { max-width: 430px; color: var(--muted); font-size: 16px; }
.feature-card img { margin-top: 30px; border-radius: 5px; box-shadow: 0 16px 34px rgba(24,30,41,.13); }
.editor-walkthrough { padding: 95px 0; }
.walk-row { min-height: 600px; padding: 75px 0; display: grid; grid-template-columns: 330px 1fr; gap: 70px; align-items: center; border-bottom: 1px solid var(--line); }
.walk-row:last-child { border-bottom: 0; }
.walk-copy span { color: var(--blue); font-size: 14px; font-weight: 800; }
.walk-copy h2 { margin: 15px 0; font-size: 40px; line-height: 1; letter-spacing: -.05em; }
.walk-copy p { color: var(--muted); font-size: 16px; }
.walk-shot { padding: 24px; background: radial-gradient(circle at 20% 50%,#c8efff,transparent 42%),radial-gradient(circle at 80% 50%,#f6c8ff,transparent 42%); }
.walk-shot img { border-radius: 6px; box-shadow: 0 22px 50px rgba(23,30,43,.18); }
.template-grid { padding: 80px 0 110px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.template-card { position: relative; min-height: 390px; overflow: hidden; border-radius: 6px; background: #eee; }
.template-card:nth-child(1), .template-card:nth-child(5) { grid-column: span 2; }
.template-card img { height: 100%; object-fit: cover; transition: transform .45s; }
.template-card:hover img { transform: scale(1.035); }
.template-meta { position: absolute; inset: auto 10px 10px; padding: 10px 12px; display: flex; justify-content: space-between; color: white; border-radius: 4px; background: rgba(13,13,15,.74); backdrop-filter: blur(10px); font-size: 14px; }
.download-grid { padding: 85px 0 110px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.download-card { padding: 34px; border: 1px solid var(--line); border-radius: 6px; background: #fafafa; }
.download-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; color: white; background: #171719; font-size: 17px; font-weight: 850; }
.download-card h2 { margin: 48px 0 11px; font-size: 27px; letter-spacing: -.045em; }
.download-card p { min-height: 52px; color: var(--muted); font-size: 15px; }
.command { margin: 19px 0; padding: 12px; overflow: hidden; color: #d8d8d8; border-radius: 4px; background: #202022; font: 14px ui-monospace, SFMono-Regular, Menlo, monospace; white-space: nowrap; text-overflow: ellipsis; }
.faq { padding: 90px 0 120px; }
.faq h2 { margin-bottom: 45px; font-size: 42px; letter-spacing: -.05em; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 20px 4px; display: flex; justify-content: space-between; border: 0; background: transparent; text-align: left; font-size: 17px; font-weight: 700; cursor: pointer; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s; }
.faq-answer p { overflow: hidden; margin: 0; color: var(--muted); font-size: 15px; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }.faq-item.is-open .faq-answer p { padding: 0 50px 20px 4px; }
.reveal { opacity: 0; transform: translateY(15px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: none; }
.pricing-grid { padding: 85px 0 110px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.pricing-card { position: relative; padding: 38px; border: 1px solid var(--line); border-radius: 7px; background: #fafafa; }
.pricing-card.featured { border-color: var(--blue); background: #f4faff; box-shadow: 0 20px 50px rgba(20,148,232,.1); }
.price-label { color: var(--blue); font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pricing-card h2 { margin: 34px 0 0; font-size: 25px; letter-spacing: -.045em; }
.plan-price { margin: 8px 0 18px; font-size: 54px; font-weight: 700; line-height: 1; letter-spacing: -.06em; }
.plan-price small { font-size: 16px; font-weight: 600; letter-spacing: 0; color: var(--muted); }
.pricing-card > p { color: var(--muted); font-size: 15px; }
.plan-list { margin: 25px 0 30px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.plan-list li { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.plan-list li::before { content: "✓"; margin-right: 9px; color: var(--blue); font-weight: 800; }
@media (max-width: 700px) { .pricing-grid { grid-template-columns: 1fr; } }
@media (max-width: 860px) {
  .page { width: 100%; margin: 0; }.inner { width: min(calc(100% - 32px), 1180px); }
  .topbar { grid-template-columns: 1fr auto; }.menu-button { display: grid; justify-self: end; }.nav-actions { display: none; }
  .brand, .menu-button { position: relative; z-index: 2; }.nav { position: fixed; inset: 0; z-index: 1; height: 100dvh; padding: 112px 24px 40px; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; border: 0; background: rgba(255,255,255,.97); backdrop-filter: blur(20px); opacity: 0; visibility: hidden; transform: translateY(-18px) scale(.985); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }.nav.is-open { opacity: 1; visibility: visible; transform: none; }.nav a { padding: 14px 0; color: var(--ink); border-bottom: 1px solid var(--line); font-size: clamp(32px,9vw,48px); font-weight: 700; line-height: 1; letter-spacing: -.04em; }.nav a:hover, .nav a[aria-current="page"] { color: var(--blue); border-bottom-color: var(--line); }
  .hero-ref { min-height: auto; padding: 70px 16px 0; }.hero-ref h1 { font-size: 52px; }.product-hero { width: 100%; margin-top: 44px; margin-bottom: -45px; }.logo-strip { padding-top: 70px; }
  .section { padding: 80px 0; }.glow-stage { width: 100%; padding: 25px 14px 0; }.tab-row { width: calc(100% - 28px); grid-template-columns: repeat(2,1fr); }
  .split-inner { grid-template-columns: 1fr; }.split-media { min-height: 400px; }.split-copy { padding: 75px 0; }
  .gallery { grid-template-columns: 1fr 1fr; }.gallery figure:nth-child(1), .gallery figure:nth-child(4) { grid-row: auto; grid-column: auto; }
  .demo-step, .demo-step.reverse { grid-template-columns: 1fr; gap: 30px; }.demo-step.reverse .demo-visual { order: 0; }
  .dark-cta { padding: 48px 0; }.dark-cta-inner { grid-template-columns: 1fr; }.dark-art { margin-top: 35px; }
  .footer { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }.footer-bottom { flex-direction: column; gap: 8px; }
  .feature-grid, .download-grid { grid-template-columns: 1fr; }.walk-row { grid-template-columns: 1fr; gap: 35px; }.template-grid { grid-template-columns: 1fr 1fr; }.template-card:nth-child(1), .template-card:nth-child(5) { grid-column: auto; }
}
@media (max-width: 520px) {
  .hero-ref h1, .page-hero h1 { font-size: 42px; }.hero-ref .lede { font-size: 16px; }.hero-buttons { flex-direction: column; align-items: center; }
  .section h2, .split h2 { font-size: 38px; }.gallery { grid-template-columns: 1fr; grid-auto-rows: 230px; }.gallery-head { align-items: flex-start; flex-direction: column; }
  .dark-cta { margin-inline: 0; }.dark-art { height: 260px; }.float-card { width: 145px; }.footer { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }.footer-bottom { grid-column: 1; }
  .template-grid { grid-template-columns: 1fr; }.template-card { min-height: 320px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; } }
/* Premium product carousel */
.product-carousel { position: relative; padding: 124px 0 140px; overflow: hidden; border-top: 1px solid var(--line); background: #fff; }
.carousel-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 470px); gap: 56px; align-items: end; }
.carousel-heading h2 { margin: 0; font-size: clamp(56px, 6vw, 88px); font-weight: 690; line-height: .92; letter-spacing: -.065em; }
.carousel-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.carousel-shell { position: relative; isolation: isolate; margin-top: 64px; padding: 28px; display: grid; grid-template-columns: minmax(290px, .34fr) minmax(0, 1fr); gap: 28px; border: 1px solid rgba(20,20,22,.1); border-radius: 30px; background: rgba(255,255,255,.86); box-shadow: 0 36px 90px rgba(24,31,45,.12); }
.carousel-shell::before { content: ""; position: absolute; z-index: -2; inset: -40px -70px -70px; background: radial-gradient(circle at 8% 75%, rgba(67,205,255,.62), transparent 28%), radial-gradient(circle at 62% 12%, rgba(238,158,255,.48), transparent 28%), radial-gradient(circle at 94% 82%, rgba(207,255,91,.64), transparent 28%); filter: blur(32px); opacity: .84; }
.carousel-shell::after { content: ""; position: absolute; z-index: -1; inset: 0; border-radius: inherit; background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,255,255,.62)); backdrop-filter: blur(20px); }
.carousel-tabs { position: relative; z-index: 2; display: grid; gap: 12px; align-content: stretch; }
.carousel-tab { position: relative; width: 100%; min-height: 112px; padding: 18px 18px 18px 16px; display: grid; grid-template-columns: 48px minmax(0,1fr) 28px; gap: 15px; align-items: center; color: var(--ink); border: 1px solid rgba(20,20,22,.11); border-radius: 18px; background: rgba(255,255,255,.9); text-align: left; cursor: pointer; transition: transform .28s ease, border-color .28s ease, background .28s ease, color .28s ease, box-shadow .28s ease; }
.carousel-tab:hover { transform: translateX(4px); border-color: rgba(20,148,232,.45); }
.carousel-tab:focus-visible { outline: 3px solid rgba(20,148,232,.28); outline-offset: 3px; }
.carousel-tab.is-active { color: white; border-color: #111216; background: #111216; box-shadow: 0 16px 35px rgba(15,18,24,.24), inset 3px 0 0 var(--blue); transform: translateX(7px); }
.carousel-index { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #f0f0ef; font-size: 16px; font-weight: 800; letter-spacing: -.02em; }
.carousel-tab.is-active .carousel-index { color: white; background: var(--blue); box-shadow: 0 0 0 7px rgba(20,148,232,.13); }
.carousel-label { min-width: 0; display: grid; gap: 5px; }
.carousel-label strong { font-size: 20px; line-height: 1.05; letter-spacing: -.035em; }
.carousel-label small { color: #727277; font-size: 14px; line-height: 1.38; }
.carousel-tab.is-active .carousel-label small { color: rgba(255,255,255,.62); }
.carousel-arrow { color: #8d8d91; font-size: 23px; font-weight: 500; transition: transform .28s ease, color .28s ease; }
.carousel-tab.is-active .carousel-arrow { color: white; transform: translateX(3px); }
.carousel-stage { position: relative; z-index: 2; min-width: 0; align-self: center; }
.carousel-window { overflow: hidden; border: 1px solid #26272b; border-radius: 20px; background: #15161a; box-shadow: 0 28px 62px rgba(20,24,32,.28); }
.carousel-window-bar { min-height: 48px; padding: 0 16px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: rgba(255,255,255,.64); background: #17181c; font-size: 14px; }
.window-dots { display: flex; gap: 7px; }
.window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #ff685d; }
.window-dots i:nth-child(2) { background: #ffc657; }.window-dots i:nth-child(3) { background: #5ed577; }
.carousel-status { justify-self: end; display: inline-flex; align-items: center; gap: 7px; color: #dfe0e3; font-weight: 700; }
.carousel-status i { width: 7px; height: 7px; border-radius: 50%; background: #54d982; box-shadow: 0 0 0 4px rgba(84,217,130,.12); }
.carousel-window img { width: 100%; aspect-ratio: 16 / 9.8; object-fit: cover; object-position: center top; opacity: 1; transform: scale(1); transition: opacity .24s ease, transform .45s ease; }
.carousel-window img.is-changing { opacity: .18; transform: scale(.992); }
.carousel-stage-footer { margin-top: 16px; display: grid; grid-template-columns: minmax(270px, 1fr) minmax(230px, .8fr); gap: 14px; }
.carousel-toast, .carousel-progress { min-height: 74px; border: 1px solid rgba(20,20,22,.09); border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 15px 35px rgba(24,31,45,.1); }
.carousel-toast { padding: 14px 16px; display: flex; align-items: center; gap: 13px; }
.toast-check { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; color: white; border-radius: 50%; background: var(--blue); font-size: 19px; font-weight: 850; }
.carousel-toast > span:last-child { min-width: 0; display: grid; gap: 2px; }
.carousel-toast strong { font-size: 15px; line-height: 1.2; }
.carousel-toast small { overflow: hidden; color: var(--muted); font-size: 14px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.carousel-progress { padding: 0 22px; display: flex; align-items: center; gap: 8px; }
.carousel-progress span { height: 5px; flex: 1; overflow: hidden; border-radius: 999px; background: #e4e5e8; transition: background .25s ease, flex .25s ease; }
.carousel-progress span.is-active { flex: 1.8; background: var(--blue); }
@media (max-width: 980px) {
  .carousel-heading { grid-template-columns: 1fr; gap: 24px; }.carousel-heading > p { max-width: 640px; }
  .carousel-shell { grid-template-columns: 1fr; }.carousel-tabs { grid-template-columns: 1fr 1fr; }.carousel-tab.is-active, .carousel-tab:hover { transform: none; }
}
@media (max-width: 680px) {
  .product-carousel { padding: 92px 0 108px; }.carousel-heading h2 { font-size: 52px; }.carousel-heading > p { font-size: 17px; }
  .carousel-shell { margin-top: 42px; padding: 14px; gap: 18px; border-radius: 22px; }.carousel-tabs { grid-template-columns: 1fr; }
  .carousel-tab { min-height: 98px; grid-template-columns: 44px minmax(0,1fr) 24px; padding: 15px; border-radius: 15px; }.carousel-index { width: 42px; height: 42px; }.carousel-label strong { font-size: 19px; }
  .carousel-window { border-radius: 14px; }.carousel-window-bar { min-height: 42px; grid-template-columns: 1fr auto; }.carousel-window-bar > span:nth-child(2) { display: none; }
  .carousel-stage-footer { grid-template-columns: 1fr; }.carousel-progress { min-height: 58px; }.carousel-toast small { white-space: normal; }
}
