:root {
    --pla-bg: #f3f5f7;
    --pla-surface: #ffffff;
    --pla-surface-2: #e9edf1;
    --pla-surface-3: #dce2e8;
    --pla-text: #15181d;
    --pla-muted: #5c6570;
    --pla-border: #cdd4dc;
    --pla-border-strong: #adb7c2;
    --pla-accent: #087f8c;
    --pla-accent-hover: #066975;
    --pla-pink: #d82d64;
    --pla-amber: #a66b00;
    --pla-focus: #12aebe;
    --pla-header: rgba(255, 255, 255, 0.96);
    --pla-shadow: 0 18px 50px rgba(17, 22, 29, 0.16);
}

html.dark {
    --pla-bg: #101318;
    --pla-surface: #171b21;
    --pla-surface-2: #1e242c;
    --pla-surface-3: #272e37;
    --pla-text: #f4f7fa;
    --pla-muted: #bdc6d0;
    --pla-border: #303843;
    --pla-border-strong: #45505e;
    --pla-accent: #2bc2d1;
    --pla-accent-hover: #68dbe5;
    --pla-pink: #ff4a7e;
    --pla-amber: #f2b84b;
    --pla-focus: #51d4df;
    --pla-header: rgba(16, 19, 24, 0.96);
    --pla-shadow: 0 20px 56px rgba(0, 0, 0, 0.34);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 76px;
}

body {
    background: var(--pla-bg);
    color: var(--pla-text);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.55;
}

#site-header {
    background: var(--pla-header) !important;
    border-color: var(--pla-border) !important;
    box-shadow: none !important;
    backdrop-filter: blur(14px);
}

#site-header nav {
    max-width: 1360px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#site-header nav > div > a span:first-of-type {
    color: var(--pla-text) !important;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 18px !important;
    font-weight: 700;
    letter-spacing: 0 !important;
}

#site-header nav > div > a img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

#site-header nav a {
    border-radius: 4px !important;
}

#site-header nav > div > div.hidden a {
    color: var(--pla-muted) !important;
    font-size: 14px;
    padding: 8px 11px;
}

#site-header nav > div > div.hidden a:hover,
#site-header nav > div > div.hidden a:focus-visible {
    background: var(--pla-surface-2) !important;
    color: var(--pla-text) !important;
}

#site-header nav > div > div.hidden a.site-nav-purchase {
    background: var(--pla-accent) !important;
    color: #071013 !important;
    font-weight: 720;
}

#site-header nav > div > div.hidden a.site-nav-purchase:hover {
    background: var(--pla-accent-hover) !important;
}

#site-header nav a span.absolute {
    display: none;
}

#site-header .hamburger {
    background: var(--pla-surface-2) !important;
    color: var(--pla-text) !important;
    border: 1px solid var(--pla-border);
    border-radius: 4px !important;
}

#mobile-menu {
    background: var(--pla-surface) !important;
    border: 1px solid var(--pla-border);
    border-radius: 6px !important;
    box-shadow: var(--pla-shadow);
}

.v3-home,
.v3-home * {
    box-sizing: border-box;
}

.v3-home {
    background: var(--pla-bg);
    color: var(--pla-text);
    overflow: hidden;
}

.v3-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.v3-shell {
    width: min(100% - 48px, 1280px);
    margin: 0 auto;
}

.v3-compat-bar {
    background: #0b0e13;
    border-bottom: 1px solid #2b333d;
    color: #dce3e9;
}

.v3-compat-inner {
    min-height: 46px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
}

.v3-compat-inner > strong {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.v3-compat-dot {
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    background: #2bc2d1;
    border-radius: 50%;
}

.v3-compat-products {
    min-width: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}

.v3-compat-products span {
    padding: 0 14px;
    border-left: 1px solid #323a45;
    color: #b7c0ca;
    font-size: 12px;
    font-weight: 650;
}

.v3-compat-products span:nth-child(3n + 1) {
    color: #77e1ea;
}

.v3-compat-products span:nth-child(3n + 2) {
    color: #ff7ca2;
}

.v3-compat-products span:nth-child(3n + 3) {
    color: #f4c66e;
}

.v3-compat-inner > a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 680;
    text-decoration: none;
    white-space: nowrap;
}

.v3-compat-inner > a:hover {
    color: #77e1ea;
    text-decoration: underline;
}

.v3-hero {
    position: relative;
    isolation: isolate;
    min-height: 680px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #090b0f;
    border-bottom: 1px solid var(--pla-border);
}

.v3-hero-media,
.v3-hero-media img,
.v3-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.v3-hero-media img {
    object-fit: cover;
    object-position: center center;
    filter: saturate(0.9) brightness(0.82);
}

.v3-hero-slide {
    opacity: 0;
    transition: opacity 320ms ease;
}

.v3-hero-slide.is-active {
    opacity: 1;
}

.v3-hero-controls {
    position: absolute;
    z-index: 3;
    top: 18px;
    right: max(24px, calc((100vw - 1280px) / 2));
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 5px;
    background: rgba(5, 8, 12, 0.82);
    color: #ffffff;
    backdrop-filter: blur(8px);
}

.v3-hero-controls button {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 3px;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
}

.v3-hero-controls button:hover,
.v3-hero-controls button:focus-visible {
    background: rgba(255, 255, 255, 0.14);
    color: #77e1ea;
}

.v3-hero-controls button:focus-visible {
    outline: 2px solid #77e1ea;
    outline-offset: 1px;
}

.v3-hero-controls button .v3-icon {
    width: 16px;
    height: 16px;
}

.v3-hero-controls button > span {
    display: inline-flex;
}

.v3-hero-controls button > span[hidden] {
    display: none;
}

.v3-hero-counter {
    min-width: 43px;
    display: flex;
    justify-content: center;
    gap: 4px;
    color: #bac4ce;
    font-family: Consolas, monospace;
    font-size: 11px;
}

.v3-hero-counter b {
    color: #ffffff;
    font-weight: 700;
}

.v3-hero-shade {
    z-index: 1;
    background: rgba(3, 6, 10, 0.64);
}

.v3-hero-text-band {
    display: none;
}

.v3-hero-content {
    position: relative;
    z-index: 2;
    padding-top: 90px;
    padding-bottom: 48px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
}

.v3-release-link {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}

.v3-release-link > .v3-icon:first-child {
    color: #f4c66e;
}

.v3-release-link > .v3-icon:last-child {
    width: 14px;
    height: 14px;
    color: #77e1ea;
}

.v3-release-link strong {
    font-weight: 720;
}

.v3-release-link span {
    color: #9ee8ee;
    font-weight: 650;
}

.v3-release-link:hover span {
    color: #ffffff;
    text-decoration: underline;
}

.v3-kicker,
.v3-eyebrow {
    margin: 0 0 15px;
    color: var(--pla-accent);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0;
    text-transform: uppercase;
}

.v3-hero .v3-kicker {
    color: #67e8f1;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.9);
}

.v3-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #ffffff;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 58px;
    line-height: 1.06;
    font-weight: 780;
    letter-spacing: 0;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.9);
}

.v3-hero-copy {
    max-width: 660px;
    margin: 20px 0 0;
    color: #f0f4f7;
    font-size: 18px;
    line-height: 1.62;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.95);
}

.v3-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 28px;
}

.v3-purchase-summary {
    max-width: 760px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin: 14px 0 0;
    color: #e7edf4;
    font-size: 13px;
    line-height: 1.45;
    text-shadow: 0 2px 10px #000000;
}

.v3-purchase-summary .v3-icon {
    width: 17px;
    height: 17px;
    color: #68dbe5;
}

.v3-purchase-summary strong {
    color: #ffffff;
    font-size: 15px;
    font-weight: 780;
}

.v3-button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 720;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
    gap: 9px;
}

.v3-button .v3-icon {
    width: 17px;
    height: 17px;
}

.v3-button:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.v3-button:focus-visible,
.v3-shot:focus-visible,
.v3-gallery-item:focus-visible,
.v3-lightbox-close:focus-visible,
.v3-faq summary:focus-visible {
    outline: 3px solid var(--pla-focus);
    outline-offset: 3px;
}

.v3-button-primary {
    min-height: 48px;
    padding: 12px 21px;
    background: #2478ff;
    border-color: #2478ff;
    color: #ffffff;
    font-size: 15px;
    font-weight: 780;
    box-shadow: 0 7px 22px rgba(36, 120, 255, 0.28);
}

.v3-button-primary:hover {
    background: #4b91ff;
    border-color: #4b91ff;
    color: #ffffff;
    box-shadow: 0 9px 26px rgba(36, 120, 255, 0.4);
}

.v3-button-primary:focus-visible {
    outline-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(75, 145, 255, 0.48);
}

.v3-button-secondary {
    background: var(--pla-surface);
    border-color: var(--pla-border-strong);
    color: var(--pla-text);
}

.v3-hero .v3-button-secondary {
    background: rgba(12, 15, 20, 0.82);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

.v3-button-secondary:hover {
    background: var(--pla-surface-2);
    border-color: var(--pla-accent);
}

.v3-hero-note {
    margin: 17px 0 0;
    color: #dce3e9;
    font-size: 12px;
    text-shadow: 0 2px 8px #000000;
}

.v3-hero-compat {
    max-width: 760px;
    margin: 18px 0 0;
    color: #ffffff;
    font-size: 13px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-weight: 650;
    line-height: 1.55;
    text-shadow: 0 2px 10px #000000;
}

.v3-hero-compat .v3-icon {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    color: #77e1ea;
}

.v3-hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 13px 0 0;
    padding: 0;
    list-style: none;
}

.v3-hero-facts li {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #dce3e9;
    font-size: 12px;
    font-weight: 620;
}

.v3-hero-facts li:nth-child(1) .v3-icon {
    color: #77e1ea;
}

.v3-hero-facts li:nth-child(2) .v3-icon {
    color: #ff7ca2;
}

.v3-hero-facts li:nth-child(3) .v3-icon {
    color: #f4c66e;
}

.v3-hero-compat + .v3-hero-note {
    margin-top: 5px;
}

.v3-proof {
    background: var(--pla-surface);
    border-bottom: 1px solid var(--pla-border);
}

.v3-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.v3-proof-grid > div {
    min-height: 94px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 18px 25px;
    border-left: 1px solid var(--pla-border);
}

.v3-proof-grid > div > .v3-icon {
    width: 24px;
    height: 24px;
    color: var(--pla-accent);
}

.v3-proof-grid > div:nth-child(2) > .v3-icon {
    color: var(--pla-pink);
}

.v3-proof-grid > div:nth-child(3) > .v3-icon {
    color: var(--pla-amber);
}

.v3-proof-grid > div:nth-child(4) > .v3-icon {
    color: #7994e8;
}

.v3-proof-grid p {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
}

.v3-proof-grid > div:last-child {
    border-right: 1px solid var(--pla-border);
}

.v3-proof-grid strong {
    color: var(--pla-text);
    font-size: 17px;
}

.v3-proof-grid > div:nth-child(2) strong {
    color: var(--pla-pink);
}

.v3-proof-grid > div:nth-child(3) strong {
    color: var(--pla-amber);
}

.v3-proof-grid span {
    color: var(--pla-muted);
    font-size: 14px;
    line-height: 1.5;
}

.v3-section {
    padding: 96px 0;
    border-bottom: 1px solid var(--pla-border);
}

.v3-split {
    display: grid;
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
    gap: 58px;
    align-items: center;
}

.v3-copy-block h2,
.v3-section-heading h2,
.v3-output-layout h2,
.v3-faq-layout h2,
.v3-final-cta h2 {
    margin: 0;
    color: var(--pla-text);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 42px;
    font-weight: 760;
    line-height: 1.12;
    letter-spacing: 0;
}

.v3-copy-block > p:not(.v3-eyebrow),
.v3-section-heading > p:not(.v3-eyebrow),
.v3-output-layout > div > p:not(.v3-eyebrow) {
    margin: 21px 0 0;
    color: var(--pla-muted);
    font-size: 17px;
    line-height: 1.7;
}

.v3-check-list {
    display: grid;
    gap: 12px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.v3-check-list li {
    position: relative;
    padding-left: 24px;
    color: var(--pla-text);
    font-size: 15px;
    line-height: 1.6;
}

.v3-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 5px;
    border-left: 2px solid var(--pla-accent);
    border-bottom: 2px solid var(--pla-accent);
    transform: rotate(-45deg);
}

.v3-shot,
.v3-gallery-item {
    appearance: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: var(--pla-surface-2);
    border: 1px solid var(--pla-border-strong);
    border-radius: 6px;
    color: var(--pla-text);
    cursor: zoom-in;
    text-align: left;
    box-shadow: var(--pla-shadow);
}

.v3-shot img,
.v3-gallery-item img {
    display: block;
    width: 100%;
    height: auto;
}

.v3-shot span {
    display: block;
    padding: 9px 12px;
    border-top: 1px solid var(--pla-border);
    color: var(--pla-muted);
    font-size: 12px;
    text-align: right;
}

.v3-features {
    background: var(--pla-surface);
}

.v3-section-heading {
    max-width: 760px;
    margin-bottom: 48px;
}

.v3-section-heading-wide {
    max-width: none;
}

.v3-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px 32px;
}

.v3-feature-grid article {
    position: relative;
    padding-top: 22px;
    border-top: 2px solid var(--pla-border-strong);
}

.v3-feature-grid article:nth-child(3n + 1) {
    border-top-color: var(--pla-accent);
}

.v3-feature-grid article:nth-child(3n + 2) {
    border-top-color: var(--pla-pink);
}

.v3-feature-grid article:nth-child(3n + 3) {
    border-top-color: var(--pla-amber);
}

.v3-feature-index {
    color: var(--pla-muted);
    font-family: Consolas, monospace;
    font-size: 12px;
}

.v3-feature-symbol {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.v3-feature-symbol .v3-icon {
    width: 24px;
    height: 24px;
    color: var(--pla-accent);
}

.v3-feature-grid article:nth-child(3n + 2) .v3-feature-symbol .v3-icon {
    color: var(--pla-pink);
}

.v3-feature-grid article:nth-child(3n + 3) .v3-feature-symbol .v3-icon {
    color: var(--pla-amber);
}

.v3-feature-grid h3 {
    margin: 13px 0 9px;
    color: var(--pla-text);
    font-size: 19px;
    font-weight: 720;
}

.v3-feature-grid p {
    margin: 0;
    color: var(--pla-muted);
    font-size: 15px;
    line-height: 1.65;
}

.v3-gallery-section {
    background: var(--pla-bg);
}

.v3-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.v3-gallery-wide {
    grid-column: 1 / -1;
}

.v3-gallery-item {
    box-shadow: none;
    transition: border-color 150ms ease, transform 150ms ease;
}

.v3-gallery-item:hover {
    border-color: var(--pla-accent);
    transform: translateY(-2px);
}

.v3-gallery-item > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 58px;
    padding: 12px 15px;
    border-top: 1px solid var(--pla-border);
}

.v3-gallery-item strong {
    color: var(--pla-text);
    font-size: 15px;
}

.v3-gallery-item small {
    color: var(--pla-muted);
    font-size: 13px;
    line-height: 1.45;
    text-align: right;
}

.v3-output-section {
    background: var(--pla-surface-2);
}

.v3-output-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.8fr);
    gap: 70px;
    align-items: center;
}

.v3-format-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--pla-border-strong);
    border-left: 1px solid var(--pla-border-strong);
}

.v3-format-list span {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--pla-border-strong);
    border-bottom: 1px solid var(--pla-border-strong);
    color: var(--pla-text);
    font-family: Consolas, monospace;
    font-size: 13px;
}

.v3-format-list span:nth-child(3n + 1) {
    color: var(--pla-accent);
}

.v3-format-list span:nth-child(3n + 2) {
    color: var(--pla-pink);
}

.v3-format-list span:nth-child(3n + 3) {
    color: var(--pla-amber);
}

.v3-products {
    background: var(--pla-surface);
}

.v3-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.v3-product {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: var(--pla-bg);
    border: 1px solid var(--pla-border);
    border-radius: 7px;
}

.v3-product-current {
    border-top: 3px solid var(--pla-accent);
}

.v3-product-single {
    max-width: 760px;
}

.v3-product-tag {
    display: inline-block;
    margin-bottom: 18px;
    padding: 4px 7px;
    background: var(--pla-accent);
    border-radius: 3px;
    color: #071013;
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
}

.v3-product h3 {
    margin: 0;
    color: var(--pla-text);
    font-size: 27px;
    font-weight: 750;
}

.v3-product-head p {
    min-height: 76px;
    margin: 13px 0 0;
    color: var(--pla-muted);
    font-size: 14px;
    line-height: 1.65;
}

.v3-product-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 7px 13px;
    margin-top: 18px;
}

.v3-product-price strong {
    color: var(--pla-text);
    font-size: 27px;
    line-height: 1.1;
}

.v3-product-price span {
    color: var(--pla-muted);
    font-size: 14px;
    line-height: 1.5;
}

.v3-product ul {
    display: grid;
    gap: 10px;
    margin: 24px 0 28px;
    padding: 22px 0 0;
    border-top: 1px solid var(--pla-border);
    list-style: none;
}

.v3-product li {
    position: relative;
    padding-left: 20px;
    color: var(--pla-text);
    font-size: 13px;
}

.v3-product li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 7px;
    height: 7px;
    background: var(--pla-accent);
}

.v3-product .v3-button {
    width: 100%;
    margin-top: auto;
}

.v3-workflow-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
}

.v3-workflow-list li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 17px;
    padding: 0 30px;
    border-left: 1px solid var(--pla-border);
}

.v3-workflow-list li:first-child {
    padding-left: 0;
    border-left: 0;
}

.v3-workflow-list li:last-child {
    padding-right: 0;
}

.v3-workflow-list li > span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--pla-surface-2);
    border: 1px solid var(--pla-border-strong);
    border-radius: 5px;
    color: var(--pla-accent);
    font-family: Consolas, monospace;
    font-weight: 700;
}

.v3-workflow-list strong {
    color: var(--pla-text);
    font-size: 17px;
}

.v3-workflow-list p {
    margin: 8px 0 0;
    color: var(--pla-muted);
    font-size: 14px;
    line-height: 1.6;
    line-height: 1.6;
}

.v3-faq {
    background: var(--pla-surface-2);
}

.v3-faq-layout {
    display: grid;
    grid-template-columns: minmax(250px, 0.55fr) minmax(0, 1fr);
    gap: 70px;
}

.v3-faq-list {
    border-top: 1px solid var(--pla-border-strong);
}

.v3-faq details {
    border-bottom: 1px solid var(--pla-border-strong);
}

.v3-faq summary {
    position: relative;
    padding: 20px 38px 20px 0;
    color: var(--pla-text);
    font-size: 15px;
    font-weight: 680;
    cursor: pointer;
    list-style: none;
}

.v3-faq summary::-webkit-details-marker {
    display: none;
}

.v3-faq summary::after {
    content: "+";
    position: absolute;
    right: 4px;
    top: 16px;
    color: var(--pla-accent);
    font-size: 24px;
    font-weight: 400;
}

.v3-faq details[open] summary::after {
    content: "-";
}

.v3-faq details p {
    margin: 0;
    padding: 0 38px 20px 0;
    color: var(--pla-muted);
    font-size: 15px;
    line-height: 1.7;
}

.v3-final-cta {
    padding: 92px 0;
    background: #0a0c10;
    border-bottom: 1px solid #252b33;
    color: #ffffff;
    text-align: center;
}

.v3-final-cta .v3-eyebrow {
    color: #67e8f1;
}

.v3-final-cta h2 {
    max-width: 820px;
    margin: 0 auto 28px;
    color: #ffffff;
}

.v3-final-offer {
    margin: -12px auto 25px;
    color: #dce5ed;
    font-size: 15px;
    line-height: 1.55;
}

.v3-lightbox {
    width: min(94vw, 1500px);
    max-width: 1500px;
    max-height: 92vh;
    margin: auto;
    padding: 42px 16px 14px;
    overflow: auto;
    background: #0a0c10;
    border: 1px solid #46515e;
    border-radius: 6px;
    color: #ffffff;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.65);
}

.v3-lightbox::backdrop {
    background: rgba(0, 0, 0, 0.82);
}

.v3-lightbox img {
    display: block;
    max-width: 100%;
    max-height: calc(92vh - 92px);
    margin: 0 auto;
}

.v3-lightbox p {
    margin: 10px 0 0;
    color: #bac3cc;
    font-size: 12px;
    text-align: center;
}

.v3-lightbox-close {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 30px;
    height: 30px;
    padding: 0;
    background: #242a32;
    border: 1px solid #46515e;
    border-radius: 4px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.v3-site-footer {
    background: var(--pla-surface) !important;
    padding: 34px 24px;
    border-color: var(--pla-border) !important;
}

.v3-footer-inner {
    width: min(100%, 1280px);
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(120px, auto) minmax(160px, auto) auto;
    gap: 36px;
    align-items: start;
    margin: 0 auto;
}

.v3-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.v3-footer-brand strong {
    color: var(--pla-text);
    font-size: 15px;
}

.v3-footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.v3-footer-links > strong {
    color: var(--pla-text);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.v3-footer-brand span,
.v3-footer-meta {
    color: var(--pla-muted);
    font-size: 12px;
}

.v3-site-footer nav,
.v3-footer-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.v3-site-footer a {
    color: var(--pla-muted) !important;
    font-size: 13px;
    text-decoration: none;
}

.v3-site-footer a:hover {
    color: var(--pla-accent) !important;
}

footer .container {
    max-width: 1280px;
}

footer a,
footer p {
    color: var(--pla-muted) !important;
}

footer a:hover {
    color: var(--pla-accent) !important;
}

#top-link {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 40;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--pla-accent) !important;
    border: 0;
    border-radius: 4px !important;
    color: #071013 !important;
}

@media (max-width: 1024px) {
    .v3-footer-inner {
        grid-template-columns: minmax(240px, 1fr) repeat(2, minmax(140px, auto));
    }

    .v3-footer-meta {
        grid-column: 1 / -1;
        flex-direction: row;
        gap: 16px;
    }

    .v3-compat-inner {
        gap: 14px;
    }

    .v3-compat-inner > a {
        display: none;
    }

    .v3-hero {
        min-height: 670px;
    }

    .v3-hero-media img {
        object-position: 48% center;
    }

    .v3-hero h1 {
        font-size: 54px;
    }

    .v3-split,
    .v3-output-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .v3-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v3-output-layout {
        max-width: 850px;
    }

    .v3-workflow-list {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .v3-workflow-list li,
    .v3-workflow-list li:first-child,
    .v3-workflow-list li:last-child {
        padding: 0;
        border-left: 0;
    }
}

@media (max-width: 767px) {
    html {
        scroll-padding-top: 62px;
    }

    #site-header nav {
        padding: 8px 14px;
    }

    #site-header nav > div > a span:first-of-type {
        font-size: 15px !important;
    }

    .v3-shell {
        width: min(100% - 28px, 1280px);
    }

    .v3-compat-inner {
        width: 100%;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 10px;
        padding: 0 14px;
    }

    .v3-compat-inner > strong {
        font-size: 11px;
    }

    .v3-compat-products {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .v3-compat-products::-webkit-scrollbar {
        display: none;
    }

    .v3-compat-products span {
        padding: 0 10px;
        font-size: 11px;
    }

    .v3-hero {
        min-height: 630px;
    }

    .v3-hero-media img {
        object-position: 45% center;
    }

    .v3-hero-controls {
        top: 10px;
        right: 14px;
    }

    .v3-hero-shade {
        background: rgba(3, 6, 10, 0.7);
    }

    .v3-hero-text-band {
        height: 590px;
        background: rgba(5, 8, 12, 0.92);
    }

    .v3-hero-content {
        padding-top: 76px;
        padding-bottom: 24px;
    }

    .v3-purchase-summary {
        margin-top: 11px;
        font-size: 12px;
    }

    .v3-release-link {
        gap: 6px;
        margin-bottom: 10px;
        font-size: 11px;
    }

    .v3-release-link strong {
        display: none;
    }

    .v3-hero .v3-kicker {
        margin-bottom: 10px;
        font-size: 10px;
    }

    .v3-hero h1 {
        font-size: 40px;
        line-height: 1.06;
    }

    .v3-hero-copy {
        margin-top: 13px;
        font-size: 16px;
        line-height: 1.55;
    }

    .v3-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 17px;
    }

    .v3-button {
        width: 100%;
    }

    .v3-hero-compat {
        margin-top: 11px;
        font-size: 12px;
    }

    .v3-hero-facts {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-top: 11px;
    }

    .v3-hero-facts li {
        align-items: flex-start;
        font-size: 10px;
        line-height: 1.35;
    }

    .v3-hero-facts .v3-icon {
        width: 15px;
        height: 15px;
    }

    .v3-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v3-proof-grid > div,
    .v3-proof-grid > div:last-child {
        min-height: 78px;
        padding: 14px;
        border-right: 0;
        border-bottom: 1px solid var(--pla-border);
    }

    .v3-section {
        padding: 68px 0;
    }

    .v3-copy-block h2,
    .v3-section-heading h2,
    .v3-output-layout h2,
    .v3-faq-layout h2,
    .v3-final-cta h2 {
        font-size: 32px;
        line-height: 1.16;
    }

    .v3-copy-block > p:not(.v3-eyebrow),
    .v3-section-heading > p:not(.v3-eyebrow),
    .v3-output-layout > div > p:not(.v3-eyebrow) {
        font-size: 15px;
    }

    .v3-feature-grid,
    .v3-gallery,
    .v3-product-grid,
    .v3-faq-layout {
        grid-template-columns: 1fr;
    }

    .v3-feature-grid {
        gap: 28px;
    }

    .v3-gallery-wide {
        grid-column: auto;
    }

    .v3-gallery-item > span {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .v3-gallery-item small {
        text-align: left;
    }

    .v3-format-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .v3-product {
        padding: 23px;
    }

    .v3-product-head p {
        min-height: 0;
    }

    .v3-faq-layout {
        gap: 34px;
    }

    .v3-final-cta {
        padding: 70px 0;
    }

    .v3-footer-inner {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .v3-footer-meta {
        grid-column: auto;
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 420px) {
    .v3-hero {
        min-height: 620px;
    }

    .v3-hero h1 {
        font-size: 36px;
    }

    .v3-format-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .v3-button,
    .v3-gallery-item,
    .v3-hero-slide {
        transition: none;
    }
}
