/* AISupportDesk modern product narrative
   MATIS LABS corporate system: gold leads; product violet remains local evidence only. */

.asd-modern-page {
    --asd-ink: #060913;
    --asd-navy: #0a1020;
    --asd-navy-soft: #111b36;
    --asd-gold: #c4a261;
    --asd-gold-text: #77591f;
    --asd-body: #3f4b60;
    --asd-muted: #667287;
    --asd-border: #d8dde6;
    --asd-page: #f7f6f2;
    background: var(--asd-page);
    color: var(--asd-body);
}

.asd-modern-page .grid-bg,
.asd-modern-page .noise-overlay { display: none; }

.asd-modern-page header {
    background: rgba(255, 255, 255, 0.97) !important;
    border-bottom: 1px solid #dfe3ea;
    box-shadow: 0 0.45rem 1.6rem rgba(17, 27, 54, 0.035);
}

.asd-modern-page main { overflow: hidden; }

/* Hero */
.asd-modern-page .asd-modern-hero {
    position: relative;
    min-height: min(960px, calc(100vh + 2rem));
    padding: clamp(8.5rem, 13vw, 11.5rem) 0 0 !important;
    overflow: hidden;
    background:
        linear-gradient(rgba(17, 27, 54, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 27, 54, 0.025) 1px, transparent 1px),
        radial-gradient(circle at 78% 20%, rgba(179, 170, 230, 0.22), transparent 33%),
        radial-gradient(circle at 18% 78%, rgba(196, 162, 97, 0.13), transparent 28%),
        #f8f7f3 !important;
    background-size: 56px 56px, 56px 56px, auto, auto, auto !important;
}

.asd-modern-page .asd-modern-hero::after {
    content: "";
    position: absolute;
    right: -18rem;
    top: 4rem;
    width: 48rem;
    aspect-ratio: 1;
    border: 1px solid rgba(138, 109, 51, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.asd-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
    align-items: center;
    gap: clamp(4rem, 7vw, 7rem);
}

.asd-kicker {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--asd-gold-text);
    font: 700 0.66rem/1.5 var(--font-mono);
    letter-spacing: 0.085em;
}

.asd-kicker > span:empty {
    width: 2rem;
    height: 1px;
    flex-shrink: 0;
    background: currentColor;
}

.asd-modern-page .asd-title {
    margin: clamp(1.25rem, 2.5vw, 2rem) 0 0;
    color: var(--asd-ink) !important;
    font-size: clamp(3.5rem, 5vw, 5.35rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.07em !important;
}

.asd-title-mask {
    display: block;
    overflow: hidden;
    padding: 0.03em 0.05em 0.09em 0;
}

.asd-title-line {
    display: block;
    opacity: 0;
    transform: translateY(112%);
    transition: transform 880ms cubic-bezier(0.16, 1, 0.3, 1), opacity 220ms ease;
}

.asd-title-mask:nth-child(2) .asd-title-line { transition-delay: 95ms; }
.asd-title-mask:nth-child(3) .asd-title-line { transition-delay: 190ms; }
.asd-hero-copy.active .asd-title-line { opacity: 1; transform: translateY(0); }
.asd-title-line--gold { color: var(--asd-gold-text); }

.asd-hero-description {
    max-width: 37rem;
    margin: clamp(1.7rem, 3vw, 2.5rem) 0 0;
    color: #536075 !important;
    font-size: clamp(1rem, 1.25vw, 1.14rem);
    line-height: 1.72;
}

.asd-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.asd-button {
    min-height: 3.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 0.85rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.62rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.asd-button:hover { transform: translateY(-3px); }
.asd-button--primary {
    background: var(--asd-gold-text);
    color: #fff;
    box-shadow: 0 1rem 2.2rem rgba(138, 109, 51, 0.18);
}
.asd-button--primary:hover { background: #725724; color: #fff; box-shadow: 0 1.35rem 2.8rem rgba(138, 109, 51, 0.24); }
.asd-button--secondary { border-color: #cfd5df; background: rgba(255, 255, 255, 0.78); color: var(--asd-ink); }
.asd-button--secondary:hover { border-color: #aeb7c5; background: #fff; color: var(--asd-ink); }

.asd-hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.3rem;
    margin-top: 2.2rem;
    color: #667287;
    font: 700 0.63rem/1.5 var(--font-mono);
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.asd-hero-facts span::before { content: "•"; margin-right: 0.5rem; color: var(--asd-gold); }
.asd-hero-facts strong { color: var(--asd-ink); font-weight: 800; }

.asd-hero-stage { position: relative; padding: 1.25rem 0 2.5rem; }
.asd-brand-panel{margin:0;position:relative;overflow:hidden;aspect-ratio:1.27;background:transparent}
.asd-brand-panel img{display:block;width:100%;height:100%;object-fit:cover;mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 88%,transparent 100%),linear-gradient(180deg,transparent 0%,#000 5%,#000 95%,transparent 100%);mask-composite:intersect;transition:transform .9s ease,filter .9s ease}
.asd-brand-panel:hover img{transform:scale(1.035);filter:brightness(1.1)}
.asd-brand-panel figcaption{position:absolute;bottom:.8rem;right:1rem;color:#e7ca91;font:700 .58rem var(--font-mono);letter-spacing:.11em;text-shadow:0 1px 6px #000}

.asd-product-window {
    position: relative;
    overflow: hidden;
    border: 1px solid #d6dbe4;
    border-radius: 1.2rem;
    background: #fff;
    box-shadow: 0 2.2rem 5rem rgba(17, 27, 54, 0.16);
    transform: perspective(1500px) rotateY(-2deg) rotateX(0.7deg);
    transform-origin: center;
    transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 400ms ease;
}

.asd-hero-stage:hover .asd-product-window {
    transform: perspective(1500px) rotateY(0) rotateX(0) translateY(-5px);
    box-shadow: 0 2.8rem 6rem rgba(17, 27, 54, 0.22);
}

.asd-window-bar {
    min-height: 2.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0.9rem;
    border-bottom: 1px solid #e0e3e9;
    background: #f5f3ed;
    color: #697387;
    font: 700 0.58rem var(--font-mono);
    letter-spacing: 0.055em;
}

.asd-window-dots { display: flex; gap: 0.35rem; }
.asd-window-dots span { width: 0.55rem; height: 0.55rem; border-radius: 50%; background: #aca9a0; }
.asd-window-screen { position: relative; overflow: hidden; background: #f4f6fa; aspect-ratio: 16 / 9; }
.asd-window-screen img { width: 100%; height: 100%; object-fit: cover; object-position: left top; transition: transform 850ms cubic-bezier(0.16, 1, 0.3, 1); }
.asd-hero-stage:hover .asd-window-screen img { transform: scale(1.018); }

.asd-window-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 0.9rem 1rem 1rem;
}
.asd-window-caption > div { display: grid; gap: 0.18rem; }
.asd-window-caption strong { color: var(--asd-ink); font-size: 0.9rem; }
.asd-window-caption div span { color: #667287; font-size: 0.75rem; }
.asd-window-status { display: inline-flex; align-items: center; gap: 0.4rem; color: #4f5c71; font: 700 0.58rem var(--font-mono); }
.asd-window-status i { width: 0.55rem; height: 0.55rem; border-radius: 50%; background: #2ca66f; box-shadow: 0 0 0 0.25rem rgba(44, 166, 111, 0.12); }

.asd-stage-signals {
    position: absolute;
    right: -0.9rem;
    bottom: 0.35rem;
    display: flex;
    overflow: hidden;
    border: 1px solid #d6dae3;
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1rem 2.5rem rgba(17, 27, 54, 0.12);
}
.asd-stage-signals span { display: flex; align-items: center; gap: 0.45rem; padding: 0.75rem 0.9rem; color: #4d596e; font: 700 0.58rem var(--font-mono); letter-spacing: 0.055em; }
.asd-stage-signals span + span { border-left: 1px solid #e1e4ea; }
.asd-stage-signals b { color: var(--asd-gold-text); }

.asd-modern-jump {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.55rem 1.25rem;
    margin-top: clamp(3rem, 6vw, 5rem);
    padding-block: 1.1rem;
    overflow-x: auto;
    border-top: 1px solid #d9dde5;
    font: 700 0.62rem/1.4 var(--font-mono);
    letter-spacing: 0.07em;
    text-transform: uppercase;
    scrollbar-width: none;
}
.asd-modern-jump::-webkit-scrollbar { display: none; }
.asd-modern-jump > span { margin-right: auto; color: #566276; }
.asd-modern-jump a { flex: none; color: #4d586c; text-decoration: none; }
.asd-modern-jump a:hover { color: var(--asd-gold-text); }

/* Operational evidence */
.asd-service-story {
    position: relative;
    padding: clamp(5.5rem, 9vw, 9rem) 0;
    background:
        radial-gradient(circle at 20% 10%, rgba(196, 162, 97, 0.1), transparent 26%),
        linear-gradient(145deg, #060913, #111b36) !important;
}

.asd-service-grid { display: grid; grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(4rem, 8vw, 8rem); }
.asd-service-visual { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 1.2rem; background: #05060f; box-shadow: 0 2.2rem 5rem rgba(0, 0, 0, 0.3); }
.asd-service-visual img { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1); }
.asd-service-visual:hover img { transform: scale(1.025); }
.asd-service-visual figcaption { position: absolute; inset: auto 1rem 1rem; display: flex; justify-content: space-between; gap: 1rem; padding: 0.8rem 0.9rem; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 0.65rem; background: rgba(5, 6, 15, 0.82); backdrop-filter: blur(14px); color: rgba(238, 241, 248, 0.72); font: 700 0.57rem/1.45 var(--font-mono); letter-spacing: 0.055em; }

.asd-section-index { color: var(--asd-gold); font: 700 0.65rem/1.5 var(--font-mono); letter-spacing: 0.08em; }
.asd-service-copy h2 { max-width: 11ch; margin: 1.25rem 0 1.6rem; color: #fff !important; font-size: clamp(3.1rem, 5.4vw, 5.8rem); line-height: 0.97; letter-spacing: -0.065em; }
.asd-service-copy > p { max-width: 42rem; color: rgba(238, 241, 248, 0.72) !important; font-size: 1.05rem; line-height: 1.8; }
.asd-service-points { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 2.5rem; border-top: 1px solid rgba(255, 255, 255, 0.13); border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
.asd-service-points article { min-height: 8rem; display: flex; flex-direction: column; justify-content: space-between; gap: 1.2rem; padding: 1.25rem 1rem 1.25rem 0; }
.asd-service-points article + article { padding-left: 1rem; border-left: 1px solid rgba(255, 255, 255, 0.13); }
.asd-service-points span { color: var(--asd-gold); font: 700 0.57rem var(--font-mono); letter-spacing: 0.06em; }
.asd-service-points strong { color: #fff; font-size: 0.88rem; line-height: 1.45; }
.asd-service-copy > a { display: inline-flex; align-items: center; gap: 0.7rem; margin-top: 2rem; color: #fff; font-weight: 800; text-decoration-color: var(--asd-gold); text-underline-offset: 0.35rem; }

/* Remove the older duplicate jump bar; the hero now owns the story navigation. */
.asd-modern-page #jumpNav { display: none; }

/* Shared section rhythm and contrast */
.asd-modern-page .section-padding { padding-block: clamp(5.5rem, 8vw, 8rem); }
.asd-modern-page .section-header { max-width: 980px; margin: 0 0 clamp(2.5rem, 5vw, 4.25rem); text-align: left; }
.asd-modern-page .section-label { color: var(--asd-gold-text) !important; font: 700 0.67rem/1.4 var(--font-mono); letter-spacing: 0.09em; }
.asd-modern-page .section-header h2,
.asd-modern-page #funktionen h2 { max-width: 16ch; margin: 0.9rem 0 0; color: var(--asd-ink) !important; font-size: clamp(2.75rem, 5vw, 5.2rem); line-height: 0.97; letter-spacing: -0.06em; }
.asd-modern-page .section-header p { margin-top: 1.35rem; color: #536075 !important; font-size: 1rem; line-height: 1.75; }
.asd-modern-page .card { border: 1px solid var(--asd-border); border-radius: 1rem; background: #fff; box-shadow: 0 1rem 3rem rgba(17, 27, 54, 0.055); }
.asd-modern-page .card-title { color: var(--asd-ink); letter-spacing: -0.035em; }
.asd-modern-page .card-desc { color: #536075; line-height: 1.68; }

/* Existing product videos become a deliberate editorial panel. */
.asd-modern-page .asd-service-story + .section-padding { background: #f6f4ee; }
.asd-modern-page .asd-service-story + .section-padding > .container > div:first-child { text-align: left !important; max-width: 820px; margin-inline: 0 !important; }
.asd-modern-page .asd-service-story + .section-padding h2 { max-width: 15ch; color: var(--asd-ink) !important; font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: 0.98; letter-spacing: -0.06em; }
.asd-modern-page .asd-service-story + .section-padding p { margin-left: 0 !important; color: #536075 !important; line-height: 1.75; }
.asd-modern-page .video-grid-2col { gap: 1.25rem !important; }
.asd-modern-page .video-grid-2col > div { padding: 0.8rem; border: 1px solid var(--asd-border); border-radius: 1.1rem; background: #fff; box-shadow: 0 1.3rem 3.4rem rgba(17, 27, 54, 0.08); }
.asd-modern-page .video-grid-2col .produkt-video { overflow: hidden; border-radius: 0.75rem; background: #080b15; }
.asd-modern-page .video-grid-2col h3 { color: var(--asd-ink) !important; text-align: left !important; }

/* Product process narrative */
.asd-modern-page #funktionen { counter-reset: asd-process; background: #fff; }
.asd-modern-page #funktionen .wechselblock { counter-increment: asd-process; position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); padding: clamp(4rem, 7vw, 7rem) 0; border-top: 1px solid #dfe3ea; }
.asd-modern-page #funktionen .wechselblock::before { content: "0" counter(asd-process); position: absolute; top: 1.5rem; left: 0; color: var(--asd-gold-text); font: 700 0.67rem var(--font-mono); letter-spacing: 0.09em; }
.asd-modern-page #funktionen .wechselblock:nth-child(even) .wechselblock-bild { order: 2; }
.asd-modern-page #funktionen .wechselblock-bild { overflow: hidden; border: 1px solid #d8dde6; border-radius: 1rem; background: #f4f6fa; box-shadow: 0 1.7rem 4rem rgba(17, 27, 54, 0.09); }
.asd-modern-page #funktionen .wechselblock-bild img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: left top; transition: transform 600ms ease; }
.asd-modern-page #funktionen .wechselblock:hover .wechselblock-bild img { transform: scale(1.018); }
.asd-modern-page #funktionen .wechselblock-text h2 { max-width: 13ch; font-size: clamp(2.5rem, 4.2vw, 4.4rem); }
.asd-modern-page #funktionen .wechselblock-text > p { color: #536075 !important; line-height: 1.78; }
.asd-modern-page .wechselblock-details { margin-top: 1.6rem; border-top: 1px solid #d9dee7; border-bottom: 1px solid #d9dee7; }
.asd-modern-page .wechselblock-details summary { padding: 1rem 0; color: var(--asd-ink); font-weight: 800; cursor: pointer; }
.asd-modern-page .wechselblock-details[open] > div { padding: 0.4rem 0 1.5rem; color: #536075; }
.asd-modern-page .wechselblock-details h3 { color: var(--asd-ink) !important; }
.asd-modern-page .wechselblock-details p,
.asd-modern-page .wechselblock-details li { color: #536075 !important; }

/* Dark architecture, live demo, standards and procurement sections */
.asd-modern-page #bausteine,
.asd-modern-page #live-demo,
.asd-modern-page #vergleich + .sektion-tief,
.asd-modern-page #betrieb,
.asd-modern-page #cta {
    border: 0 !important;
    background:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(145deg, #070a14, #111b36) !important;
    background-size: 56px 56px, 56px 56px, auto !important;
}
.asd-modern-page #bausteine h2,
.asd-modern-page #live-demo h2,
.asd-modern-page #vergleich + .sektion-tief h2,
.asd-modern-page #betrieb h2,
.asd-modern-page #cta h2 { color: #fff !important; }
.asd-modern-page #bausteine p,
.asd-modern-page #live-demo p,
.asd-modern-page #vergleich + .sektion-tief p,
.asd-modern-page #betrieb p,
.asd-modern-page #cta p { color: rgba(238, 241, 248, 0.74) !important; }
.asd-modern-page #bausteine .section-label,
.asd-modern-page #live-demo .section-label,
.asd-modern-page #vergleich + .sektion-tief .section-label,
.asd-modern-page #betrieb .section-label,
.asd-modern-page #cta .section-label { color: var(--asd-gold) !important; }
.asd-modern-page #bausteine .card,
.asd-modern-page #betrieb .card { border-color: rgba(255, 255, 255, 0.13); background: rgba(255, 255, 255, 0.055); box-shadow: none; }
.asd-modern-page #bausteine .card-title,
.asd-modern-page #betrieb .card-title { color: #fff !important; }
.asd-modern-page #bausteine .card-desc,
.asd-modern-page #bausteine .card-list li,
.asd-modern-page #betrieb .card-desc,
.asd-modern-page #betrieb .card-list li { color: rgba(238, 241, 248, 0.74) !important; }

/* All-in-one platform on a light surface despite its legacy class. */
.asd-modern-page #plattform { border: 0 !important; background: #f1f3f7 !important; }
.asd-modern-page #plattform h2,
.asd-modern-page #plattform h3 { color: var(--asd-ink) !important; }
.asd-modern-page #plattform p { color: #536075 !important; }
.asd-modern-page #plattform .cap { border: 1px solid #d8dde6; border-radius: 0.9rem; background: #fff; }

.asd-modern-page #vergleich { background: #fff; }
.asd-modern-page #vergleich h2,
.asd-modern-page #vergleich h3 { color: var(--asd-ink) !important; }
.asd-modern-page #vergleich p,
.asd-modern-page #vergleich li { color: #536075 !important; }
.asd-modern-page #vergleich th:last-child {
    color: #77591f !important;
    border-bottom-color: #77591f !important;
}
.asd-modern-page #vergleich td:last-child { color: #0b7253 !important; }

/* Pricing contrast */
.asd-modern-page #pricing { background: linear-gradient(160deg, #f4f1e9, #f7f8fb 72%); }
.asd-modern-page #pricing > .container > .reveal-stagger { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 1rem !important; }
.asd-modern-page #pricing .card { min-height: 34rem; padding: clamp(1.35rem, 2vw, 1.8rem); border-color: #d7dce5 !important; background: #fff !important; }
.asd-modern-page #pricing .card:nth-child(3) { border-color: var(--asd-gold) !important; background: #fffdf8 !important; }
.asd-modern-page #pricing .card:nth-child(4) { border-color: rgba(196, 162, 97, 0.42) !important; background: linear-gradient(145deg, #080c18, #111a30) !important; }
.asd-modern-page #pricing .card h3 { color: var(--asd-ink) !important; }
.asd-modern-page #pricing .card .product-tech-tag { color: var(--asd-gold-text) !important; }
.asd-modern-page #pricing .card h3 span,
.asd-modern-page #pricing .card p { color: #667287 !important; }
.asd-modern-page #pricing .card-list li { color: #3f4b60 !important; line-height: 1.52; }
.asd-modern-page #pricing .card:nth-child(4) .product-tech-tag { color: var(--asd-gold) !important; }
.asd-modern-page #pricing .card:nth-child(4) h3 { color: #fff !important; }
.asd-modern-page #pricing .card:nth-child(4) p,
.asd-modern-page #pricing .card:nth-child(4) .card-list li { color: rgba(238, 241, 248, 0.8) !important; }

/* Evidence gallery */
.asd-modern-page #screenshots { background: #fff; }
.asd-modern-page #screenshots .asd-tour-filter { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-bottom: 2.2rem; }
.asd-modern-page #screenshots .asd-pill { min-height: 2.65rem; border: 1px solid #d5dae3; border-radius: 0.55rem; background: #fff; color: #3f4b60; }
.asd-modern-page #screenshots .asd-pill:hover,
.asd-modern-page #screenshots .asd-pill.is-active { border-color: var(--asd-gold-text); background: rgba(196, 162, 97, 0.12); color: var(--asd-ink); }
.asd-modern-page #screenshots .asd-tour-grid { gap: 1rem; }
.asd-modern-page #screenshots .asd-tile { overflow: hidden; border: 1px solid #d8dde6; border-radius: 0.9rem; background: #fff; box-shadow: 0 0.8rem 2.4rem rgba(17, 27, 54, 0.06); }
.asd-modern-page #screenshots .asd-tile figcaption { color: #3f4b60; }

/* Trial and closing conversion */
.asd-modern-page #testen { background: #f1f3f7; }
.asd-modern-page #testen h2,
.asd-modern-page #testen h3,
.asd-modern-page #testen legend { color: var(--asd-ink) !important; }
.asd-modern-page #testen p,
.asd-modern-page #testen label,
.asd-modern-page #testen dd { color: #536075 !important; }
.asd-modern-page #testen .assistent { border: 1px solid #d8dde6; border-radius: 1rem; background: #fff; box-shadow: 0 1.4rem 3.6rem rgba(17, 27, 54, 0.07); }
.asd-modern-page #cta { min-height: 36rem; display: grid; align-items: center; }
.asd-modern-page #cta .container { max-width: 1040px; }
.asd-modern-page #cta h2 { max-width: 12ch; font-size: clamp(3.5rem, 7vw, 7rem); line-height: 0.94; letter-spacing: -0.07em; }
.asd-modern-page #cta a[style] { color: rgba(238, 241, 248, 0.78) !important; }

/* The page now has deliberate CTAs in hero, demo, trial and closing sections. */
.asd-modern-page .conversion-dock { display: none; }

@media (max-width: 1120px) {
    .asd-hero-grid { grid-template-columns: minmax(0, 0.9fr) minmax(470px, 1.1fr); gap: 3rem; }
    .asd-modern-page .asd-title { font-size: clamp(3.2rem, 5.15vw, 4.25rem) !important; }
    .asd-service-grid { gap: 4rem; }
    .asd-modern-page #pricing > .container > .reveal-stagger { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 960px) {
    .asd-modern-page .asd-modern-hero { min-height: auto; padding-top: 7.5rem !important; }
    .asd-hero-grid { grid-template-columns: 1fr; }
    .asd-hero-copy { max-width: 760px; }
    .asd-hero-stage { max-width: 820px; }
    .asd-modern-jump > span { display: none; }
    .asd-service-grid { grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr); gap: 3rem; }
    .asd-service-points { grid-template-columns: 1fr; }
    .asd-service-points article { min-height: 0; padding: 1rem 0; }
    .asd-service-points article + article { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.12); }
    .asd-modern-page #funktionen .wechselblock { grid-template-columns: 1fr; }
    .asd-modern-page #funktionen .wechselblock:nth-child(even) .wechselblock-bild { order: 0; }
}

@media (max-width: 720px) {
    .asd-modern-page .asd-modern-hero { padding-top: 7rem !important; }
    .asd-modern-page .asd-title { font-size: clamp(2.65rem, 11.7vw, 4.2rem) !important; }
    .asd-hero-actions { flex-direction: column; }
    .asd-button { width: 100%; }
    .asd-hero-facts { display: grid; grid-template-columns: 1fr; }
    .asd-stage-signals { position: static; margin-top: 0.75rem; width: 100%; }
    .asd-stage-signals span { flex: 1; justify-content: center; padding-inline: 0.55rem; }
    .asd-modern-jump { margin-top: 2.4rem; }
    .asd-service-grid { grid-template-columns: 1fr; }
    .asd-service-copy h2 { font-size: clamp(2.7rem, 13vw, 4.4rem); }
    .asd-service-visual { max-width: 34rem; }
    .asd-service-visual figcaption { flex-direction: column; }
    .asd-modern-page .section-header h2,
    .asd-modern-page #funktionen h2 { font-size: clamp(2.65rem, 11.5vw, 4.3rem); }
    .asd-modern-page #funktionen .wechselblock { padding-block: 4.5rem; }
    .asd-modern-page #pricing > .container > .reveal-stagger { grid-template-columns: 1fr !important; }
    .asd-modern-page #pricing .card { min-height: 0; }
    .asd-modern-page .video-grid-2col { grid-template-columns: 1fr !important; }
    .asd-modern-page .conversion-dock { display: none; }
}

@media (max-width: 480px) {
    .asd-kicker { align-items: flex-start; font-size: 0.6rem; }
    .asd-product-window { transform: none; border-radius: 0.85rem; }
    .asd-window-caption { align-items: flex-start; }
    .asd-window-status { display: none; }
    .asd-service-visual { border-radius: 0.85rem; }
}

@media (prefers-reduced-motion: reduce) {
    .asd-title-line { opacity: 1; transform: none; transition: none; }
    .asd-product-window,
    .asd-window-screen img,
    .asd-service-visual img,
    .asd-modern-page #funktionen .wechselblock-bild img { transition: none; transform: none; }
}
