/* remAIke corporate visual rebuild
 * R-ID: R-CORPORATE-REBUILD-20260728
 */

:root {
    --ci-ink: #111416;
    --ci-ink-soft: #4c5357;
    --ci-paper: #f4f3ee;
    --ci-paper-2: #ecebe5;
    --ci-white: #ffffff;
    --ci-stage: #0b0d0e;
    --ci-stage-2: #171a1c;
    --ci-line: #d8d7d0;
    --ci-line-dark: #313638;
    --ci-honey: #e7b84b;
    --ci-honey-light: #f4d887;
    --ci-honey-ink: #221a08;
    --ci-coral: #ee6245;
    --ci-mint: #30b88a;
    --ci-blue: #2765d8;
    --ci-danger: #c43f35;
    --ci-radius: 8px;
    --ci-shadow: 0 18px 60px rgba(17, 20, 22, 0.12);
    --ci-shadow-dark: 0 22px 70px rgba(0, 0, 0, 0.38);
    --ci-ease: cubic-bezier(0.2, 0.72, 0.24, 1);
}

html {
    color-scheme: light;
    scroll-behavior: smooth;
    background: var(--ci-paper);
}

body.techart-page {
    margin: 0;
    overflow-x: hidden;
    background: var(--ci-paper);
    color: var(--ci-ink);
    font-family: Manrope, Inter, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.techart-page *,
body.techart-page *::before,
body.techart-page *::after {
    box-sizing: border-box;
    letter-spacing: 0 !important;
}

body.techart-page h1,
body.techart-page h2,
body.techart-page h3,
body.techart-page h4,
body.techart-page p {
    text-wrap: pretty;
}

body.techart-page button,
body.techart-page a,
body.techart-page input,
body.techart-page select,
body.techart-page textarea {
    font: inherit;
}

body.techart-page button,
body.techart-page a {
    -webkit-tap-highlight-color: transparent;
}

body.techart-page button,
body.techart-page [role="button"],
body.techart-page a {
    touch-action: manipulation;
}

body.techart-page :focus-visible {
    outline: 3px solid var(--ci-blue);
    outline-offset: 3px;
}

body.techart-page .btn-primary,
body.techart-page .nav-cta,
body.techart-page .nav-cta-mobile,
body.techart-page .rm-btn-primary,
body.techart-page .rm-btn.primary,
body.techart-page .request-button,
body.techart-page .modal-submit {
    min-height: 50px;
    border: 1px solid #c79421;
    border-radius: var(--ci-radius);
    background: var(--ci-honey);
    color: var(--ci-honey-ink);
    box-shadow: 0 8px 22px rgba(231, 184, 75, 0.24);
    font-weight: 800;
    text-decoration: none;
    transition:
        transform 180ms var(--ci-ease),
        box-shadow 180ms ease,
        background-color 180ms ease;
}

body.techart-page .btn-primary:hover,
body.techart-page .nav-cta:hover,
body.techart-page .nav-cta-mobile:hover,
body.techart-page .rm-btn-primary:hover,
body.techart-page .rm-btn.primary:hover,
body.techart-page .request-button:hover,
body.techart-page .modal-submit:hover {
    transform: translateY(-2px);
    background: var(--ci-honey-light);
    box-shadow: 0 12px 28px rgba(231, 184, 75, 0.3);
}

body.techart-page .btn-outline,
body.techart-page .rm-btn-ghost,
body.techart-page .rm-btn.ghost,
body.techart-page .link-btn {
    min-height: 50px;
    border: 1px solid currentColor;
    border-radius: var(--ci-radius);
    background: transparent;
    color: inherit;
    font-weight: 750;
    text-decoration: none;
}

body.techart-page input,
body.techart-page select,
body.techart-page textarea {
    min-height: 50px;
    border: 1px solid #bfc2bd;
    border-radius: var(--ci-radius);
    background: var(--ci-white);
    color: var(--ci-ink);
}

body.techart-page textarea {
    min-height: 124px;
}

/* Shared brand shell */
.techart-home .header,
.techart-checkout .rm-header,
.techart-portal .rm-header,
.techart-studio .topbar {
    position: sticky;
    z-index: 80;
    top: 0;
    width: 100%;
    min-height: 70px;
    border: 0;
    border-bottom: 1px solid rgba(17, 20, 22, 0.12);
    background: rgba(250, 249, 245, 0.96);
    color: var(--ci-ink);
    box-shadow: none;
    backdrop-filter: blur(18px);
}

.techart-home .header {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 0 32px;
}

.techart-home .logo,
.techart-checkout .rm-logo,
.techart-portal .rm-header__logo,
.techart-studio .brand {
    color: var(--ci-ink);
    text-decoration: none;
}

.techart-home .brand-mark,
.techart-studio .brand-mark,
.techart-checkout .rm-logo-icon,
.techart-portal .rm-header__logo img {
    width: 42px;
    height: 42px;
    border-radius: 7px;
    background: var(--ci-stage);
    box-shadow: 0 6px 18px rgba(17, 20, 22, 0.2);
}

.techart-home .brand-mark img,
.techart-studio .brand-mark img {
    width: 100%;
    height: 100%;
}

.techart-home .logo-word,
.techart-checkout .rm-logo-title,
.techart-portal .rm-header__logo > span,
.techart-studio .brand-word {
    color: var(--ci-ink);
    font-size: 20px;
    font-weight: 900;
}

.techart-home .logo-word span,
.techart-checkout .rm-logo-title span,
.techart-portal .rm-header__logo > span > span,
.techart-studio .brand-word span {
    color: #9c7118;
}

.techart-home .header-nav,
.techart-portal .rm-nav {
    display: flex;
    align-items: center;
    gap: 6px;
}

.techart-home .header-nav {
    margin-left: auto;
}

.techart-home .nav-link,
.techart-portal .rm-nav a {
    min-height: 44px;
    padding: 11px 12px;
    border-radius: 6px;
    color: var(--ci-ink-soft);
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
}

.techart-home .nav-link:hover,
.techart-home .nav-link.active,
.techart-portal .rm-nav a:hover,
.techart-portal .rm-nav a.is-active {
    background: #e9e7df;
    color: var(--ci-ink);
}

.techart-home .nav-sep {
    width: 1px;
    height: 28px;
    margin: 0 4px;
    background: var(--ci-line);
}

.techart-home .nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
}

.techart-home .menu-toggle,
.techart-portal .rm-header__toggle {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border: 1px solid var(--ci-line);
    border-radius: var(--ci-radius);
    background: var(--ci-white);
    color: var(--ci-ink);
}

/* Marketing onepager */
.techart-home .showcase {
    position: relative;
    padding: 0;
    overflow: hidden;
    background: var(--ci-stage);
    color: var(--ci-white);
}

.techart-home .hero-inner {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
}

.techart-home .showcase-workbench {
    position: relative;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: var(--ci-stage);
    box-shadow: none;
}

.techart-home .workbench-main {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.techart-home .video-wrapper {
    --hero-video-zoom: 1;
    position: relative;
    width: 100%;
    height: min(78vh, 1040px);
    min-height: 620px;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #050606;
    box-shadow: none;
    isolation: isolate;
}

.techart-home .video-wrapper::before,
.techart-home .video-wrapper::after,
.techart-studio .compare::before,
.techart-studio .compare::after {
    position: absolute;
    z-index: 12;
    top: 0;
    bottom: 0;
    width: 19px;
    pointer-events: none;
    content: "";
    background:
        repeating-linear-gradient(
            to bottom,
            rgba(244, 216, 135, 0.78) 0 7px,
            transparent 7px 18px
        );
    opacity: 0.62;
    mix-blend-mode: screen;
}

.techart-home .video-wrapper::before,
.techart-studio .compare::before {
    left: 9px;
}

.techart-home .video-wrapper::after,
.techart-studio .compare::after {
    right: 9px;
}

.techart-home .comparison-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--hero-focus-x, 50%) var(--hero-focus-y, 50%);
    transform: scale(var(--hero-video-zoom));
    transform-origin: var(--hero-focus-x, 50%) var(--hero-focus-y, 50%);
    transition: transform 850ms var(--ci-ease);
}

.techart-home .video-vignette {
    position: absolute;
    z-index: 4;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 8, 8, 0.68) 0, rgba(7, 8, 8, 0.08) 42%, transparent 68%),
        linear-gradient(0deg, rgba(7, 8, 8, 0.56) 0, transparent 35%);
    pointer-events: none;
}

.techart-home .showcase-header {
    position: absolute;
    z-index: 18;
    left: max(46px, calc((100vw - 1760px) / 2));
    bottom: 104px;
    width: min(620px, 46vw);
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ci-white);
}

.techart-home .showcase-header .eyebrow {
    margin: 0 0 14px;
    color: var(--ci-honey-light);
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
}

.techart-home .record-light {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--ci-coral);
    box-shadow: 0 0 0 5px rgba(238, 98, 69, 0.18);
}

.techart-home .showcase-header .headline {
    max-width: 620px;
    margin: 0;
    color: var(--ci-white);
    font-size: 64px;
    font-weight: 900;
    line-height: 0.98;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.48);
}

.techart-home .showcase-header .lead {
    max-width: 560px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.45;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.44);
}

.techart-home .hero-actions {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

.techart-home .hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
}

.techart-home .hero-actions .btn-outline {
    border-color: rgba(255, 255, 255, 0.72);
    background: rgba(6, 7, 7, 0.34);
    color: var(--ci-white);
    backdrop-filter: blur(12px);
}

.techart-home .hero-trustline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
}

.techart-home .hero-trustline span::before {
    margin-right: 7px;
    color: var(--ci-mint);
    content: "\2713";
}

.techart-home .video-control-dock {
    position: absolute;
    z-index: 24;
    right: max(38px, calc((100vw - 1760px) / 2));
    bottom: 34px;
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: var(--ci-radius);
    background: rgba(8, 10, 10, 0.72);
    box-shadow: var(--ci-shadow-dark);
    backdrop-filter: blur(14px);
}

.techart-home .video-motion-toggle,
.techart-home .zoom-toggle,
.techart-home .video-next-toggle {
    display: grid;
    width: 52px;
    min-width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--ci-white);
    font-size: 22px;
    font-weight: 800;
}

.techart-home .video-motion-toggle:hover,
.techart-home .zoom-toggle:hover,
.techart-home .video-next-toggle:hover,
.techart-home .zoom-toggle.active {
    border-color: var(--ci-honey);
    background: var(--ci-honey);
    color: var(--ci-honey-ink);
}

.techart-home .video-labels {
    position: absolute;
    z-index: 18;
    top: 22px;
    right: 30px;
    left: 30px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.techart-home .video-label-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.techart-home .video-label-group.enhanced {
    align-items: flex-end;
}

.techart-home .video-label {
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 5px;
    background: rgba(8, 10, 10, 0.72);
    color: var(--ci-white);
    font-size: 12px;
    font-weight: 900;
    backdrop-filter: blur(10px);
}

.techart-home .video-label.enhanced {
    border-color: rgba(231, 184, 75, 0.6);
    color: var(--ci-honey-light);
}

.techart-home .video-label-sub {
    color: rgba(255, 255, 255, 0.72);
    font-family: "Roboto Mono", Consolas, monospace;
    font-size: 10px;
}

.techart-home .split-line {
    z-index: 16;
    width: 2px;
    background: var(--ci-honey);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 0 18px rgba(231, 184, 75, 0.72);
}

.techart-home .slider-handle {
    z-index: 19;
    width: 58px;
    height: 58px;
    border: 2px solid var(--ci-honey);
    border-radius: 50%;
    background: var(--ci-stage);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
}

.techart-home .slider-handle::before {
    color: var(--ci-honey-light);
}

.techart-home .tape-label {
    position: absolute;
    z-index: 18;
    top: 76px;
    right: 30px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
}

.techart-home .presentation-status {
    position: absolute;
    z-index: 18;
    right: 30px;
    bottom: 112px;
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 11px;
}

.techart-home .presentation-progress {
    z-index: 20;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.12);
}

.techart-home .presentation-progress span {
    background: var(--ci-honey);
}

.techart-home .showcase-meta {
    position: relative;
    z-index: 30;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 20px;
    align-items: center;
    min-height: 96px;
    padding: 10px max(32px, calc((100vw - 1760px) / 2));
    border: 0;
    border-bottom: 1px solid var(--ci-line);
    background: var(--ci-paper);
    color: var(--ci-ink);
}

.techart-home .hero-reels {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    min-width: 0;
}

.techart-home .hero-reel {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-width: 0;
    min-height: 68px;
    padding: 6px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 6px;
    background: transparent;
    color: var(--ci-ink);
    text-align: left;
}

.techart-home .hero-reel:hover,
.techart-home .hero-reel.active,
.techart-home .hero-reel[aria-selected="true"] {
    border-color: #cbc8bd;
    background: var(--ci-white);
    box-shadow: 0 8px 22px rgba(17, 20, 22, 0.08);
}

.techart-home .hero-reel[aria-selected="true"] {
    box-shadow: inset 0 -3px 0 var(--ci-honey), 0 8px 22px rgba(17, 20, 22, 0.08);
}

.techart-home .hero-reel img {
    width: 64px;
    height: 48px;
    border-radius: 4px;
    object-fit: cover;
}

.techart-home .hero-reel span,
.techart-home .hero-reel strong,
.techart-home .hero-reel small {
    min-width: 0;
}

.techart-home .hero-reel strong,
.techart-home .hero-reel small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.techart-home .hero-reel strong {
    font-size: 13px;
}

.techart-home .hero-reel small {
    margin-top: 2px;
    color: var(--ci-ink-soft);
    font-size: 10px;
}

.techart-home .hero-price {
    min-width: 134px;
    padding-left: 20px;
    border-left: 1px solid var(--ci-line);
}

.techart-home .hero-price span,
.techart-home .hero-price strong {
    display: block;
}

.techart-home .hero-price span {
    color: var(--ci-ink-soft);
    font-size: 11px;
}

.techart-home .hero-price strong {
    margin-top: 2px;
    font-size: 24px;
    line-height: 1;
}

.techart-home .showcase-meta .meta-link {
    min-height: 44px;
    padding: 11px 0;
    color: var(--ci-ink);
    font-size: 13px;
    font-weight: 800;
}

.techart-home .section {
    padding: 96px 0;
}

.techart-home .container {
    width: min(1280px, calc(100% - 48px));
    margin-inline: auto;
}

.techart-home .section-header,
.techart-home .usecase-intro {
    margin-bottom: 42px;
}

.techart-home .section .eyebrow {
    margin-bottom: 10px;
    color: #9c7118;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.techart-home .section .headline {
    max-width: 900px;
    margin: 0;
    color: var(--ci-ink);
    font-size: 46px;
    font-weight: 900;
    line-height: 1.06;
}

.techart-home .section .lead {
    max-width: 760px;
    margin-top: 16px;
    color: var(--ci-ink-soft);
    font-size: 17px;
}

.techart-home .how-it-works {
    border: 0;
    background: var(--ci-white);
}

.techart-home .steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid var(--ci-line);
}

.techart-home .step {
    min-height: 230px;
    padding: 28px 28px 22px;
    border: 0;
    border-right: 1px solid var(--ci-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.techart-home .step:last-child {
    border-right: 0;
}

.techart-home .step-number {
    color: #9c7118;
    font-family: "Roboto Mono", Consolas, monospace;
    font-size: 14px;
    font-weight: 900;
}

.techart-home .step-rule {
    width: 40px;
    height: 3px;
    margin: 18px 0;
    background: var(--ci-honey);
}

.techart-home .step-title {
    margin: 0;
    font-size: 22px;
}

.techart-home .step-desc {
    color: var(--ci-ink-soft);
}

.techart-home .step-cta {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    color: var(--ci-ink);
    font-weight: 800;
}

.techart-home .use-cases {
    border: 0;
    background: var(--ci-paper);
}

.techart-home .usecase-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: 60px;
    align-items: end;
}

.techart-home .usecase-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.techart-home .usecase-item {
    position: relative;
    display: flex;
    min-height: 330px;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 22px;
    border: 0;
    border-radius: var(--ci-radius);
    background-color: var(--ci-stage);
    background-position: center;
    background-size: cover;
    color: var(--ci-white);
    box-shadow: var(--ci-shadow);
    isolation: isolate;
}

.techart-home .usecase-item::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    background: linear-gradient(0deg, rgba(5, 6, 6, 0.92) 0, rgba(5, 6, 6, 0.2) 76%);
}

.techart-home .usecase-item:nth-child(1) {
    background-image: url("/assets/video/posters/familienvideo_bagger_enhanced.jpg");
}

.techart-home .usecase-item:nth-child(2) {
    background-image: url("/assets/video/posters/vts18-detailausschnitt_enhanced.jpg");
}

.techart-home .usecase-item:nth-child(3) {
    background-image: url("/assets/video/posters/skiurlaub_enhanced.jpg");
}

.techart-home .usecase-item:nth-child(4) {
    background-image: url("/assets/video/posters/ferienwohnung_enhanced.jpg");
}

.techart-home .usecase-item:nth-child(5) {
    background-image: url("/assets/video/posters/superman_1941_enhanced.jpg");
}

.techart-home .usecase-item:nth-child(6) {
    background-image: url("/assets/video/posters/vts18-ferndetail_enhanced.jpg");
}

.techart-home .usecase-item:nth-child(7) {
    background-image: url("/assets/video/posters/vts18-fahrgeschaeft_enhanced.jpg");
}

.techart-home .usecase-item:nth-child(8) {
    background-image: url("/assets/video/posters/vts18-innenlicht_enhanced.jpg");
}

.techart-home .usecase-item h3 {
    margin: 6px 0 8px;
    color: var(--ci-white);
    font-size: 20px;
    line-height: 1.12;
}

.techart-home .usecase-item p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.techart-home .usecase-index {
    color: var(--ci-honey-light);
    font-family: "Roboto Mono", Consolas, monospace;
    font-size: 11px;
    font-weight: 900;
}

.techart-home .usecase-path {
    display: inline-flex;
    width: fit-content;
    min-height: 44px;
    align-items: center;
    margin-top: 14px;
    color: var(--ci-white);
    font-size: 13px;
    font-weight: 850;
}

.techart-home .usecase-path.sensitive {
    color: var(--ci-honey-light);
}

.techart-home .evidence-band {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 48px;
    margin-top: 18px;
    padding: 36px;
    border: 0;
    border-left: 5px solid var(--ci-coral);
    border-radius: var(--ci-radius);
    background: #fff0eb;
    color: var(--ci-ink);
}

.techart-home .evidence-band h3 {
    margin: 0 0 10px;
    font-size: 28px;
}

.techart-home .evidence-rules {
    margin: 0;
    padding-left: 20px;
    color: var(--ci-ink-soft);
}

.techart-home .pricing {
    background: var(--ci-white);
    color: var(--ci-ink);
}

.techart-home .pricing-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
    gap: 12px;
}

.techart-home .pricing-card {
    position: relative;
    min-height: 420px;
    padding: 36px;
    border: 1px solid var(--ci-line);
    border-radius: var(--ci-radius);
    background: var(--ci-paper);
    color: var(--ci-ink);
    box-shadow: none;
}

.techart-home .pricing-card.featured {
    transform: none;
    border-color: #d2b66f;
    background: #fff9e9;
}

.techart-home .pricing-card.special-card {
    background: var(--ci-stage);
    color: var(--ci-white);
}

.techart-home .pricing-card.special-card .pricing-sub,
.techart-home .pricing-card.special-card small,
.techart-home .pricing-card.special-card li {
    color: rgba(255, 255, 255, 0.72);
}

.techart-home .pricing-badge {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    border-radius: 5px;
    background: var(--ci-honey);
    color: var(--ci-honey-ink);
    font-size: 11px;
    font-weight: 900;
}

.techart-home .pricing-tier {
    margin-top: 18px;
    font-size: 26px;
    font-weight: 900;
}

.techart-home .pricing-amount {
    margin-top: 8px;
    font-size: 46px;
    font-weight: 900;
    line-height: 1;
}

.techart-home .pricing-examples {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 20px;
    overflow: hidden;
    border: 1px solid var(--ci-line);
    border-radius: 6px;
    background: var(--ci-line);
}

.techart-home .pricing-example {
    padding: 12px;
    background: var(--ci-white);
}

.techart-home .pricing-example span {
    display: block;
}

.techart-home .pricing-calc {
    margin-top: 12px;
    padding: 24px;
    border: 1px solid var(--ci-line);
    border-radius: var(--ci-radius);
    background: var(--ci-paper);
}

.techart-home .calc-result {
    align-items: center;
}

.techart-home .calc-price {
    color: var(--ci-ink);
    font-size: 34px;
}

.techart-home .proof {
    border: 0;
    background: var(--ci-stage);
    color: var(--ci-white);
}

.techart-home .proof .headline,
.techart-home .proof .eyebrow {
    color: var(--ci-white);
}

.techart-home .proof .lead,
.techart-home .proof-foot {
    color: rgba(255, 255, 255, 0.72);
}

.techart-home .proof-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.techart-home .proof-card {
    overflow: hidden;
    border: 1px solid var(--ci-line-dark);
    border-radius: var(--ci-radius);
    background: var(--ci-stage-2);
    color: var(--ci-white);
    box-shadow: none;
}

.techart-home .proof-thumb {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.techart-home .proof-cap {
    padding: 18px;
}

.techart-home .proof-foot {
    border-top-color: var(--ci-line-dark);
}

.techart-home .trust {
    padding: 26px 0;
    border: 0;
    border-bottom: 1px solid var(--ci-line);
    background: var(--ci-honey);
    color: var(--ci-honey-ink);
}

.techart-home .trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.techart-home .trust-item {
    min-height: 62px;
    border-right: 1px solid rgba(34, 26, 8, 0.2);
}

.techart-home .trust-item:last-child {
    border-right: 0;
}

.techart-home .faq {
    background: var(--ci-paper);
}

.techart-home .faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
}

.techart-home .faq-item {
    border: 1px solid var(--ci-line);
    border-radius: var(--ci-radius);
    background: var(--ci-white);
}

.techart-home .faq-question {
    min-height: 58px;
}

.techart-home footer {
    border: 0;
    background: var(--ci-stage);
    color: rgba(255, 255, 255, 0.72);
}

.techart-home .footer-links a {
    color: var(--ci-white);
}

/* HQ Studio */
.techart-studio {
    height: 100vh;
    overflow: hidden;
    background: var(--ci-stage);
}

.techart-studio .topbar {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
    gap: 18px;
    align-items: center;
    padding: 0 20px;
}

.techart-studio .brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.techart-studio .brand-copy {
    display: flex;
    flex-direction: column;
}

.techart-studio .brand-sub {
    color: var(--ci-ink-soft);
    font-size: 10px;
    font-weight: 750;
}

.techart-studio .transport {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 1px solid var(--ci-line);
    border-radius: var(--ci-radius);
    background: var(--ci-white);
}

.techart-studio .tool-btn,
.techart-studio .round-btn {
    display: grid;
    min-width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid transparent;
    border-radius: 6px;
    background: transparent;
    color: var(--ci-ink);
    font-weight: 850;
}

.techart-studio .tool-btn:hover,
.techart-studio .round-btn:hover,
.techart-studio .tool-btn.active {
    border-color: #d0cbbd;
    background: var(--ci-paper);
}

.techart-studio .round-btn {
    background: var(--ci-honey);
}

.techart-studio .smpte {
    min-width: 112px;
    padding-inline: 8px;
    color: var(--ci-ink);
    font-family: "Roboto Mono", Consolas, monospace;
    font-size: 12px;
    text-align: center;
}

.techart-studio .top-actions {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.techart-studio .link-btn {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.techart-studio .link-btn.primary {
    border-color: #c79421;
    background: var(--ci-honey);
    color: var(--ci-honey-ink);
}

.techart-studio .studio-grid {
    display: grid;
    width: 100%;
    height: calc(100vh - 104px);
    grid-template-columns: minmax(220px, 20%) minmax(0, 1fr) minmax(300px, 24%);
    gap: 8px;
    padding: 8px;
    background: var(--ci-stage);
}

.techart-studio .gallery,
.techart-studio .info {
    min-width: 0;
    overflow: auto;
    border: 1px solid var(--ci-line-dark);
    border-radius: var(--ci-radius);
    background: var(--ci-stage-2);
    color: var(--ci-white);
}

.techart-studio .gallery {
    padding: 10px;
}

.techart-studio .thumb {
    display: grid;
    width: 100%;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin: 0 0 8px;
    padding: 7px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: transparent;
    color: var(--ci-white);
    text-align: left;
}

.techart-studio .thumb:hover,
.techart-studio .thumb.active {
    border-color: var(--ci-honey);
    background: #222628;
}

.techart-studio .thumb img,
.techart-studio .thumb canvas {
    width: 112px;
    aspect-ratio: 16 / 10;
    border-radius: 4px;
    object-fit: cover;
}

.techart-studio .compare {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border: 1px solid #34393b;
    border-radius: var(--ci-radius);
    background: #030404;
    box-shadow: var(--ci-shadow-dark);
}

.techart-studio #comparison-canvas {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.techart-studio .split-line {
    bottom: 5%;
    width: 2px;
    background: var(--ci-honey);
    box-shadow: 0 0 18px rgba(231, 184, 75, 0.8);
}

.techart-studio .split-handle {
    bottom: 5%;
    width: 86px;
    height: 50px;
    border: 2px solid var(--ci-honey);
    border-radius: 7px;
    background: var(--ci-stage);
    color: var(--ci-honey-light);
}

.techart-studio .slider-zoom-btn {
    bottom: calc(5% + 58px);
    width: 48px;
    height: 48px;
    border: 1px solid var(--ci-honey);
    border-radius: 6px;
    background: rgba(11, 13, 14, 0.82);
    color: var(--ci-honey-light);
}

.techart-studio .pixel-label {
    bottom: 10px;
    padding: 6px 8px;
    border-radius: 4px;
    background: rgba(6, 7, 7, 0.72);
    color: rgba(255, 255, 255, 0.72);
    font-family: "Roboto Mono", Consolas, monospace;
    font-size: 10px;
}

.techart-studio .magnifier {
    border: 2px solid var(--ci-honey);
    border-radius: 4px;
    background: #000;
    box-shadow: var(--ci-shadow-dark);
}

.techart-studio .info {
    display: flex;
    flex-direction: column;
    padding: 26px;
}

.techart-studio .film-title {
    margin: 0;
    color: var(--ci-white);
    font-size: 28px;
    line-height: 1.08;
}

.techart-studio .facts {
    margin-top: 24px;
    border-top: 1px solid var(--ci-line-dark);
}

.techart-studio .fact {
    padding: 16px 0;
    border-bottom: 1px solid var(--ci-line-dark);
}

.techart-studio .fact span,
.techart-studio .fact strong {
    display: block;
}

.techart-studio .fact span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    text-transform: uppercase;
}

.techart-studio .fact strong {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
}

.techart-studio .studio-actions {
    display: grid;
    gap: 8px;
    margin-top: auto;
}

.techart-studio .yt-button,
.techart-studio .request-button {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: var(--ci-radius);
    font-weight: 850;
    text-decoration: none;
}

.techart-studio .yt-button {
    border: 1px solid #e64037;
    background: #c92120;
    color: #fff;
}

.techart-studio .request-button {
    color: var(--ci-honey-ink);
}

.techart-studio .footer {
    display: flex;
    height: 34px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 0;
    background: var(--ci-stage);
    color: rgba(255, 255, 255, 0.48);
    font-size: 11px;
}

.techart-studio .footer a {
    color: rgba(255, 255, 255, 0.64);
}

/* Wizard */
.techart-checkout {
    min-height: 100vh;
    background:
        linear-gradient(90deg, transparent 0 49px, rgba(17, 20, 22, 0.035) 49px 50px),
        var(--ci-paper);
    background-size: 50px 100%;
}

.techart-checkout .rm-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 max(24px, calc((100vw - 1240px) / 2));
}

.techart-checkout .rm-logo {
    display: flex;
    align-items: center;
    gap: 11px;
}

.techart-checkout .rm-logo-sub {
    color: var(--ci-ink-soft);
    font-size: 10px;
}

.techart-checkout .rm-header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.techart-checkout .rm-back-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    color: var(--ci-ink);
    font-weight: 750;
    text-decoration: none;
}

.techart-checkout .rm-main {
    width: min(1240px, calc(100% - 40px));
    max-width: none;
    margin: 0 auto;
    padding: 42px 0 80px;
}

.techart-checkout .rm-checkout-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.75fr);
    gap: 12px;
    align-items: stretch;
    margin-bottom: 18px;
}

.techart-checkout .rm-checkout-copy {
    display: flex;
    min-height: 300px;
    flex-direction: column;
    justify-content: center;
    padding: 38px;
    border: 1px solid var(--ci-line);
    border-radius: var(--ci-radius);
    background: var(--ci-white);
}

.techart-checkout .rm-page-title {
    margin: 0;
    color: var(--ci-ink);
    font-size: 44px;
    font-weight: 900;
    line-height: 1.04;
}

.techart-checkout .rm-subtitle {
    max-width: 640px;
    margin: 14px 0 0;
    color: var(--ci-ink-soft);
    font-size: 16px;
}

.techart-checkout .rm-flow {
    display: grid;
    grid-template-columns: repeat(7, auto);
    gap: 8px;
    align-items: center;
    justify-content: start;
    margin-top: 30px;
}

.techart-checkout .rm-flow-step {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 7px;
    padding: 0 10px;
    border: 1px solid var(--ci-line);
    border-radius: 6px;
    background: var(--ci-paper);
    color: var(--ci-ink-soft);
    font-size: 12px;
    font-weight: 800;
}

.techart-checkout .rm-flow-step b {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 50%;
    background: #d9d8d2;
    color: var(--ci-ink);
}

.techart-checkout .rm-flow-step.active {
    border-color: #c99d34;
    background: #fff8e5;
    color: var(--ci-ink);
}

.techart-checkout .rm-flow-step.active b {
    background: var(--ci-honey);
}

.techart-checkout .rm-checkout-proof {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    border-radius: var(--ci-radius);
    background: var(--ci-stage);
    box-shadow: var(--ci-shadow);
}

.techart-checkout .rm-checkout-proof__images {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.techart-checkout .rm-checkout-proof__images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.techart-checkout .rm-checkout-proof__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(6, 7, 7, 0.84) 0, transparent 62%);
}

.techart-checkout .rm-checkout-proof__copy {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 18px;
    left: 20px;
    color: var(--ci-white);
}

.techart-checkout .rm-checkout-proof__copy strong,
.techart-checkout .rm-checkout-proof__copy span {
    display: block;
}

.techart-checkout .rm-checkout-proof__copy strong {
    font-size: 18px;
}

.techart-checkout .rm-checkout-proof__copy span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
}

.techart-checkout .rm-step {
    width: min(860px, 100%);
    margin: 0 auto 14px;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--ci-line);
    border-radius: var(--ci-radius);
    background: var(--ci-white);
    box-shadow: var(--ci-shadow);
}

.techart-checkout .rm-step-header {
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 78px;
    margin: 0;
    padding: 16px 24px;
    border-bottom: 1px solid var(--ci-line);
    background: var(--ci-stage);
    color: var(--ci-white);
}

.techart-checkout .rm-step-number {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: var(--ci-honey);
    color: var(--ci-honey-ink);
    font-weight: 900;
}

.techart-checkout .rm-step-title {
    margin: 0;
    color: var(--ci-white);
    font-size: 24px;
    line-height: 1.15;
}

.techart-checkout .rm-step-body {
    padding: 28px;
}

.techart-checkout .rm-step-body > p:first-child {
    margin-top: 0;
    color: var(--ci-ink-soft);
}

.techart-checkout .rm-contact-field {
    display: grid;
    gap: 10px;
    margin-top: 22px;
    padding: 20px;
    border: 1px solid var(--ci-line);
    border-radius: var(--ci-radius);
    background: var(--ci-paper);
}

.techart-checkout .rm-contact-field .rm-btn {
    width: 100%;
}

.techart-checkout .rm-upload-area {
    position: relative;
    display: grid;
    min-height: 240px;
    place-items: center;
    align-content: center;
    gap: 8px;
    margin: 20px 0;
    padding: 30px;
    overflow: hidden;
    border: 2px dashed #a57b20;
    border-radius: var(--ci-radius);
    background: #fff9e9;
    color: var(--ci-ink);
}

.techart-checkout .rm-upload-area::before,
.techart-checkout .rm-upload-area::after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 14px;
    content: "";
    background:
        repeating-linear-gradient(
            to bottom,
            var(--ci-stage) 0 7px,
            transparent 7px 17px
        );
    opacity: 0.85;
}

.techart-checkout .rm-upload-area::before {
    left: 8px;
}

.techart-checkout .rm-upload-area::after {
    right: 8px;
}

.techart-checkout .rm-upload-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 50%;
    background: var(--ci-stage);
    color: var(--ci-honey-light);
    font-size: 28px;
}

.techart-checkout .rm-info-table {
    overflow: hidden;
    border: 1px solid var(--ci-line);
    border-radius: var(--ci-radius);
    background: var(--ci-white);
}

.techart-checkout .rm-info-row {
    min-height: 50px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--ci-line);
}

.techart-checkout .rm-info-row:last-child {
    border-bottom: 0;
}

.techart-checkout .rm-consent {
    border-color: #d7ba73;
    border-radius: var(--ci-radius);
    background: #fff8e5;
}

.techart-checkout .rm-trust,
.techart-checkout .rm-footer {
    border: 0;
    background: var(--ci-stage);
    color: rgba(255, 255, 255, 0.68);
}

/* Portal */
.techart-portal {
    min-height: 100vh;
    background: var(--ci-paper);
}

.techart-portal .rm-header__bar {
    display: grid;
    width: min(1320px, calc(100% - 40px));
    min-height: 70px;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    align-items: center;
    margin: 0 auto;
    padding: 0;
}

.techart-portal .rm-header__logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.techart-portal .rm-nav {
    justify-self: center;
}

.techart-portal .rm-header__actions {
    display: flex;
    gap: 7px;
    align-items: center;
}

.techart-portal .rm-cta-wa,
.techart-portal .rm-cta-anfrage {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    border: 1px solid var(--ci-line);
    border-radius: 6px;
    background: var(--ci-white);
    color: var(--ci-ink);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.techart-portal .rm-cta-wa {
    color: #087953;
}

.techart-portal .portal-main {
    width: min(1320px, calc(100% - 40px));
    max-width: none;
    margin: 0 auto;
    padding: 46px 0 86px;
}

.techart-portal .portal-hero {
    margin-bottom: 28px;
    text-align: left;
}

.techart-portal .portal-hero h1 {
    margin: 0;
    color: var(--ci-ink);
    font-size: 44px;
    font-weight: 900;
    line-height: 1.05;
}

.techart-portal .portal-hero h1 span {
    color: #9c7118;
}

.techart-portal .portal-hero p {
    margin: 10px 0 0;
    color: var(--ci-ink-soft);
}

.techart-portal .login-card {
    display: grid;
    max-width: none;
    min-height: 490px;
    grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid var(--ci-line);
    border-radius: var(--ci-radius);
    background: var(--ci-white);
    box-shadow: var(--ci-shadow);
    text-align: left;
}

.techart-portal .login-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px;
}

.techart-portal .login-mark {
    width: 56px;
    height: 56px;
    margin: 0 0 22px;
}

.techart-portal .login-mark img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 7px;
}

.techart-portal .login-card h2 {
    margin: 0;
    color: var(--ci-ink);
    font-size: 30px;
    line-height: 1.1;
}

.techart-portal .login-card p {
    color: var(--ci-ink-soft);
}

.techart-portal .btn-paypal {
    display: flex;
    width: 100%;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: var(--ci-radius);
    background: #0866bd;
    color: #fff;
    font-weight: 850;
}

.techart-portal .login-proof {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: var(--ci-stage);
}

.techart-portal .login-proof__images {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.techart-portal .login-proof__images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.techart-portal .login-proof::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(0deg, rgba(5, 6, 6, 0.84), transparent 62%);
    pointer-events: none;
}

.techart-portal .login-proof__labels {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 18px;
    left: 18px;
    display: flex;
    justify-content: space-between;
    color: var(--ci-white);
    font-size: 11px;
    font-weight: 900;
}

.techart-portal .login-proof__caption {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 24px;
    left: 24px;
    color: var(--ci-white);
}

.techart-portal .login-proof__caption strong,
.techart-portal .login-proof__caption span {
    display: block;
}

.techart-portal .login-proof__caption strong {
    font-size: 20px;
}

.techart-portal .login-proof__caption span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 11px;
}

.techart-portal .user-bar {
    border: 1px solid var(--ci-line);
    border-radius: var(--ci-radius);
    background: var(--ci-white);
    box-shadow: none;
}

.techart-portal .user-avatar {
    background: var(--ci-stage);
    color: var(--ci-honey-light);
}

.techart-portal .stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.techart-portal .stat {
    padding: 20px;
    border: 1px solid var(--ci-line);
    border-radius: var(--ci-radius);
    background: var(--ci-white);
    box-shadow: none;
    text-align: left;
}

.techart-portal .stat .stat-val {
    color: var(--ci-ink);
    font-family: "Roboto Mono", Consolas, monospace;
}

.techart-portal .remaster-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 12px;
}

.techart-portal .rm-card {
    overflow: hidden;
    border: 1px solid var(--ci-line);
    border-radius: var(--ci-radius);
    background: var(--ci-white);
    box-shadow: none;
}

.techart-portal .rm-card:hover {
    border-color: #b9a46e;
    box-shadow: var(--ci-shadow);
}

.techart-portal .rm-footer {
    border: 0;
    background: var(--ci-stage);
    color: rgba(255, 255, 255, 0.66);
}

.techart-portal .rm-footer a {
    color: rgba(255, 255, 255, 0.78);
}

/* Shared overlays */
.techart-home .modal-overlay,
.techart-home .legal-modal,
.techart-studio .modal,
.techart-checkout .rm-modal-overlay,
.techart-portal .rm-modal {
    backdrop-filter: blur(14px);
}

.techart-home .modal,
.techart-home .legal-dialog,
.techart-studio .modal-card,
.techart-checkout .rm-modal,
.techart-portal .rm-modal__card {
    max-height: min(88vh, 840px);
    overflow-y: auto;
    border: 1px solid #cfcbbf;
    border-radius: var(--ci-radius);
    background: var(--ci-white);
    color: var(--ci-ink);
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.34);
}

@media (max-width: 1180px) {
    .techart-home .showcase-header {
        left: 34px;
        width: min(600px, 60vw);
    }

    .techart-home .video-control-dock {
        right: 28px;
    }

    .techart-home .showcase-meta {
        padding-inline: 20px;
    }

    .techart-home .hero-reel {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .techart-home .hero-reel img {
        width: 48px;
        height: 42px;
    }

    .techart-home .usecase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .techart-studio .topbar {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .techart-studio .studio-grid {
        grid-template-columns: minmax(190px, 20%) minmax(0, 1fr) minmax(250px, 25%);
    }

    .techart-portal .rm-nav,
    .techart-portal .rm-cta-wa,
    .techart-portal .rm-cta-anfrage {
        display: none;
    }

    .techart-portal .rm-header__toggle {
        display: block;
    }
}

@media (max-width: 900px) {
    .techart-home .header-nav {
        display: none;
    }

    .techart-home .menu-toggle {
        display: grid;
        margin-left: auto;
        place-items: center;
    }

    .techart-home .mobile-nav {
        top: 69px;
        border: 0;
        border-bottom: 1px solid var(--ci-line);
        background: var(--ci-white);
        color: var(--ci-ink);
    }

    .techart-home .mobile-nav a {
        min-height: 50px;
        color: var(--ci-ink);
    }

    .techart-home .video-wrapper {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .techart-home .showcase-header {
        bottom: 76px;
        left: 28px;
        width: min(580px, 70vw);
    }

    .techart-home .showcase-header .headline {
        font-size: 46px;
    }

    .techart-home .showcase-header .lead {
        display: none;
    }

    .techart-home .hero-trustline {
        display: none;
    }

    .techart-home .showcase-meta {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .techart-home .showcase-meta .meta-link {
        display: none;
    }

    .techart-home .hero-reels {
        display: flex;
        min-width: 0;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .techart-home .hero-reel {
        min-width: 150px;
    }

    .techart-home .steps,
    .techart-home .pricing-grid,
    .techart-home .proof-grid,
    .techart-home .faq-list,
    .techart-home .usecase-intro,
    .techart-home .evidence-band {
        grid-template-columns: 1fr;
    }

    .techart-home .step {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--ci-line);
    }

    .techart-home .step:last-child {
        border-bottom: 0;
    }

    .techart-home .trust-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .techart-studio {
        height: auto;
        min-height: 100vh;
        overflow: auto;
    }

    .techart-studio .topbar {
        display: flex;
        min-height: 70px;
        gap: 10px;
        overflow-x: auto;
    }

    .techart-studio .brand-copy {
        display: none;
    }

    .techart-studio .transport {
        order: 3;
        min-width: max-content;
    }

    .techart-studio .top-actions {
        margin-left: auto;
    }

    .techart-studio .top-actions .link-btn:not(.primary) {
        display: none;
    }

    .techart-studio .studio-grid {
        display: grid;
        height: auto;
        min-height: calc(100vh - 104px);
        grid-template-columns: 1fr;
        grid-template-rows: minmax(480px, 64vh) auto auto;
    }

    .techart-studio .compare {
        grid-row: 1;
    }

    .techart-studio .info {
        grid-row: 2;
        min-height: 230px;
    }

    .techart-studio .gallery {
        display: grid;
        grid-row: 3;
        grid-auto-columns: minmax(210px, 1fr);
        grid-auto-flow: column;
        gap: 8px;
        overflow-x: auto;
    }

    .techart-studio .thumb {
        margin: 0;
    }

    .techart-checkout .rm-checkout-hero {
        grid-template-columns: 1fr;
    }

    .techart-checkout .rm-checkout-copy {
        min-height: 0;
    }

    .techart-checkout .rm-checkout-proof {
        min-height: 320px;
    }

    .techart-portal .login-card {
        grid-template-columns: 1fr;
    }

    .techart-portal .login-proof {
        min-height: 420px;
        grid-row: 1;
    }

    .techart-portal .login-copy {
        grid-row: 2;
    }
}

@media (max-width: 680px) {
    .techart-home .header,
    .techart-checkout .rm-header,
    .techart-portal .rm-header,
    .techart-studio .topbar {
        min-height: 64px;
    }

    .techart-home .header {
        padding: 0 14px;
    }

    .techart-home .brand-mark,
    .techart-studio .brand-mark,
    .techart-checkout .rm-logo-icon,
    .techart-portal .rm-header__logo img {
        width: 38px;
        height: 38px;
    }

    .techart-home .logo-word,
    .techart-checkout .rm-logo-title,
    .techart-portal .rm-header__logo > span {
        font-size: 17px;
    }

    .techart-home .mobile-nav {
        top: 63px;
    }

    .techart-home .video-wrapper {
        height: 70svh;
        min-height: 560px;
        max-height: 760px;
        aspect-ratio: auto;
    }

    .techart-home .video-wrapper::before,
    .techart-home .video-wrapper::after {
        width: 11px;
    }

    .techart-home .video-wrapper::before {
        left: 5px;
    }

    .techart-home .video-wrapper::after {
        right: 5px;
    }

    .techart-home .showcase-header {
        top: 78px;
        bottom: auto;
        left: 18px;
        width: calc(100% - 36px);
    }

    .techart-home .showcase-header .eyebrow,
    .techart-home .showcase-header .lead,
    .techart-home .hero-trustline {
        display: none;
    }

    .techart-home .showcase-header .headline {
        width: min(340px, 88%);
        font-size: 38px;
        line-height: 1;
    }

    .techart-home .hero-actions {
        margin-top: 16px;
    }

    .techart-home .hero-actions a {
        min-height: 48px;
        padding: 0 15px;
        font-size: 13px;
    }

    .techart-home .hero-actions .btn-outline {
        width: 48px;
        overflow: hidden;
        padding: 0;
        color: transparent;
        white-space: nowrap;
    }

    .techart-home .hero-actions .btn-outline::before {
        display: grid;
        width: 100%;
        height: 100%;
        place-items: center;
        color: var(--ci-white);
        content: "\2197";
        font-size: 20px;
    }

    .techart-home .video-labels {
        top: 14px;
        right: 14px;
        left: 14px;
    }

    .techart-home .video-label-sub,
    .techart-home .tape-label,
    .techart-home .presentation-status {
        display: none;
    }

    .techart-home .video-control-dock {
        right: 14px;
        bottom: 14px;
        padding: 5px;
    }

    .techart-home .video-motion-toggle,
    .techart-home .zoom-toggle,
    .techart-home .video-next-toggle {
        width: 48px;
        min-width: 48px;
        height: 48px;
    }

    .techart-home .slider-handle {
        width: 54px;
        height: 54px;
    }

    .techart-home .showcase-meta {
        min-height: 86px;
        grid-template-columns: minmax(0, 1fr) 104px;
        gap: 8px;
        padding: 8px 10px;
    }

    .techart-home .hero-reel {
        min-width: 74px;
        min-height: 66px;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 4px;
    }

    .techart-home .hero-reel img {
        width: 100%;
        height: 54px;
    }

    .techart-home .hero-reel span {
        display: none;
    }

    .techart-home .hero-price {
        min-width: 0;
        padding-left: 10px;
    }

    .techart-home .hero-price span {
        font-size: 9px;
    }

    .techart-home .hero-price strong {
        font-size: 20px;
    }

    .techart-home .section {
        padding: 58px 0;
    }

    .techart-home .container {
        width: min(100% - 28px, 1280px);
    }

    .techart-home .section-header,
    .techart-home .usecase-intro {
        margin-bottom: 28px;
    }

    .techart-home .section .headline {
        font-size: 34px;
    }

    .techart-home .section .lead {
        font-size: 15px;
    }

    .techart-home .usecase-grid {
        display: grid;
        grid-auto-columns: 86%;
        grid-auto-flow: column;
        grid-template-columns: none;
        gap: 10px;
        margin-right: -14px;
        overflow-x: auto;
        padding-right: 14px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .techart-home .usecase-item {
        min-height: 360px;
        scroll-snap-align: start;
    }

    .techart-home .evidence-band {
        gap: 16px;
        padding: 24px;
    }

    .techart-home .evidence-rules {
        font-size: 13px;
    }

    .techart-home .pricing-card {
        min-height: 0;
        padding: 26px 20px;
    }

    .techart-home .pricing-amount {
        font-size: 40px;
    }

    .techart-home .pricing-examples {
        grid-template-columns: 1fr;
    }

    .techart-home .pricing-calc {
        padding: 20px;
    }

    .techart-home .calc-result {
        display: grid;
        gap: 16px;
    }

    .techart-home .calc-start {
        width: 100%;
    }

    .techart-home .proof-grid {
        display: grid;
        grid-auto-columns: 88%;
        grid-auto-flow: column;
        grid-template-columns: none;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .techart-home .proof-card {
        scroll-snap-align: start;
    }

    .techart-home .trust-strip {
        grid-template-columns: 1fr;
    }

    .techart-home .trust-item {
        border-right: 0;
        border-bottom: 1px solid rgba(34, 26, 8, 0.2);
    }

    .techart-home .trust-item:last-child {
        border-bottom: 0;
    }

    .techart-studio .topbar {
        min-height: 64px;
        padding: 0 10px;
    }

    .techart-studio .transport {
        gap: 2px;
    }

    .techart-studio .tool-btn,
    .techart-studio .round-btn {
        min-width: 44px;
        height: 44px;
    }

    .techart-studio .transport .smpte,
    .techart-studio #prev-btn,
    .techart-studio #next-btn {
        display: none;
    }

    .techart-studio .top-actions .link-btn.primary {
        width: 46px;
        overflow: hidden;
        padding: 0;
        color: transparent;
    }

    .techart-studio .top-actions .link-btn.primary::before {
        color: var(--ci-honey-ink);
        content: "\2197";
        font-size: 19px;
    }

    .techart-studio .studio-grid {
        min-height: calc(100svh - 98px);
        grid-template-rows: minmax(520px, 67svh) auto auto;
        padding: 6px;
    }

    .techart-studio .info {
        min-height: 210px;
        padding: 20px;
    }

    .techart-studio .film-title {
        font-size: 24px;
    }

    .techart-studio .facts {
        display: grid;
        grid-template-columns: 0.8fr 1.2fr;
        gap: 12px;
        margin-top: 14px;
    }

    .techart-studio .fact {
        min-width: 0;
    }

    .techart-studio .studio-actions {
        grid-template-columns: 1fr 1fr;
        margin-top: 14px;
    }

    .techart-studio .gallery {
        grid-auto-columns: 230px;
    }

    .techart-checkout .rm-header {
        padding: 0 14px;
    }

    .techart-checkout .rm-logo-sub,
    .techart-checkout .rm-back-link {
        display: none;
    }

    .techart-checkout .rm-main {
        width: calc(100% - 24px);
        padding: 18px 0 58px;
    }

    .techart-checkout .rm-checkout-copy {
        min-height: 0;
        padding: 24px 20px;
    }

    .techart-checkout .rm-page-title {
        font-size: 34px;
    }

    .techart-checkout .rm-subtitle {
        font-size: 14px;
    }

    .techart-checkout .rm-flow {
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
        width: 100%;
    }

    .techart-checkout .rm-flow-arrow {
        display: none;
    }

    .techart-checkout .rm-flow-step {
        justify-content: center;
        min-width: 0;
        padding: 0 5px;
    }

    .techart-checkout .rm-flow-step span {
        display: none;
    }

    .techart-checkout .rm-checkout-proof {
        min-height: 270px;
    }

    .techart-checkout .rm-step-header {
        min-height: 68px;
        padding: 13px 16px;
    }

    .techart-checkout .rm-step-title {
        font-size: 21px;
    }

    .techart-checkout .rm-step-body {
        padding: 20px 16px;
    }

    .techart-checkout .rm-contact-field {
        padding: 14px;
    }

    .techart-checkout .rm-upload-area {
        min-height: 220px;
        padding: 24px;
    }

    .techart-portal .rm-header__bar {
        width: calc(100% - 24px);
        min-height: 64px;
        grid-template-columns: 1fr auto;
    }

    .techart-portal .rm-header__actions .rm-btn {
        display: none;
    }

    .techart-portal .portal-main {
        width: calc(100% - 24px);
        padding: 24px 0 64px;
    }

    .techart-portal .portal-hero {
        margin-bottom: 18px;
    }

    .techart-portal .portal-hero h1 {
        font-size: 34px;
    }

    .techart-portal .portal-hero p {
        font-size: 14px;
    }

    .techart-portal .login-card {
        min-height: 0;
    }

    .techart-portal .login-proof {
        min-height: 330px;
    }

    .techart-portal .login-copy {
        padding: 28px 20px;
    }

    .techart-portal .login-card h2 {
        font-size: 26px;
    }

    .techart-portal .stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .techart-portal .user-bar {
        align-items: stretch;
    }
}

@media (min-width: 2200px) {
    .techart-home .showcase-header {
        left: calc((100vw - 1900px) / 2);
    }

    .techart-home .video-control-dock {
        right: calc((100vw - 1900px) / 2);
    }

    .techart-home .showcase-meta {
        padding-inline: calc((100vw - 1900px) / 2);
    }

    .techart-home .container,
    .techart-portal .portal-main,
    .techart-portal .rm-header__bar,
    .techart-checkout .rm-main {
        max-width: 1600px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    body.techart-page *,
    body.techart-page *::before,
    body.techart-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Reset legacy layout constraints that would otherwise move or shrink the new stages. */
.techart-home .hero-stage {
    display: block !important;
    overflow: visible !important;
    height: auto !important;
    aspect-ratio: auto !important;
}

.techart-home .hero-stage .workbench-main {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

body.techart-page #cookie-banner {
    right: auto !important;
    bottom: 12px !important;
    left: 50% !important;
    width: min(760px, calc(100% - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    padding: 9px 11px !important;
    border: 1px solid rgba(17, 20, 22, 0.22) !important;
    border-radius: var(--ci-radius) !important;
    background: rgba(17, 20, 22, 0.96) !important;
    box-shadow: 0 18px 58px rgba(0, 0, 0, 0.28) !important;
    transform: translateX(-50%) !important;
    animation: none !important;
}

body.techart-page #cookie-banner .cookie-text {
    font-size: 11px !important;
    line-height: 1.35 !important;
}

body.techart-page #cookie-banner button {
    min-height: 44px !important;
    border-radius: 6px !important;
}

@media (min-width: 901px) {
    .techart-home .hero-stage .workbench-main {
        width: min(100%, 2800px) !important;
    }

    .techart-home .hero-stage .video-wrapper {
        width: 100% !important;
        height: min(78vh, 1120px) !important;
        min-height: 620px !important;
        aspect-ratio: auto !important;
    }

    .techart-studio .compare {
        width: 100% !important;
        height: 100% !important;
        max-height: none !important;
        align-self: stretch !important;
        aspect-ratio: auto !important;
    }
}

@media (max-width: 900px) {
    .techart-studio .topbar {
        height: 70px !important;
        min-height: 70px !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
    }

    .techart-studio .studio-grid {
        min-height: 0 !important;
        grid-template-rows: auto auto auto !important;
    }

    .techart-studio .compare {
        width: 100% !important;
        height: auto !important;
        align-self: start !important;
        aspect-ratio: 16 / 9 !important;
    }
}

@media (max-width: 680px) {
    .techart-home .showcase {
        padding-top: 0 !important;
    }

    .techart-home .hero-stage .video-wrapper {
        width: 100% !important;
        height: 70svh !important;
        min-height: 560px !important;
        max-height: none !important;
        aspect-ratio: auto !important;
    }

    .techart-home .showcase-header {
        position: absolute !important;
        top: 78px !important;
        right: auto !important;
        bottom: auto !important;
        left: 18px !important;
        width: calc(100% - 36px) !important;
        grid-row: auto !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        color: var(--ci-white) !important;
    }

    .techart-home .showcase .showcase-header h1.headline {
        max-width: 340px !important;
        color: var(--ci-white) !important;
        font-size: 38px !important;
        line-height: 1 !important;
        text-shadow: 0 3px 20px rgba(0, 0, 0, 0.62) !important;
    }

    .techart-home .showcase-header .hero-actions {
        display: flex !important;
        grid-template-columns: none !important;
    }

    .techart-home .showcase-header .hero-actions .btn-outline {
        width: 48px !important;
        min-height: 48px !important;
        padding: 0 !important;
        border: 1px solid rgba(255, 255, 255, 0.72) !important;
        background: rgba(6, 7, 7, 0.38) !important;
        color: transparent !important;
        text-decoration: none !important;
    }

    body.techart-page #cookie-banner {
        bottom: 8px !important;
        width: calc(100% - 16px) !important;
        max-width: calc(100vw - 16px) !important;
        padding: 7px 9px !important;
        gap: 6px !important;
    }

    body.techart-page #cookie-banner .cookie-buttons {
        width: 100% !important;
        max-width: none !important;
    }
}

/* The purchase explanation is a compact control sequence, not a document. */
.techart-home .steps {
    gap: 12px;
    border-top: 0;
}

.techart-home .step,
.techart-home .step:last-child {
    position: relative;
    border: 1px solid var(--ci-line);
    border-radius: var(--ci-radius);
    background: var(--ci-paper);
    box-shadow: 0 12px 32px rgba(17, 20, 22, 0.06);
}

.techart-home .step-number {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(156, 113, 24, 0.34);
    border-radius: 50%;
    background: var(--ci-honey-soft);
    color: var(--ci-gold-ink);
}

.techart-home .step-rule {
    width: 54px;
    margin: 16px 0;
}

.techart-home .step-cta {
    margin-top: 12px;
    padding: 0 16px;
    border: 1px solid var(--ci-honey-dark);
    border-radius: 6px;
    background: var(--ci-honey);
    box-shadow: 0 5px 0 var(--ci-honey-dark);
}

@media (max-width: 900px) {
    .techart-home .steps {
        gap: 10px;
    }

    .techart-home .step,
    .techart-home .step:last-child {
        min-height: 0;
        border: 1px solid var(--ci-line);
    }
}

@media (max-width: 680px) {
    .techart-home .step,
    .techart-home .step:last-child {
        min-height: 148px;
        padding: 20px 18px 18px 72px;
    }

    .techart-home .step-number {
        position: absolute;
        top: 20px;
        left: 18px;
    }

    .techart-home .step-rule {
        display: none;
    }

    .techart-home .step-title {
        font-size: 20px;
    }
}

/* Verified WCAG contrast corrections for the marketing surface. */
.techart-home .hero-price strong {
    color: #684909;
}

.techart-home .section .eyebrow,
.techart-home .step-number {
    color: #76520d;
}

.techart-home .pricing-card.special-card .pricing-tier,
.techart-home .pricing-card.special-card .pricing-amount {
    color: var(--ci-white);
}

.techart-home .pricing-card.special-card .pricing-price-block > span,
.techart-home .pricing-card.special-card .pricing-sub,
.techart-home .pricing-card.special-card small,
.techart-home .pricing-card.special-card li {
    color: rgba(255, 255, 255, 0.82);
}

.techart-home .pricing-card.special-card .btn-outline {
    border-color: var(--ci-honey);
    background: transparent;
    color: var(--ci-white);
}

.techart-home .price-calculator {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.45fr) minmax(240px, 0.7fr);
    gap: 24px;
    align-items: end;
    margin-top: 12px;
    padding: 28px;
    border: 1px solid var(--ci-line);
    border-radius: var(--ci-radius);
    background: var(--ci-paper);
    color: var(--ci-ink);
}

.techart-home .price-calculator .calc-header,
.techart-home .price-calculator .calc-price,
.techart-home .price-calculator label {
    color: var(--ci-ink);
}

.techart-home .price-calculator .calc-copy p,
.techart-home .price-calculator .calc-price-note,
.techart-home .price-calculator .calc-breakdown,
.techart-home .price-calculator .calc-standing-note {
    color: var(--ci-ink-soft);
}

.techart-home .price-calculator .calc-standing-note {
    grid-column: 1 / -1;
    margin: -8px 0 0;
}

@media (max-width: 900px) {
    .techart-home .price-calculator {
        grid-template-columns: 1fr 1fr;
    }

    .techart-home .price-calculator .calc-copy,
    .techart-home .price-calculator .calc-standing-note {
        grid-column: 1 / -1;
    }
}

@media (max-width: 680px) {
    .techart-home .price-calculator {
        grid-template-columns: 1fr;
        padding: 22px 18px;
    }

    .techart-home .price-calculator .calc-copy,
    .techart-home .price-calculator .calc-standing-note {
        grid-column: auto;
    }
}
