/* © 2026 Zohsik */
/* css/pages/turnweave.css */

/*
  Turnweave Page
  Page-scoped premium landing styles for:
  - Turnweave in-development hero
  - full-width product-name hero layout
  - feature and workflow panels
  - Pro/Free preparation sections
  - privacy/support launch prep areas
*/

html {
    min-width: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    background: var(--site-bg, #ffffff);
}

html:has(body.dark.turnweave-page) {
    background: #000000;
}

body.turnweave-page {
    position: relative;
    overflow-x: hidden;
    background: var(--site-bg, #ffffff);
    color: var(--lux-ink);
}

body.turnweave-page::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(15, 23, 42, .045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(15, 23, 42, .035) 1px, transparent 1px);
    background-size: 92px 92px;
    opacity: .34;
    -webkit-mask-image: radial-gradient(circle at 50% 6%, #000 0%, transparent 70%);
    mask-image: radial-gradient(circle at 50% 6%, #000 0%, transparent 70%);
}

body.turnweave-page main {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 0 18px;
    box-sizing: border-box;
}

body.turnweave-page>[data-include] {
    position: relative;
    z-index: 1;
}

.tw-page {
    --tw-max: min(var(--studio-header-max, 1520px), calc(100% - 40px));
    --tw-panel-radius: 0;
    --tw-card-radius: 22px;
    --tw-pill-radius: 999px;
    --tw-stroke: rgba(92, 112, 142, .22);
    --tw-stroke-soft: rgba(92, 112, 142, .15);
    --tw-panel-top: transparent;
    --tw-panel-bottom: transparent;
    --tw-glass-top: rgba(255, 255, 255, .88);
    --tw-glass-bottom: rgba(246, 249, 255, .58);
    --tw-ink-strong: var(--lux-heading);
    --tw-ink: var(--lux-ink);
    --tw-muted: var(--lux-muted);
    --tw-quiet: var(--lux-quiet);
    --tw-accent: #a88a5a;
    --tw-accent-2: #53637f;
    --tw-shadow: 0 14px 30px rgba(15, 23, 42, .09);
    --tw-shadow-strong: 0 24px 58px rgba(77, 94, 125, .16);
    --tw-inner-highlight: inset 0 1px 0 rgba(255, 255, 255, .68);
}

body.dark.turnweave-page .tw-page {
    --tw-stroke: rgba(255, 255, 255, .08);
    --tw-stroke-soft: rgba(255, 255, 255, .08);
    --tw-panel-top: rgba(255, 255, 255, .08);
    --tw-panel-bottom: rgba(255, 255, 255, .03);
    --tw-glass-top: rgba(255, 255, 255, .08);
    --tw-glass-bottom: rgba(255, 255, 255, .03);
    --tw-ink-strong: rgba(255, 255, 255, .96);
    --tw-ink: rgba(238, 244, 255, .90);
    --tw-muted: rgba(205, 216, 238, .74);
    --tw-quiet: rgba(205, 216, 238, .58);
    --tw-accent: #d5b57a;
    --tw-accent-2: #aebbd5;
    --tw-shadow: 0 14px 34px rgba(0, 0, 0, .18);
    --tw-shadow-strong: 0 14px 34px rgba(0, 0, 0, .18);
    --tw-inner-highlight: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.tw-shell {
    width: var(--tw-max);
    max-width: none;
    margin: 0 auto;
}

.tw-hero {
    position: relative;
    isolation: isolate;
    margin: 0 auto;
    padding: clamp(6px, 1.2vw, 18px) 0 clamp(10px, 1.6vw, 20px);
}

.tw-hero-grid {
    display: block;
}

.tw-hero-copy {
    min-width: 0;
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tw-kicker {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    gap: 8px;
    margin: 0 0 18px;
    padding: 8px 14px;
    border-radius: var(--tw-pill-radius);
    border: 1px solid rgba(15, 23, 42, .08);
    background: rgba(255, 255, 255, .58);
    color: var(--tw-quiet);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .60);
}

.tw-kicker::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    border-radius: var(--tw-pill-radius);
    background: linear-gradient(135deg, #45dcff, #8d5cff 52%, #f46bbf);
    box-shadow: 0 0 18px rgba(69, 220, 255, .22);
}

.tw-hero-product {
    margin: 0 0 12px;
    color: var(--tw-ink-strong);
    font-size: clamp(1.05rem, 1.25vw, 1.34rem);
    font-weight: 950;
    letter-spacing: .02em;
    line-height: 1;
}

.tw-title {
    margin: 0;
    max-width: 1040px;
    color: var(--tw-ink-strong);
    font-size: clamp(48px, 6.2vw, 92px);
    font-weight: 950;
    letter-spacing: -.066em;
    line-height: 1.16;
}

.tw-title-gradient {
    display: inline-block;
    padding: 0 .08em .18em 0;
    margin: 0 -.08em -.14em 0;
    color: transparent;
    background: linear-gradient(90deg, #45dcff 0%, #7c5cff 44%, #f46bbf 74%, #45dcff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 1.2;
    text-shadow: 0 18px 44px rgba(124, 92, 255, .18);
}

.tw-lede {
    margin: 22px 0 0;
    max-width: 920px;
    color: var(--tw-muted);
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.66;
}

.tw-hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.tw-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 20px;
    border-radius: var(--tw-pill-radius);
    border: 1px solid rgba(15, 23, 42, .10);
    background: linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .62));
    color: var(--tw-ink);
    font-weight: 850;
    letter-spacing: .02em;
    text-decoration: none;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .56),
        0 8px 18px rgba(15, 23, 42, .08);
    transition: transform .12s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease, opacity .2s ease;
}

.tw-button:hover {
    transform: translateY(-1px);
    border-color: rgba(15, 23, 42, .14);
    background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .70));
    color: var(--tw-ink-strong);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .64),
        0 12px 22px rgba(15, 23, 42, .10);
}

.tw-button-primary {
    border-color: rgba(15, 23, 42, .12);
    background: linear-gradient(180deg, #192335, #0d1524);
    color: #f8fbff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .10),
        0 12px 24px rgba(15, 23, 42, .16);
}

.tw-button-primary:hover {
    border-color: rgba(15, 23, 42, .16);
    background: linear-gradient(180deg, #223049, #111a2a);
    color: #ffffff;
}

.tw-button-disabled,
.tw-button[aria-disabled="true"] {
    cursor: default;
    opacity: .76;
    pointer-events: none;
}

.tw-hero-feature-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: min(1040px, 100%);
    margin-top: 22px;
}

.tw-hero-feature {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-width: 0;
    padding: 15px;
    border-radius: 22px;
    border: 1px solid rgba(92, 112, 142, .15);
    background:
        radial-gradient(circle at 12% 0%, rgba(69, 220, 255, .13), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .78), rgba(246, 249, 255, .52));
    text-align: left;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .64),
        0 12px 24px rgba(92, 112, 142, .08);
}

.tw-hero-feature-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    border: 1px solid rgba(69, 220, 255, .48);
    background:
        radial-gradient(circle at 28% 18%, rgba(255, 255, 255, .12), transparent 34%),
        linear-gradient(180deg, rgba(3, 8, 18, .96), rgba(0, 0, 0, .84));
    color: #67dfff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .16),
        0 0 20px rgba(69, 220, 255, .14);
}

.tw-hero-feature:nth-child(2) .tw-hero-feature-mark {
    border-color: rgba(180, 91, 255, .50);
    color: #bd63ff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .16),
        0 0 20px rgba(180, 91, 255, .14);
}

.tw-hero-feature:nth-child(3) .tw-hero-feature-mark {
    border-color: rgba(34, 231, 232, .50);
    color: #28e8e8;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .16),
        0 0 20px rgba(34, 231, 232, .14);
}

.tw-hero-feature-mark svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 4.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 8px currentColor);
}

.tw-hero-feature strong,
.tw-hero-feature span span {
    display: block;
}

.tw-hero-feature strong {
    color: var(--tw-ink-strong);
    font-size: .95rem;
    font-weight: 950;
    letter-spacing: -.02em;
    line-height: 1.08;
}

.tw-hero-feature span span {
    margin-top: 5px;
    color: var(--tw-muted);
    font-size: .82rem;
    font-weight: 760;
    line-height: 1.35;
}

.tw-status-note {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    color: var(--tw-muted);
    font-size: .9rem;
    line-height: 1.48;
}

.tw-status-pill,
.tw-mini-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: var(--tw-pill-radius);
    border: 1px solid rgba(92, 112, 142, .16);
    background: linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(242, 247, 255, .52));
    color: var(--tw-ink-strong);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .68),
        0 8px 16px rgba(92, 112, 142, .08);
}

.tw-product-nav {
    position: sticky;
    top: 26px;
    z-index: 18;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    width: min(1120px, 100%);
    margin: clamp(22px, 2.8vw, 34px) auto 0;
    padding: 10px 12px;
    border-radius: var(--tw-pill-radius);
    border: 1px solid rgba(92, 112, 142, .18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .99), rgba(246, 249, 255, .94)),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .86), transparent 52%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .92),
        inset 0 -1px 0 rgba(92, 112, 142, .10),
        0 18px 40px rgba(92, 112, 142, .14);
    transform: translateY(-18px);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.tw-product-nav-brand,
.tw-product-nav-links a,
.tw-product-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border-radius: var(--tw-pill-radius);
    text-decoration: none;
    white-space: nowrap;
}

.tw-product-nav-brand {
    gap: 8px;
    padding: 0 14px;
    color: var(--tw-ink-strong);
    font-size: .92rem;
    font-weight: 950;
    letter-spacing: -.025em;
}

.tw-product-nav-brand::before {
    content: "";
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    border-radius: 6px;
    background: url("/images/software/turnweave-icon.png") center / contain no-repeat;
    box-shadow: 0 0 16px rgba(69, 220, 255, .22);
}

.tw-product-nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 0;
}

.tw-product-nav-links a {
    padding: 0 12px;
    color: var(--tw-ink-strong);
    font-size: .82rem;
    font-weight: 850;
    letter-spacing: .01em;
    transition: background .16s ease, color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.tw-product-nav-links a:hover,
.tw-product-nav-links a:focus-visible {
    transform: translateY(-1px);
    background: linear-gradient(180deg, #151515, #050505);
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .16),
        0 8px 16px rgba(0, 0, 0, .14);
    outline: none;
}

.tw-product-nav-cta {
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, .18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .035) 42%, rgba(255, 255, 255, 0) 43%),
        linear-gradient(180deg, #191919 0%, #070707 56%, #000000 100%);
    color: #ffffff;
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .03em;
    text-transform: uppercase;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .24),
        inset 0 -1px 0 rgba(255, 255, 255, .06),
        0 10px 22px rgba(0, 0, 0, .22);
}

.tw-product-nav-cta:hover,
.tw-product-nav-cta:focus-visible {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .05) 42%, rgba(255, 255, 255, 0) 43%),
        linear-gradient(180deg, #222222 0%, #0a0a0a 56%, #000000 100%);
    color: #ffffff;
    outline: none;
}

.tw-showcase-grid {
    display: block !important;
    width: min(1120px, 100%);
    margin: 24px auto 0 !important;
}

.tw-shot-carousel {
    display: block;
    width: 100%;
    min-width: 0;
}

.tw-shot-stage {
    position: relative;
    display: block;
    width: 100% !important;
    min-width: 0;
    aspect-ratio: 16 / 10;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 26px !important;
    border: 1px solid var(--tw-stroke) !important;
    background:
        radial-gradient(circle at 74% 18%, rgba(69, 220, 255, .10), transparent 34%),
        linear-gradient(180deg, var(--tw-panel-top), var(--tw-panel-bottom)) !important;
    box-shadow:
        var(--tw-inner-highlight),
        0 22px 54px rgba(0, 0, 0, .16) !important;
    cursor: zoom-in;
}

.tw-shot-stage img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform .22s ease;
}

.tw-shot-stage:not(.is-sliding):hover img {
    transform: scale(1.006);
}

.tw-shot-stage.is-sliding > img[data-tw-shot-image] {
    opacity: 0;
}

.tw-shot-stage .tw-shot-transition-image {
    position: absolute !important;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    pointer-events: none;
    opacity: 1;
    transform: translateX(0);
    transition:
        transform .62s cubic-bezier(.18, .82, .2, 1),
        opacity .62s ease;
    will-change: transform, opacity;
}

.tw-shot-stage .tw-shot-transition-image.is-outgoing {
    z-index: 2;
}

.tw-shot-stage .tw-shot-transition-image.is-incoming {
    z-index: 3;
}

.tw-shot-stage .tw-shot-transition-image.from-left {
    transform: translateX(104%);
}

.tw-shot-stage .tw-shot-transition-image.from-right {
    transform: translateX(-104%);
}

.tw-shot-stage .tw-shot-transition-image.is-incoming.is-slide-active {
    transform: translateX(0);
}

.tw-shot-stage .tw-shot-transition-image.to-right.is-slide-active {
    transform: translateX(-104%);
}

.tw-shot-stage .tw-shot-transition-image.to-left.is-slide-active {
    transform: translateX(104%);
}

.tw-shot-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 10px auto 0;
}

.tw-shot-dot {
    appearance: none;
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: var(--tw-pill-radius);
    background: rgba(205, 216, 238, .34);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .06);
    cursor: pointer;
    transition: width .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tw-shot-dot:hover,
.tw-shot-dot:focus-visible {
    transform: translateY(-1px);
    background: rgba(238, 244, 255, .72);
    outline: none;
}

.tw-shot-dot.is-active {
    width: 24px;
    background: rgba(238, 244, 255, .92);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, .10),
        0 0 16px rgba(124, 92, 255, .26);
}

.tw-shot-rail {
    position: relative;
    z-index: 4;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px !important;
    width: min(760px, calc(100% - 48px));
    margin: 12px auto 0;
    padding: 5px;
    border-radius: var(--tw-pill-radius);
    border: 1px solid rgba(92, 112, 142, .16);
    background: linear-gradient(180deg, rgba(255, 255, 255, .66), rgba(246, 249, 255, .34));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .58),
        0 10px 24px rgba(92, 112, 142, .12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.tw-shot-thumb {
    appearance: none;
    -webkit-appearance: none;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2px !important;
    align-items: center;
    justify-items: center;
    width: 100%;
    min-width: 0;
    min-height: 42px;
    margin: 0;
    padding: 8px 12px !important;
    border: 0 !important;
    border-radius: var(--tw-pill-radius) !important;
    background: transparent !important;
    color: var(--tw-muted);
    text-align: center !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: transform .14s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.tw-shot-thumb:hover,
.tw-shot-thumb:focus-visible,
.tw-shot-thumb.is-active {
    transform: translateY(-1px) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .62)) !important;
    color: var(--tw-ink-strong);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .70),
        0 8px 16px rgba(92, 112, 142, .10) !important;
    outline: none;
}

.tw-shot-thumb.is-active {
    color: var(--tw-ink-strong);
}

.tw-shot-rail-title,
.tw-shot-rail-copy {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tw-shot-rail-title {
    font-size: .82rem;
    font-weight: 950;
    letter-spacing: -.01em;
    line-height: 1.08;
}

.tw-shot-rail-copy {
    color: var(--tw-muted);
    font-size: .68rem;
    font-weight: 760;
    line-height: 1.22;
}

.tw-shot-thumb.is-active .tw-shot-rail-copy,
.tw-shot-thumb:hover .tw-shot-rail-copy,
.tw-shot-thumb:focus-visible .tw-shot-rail-copy {
    color: var(--tw-muted);
}

.tw-hero-visual {
    position: relative;
    min-width: 0;
}

.tw-preview-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 520px;
    border-radius: 34px;
    border: 1px solid rgba(92, 112, 142, .18);
    background:
        radial-gradient(circle at 74% 18%, rgba(168, 138, 90, .14), transparent 34%),
        radial-gradient(circle at 18% 10%, rgba(87, 104, 136, .16), transparent 34%),
        linear-gradient(135deg, rgba(248, 251, 255, .96), rgba(232, 239, 248, .92));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .86),
        inset 0 0 0 1px rgba(255, 255, 255, .36),
        inset 0 -1px 0 rgba(92, 112, 142, .10),
        var(--tw-shadow-strong);
}

.tw-preview-card::before {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, .13);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, .048) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: .50;
    pointer-events: none;
}

.tw-preview-inner {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 520px;
    padding: clamp(22px, 3vw, 34px);
    display: grid;
    align-content: center;
}

.tw-browser-frame {
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(92, 112, 142, .16);
    background: rgba(255, 255, 255, .62);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .68),
        0 18px 38px rgba(92, 112, 142, .14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.tw-browser-top {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 0 14px;
    border-bottom: 1px solid rgba(92, 112, 142, .12);
    background: linear-gradient(180deg, rgba(255, 255, 255, .68), rgba(255, 255, 255, .36));
}

.tw-browser-dot {
    width: 9px;
    height: 9px;
    border-radius: var(--tw-pill-radius);
    background: rgba(92, 112, 142, .24);
}

.tw-browser-url {
    min-width: 0;
    margin-left: 6px;
    padding: 5px 10px;
    border-radius: var(--tw-pill-radius);
    background: rgba(255, 255, 255, .52);
    color: rgba(92, 112, 142, .78);
    font-size: .72rem;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tw-browser-body {
    position: relative;
    min-height: 360px;
    padding: 18px;
}

.tw-chat-shell {
    display: grid;
    gap: 12px;
    max-width: 560px;
    margin: 0 auto;
}

.tw-chat-row {
    min-height: 54px;
    border-radius: 18px;
    border: 1px solid rgba(92, 112, 142, .12);
    background: rgba(255, 255, 255, .58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .58);
}

.tw-chat-row.is-muted {
    opacity: .42;
    transform: scale(.985);
}

.tw-chat-row.is-hidden {
    opacity: .18;
    filter: blur(.2px);
}

.tw-page-top-bar {
    position: sticky;
    top: 12px;
    z-index: 4;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    max-width: 520px;
    margin: 0 auto 14px;
    padding: 8px;
    border-radius: 999px;
    border: 1px solid rgba(92, 112, 142, .16);
    background: linear-gradient(180deg, rgba(255, 255, 255, .90), rgba(244, 248, 255, .74));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .72),
        0 12px 24px rgba(92, 112, 142, .13);
}

.tw-bar-brand {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 8px;
    color: var(--tw-ink-strong);
    font-size: .75rem;
    font-weight: 950;
    letter-spacing: -.01em;
    white-space: nowrap;
}

.tw-bar-brand::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: var(--tw-pill-radius);
    background: linear-gradient(135deg, var(--tw-accent), var(--tw-accent-2));
    box-shadow: 0 0 14px rgba(168, 138, 90, .22);
}

.tw-bar-count {
    min-width: 0;
    color: var(--tw-muted);
    font-size: .72rem;
    font-weight: 850;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tw-bar-actions {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.tw-bar-button {
    width: 26px;
    height: 26px;
    border-radius: var(--tw-pill-radius);
    border: 1px solid rgba(92, 112, 142, .12);
    background: rgba(255, 255, 255, .62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .56);
}

.tw-floating-overlay {
    position: absolute;
    right: 28px;
    bottom: 28px;
    z-index: 5;
    width: min(250px, calc(100% - 56px));
    padding: 14px;
    border-radius: 22px;
    border: 1px solid rgba(92, 112, 142, .16);
    background: linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(244, 248, 255, .70));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .68),
        0 16px 34px rgba(92, 112, 142, .16);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.tw-overlay-label {
    display: block;
    color: var(--tw-quiet);
    font-size: .68rem;
    font-weight: 950;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.tw-overlay-title {
    display: block;
    margin-top: 7px;
    color: var(--tw-ink-strong);
    font-size: 1rem;
    font-weight: 950;
    letter-spacing: -.03em;
    line-height: 1.05;
}

.tw-overlay-meter {
    overflow: hidden;
    height: 9px;
    margin-top: 12px;
    border-radius: var(--tw-pill-radius);
    background: rgba(92, 112, 142, .14);
}

.tw-overlay-meter span {
    display: block;
    width: 68%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--tw-accent), var(--tw-accent-2));
}

.tw-overlay-copy {
    margin: 10px 0 0;
    color: var(--tw-muted);
    font-size: .78rem;
    font-weight: 750;
    line-height: 1.38;
}

.tw-section {
    position: relative;
    overflow: visible;
    margin: 0 auto 34px;
    padding: clamp(30px, 4vw, 50px) 0;
    border: 0;
    border-top: 1px solid var(--tw-stroke-soft);
    border-bottom: 1px solid var(--tw-stroke-soft);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.tw-showcase {
    padding-top: clamp(46px, 5.2vw, 72px);
}

.tw-shell>.tw-section:last-child {
    margin-bottom: 0;
}

#turnweave-overview,
#turnweave-screenshots,
#turnweave-features,
#turnweave-pro,
#turnweave-privacy,
#turnweave-changelog,
#turnweave-launch,
#turnweave-faq {
    scroll-margin-top: calc(var(--header-height, 92px) + 88px);
}

.tw-section::before {
    display: none;
}

.tw-section-content {
    position: relative;
    z-index: 1;
}

.tw-section-eyebrow {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    margin: 0 0 14px;
    padding: 7px 11px;
    border-radius: var(--tw-pill-radius);
    border: 1px solid rgba(92, 112, 142, .16);
    background: linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(242, 247, 255, .52));
    color: var(--tw-muted);
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .11em;
    text-transform: uppercase;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .68),
        0 8px 16px rgba(92, 112, 142, .07);
}

.tw-section-head {
    margin: 0;
    max-width: 1100px;
    color: var(--tw-ink-strong);
    font-size: clamp(28px, 3.6vw, 46px);
    font-weight: 950;
    letter-spacing: -.045em;
    line-height: 1;
}

.tw-section-sub {
    margin: 14px 0 0;
    max-width: 1120px;
    color: var(--tw-muted);
    font-size: 1.04rem;
    line-height: 1.68;
}

section[aria-labelledby="turnweave-workflow-title"] .tw-section-content,
#turnweave-pro .tw-section-content,
#turnweave-changelog .tw-section-content,
#turnweave-launch .tw-section-content,
#turnweave-faq .tw-section-content {
    text-align: center;
}

section[aria-labelledby="turnweave-workflow-title"] .tw-section-eyebrow,
#turnweave-pro .tw-section-eyebrow,
#turnweave-changelog .tw-section-eyebrow,
#turnweave-launch .tw-section-eyebrow,
#turnweave-faq .tw-section-eyebrow {
    margin-left: auto;
    margin-right: auto;
}

section[aria-labelledby="turnweave-workflow-title"] .tw-section-head,
#turnweave-pro .tw-section-head,
#turnweave-changelog .tw-section-head,
#turnweave-launch .tw-section-head,
#turnweave-faq .tw-section-head {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(42px, 5.2vw, 72px);
    letter-spacing: -.062em;
    line-height: 1.12;
}

section[aria-labelledby="turnweave-workflow-title"] .tw-section-sub,
#turnweave-pro .tw-section-sub,
#turnweave-changelog .tw-section-sub,
#turnweave-launch .tw-section-sub,
#turnweave-faq .tw-section-sub {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.tw-showcase .tw-section-content {
    text-align: center;
}

.tw-showcase .tw-section-content::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -22px;
    z-index: -1;
    width: min(720px, 90%);
    height: 220px;
    transform: translateX(-50%);
    border-radius: 999px;
    background:
        radial-gradient(circle at 34% 42%, rgba(69, 220, 255, .12), transparent 42%),
        radial-gradient(circle at 52% 46%, rgba(124, 92, 255, .14), transparent 44%),
        radial-gradient(circle at 68% 42%, rgba(244, 107, 191, .10), transparent 42%);
    filter: blur(18px);
    opacity: .72;
    pointer-events: none;
}

.tw-showcase .tw-section-eyebrow,
.tw-showcase-sub {
    margin-left: auto;
    margin-right: auto;
}

.tw-showcase-title {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(42px, 5.2vw, 72px);
    letter-spacing: -.062em;
    line-height: 1.04;
}

.tw-section-gradient {
    display: inline-block;
    padding: 0 .08em .22em 0;
    margin: 0 -.08em -.14em 0;
    color: transparent;
    background: linear-gradient(90deg, #45dcff 0%, #7c5cff 44%, #f46bbf 74%, #45dcff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 1.2;
    text-shadow: 0 18px 44px rgba(124, 92, 255, .18);
}

.tw-showcase-sub {
    max-width: 760px;
}

.tw-workflow-section {
    position: relative;
    isolation: isolate;
}

.tw-feature-intro {
    max-width: none;
    width: min(1200px, 100%);
    margin: 0 auto clamp(18px, 2.6vw, 32px);
    text-align: center;
}

.tw-feature-intro::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -18px;
    z-index: -1;
    width: min(720px, 90%);
    height: 190px;
    transform: translateX(-50%);
    border-radius: 999px;
    background:
        radial-gradient(circle at 32% 42%, rgba(69, 220, 255, .08), transparent 42%),
        radial-gradient(circle at 52% 46%, rgba(124, 92, 255, .10), transparent 44%),
        radial-gradient(circle at 70% 42%, rgba(244, 107, 191, .07), transparent 42%);
    filter: blur(18px);
    opacity: .56;
    pointer-events: none;
}

.tw-feature-intro .tw-section-eyebrow,
.tw-feature-section-sub {
    margin-left: auto;
    margin-right: auto;
}

.tw-feature-section-title {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(34px, 4vw, 58px);
    letter-spacing: -.056em;
    line-height: 1.12;
    white-space: nowrap;
}

.tw-feature-section-sub {
    max-width: none;
    font-size: clamp(.96rem, 1.18vw, 1.08rem);
    line-height: 1.5;
    white-space: nowrap;
}

.tw-feature-board {
    position: relative;
    isolation: isolate;
}

.tw-feature-board::before {
    content: "";
    position: absolute;
    inset: clamp(16px, 2.4vw, 30px) clamp(8px, 1.8vw, 24px) auto;
    z-index: -1;
    height: min(390px, 58%);
    border-radius: 999px;
    background: rgba(0, 0, 0, .26);
    filter: blur(32px);
    opacity: .55;
    pointer-events: none;
}

body.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-tab,
body.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-detail {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-color: rgba(255, 255, 255, .16) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .20), rgba(255, 255, 255, .035) 42%, rgba(255, 255, 255, 0) 43%),
        linear-gradient(180deg, #191919 0%, #070707 56%, #000000 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .24),
        inset 0 -1px 0 rgba(255, 255, 255, .06),
        0 18px 42px rgba(0, 0, 0, .24) !important;
}

body.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-tab::before,
body.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-detail::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, 0) 46%),
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, .13), transparent 34%);
    opacity: .72;
    pointer-events: none;
}

body.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-tab > *,
body.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-detail > * {
    position: relative;
    z-index: 1;
}

body.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-tab span,
body.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-detail h3 {
    color: #ffffff !important;
}

body.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-tab small,
body.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-detail p[data-tw-feature-body],
body.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-list li,
body.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-best {
    color: rgba(235, 240, 250, .76) !important;
}

body.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-list li::before {
    background: linear-gradient(135deg, #45dcff, #7c5cff 52%, #f46bbf) !important;
}

body.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-tab:hover,
body.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-tab:focus-visible,
body.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-tab.is-active {
    border-color: rgba(255, 255, 255, .24) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .26), rgba(255, 255, 255, .05) 42%, rgba(255, 255, 255, 0) 43%),
        linear-gradient(180deg, #222222 0%, #0a0a0a 56%, #000000 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .28),
        inset 0 -1px 0 rgba(255, 255, 255, .08),
        0 20px 46px rgba(0, 0, 0, .30),
        0 0 24px rgba(124, 92, 255, .08) !important;
}

body.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-eyebrow,
body.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-pills span {
    border-color: rgba(255, 255, 255, .14) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .035) 42%, rgba(255, 255, 255, 0) 43%),
        linear-gradient(180deg, #171717 0%, #060606 56%, #000000 100%) !important;
    color: #ffffff !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .20),
        inset 0 -1px 0 rgba(255, 255, 255, .05),
        0 8px 18px rgba(0, 0, 0, .22) !important;
}

body.dark.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-tab,
body.dark.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-detail {
    border-color: rgba(255, 255, 255, .16) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .20), rgba(255, 255, 255, .035) 42%, rgba(255, 255, 255, 0) 43%),
        linear-gradient(180deg, #191919 0%, #070707 56%, #000000 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .24),
        inset 0 -1px 0 rgba(255, 255, 255, .06),
        0 18px 42px rgba(0, 0, 0, .34) !important;
}

body.dark.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-tab:hover,
body.dark.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-tab:focus-visible,
body.dark.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-tab.is-active {
    border-color: rgba(255, 255, 255, .24) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .26), rgba(255, 255, 255, .05) 42%, rgba(255, 255, 255, 0) 43%),
        linear-gradient(180deg, #222222 0%, #0a0a0a 56%, #000000 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .28),
        inset 0 -1px 0 rgba(255, 255, 255, .08),
        0 20px 46px rgba(0, 0, 0, .38),
        0 0 24px rgba(124, 92, 255, .08) !important;
}

body.dark.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-eyebrow,
body.dark.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-pills span {
    border-color: rgba(255, 255, 255, .14) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .035) 42%, rgba(255, 255, 255, 0) 43%),
        linear-gradient(180deg, #171717 0%, #060606 56%, #000000 100%) !important;
    color: #ffffff !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .20),
        inset 0 -1px 0 rgba(255, 255, 255, .05),
        0 8px 18px rgba(0, 0, 0, .26) !important;
}

body.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-detail {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .025) 20%, rgba(255, 255, 255, 0) 21%),
        linear-gradient(180deg, #191919 0%, #070707 56%, #000000 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .24),
        inset 0 -1px 0 rgba(255, 255, 255, .06),
        0 0 0 1px rgba(255, 255, 255, .02),
        0 0 46px rgba(0, 0, 0, .26),
        0 24px 64px rgba(0, 0, 0, .34) !important;
}

body.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-detail::before {
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, .13), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0) 24%);
    opacity: .62;
}

body.dark.turnweave-page .tw-workflow-section .tw-feature-board .tw-feature-detail {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .025) 20%, rgba(255, 255, 255, 0) 21%),
        linear-gradient(180deg, #191919 0%, #070707 56%, #000000 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .24),
        inset 0 -1px 0 rgba(255, 255, 255, .06),
        0 0 0 1px rgba(255, 255, 255, .02),
        0 0 50px rgba(0, 0, 0, .34),
        0 26px 70px rgba(0, 0, 0, .42) !important;
}

body.turnweave-page:not(.dark) .tw-workflow-section .tw-feature-board::before {
    background:
        radial-gradient(circle at 24% 44%, rgba(69, 220, 255, .12), transparent 36%),
        radial-gradient(circle at 58% 48%, rgba(124, 92, 255, .12), transparent 40%),
        rgba(92, 112, 142, .18);
    opacity: .46;
}

body.turnweave-page:not(.dark) .tw-workflow-section .tw-feature-board .tw-feature-tab,
body.turnweave-page:not(.dark) .tw-workflow-section .tw-feature-board .tw-feature-detail {
    border-color: rgba(92, 112, 142, .18) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .90), rgba(255, 255, 255, .42) 22%, rgba(255, 255, 255, 0) 23%),
        linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(246, 249, 255, .78) 56%, rgba(235, 241, 250, .66) 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .86),
        inset 0 -1px 0 rgba(92, 112, 142, .10),
        0 14px 34px rgba(92, 112, 142, .12) !important;
}

body.turnweave-page:not(.dark) .tw-workflow-section .tw-feature-board .tw-feature-tab::before,
body.turnweave-page:not(.dark) .tw-workflow-section .tw-feature-board .tw-feature-detail::before {
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, .76), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, .34), rgba(255, 255, 255, 0) 24%);
    opacity: .66;
}

body.turnweave-page:not(.dark) .tw-workflow-section .tw-feature-board .tw-feature-tab span,
body.turnweave-page:not(.dark) .tw-workflow-section .tw-feature-board .tw-feature-detail h3 {
    color: var(--tw-ink-strong) !important;
}

body.turnweave-page:not(.dark) .tw-workflow-section .tw-feature-board .tw-feature-tab small,
body.turnweave-page:not(.dark) .tw-workflow-section .tw-feature-board .tw-feature-detail p[data-tw-feature-body],
body.turnweave-page:not(.dark) .tw-workflow-section .tw-feature-board .tw-feature-list li,
body.turnweave-page:not(.dark) .tw-workflow-section .tw-feature-board .tw-feature-best {
    color: var(--tw-muted) !important;
}

body.turnweave-page:not(.dark) .tw-workflow-section .tw-feature-board .tw-feature-tab:hover,
body.turnweave-page:not(.dark) .tw-workflow-section .tw-feature-board .tw-feature-tab:focus-visible,
body.turnweave-page:not(.dark) .tw-workflow-section .tw-feature-board .tw-feature-tab.is-active {
    border-color: rgba(124, 92, 255, .28) !important;
    background:
        radial-gradient(circle at 14% 0%, rgba(69, 220, 255, .12), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .54) 22%, rgba(255, 255, 255, 0) 23%),
        linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 249, 255, .86) 56%, rgba(235, 241, 250, .72) 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .92),
        inset 0 -1px 0 rgba(92, 112, 142, .10),
        0 18px 42px rgba(92, 112, 142, .16),
        0 0 28px rgba(124, 92, 255, .10) !important;
}

body.turnweave-page:not(.dark) .tw-workflow-section .tw-feature-board .tw-feature-detail {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .38) 20%, rgba(255, 255, 255, 0) 21%),
        linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 249, 255, .82) 56%, rgba(235, 241, 250, .70) 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .92),
        inset 0 -1px 0 rgba(92, 112, 142, .10),
        0 0 0 1px rgba(255, 255, 255, .38),
        0 0 42px rgba(92, 112, 142, .12),
        0 24px 64px rgba(92, 112, 142, .22) !important;
}

body.turnweave-page:not(.dark) .tw-workflow-section .tw-feature-board .tw-feature-eyebrow,
body.turnweave-page:not(.dark) .tw-workflow-section .tw-feature-board .tw-feature-pills span {
    border-color: rgba(92, 112, 142, .16) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(246, 249, 255, .60)) !important;
    color: var(--tw-ink-strong) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .78),
        0 8px 18px rgba(92, 112, 142, .10) !important;
}

.tw-split {
    display: grid;
    grid-template-columns: minmax(330px, .58fr) minmax(0, 1fr);
    gap: clamp(22px, 3vw, 38px);
    align-items: start;
}

.tw-sticky-note {
    position: sticky;
    top: calc(var(--header-height, 92px) + 24px);
    min-width: 0;
    padding: 22px;
    border-radius: 24px;
    border: 1px solid var(--tw-stroke-soft);
    background: linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(246, 249, 255, .56));
    box-shadow:
        var(--tw-inner-highlight),
        var(--tw-shadow);
}

.tw-sticky-note strong {
    display: block;
    color: var(--tw-ink-strong);
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    font-weight: 950;
    letter-spacing: -.035em;
    line-height: 1.05;
}

.tw-sticky-note p {
    margin: 10px 0 0;
    color: var(--tw-muted);
    font-size: .94rem;
    line-height: 1.56;
}

.tw-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tw-feature-card {
    min-width: 0;
    padding: 20px;
    border-radius: var(--tw-card-radius);
    border: 1px solid var(--tw-stroke-soft);
    background: linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(246, 249, 255, .56));
    box-shadow:
        var(--tw-inner-highlight),
        var(--tw-shadow);
}

.tw-feature-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 16px;
    border: 1px solid rgba(92, 112, 142, .14);
    background:
        radial-gradient(circle at 32% 20%, rgba(255, 255, 255, .78), transparent 48%),
        linear-gradient(135deg, rgba(168, 138, 90, .22), rgba(83, 99, 127, .16));
    color: var(--tw-ink-strong);
    font-size: 1rem;
    font-weight: 950;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .66),
        0 10px 18px rgba(92, 112, 142, .08);
}

.tw-feature-card strong {
    display: block;
    color: var(--tw-ink-strong);
    font-size: 1.02rem;
    font-weight: 950;
    letter-spacing: -.02em;
    line-height: 1.08;
}

.tw-feature-card p {
    margin: 9px 0 0;
    color: var(--tw-muted);
    font-size: .9rem;
    line-height: 1.52;
}

.tw-workflow-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.tw-workflow-card {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-width: 0;
    min-height: 112px;
    padding: 15px;
    border-radius: 22px;
    border: 1px solid rgba(92, 112, 142, .15);
    background:
        radial-gradient(circle at 12% 0%, rgba(69, 220, 255, .13), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .78), rgba(246, 249, 255, .52));
    text-align: left;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .64),
        0 12px 24px rgba(92, 112, 142, .08);
}

.tw-workflow-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: 0;
    border-radius: 18px;
    border: 1px solid rgba(92, 112, 142, .14);
    background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(242, 247, 255, .64));
    color: var(--tw-ink-strong);
    font-size: .82rem;
    font-weight: 950;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .70),
        0 8px 16px rgba(92, 112, 142, .08);
}

.tw-workflow-icon {
    border-color: rgba(69, 220, 255, .46);
    background:
        radial-gradient(circle at 28% 18%, rgba(255, 255, 255, .12), transparent 34%),
        linear-gradient(180deg, rgba(3, 8, 18, .96), rgba(0, 0, 0, .84));
    color: #67dfff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .16),
        0 0 20px rgba(69, 220, 255, .14);
}

.tw-workflow-card:nth-child(2) .tw-workflow-icon {
    border-color: rgba(124, 92, 255, .48);
    color: #8c72ff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .16),
        0 0 20px rgba(124, 92, 255, .14);
}

.tw-workflow-card:nth-child(3) .tw-workflow-icon {
    border-color: rgba(34, 231, 232, .48);
    color: #28e8e8;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .16),
        0 0 20px rgba(34, 231, 232, .14);
}

.tw-workflow-icon svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 4.1;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 8px currentColor);
}

.tw-workflow-copy {
    display: block;
    min-width: 0;
}

.tw-workflow-card strong {
    display: block;
    color: var(--tw-ink-strong);
    font-size: .95rem;
    font-weight: 950;
    letter-spacing: -.02em;
    line-height: 1.08;
}

.tw-workflow-card p {
    margin: 5px 0 0;
    color: var(--tw-muted);
    font-size: .82rem;
    font-weight: 760;
    line-height: 1.35;
}

.tw-access-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: min(1040px, 100%);
    margin: 24px auto 0;
}

.tw-access-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: clamp(22px, 3vw, 30px);
    border-radius: 26px;
    border: 1px solid var(--tw-stroke-soft);
    background: linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(246, 249, 255, .56));
    text-align: left;
    box-shadow:
        var(--tw-inner-highlight),
        var(--tw-shadow);
}

.tw-access-card .tw-mini-pill {
    align-self: flex-start;
    width: auto;
    max-width: max-content;
    margin: 0 0 14px;
}

.tw-access-card.is-pro {
    background:
        radial-gradient(circle at 86% 12%, rgba(168, 138, 90, .16), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(246, 249, 255, .58));
}

.tw-access-card strong {
    display: block;
    color: var(--tw-ink-strong);
    font-size: clamp(1.45rem, 2.2vw, 2.1rem);
    font-weight: 950;
    letter-spacing: -.04em;
    line-height: 1;
}

.tw-access-card p {
    margin: 11px 0 0;
    color: var(--tw-muted);
    font-size: .95rem;
    line-height: 1.58;
}

.tw-access-list {
    display: grid;
    gap: 9px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.tw-access-list li {
    position: relative;
    padding-left: 18px;
    color: var(--tw-muted);
    font-size: .9rem;
    line-height: 1.45;
}

.tw-access-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .62em;
    width: 6px;
    height: 6px;
    border-radius: var(--tw-pill-radius);
    background: linear-gradient(135deg, var(--tw-accent), var(--tw-accent-2));
}

.tw-access-cta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    margin-top: auto;
    padding-top: 24px;
}

.tw-access-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(260px, 58%, 390px);
    max-width: 100%;
    min-height: 46px;
    padding: 0 18px;
    border-radius: var(--tw-pill-radius);
    border: 1px solid rgba(255, 255, 255, .18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .035) 42%, rgba(255, 255, 255, 0) 43%),
        linear-gradient(180deg, #191919 0%, #070707 56%, #000000 100%);
    color: #ffffff;
    font-size: .84rem;
    font-weight: 950;
    letter-spacing: .02em;
    text-decoration: none;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .24),
        inset 0 -1px 0 rgba(255, 255, 255, .06),
        0 12px 24px rgba(0, 0, 0, .20);
    transition: transform .14s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.tw-access-cta:hover,
.tw-access-cta:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, .24);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .05) 42%, rgba(255, 255, 255, 0) 43%),
        linear-gradient(180deg, #222222 0%, #0a0a0a 56%, #000000 100%);
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .28),
        inset 0 -1px 0 rgba(255, 255, 255, .08),
        0 14px 28px rgba(0, 0, 0, .24);
    outline: none;
}

.tw-changelog-panel {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    width: min(1040px, 100%);
    height: min(486px, 64vh);
    min-height: 0;
    margin: 22px auto 0;
    padding: clamp(12px, 1.7vw, 16px);
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 28px;
    border: 1px solid var(--tw-stroke-soft);
    background:
        radial-gradient(circle at 18% 0%, rgba(69, 220, 255, .08), transparent 34%),
        radial-gradient(circle at 78% 0%, rgba(244, 107, 191, .06), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, .74), rgba(246, 249, 255, .42));
    text-align: left;
    box-shadow:
        var(--tw-inner-highlight),
        0 18px 42px rgba(92, 112, 142, .12);
}

.tw-changelog-panel::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -12px;
    z-index: -1;
    width: min(760px, 92%);
    height: 190px;
    transform: translateX(-50%);
    border-radius: 999px;
    background:
        radial-gradient(circle at 32% 42%, rgba(69, 220, 255, .10), transparent 42%),
        radial-gradient(circle at 52% 46%, rgba(124, 92, 255, .12), transparent 44%),
        radial-gradient(circle at 70% 42%, rgba(244, 107, 191, .08), transparent 42%);
    filter: blur(18px);
    opacity: .54;
    pointer-events: none;
}

.tw-changelog-list {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    min-height: 0;
    height: 100%;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2px 8px 2px 2px;
    overscroll-behavior: contain;
}

.tw-changelog-release {
    position: relative;
    flex: 0 0 auto;
    overflow: hidden;
    min-width: 0;
    padding: 0;
    border-radius: 22px;
    border: 1px solid var(--tw-stroke-soft);
    background:
        radial-gradient(circle at 12% 0%, rgba(69, 220, 255, .07), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .80), rgba(246, 249, 255, .48));
    box-shadow:
        var(--tw-inner-highlight),
        0 10px 22px rgba(92, 112, 142, .08);
}

.tw-changelog-release::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .30), rgba(255, 255, 255, 0) 32%),
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, .46), transparent 32%);
    opacity: .54;
    pointer-events: none;
}

.tw-changelog-release > * {
    position: relative;
    z-index: 1;
}

.tw-changelog-release summary::-webkit-details-marker {
    display: none;
}

.tw-changelog-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-width: 0;
    padding: clamp(16px, 2vw, 20px);
    list-style: none;
    cursor: pointer;
}

.tw-changelog-summary:focus-visible {
    outline: 2px solid rgba(69, 220, 255, .42);
    outline-offset: -5px;
}

.tw-changelog-summary-main {
    display: block;
    min-width: 0;
}

.tw-changelog-toggle {
    position: relative;
    display: inline-flex;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    border-radius: var(--tw-pill-radius);
    border: 1px solid rgba(92, 112, 142, .16);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(242, 247, 255, .52));
    color: var(--tw-ink-strong);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .62),
        0 8px 16px rgba(92, 112, 142, .08);
}

.tw-changelog-toggle::before,
.tw-changelog-toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    border-radius: var(--tw-pill-radius);
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: opacity .16s ease, transform .16s ease;
}

.tw-changelog-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.tw-changelog-release[open] .tw-changelog-toggle::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
}

.tw-changelog-release strong {
    display: block;
    color: var(--tw-ink-strong);
    font-size: clamp(1rem, 1.25vw, 1.12rem);
    font-weight: 900;
    letter-spacing: -.018em;
    line-height: 1.32;
}

.tw-changelog-release p {
    margin: 8px 0 0;
    color: var(--tw-muted);
    font-size: .92rem;
    line-height: 1.56;
}

.tw-changelog-head,
.tw-changelog-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-width: 0;
}

.tw-changelog-meta {
    margin-top: 10px;
}

.tw-changelog-notes {
    margin: 0 clamp(16px, 2vw, 20px) clamp(16px, 2vw, 20px);
    padding-top: 14px;
    border-top: 1px solid var(--tw-stroke-soft);
}

.tw-changelog-date {
    margin-left: 0;
}

.tw-changelog-version,
.tw-changelog-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: var(--tw-pill-radius);
    font-size: .70rem;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.tw-changelog-version {
    border: 1px solid rgba(255, 255, 255, .18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .035) 42%, rgba(255, 255, 255, 0) 43%),
        linear-gradient(180deg, #191919 0%, #070707 56%, #000000 100%);
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .24),
        inset 0 -1px 0 rgba(255, 255, 255, .06),
        0 10px 20px rgba(0, 0, 0, .16);
}

.tw-changelog-tag {
    border: 1px solid rgba(92, 112, 142, .16);
    background: linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(242, 247, 255, .52));
    color: var(--tw-muted);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .64),
        0 8px 16px rgba(92, 112, 142, .07);
}

.tw-changelog-points {
    display: grid;
    gap: 7px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.tw-changelog-points li {
    position: relative;
    padding-left: 18px;
    color: var(--tw-muted);
    font-size: .92rem;
    font-weight: 740;
    line-height: 1.46;
}

.tw-changelog-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 8px;
    height: 2px;
    border-radius: var(--tw-pill-radius);
    background: linear-gradient(90deg, #45dcff, #7c5cff 52%, #f46bbf);
}

body.dark.turnweave-page .tw-changelog-panel {
    border-color: rgba(255, 255, 255, .13);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .035) 35%, rgba(255, 255, 255, 0) 36%),
        radial-gradient(circle at 18% 0%, rgba(69, 220, 255, .065), transparent 34%),
        radial-gradient(circle at 78% 0%, rgba(244, 107, 191, .05), transparent 36%),
        linear-gradient(180deg, #171717 0%, #080808 54%, #000000 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .18),
        inset 0 -1px 0 rgba(255, 255, 255, .05),
        0 18px 46px rgba(0, 0, 0, .34) !important;
}

body.dark.turnweave-page .tw-changelog-panel::before {
    background:
        radial-gradient(circle at 32% 42%, rgba(69, 220, 255, .08), transparent 42%),
        radial-gradient(circle at 52% 46%, rgba(124, 92, 255, .10), transparent 44%),
        radial-gradient(circle at 70% 42%, rgba(244, 107, 191, .06), transparent 42%);
    opacity: .42;
}

body.dark.turnweave-page .tw-changelog-release {
    border-color: rgba(255, 255, 255, .13);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .035) 38%, rgba(255, 255, 255, 0) 39%),
        linear-gradient(180deg, #181818 0%, #070707 58%, #000000 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .18),
        inset 0 -1px 0 rgba(255, 255, 255, .05),
        0 10px 26px rgba(0, 0, 0, .24) !important;
}

body.dark.turnweave-page .tw-changelog-release::before {
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, .12), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, 0) 30%);
    opacity: .66;
}

body.dark.turnweave-page .tw-changelog-summary:hover .tw-changelog-toggle,
body.dark.turnweave-page .tw-changelog-summary:focus-visible .tw-changelog-toggle {
    border-color: rgba(255, 255, 255, .24);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .05) 42%, rgba(255, 255, 255, 0) 43%),
        linear-gradient(180deg, #222222 0%, #0a0a0a 56%, #000000 100%);
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .28),
        inset 0 -1px 0 rgba(255, 255, 255, .08),
        0 12px 26px rgba(0, 0, 0, .30);
}

body.dark.turnweave-page .tw-changelog-version {
    border-color: rgba(255, 255, 255, .18);
}

body.dark.turnweave-page .tw-changelog-tag,
body.dark.turnweave-page .tw-changelog-toggle {
    border-color: rgba(255, 255, 255, .14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .035) 42%, rgba(255, 255, 255, 0) 43%),
        linear-gradient(180deg, #171717 0%, #060606 56%, #000000 100%);
    color: rgba(235, 240, 250, .88);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .18),
        inset 0 -1px 0 rgba(255, 255, 255, .05),
        0 8px 18px rgba(0, 0, 0, .24);
}

@media (max-width: 620px) {
    .tw-changelog-panel {
        width: min(560px, 100%);
        height: min(440px, 68vh);
        margin-top: 18px;
        padding: 10px;
        border-radius: 24px;
    }

    .tw-changelog-list {
        height: auto;
        gap: 9px;
        padding-right: 6px;
    }

    .tw-changelog-release {
        border-radius: 20px;
    }

    .tw-changelog-summary {
        gap: 12px;
        padding: 16px;
    }

    .tw-changelog-head,
    .tw-changelog-meta {
        gap: 7px;
    }

    .tw-changelog-notes {
        margin: 0 16px 16px;
        padding-top: 12px;
    }

    .tw-changelog-release strong {
        font-size: .98rem;
        line-height: 1.34;
    }

    .tw-changelog-toggle {
        width: 28px;
        height: 28px;
    }

    .tw-changelog-version,
    .tw-changelog-tag {
        min-height: 27px;
        padding: 0 9px;
        font-size: .64rem;
    }

    .tw-changelog-points {
        gap: 6px;
    }

    .tw-changelog-points li {
        font-size: .86rem;
    }
}

.tw-launch-support-card {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: min(1120px, 100%);
    margin: 24px auto 0;
    text-align: left;
}

.tw-launch-support-item {
    min-width: 0;
    padding: clamp(18px, 2.4vw, 24px);
    border-radius: 22px;
    border: 1px solid rgba(92, 112, 142, .13);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(246, 249, 255, .38));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .62),
        0 10px 22px rgba(92, 112, 142, .07);
}

.tw-launch-support-item .tw-mini-pill {
    margin-bottom: 14px;
}

.tw-launch-support-item strong {
    display: block;
    color: var(--tw-ink-strong);
    font-size: clamp(1.28rem, 1.9vw, 1.72rem);
    font-weight: 950;
    letter-spacing: -.04em;
    line-height: 1.02;
}

.tw-launch-support-item p {
    margin: 10px 0 0;
    color: var(--tw-muted);
    font-size: .92rem;
    line-height: 1.52;
}

.tw-launch-support-item a {
    color: inherit;
    font-weight: 950;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;
}

.tw-checklist {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.tw-checklist li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    color: var(--tw-muted);
    font-size: .9rem;
    line-height: 1.45;
}

.tw-checklist li::before {
    content: "";
    width: 18px;
    height: 18px;
    margin-top: .1em;
    border-radius: var(--tw-pill-radius);
    border: 1px solid rgba(92, 112, 142, .14);
    background:
        radial-gradient(circle at 50% 50%, var(--tw-accent) 0 3px, transparent 4px),
        rgba(255, 255, 255, .62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .56);
}

.tw-faq-stack {
    display: grid;
    gap: 10px;
    width: min(980px, 100%);
    margin: 24px auto 0;
    text-align: left;
}

.tw-faq-card {
    min-width: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid var(--tw-stroke-soft);
    background:
        radial-gradient(circle at 12% 0%, rgba(69, 220, 255, .08), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(246, 249, 255, .56));
    box-shadow:
        var(--tw-inner-highlight),
        var(--tw-shadow);
}

.tw-faq-card summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    min-width: 0;
    padding: 18px 20px;
    list-style: none;
    cursor: pointer;
}

.tw-faq-card summary::-webkit-details-marker {
    display: none;
}

.tw-faq-card summary:focus-visible {
    outline: 2px solid rgba(69, 220, 255, .42);
    outline-offset: -4px;
}

.tw-faq-card strong {
    display: block;
    color: var(--tw-ink-strong);
    font-size: 1rem;
    font-weight: 950;
    letter-spacing: -.012em;
    line-height: 1.14;
}

.tw-faq-card p {
    margin: 0;
    padding: 0 64px 18px 20px;
    color: var(--tw-muted);
    font-size: .9rem;
    line-height: 1.56;
}

.tw-faq-toggle {
    position: relative;
    display: inline-flex;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    border-radius: var(--tw-pill-radius);
    border: 1px solid rgba(92, 112, 142, .16);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(242, 247, 255, .52));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .62),
        0 8px 16px rgba(92, 112, 142, .08);
}

.tw-faq-toggle::before,
.tw-faq-toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    border-radius: var(--tw-pill-radius);
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: opacity .16s ease, transform .16s ease;
}

.tw-faq-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.tw-faq-card[open] .tw-faq-toggle::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
}

body.dark.turnweave-page .tw-faq-toggle {
    border-color: rgba(255, 255, 255, .16);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .035) 42%, rgba(255, 255, 255, 0) 43%),
        linear-gradient(180deg, #191919 0%, #070707 56%, #000000 100%);
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .24),
        inset 0 -1px 0 rgba(255, 255, 255, .06),
        0 10px 22px rgba(0, 0, 0, .26);
}

body.dark.turnweave-page .tw-faq-card summary:hover .tw-faq-toggle,
body.dark.turnweave-page .tw-faq-card summary:focus-visible .tw-faq-toggle {
    border-color: rgba(255, 255, 255, .24);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .05) 42%, rgba(255, 255, 255, 0) 43%),
        linear-gradient(180deg, #222222 0%, #0a0a0a 56%, #000000 100%);
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .28),
        inset 0 -1px 0 rgba(255, 255, 255, .08),
        0 12px 26px rgba(0, 0, 0, .30);
}

.tw-link {
    color: inherit;
    font-weight: 850;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1.5px;
}

body.dark.turnweave-page {
    background:
        radial-gradient(980px 440px at 78% 8%, rgba(255, 255, 255, .035), transparent 48%),
        radial-gradient(820px 420px at 7% 2%, rgba(213, 181, 122, .07), transparent 48%),
        radial-gradient(720px 360px at 52% 38%, rgba(255, 255, 255, .025), transparent 56%),
        linear-gradient(180deg, #000000 0%, #030303 56%, #000000 100%);
}

body.dark.turnweave-page .tw-kicker,
body.dark.turnweave-page .tw-status-pill,
body.dark.turnweave-page .tw-mini-pill,
body.dark.turnweave-page .tw-section-eyebrow {
    border-color: rgba(255, 255, 255, .14);
    background: linear-gradient(180deg, rgba(24, 24, 24, .86), rgba(0, 0, 0, .76));
    color: rgba(235, 240, 250, .88);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .12),
        0 8px 18px rgba(0, 0, 0, .24);
}

body.dark.turnweave-page .tw-title,
body.dark.turnweave-page .tw-section-head,
body.dark.turnweave-page .tw-sticky-note strong,
body.dark.turnweave-page .tw-feature-card strong,
body.dark.turnweave-page .tw-workflow-card strong,
body.dark.turnweave-page .tw-access-card strong,
body.dark.turnweave-page .tw-trust-card strong,
body.dark.turnweave-page .tw-launch-card strong,
body.dark.turnweave-page .tw-support-card strong,
body.dark.turnweave-page .tw-launch-support-item strong,
body.dark.turnweave-page .tw-faq-card strong,
body.dark.turnweave-page .tw-bar-brand,
body.dark.turnweave-page .tw-overlay-title {
    color: rgba(255, 255, 255, .96);
}

body.dark.turnweave-page .tw-lede,
body.dark.turnweave-page .tw-status-note,
body.dark.turnweave-page .tw-section-sub,
body.dark.turnweave-page .tw-sticky-note p,
body.dark.turnweave-page .tw-feature-card p,
body.dark.turnweave-page .tw-workflow-card p,
body.dark.turnweave-page .tw-access-card p,
body.dark.turnweave-page .tw-access-list li,
body.dark.turnweave-page .tw-trust-card span,
body.dark.turnweave-page .tw-launch-card p,
body.dark.turnweave-page .tw-support-card p,
body.dark.turnweave-page .tw-launch-support-item p,
body.dark.turnweave-page .tw-checklist li,
body.dark.turnweave-page .tw-faq-card p,
body.dark.turnweave-page .tw-overlay-copy,
body.dark.turnweave-page .tw-bar-count {
    color: rgba(205, 216, 238, .76);
}

body.dark.turnweave-page .tw-preview-card {
    border-color: rgba(255, 255, 255, .08);
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .08),
        0 14px 34px rgba(0, 0, 0, .18) !important;
}

body.dark.turnweave-page .tw-browser-frame,
body.dark.turnweave-page .tw-page-top-bar,
body.dark.turnweave-page .tw-floating-overlay {
    border-color: rgba(255, 255, 255, .08);
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .08),
        0 14px 34px rgba(0, 0, 0, .18) !important;
}

body.dark.turnweave-page .tw-sticky-note,
body.dark.turnweave-page .tw-hero-feature,
body.dark.turnweave-page .tw-feature-card,
body.dark.turnweave-page .tw-workflow-card,
body.dark.turnweave-page .tw-access-card,
body.dark.turnweave-page .tw-trust-card,
body.dark.turnweave-page .tw-launch-card,
body.dark.turnweave-page .tw-support-card,
body.dark.turnweave-page .tw-launch-support-item,
body.dark.turnweave-page .tw-faq-card {
    border-color: rgba(255, 255, 255, .08);
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .08),
        0 14px 34px rgba(0, 0, 0, .18) !important;
}

body.dark.turnweave-page .tw-product-nav {
    border-color: rgba(255, 255, 255, .12);
    background:
        linear-gradient(180deg, #171717 0%, #080808 54%, #030303 100%),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .16), transparent 52%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .18),
        inset 0 -1px 0 rgba(255, 255, 255, .05),
        0 18px 42px rgba(0, 0, 0, .34) !important;
}

body.dark.turnweave-page .tw-product-nav .tw-product-nav-brand,
body.dark.turnweave-page .tw-product-nav .tw-product-nav-links a,
body.dark.turnweave-page .tw-product-nav .tw-product-nav-cta {
    color: #ffffff !important;
}

body.dark.turnweave-page .tw-product-nav-links a:hover,
body.dark.turnweave-page .tw-product-nav-links a:focus-visible {
    background: rgba(255, 255, 255, .08);
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .10),
        0 8px 16px rgba(0, 0, 0, .18);
}

body.dark.turnweave-page .tw-shot-stage,
body.dark.turnweave-page .tw-shot-rail {
    border-color: rgba(255, 255, 255, .08) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .08),
        0 14px 34px rgba(0, 0, 0, .18) !important;
}

body.dark.turnweave-page .tw-shot-dot {
    background: rgba(205, 216, 238, .34);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .06);
}

body.dark.turnweave-page .tw-shot-dot:hover,
body.dark.turnweave-page .tw-shot-dot:focus-visible {
    background: rgba(238, 244, 255, .72);
}

body.dark.turnweave-page .tw-shot-dot.is-active {
    background: rgba(238, 244, 255, .92);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, .10),
        0 0 16px rgba(124, 92, 255, .26);
}

body.dark.turnweave-page .tw-shot-thumb {
    color: rgba(205, 216, 238, .74);
}

body.dark.turnweave-page .tw-shot-thumb:hover,
body.dark.turnweave-page .tw-shot-thumb:focus-visible,
body.dark.turnweave-page .tw-shot-thumb.is-active {
    background: linear-gradient(180deg, rgba(42, 42, 42, .88), rgba(6, 6, 6, .82)) !important;
    color: rgba(255, 255, 255, .96);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .14),
        0 10px 22px rgba(0, 0, 0, .30) !important;
}

body.dark.turnweave-page .tw-shot-rail-copy,
body.dark.turnweave-page .tw-shot-thumb.is-active .tw-shot-rail-copy,
body.dark.turnweave-page .tw-shot-thumb:hover .tw-shot-rail-copy,
body.dark.turnweave-page .tw-shot-thumb:focus-visible .tw-shot-rail-copy {
    color: rgba(205, 216, 238, .74);
}

body.dark.turnweave-page .tw-browser-top {
    border-color: rgba(255, 255, 255, .10);
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035));
}

body.dark.turnweave-page .tw-browser-url,
body.dark.turnweave-page .tw-chat-row,
body.dark.turnweave-page .tw-bar-button {
    border-color: rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .07);
    color: rgba(205, 216, 238, .70);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

body.dark.turnweave-page .tw-button:not(.tw-button-primary) {
    border-color: rgba(255, 255, 255, .14);
    background: linear-gradient(180deg, rgba(24, 24, 24, .88), rgba(0, 0, 0, .78));
    color: rgba(255, 255, 255, .92);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .12),
        0 8px 18px rgba(0, 0, 0, .26);
}

body.dark.turnweave-page .tw-button:not(.tw-button-primary):hover {
    border-color: rgba(255, 255, 255, .20);
    background: linear-gradient(180deg, rgba(42, 42, 42, .88), rgba(6, 6, 6, .82));
    color: #ffffff;
}

body.dark.turnweave-page .tw-section {
    border-top-color: transparent;
    border-bottom-color: transparent;
}

body.dark.turnweave-page .tw-section::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), transparent);
    opacity: .68;
}

body.dark.turnweave-page .tw-feature-icon,
body.dark.turnweave-page .tw-workflow-step,
body.dark.turnweave-page .tw-checklist li::before {
    border-color: rgba(255, 255, 255, .14);
    background:
        radial-gradient(circle at 32% 20%, rgba(255, 255, 255, .12), transparent 48%),
        linear-gradient(180deg, rgba(24, 24, 24, .86), rgba(0, 0, 0, .76));
    color: rgba(255, 255, 255, .94);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .12),
        0 8px 18px rgba(0, 0, 0, .24);
}

body.dark.turnweave-page .tw-workflow-icon {
    border-color: rgba(69, 220, 255, .46);
    background:
        radial-gradient(circle at 28% 18%, rgba(255, 255, 255, .12), transparent 34%),
        linear-gradient(180deg, rgba(3, 8, 18, .96), rgba(0, 0, 0, .84));
    color: #67dfff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .16),
        0 0 20px rgba(69, 220, 255, .14);
}

body.dark.turnweave-page .tw-workflow-card:nth-child(2) .tw-workflow-icon {
    border-color: rgba(124, 92, 255, .48);
    color: #8c72ff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .16),
        0 0 20px rgba(124, 92, 255, .14);
}

body.dark.turnweave-page .tw-workflow-card:nth-child(3) .tw-workflow-icon {
    border-color: rgba(34, 231, 232, .48);
    color: #28e8e8;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .16),
        0 0 20px rgba(34, 231, 232, .14);
}

body.dark.turnweave-page .tw-support-line {
    border-color: rgba(255, 255, 255, .11);
}

@media (max-width: 1080px) {

    .tw-hero-grid,
    .tw-split,
    .tw-launch-panel,
    .tw-launch-support-card,
    body.turnweave-page .tw-feature-board-grid {
        grid-template-columns: 1fr;
    }

    .tw-preview-card,
    .tw-preview-inner {
        min-height: 480px;
    }

    .tw-sticky-note {
        position: relative;
        top: auto;
    }

    .tw-workflow-grid {
        grid-template-columns: 1fr;
        width: min(760px, 100%);
        margin-left: auto;
        margin-right: auto;
    }

    .tw-access-grid,
    .tw-changelog-panel {
        width: min(880px, 100%);
    }

    .tw-launch-support-card {
        width: min(760px, 100%);
    }

    .tw-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.turnweave-page .tw-feature-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.turnweave-page .tw-feature-detail {
        min-height: 0;
    }

    .tw-product-nav {
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        gap: 8px;
        border-radius: var(--tw-pill-radius);
    }

    .tw-product-nav-brand {
        justify-content: flex-start;
        min-width: 0;
    }

    .tw-product-nav-links {
        grid-column: auto;
        min-width: 0;
        justify-content: center;
        overflow-x: auto;
        padding: 2px;
        scrollbar-width: none;
    }

    .tw-product-nav-links::-webkit-scrollbar {
        display: none;
    }

    .tw-product-nav-cta {
        min-width: max-content;
    }

    .tw-showcase-grid {
        width: 100%;
    }

    .tw-shot-rail {
        width: min(680px, 100%);
    }
}

@media (max-width: 820px) {
    .tw-page {
        --tw-max: min(var(--studio-header-max, 1520px), calc(100% - 28px));
    }

    .tw-shell {
        width: var(--tw-max);
    }

    .tw-feature-grid,
    .tw-access-grid {
        grid-template-columns: 1fr;
    }

    .tw-hero,
    .tw-hero-copy,
    .tw-section-head,
    .tw-section-sub {
        text-align: center;
    }

    .tw-title {
        max-width: 680px;
        font-size: clamp(44px, 10vw, 72px);
        line-height: 1.08;
    }

    .tw-showcase-title,
    .tw-feature-section-title,
    section[aria-labelledby="turnweave-workflow-title"] .tw-section-head,
    #turnweave-pro .tw-section-head,
    #turnweave-changelog .tw-section-head,
    #turnweave-launch .tw-section-head,
    #turnweave-faq .tw-section-head {
        font-size: clamp(36px, 8vw, 58px);
        line-height: 1.14;
    }

    .tw-section-sub,
    .tw-lede {
        max-width: 680px;
        font-size: clamp(.96rem, 2.4vw, 1.04rem);
        line-height: 1.58;
    }

    .tw-kicker,
    .tw-hero-product,
    .tw-section-eyebrow {
        margin-left: auto;
        margin-right: auto;
    }

    .tw-lede,
    .tw-section-sub {
        margin-left: auto;
        margin-right: auto;
    }

    .tw-hero-actions,
    .tw-status-note {
        justify-content: center;
    }

    .tw-hero-feature-strip {
        grid-template-columns: 1fr;
        width: min(560px, 100%);
    }

    .tw-product-nav {
        top: 12px;
        grid-template-columns: auto minmax(0, 1fr) auto;
        justify-items: stretch;
        align-items: center;
        width: min(680px, 100%);
        margin-top: 18px;
        padding: 8px;
        row-gap: 0;
        column-gap: 6px;
        transform: none;
    }

    .tw-product-nav-brand {
        justify-content: flex-start;
        justify-self: start;
        min-width: 0;
    }

    .tw-product-nav-links {
        grid-column: auto;
        width: auto;
        min-width: 0;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .tw-product-nav-cta {
        justify-self: end;
        width: auto;
        max-width: none;
        min-width: max-content;
        padding: 0 12px;
    }

    .tw-shot-stage {
        border-radius: 22px !important;
    }

    .tw-shot-rail {
        width: min(680px, 100%);
    }

    body.turnweave-page .tw-feature-board-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    body.turnweave-page .tw-feature-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    body.turnweave-page .tw-feature-detail {
        min-height: 0 !important;
        padding: 24px !important;
        border-radius: 24px !important;
    }

    body.turnweave-page .tw-feature-detail h3 {
        font-size: clamp(2.15rem, 8vw, 3.8rem) !important;
        line-height: 1.02 !important;
    }

    body.turnweave-page .tw-feature-list {
        grid-template-columns: 1fr !important;
    }

    .tw-browser-body {
        min-height: 330px;
        padding: 14px;
    }

    .tw-floating-overlay {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 14px;
    }

    .tw-preview-card,
    .tw-preview-inner {
        min-height: 0;
    }
}

@media (max-width: 620px) {
    .tw-page {
        --tw-max: calc(100% - 20px);
    }

    .tw-shell {
        width: var(--tw-max);
    }

    .tw-hero {
        margin: 2px auto 0;
        padding: 2px 0 12px;
    }

    .tw-kicker {
        justify-content: center;
        margin-bottom: 14px;
        padding: 7px 12px;
        font-size: .68rem;
        text-align: center;
    }

    .tw-hero-product {
        margin-bottom: 10px;
        font-size: .98rem;
    }

    .tw-title {
        max-width: 100%;
        font-size: clamp(38px, 13vw, 58px);
        letter-spacing: -.052em;
        line-height: 1.08;
    }

    .tw-showcase-title,
    .tw-feature-section-title,
    section[aria-labelledby="turnweave-workflow-title"] .tw-section-head,
    #turnweave-pro .tw-section-head,
    #turnweave-changelog .tw-section-head,
    #turnweave-launch .tw-section-head,
    #turnweave-faq .tw-section-head {
        font-size: clamp(34px, 10.5vw, 48px);
        letter-spacing: -.052em;
        line-height: 1.14;
        white-space: normal;
    }

    .tw-feature-section-sub,
    .tw-section-sub,
    .tw-lede {
        white-space: normal;
    }

    .tw-lede,
    .tw-section-sub {
        font-size: .98rem;
        line-height: 1.56;
    }

    .tw-button {
        width: 100%;
        max-width: none;
    }

    .tw-shot-stage {
        aspect-ratio: 16 / 11;
        border-radius: 20px !important;
    }

    .tw-shot-rail {
        width: 100%;
        grid-template-columns: 1fr;
        border-radius: 22px;
    }

    .tw-shot-thumb {
        min-height: 42px;
        border-radius: 18px !important;
    }

    .tw-shot-rail-copy {
        white-space: normal;
    }

    .tw-hero-feature {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .tw-product-nav {
        position: sticky;
        top: calc(env(safe-area-inset-top, 0px) + 10px);
        z-index: 30;
        grid-template-columns: auto minmax(0, 1fr) auto;
        width: 100%;
        margin-top: 20px;
        padding: 6px;
        gap: 4px;
        border-radius: 999px;
    }

    .tw-product-nav-brand,
    .tw-product-nav-links a,
    .tw-product-nav-cta {
        min-height: 32px;
    }

    .tw-product-nav-brand {
        gap: 6px;
        max-width: 104px;
        padding: 0 7px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: .78rem;
    }

    .tw-product-nav-brand::before {
        width: 15px;
        height: 15px;
        border-radius: 5px;
    }

    .tw-product-nav-links {
        width: auto;
        min-width: 0;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .tw-product-nav-links a {
        padding: 0 8px;
        font-size: .70rem;
    }

    .tw-product-nav-cta {
        padding: 0 9px;
        font-size: .62rem;
        letter-spacing: .02em;
    }

    .tw-section {
        margin-bottom: 14px;
        padding: 22px 0 24px;
        border-radius: 0;
    }

    .tw-showcase {
        padding-top: 38px;
    }

    .tw-section::before {
        display: none;
    }

    body.turnweave-page .tw-feature-tabs {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    body.turnweave-page .tw-feature-tab {
        min-height: 0 !important;
        padding: 16px !important;
        border-radius: 20px !important;
    }

    body.turnweave-page .tw-feature-detail {
        padding: 20px !important;
        border-radius: 22px !important;
    }

    body.turnweave-page .tw-feature-detail h3 {
        font-size: clamp(2rem, 12vw, 3rem) !important;
        line-height: 1.02 !important;
    }

    body.turnweave-page .tw-feature-pills {
        gap: 8px;
    }

    body.turnweave-page .tw-feature-pills span {
        min-height: 30px;
    }

    body.turnweave-page .tw-feature-list {
        grid-template-columns: 1fr !important;
        row-gap: 10px !important;
    }

    .tw-workflow-grid,
    .tw-access-grid,
    .tw-launch-support-card,
    .tw-faq-stack {
        width: min(560px, 100%);
    }

    .tw-access-cta {
        width: min(100%, 320px);
    }

    .tw-access-card strong,
    .tw-launch-support-item strong {
        font-size: clamp(1.28rem, 7vw, 1.8rem);
        line-height: 1.06;
    }

    .tw-launch-support-card {
        gap: 10px;
    }

    .tw-preview-card {
        border-radius: 26px;
    }

    .tw-preview-inner {
        padding: 16px;
    }

    .tw-browser-frame {
        border-radius: 22px;
    }

    .tw-browser-body {
        min-height: 300px;
        padding: 12px;
    }

    .tw-page-top-bar {
        grid-template-columns: 1fr;
        justify-items: center;
        border-radius: 22px;
    }

    .tw-bar-count {
        width: 100%;
    }

    .tw-chat-row {
        min-height: 46px;
        border-radius: 15px;
    }

    .tw-feature-card,
    .tw-workflow-card,
    .tw-access-card,
    .tw-trust-card,
    .tw-launch-card,
    .tw-support-card,
    .tw-launch-support-item,
    .tw-sticky-note {
        padding: 18px;
        border-radius: 20px;
    }

    .tw-faq-card {
        border-radius: 20px;
    }

    .tw-faq-card summary {
        padding: 16px;
    }

    .tw-faq-card p {
        padding: 0 54px 16px 16px;
    }

    .tw-trust-grid {
        grid-template-columns: 1fr;
    }

    .tw-support-line a {
        white-space: normal;
    }
}

@media (max-width: 420px) {
    .tw-page {
        --tw-max: calc(100% - 16px);
    }

    .tw-shell {
        width: var(--tw-max);
    }

    .tw-title {
        font-size: clamp(34px, 14vw, 48px);
        line-height: 1.08;
    }

    .tw-showcase-title,
    .tw-feature-section-title,
    section[aria-labelledby="turnweave-workflow-title"] .tw-section-head,
    #turnweave-pro .tw-section-head,
    #turnweave-changelog .tw-section-head,
    #turnweave-launch .tw-section-head,
    #turnweave-faq .tw-section-head {
        font-size: clamp(30px, 11vw, 40px);
        line-height: 1.14;
    }

    .tw-hero-feature-mark,
    .tw-workflow-step {
        width: 50px;
        height: 50px;
        border-radius: 17px;
    }

    .tw-workflow-card {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .tw-workflow-card p {
        max-width: 32ch;
        margin-left: auto;
        margin-right: auto;
    }

    .tw-access-cta {
        width: 100%;
        min-width: 0;
    }

    .tw-product-nav {
        grid-template-columns: auto minmax(42px, 1fr) auto;
        width: 100%;
        padding: 6px;
        gap: 4px;
    }

    .tw-product-nav-brand,
    .tw-product-nav-links a,
    .tw-product-nav-cta {
        min-height: 30px;
    }

    .tw-product-nav-brand {
        max-width: 92px;
        padding: 0 5px;
        font-size: .72rem;
    }

    .tw-product-nav-brand::before {
        width: 14px;
        height: 14px;
    }

    .tw-product-nav-links a {
        padding: 0 8px;
        font-size: .66rem;
    }

    .tw-product-nav-cta {
        padding: 0 7px;
        font-size: .58rem;
    }

    .tw-shot-stage {
        aspect-ratio: 4 / 3;
    }

    .tw-faq-card summary {
        gap: 12px;
    }

    .tw-faq-toggle {
        width: 28px;
        height: 28px;
    }

    .tw-browser-top {
        min-height: 34px;
        padding: 0 10px;
    }

    .tw-browser-url {
        display: none;
    }

    .tw-overlay-title {
        font-size: .95rem;
    }
}

@media (hover: none) and (pointer: coarse) and (max-width: 1080px) {
    .tw-product-nav-links a[href="#turnweave-overview"] {
        display: none;
    }
}

@media (orientation: portrait) and (max-width: 620px) {
    .tw-product-nav {
        grid-template-columns: minmax(0, 1fr) auto auto minmax(0, 1fr);
        grid-template-areas:
            ". brand cta ."
            "links links links links";
        align-items: center;
        justify-content: center;
        row-gap: 6px;
        column-gap: 8px;
        padding: 7px;
        border-radius: 24px;
    }

    .tw-product-nav-brand {
        grid-area: brand;
        justify-self: end;
        max-width: 100%;
        padding: 0 10px;
        font-size: .78rem;
    }

    .tw-product-nav-links {
        grid-area: links;
        width: 100%;
        justify-content: center;
        overflow-x: auto;
        padding: 1px;
    }

    .tw-product-nav-links a {
        flex: 0 0 auto;
    }

    .tw-product-nav-cta {
        grid-area: cta;
        justify-self: start;
        min-width: max-content;
        padding: 0 12px;
        font-size: .64rem;
    }
}

@media (orientation: portrait) and (max-width: 420px) {
    .tw-product-nav {
        grid-template-columns: minmax(0, 1fr) auto auto minmax(0, 1fr);
        grid-template-areas:
            ". brand cta ."
            "links links links links";
        justify-content: center;
        row-gap: 6px;
        column-gap: 8px;
        padding: 7px;
        border-radius: 24px;
    }

    .tw-product-nav-brand {
        max-width: 100%;
        padding: 0 9px;
        font-size: .74rem;
    }

    .tw-product-nav-brand::before {
        width: 15px;
        height: 15px;
        border-radius: 5px;
    }

    .tw-product-nav-links a {
        padding: 0 8px;
        font-size: .66rem;
    }

    .tw-product-nav-cta {
        padding: 0 11px;
        font-size: .60rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .tw-button,
    .tw-shot-stage img,
    .tw-shot-stage .tw-shot-transition-image,
    .tw-shot-dot,
    .tw-shot-thumb {
        transition: none;
    }

    .tw-button:hover,
    .tw-shot-stage:hover img,
    .tw-shot-stage .tw-shot-transition-image,
    .tw-shot-dot:hover,
    .tw-shot-dot:focus-visible,
    .tw-shot-thumb:hover,
    .tw-shot-thumb:focus-visible {
        transform: none;
    }
}