/* Base Background (Helles Grau) */
.roboskop-page-background {
    background-color: #f5f5f7;
    padding: 60px 20px 100px 20px;
    min-height: 100vh;
    width: 100%;
    box-sizing: border-box;
}

/* Force container breakout in constrained Gutenberg layouts */
.is-layout-constrained > .roboskop-page-background,
.entry-content > .roboskop-page-background,
.wp-block-post-content > .roboskop-page-background {
    max-width: 100% !important;
    width: 100%;
}

/* Layout Wrapper */
.roboskop-robot-single {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-family: inherit;
    color: #1d1d1f;
}

/* Top Navigation Bar (Back Button + Breadcrumbs) */
.robot-top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 90px !important; /* Sehr großzügiger, edler Abstand */
    position: relative;
    z-index: 12;
}

.robot-back-button {
    background: #ffffff;
    color: #111113;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.2s ease;
}

.robot-back-button:hover {
    background: #111113;
    color: #ffffff;
}

.robot-breadcrumbs {
    font-size: 0.88rem;
    color: #666670;
    font-weight: 600;
}

.robot-breadcrumbs a {
    color: #666670;
    text-decoration: none;
}

.robot-breadcrumbs a:hover {
    color: #111113;
}

.robot-breadcrumbs .crumb-sep {
    margin: 0 6px;
    color: #a0a0a8;
}

.robot-breadcrumbs .crumb-current {
    color: #111113;
    font-weight: 700;
}

/* 1. Die Treppe: Image Container (Links) */
.robot-hero-visual {
    position: absolute;
    top: 125px;
    left: 0;
    width: 42%;
    z-index: 10;
    pointer-events: none; /* Let clicks pass through if needed */
}

.robot-hero-visual img {
    width: 100%;
    height: auto;
    display: block;
    mix-blend-mode: multiply;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
}

.robot-placeholder-image {
    width: 100%;
    height: 600px;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    border-radius: 20px;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
}

/* Top Row: Spacer (Left) + Floating Header (Grey) */
.robot-top-row {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 5;
    margin-top: 10px;
}

.robot-spacer-left {
    flex: 0 0 calc(40% + 20px); /* Exakt die linke Kante der 3. Quick-Facts-Box */
}

.robot-header-floating {
    flex: 1;
    padding: 0 60px 20px 0; /* padding-left = 0, damit Text genau bei calc(40% + 20px) startet */
    box-sizing: border-box;
}

/* Bottom Full Width Card (Specs) */
.robot-card-bottom-full {
    width: 100%;
    background: #ffffff;
    /* Top-Left=0, Top-Right=40px, Bottom-Right=0 (connects to extension), Bottom-Left=40px */
    border-radius: 0 40px 0 40px;
    padding: 40px 0 20px 0;
    margin-bottom: 90px; /* Reserviert Platz für die 70px hohe untere Verlängerung */
    box-shadow: 0 20px 60px rgba(0,0,0,0.03);
    position: relative;
    z-index: 4;
    box-sizing: border-box;
}

/* The Left Ear (White Background at Top) */
.robot-card-bottom-full::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: calc(40% - 100px);
    height: 70px;
    background: #ffffff;
    border-radius: 40px 0 0 0; 
}

/* The Smooth Top S-Curve Slope */
.robot-card-bottom-full::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: calc(40% - 100px);
    width: 120px;
    height: 70px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C45,0 55,100 100,100 L0,100 Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* Bottom S-Curve Extension (Verlängert die rechte Box nach unten mit gespiegeltem Schwung) */
.robot-card-bottom-extension {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 70px;
    pointer-events: none;
}

/* Bottom Slope: geht von der linken Box nach unten weg in die rechte Box */
.robot-card-bottom-extension::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(40% - 100px);
    width: 120px;
    height: 70px;
    /* SVG: M0,0 C45,0 55,100 100,100 L100,0 Z fills top-right area seamlessly */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C45,0 55,100 100,100 L100,0 Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* Bottom Right Extension: Schließt die rechte Box unten ab */
.robot-card-bottom-extension::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(40% + 20px);
    right: 0;
    height: 70px;
    background: #ffffff;
    border-radius: 0 0 40px 0;
}

/* Pricing aligned to the right side inside the full card */
.robot-pricing-right {
    margin-left: calc(40% + 20px); /* Bündig mit der 3. Quick-Facts-Box & Header */
    padding: 0 60px 40px 0; /* padding-left = 0, damit die graue 20k Box genau bei calc(40% + 20px) startet */
    box-sizing: border-box;
}

/* Header & Text Styling */
.robot-kicker {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #66666e;
    margin-bottom: 8px;
}

.robot-title {
    font-size: 4rem;
    line-height: 1.05;
    font-weight: 800;
    margin: 0 0 4px 0;
    letter-spacing: -1px;
    color: #111;
}

.robot-manufacturer {
    font-size: 1.3rem;
    color: #777780;
    margin-bottom: 18px;
    font-weight: 500;
}

.robot-taxonomies {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.robot-badge {
    display: inline-block;
    background: #ffffff;
    color: #333336;
    border: 1px solid #e1e1e8;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.robot-badge:hover {
    background: #111113;
    color: #ffffff;
    border-color: #111113;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.robot-pricing-status {
    margin-bottom: 30px;
    background: #fafafa;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #eee;
}

.robot-price {
    font-size: 2rem;
    font-weight: 700;
    color: #111;
}

.robot-subscription {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 10px;
}

.robot-availability {
    font-size: 0.95rem;
    color: #444;
    margin-top: 10px;
}

.robot-availability-main {
    margin-bottom: 8px;
}

.availability-dates {
    color: #666;
    font-size: 0.88rem;
}

.robot-available-countries {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e2e2e8;
    flex-wrap: wrap;
}

.countries-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #666670;
}

.countries-pills-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.robot-country-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #ffffff;
    border: 1px solid #e1e1e8;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #222;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}

.robot-country-pill .country-flag {
    font-size: 0.95rem;
    line-height: 1;
}

.robot-country-pill .country-name {
    font-size: 0.8rem;
    letter-spacing: 0.1px;
}

.robot-btn {
    display: inline-block;
    background: #111;
    color: #fff;
    padding: 10px 24px; /* Padding reduziert, damit der Knopf weniger klobig wirkt */
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem; /* Schriftgröße leicht angepasst */
    transition: background 0.3s, transform 0.2s;
}
.robot-btn:hover {
    background: #333;
    transform: translateY(-2px);
    color: #fff;
}

/* Quick Facts Grid */
.robot-quick-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
    padding: 0 60px 40px 60px; /* Matching 60px horizontal padding */
}
.fact-box {
    flex: 1;
    min-width: 120px;
    background: #f8f8f9;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    transition: transform 0.3s;
}
.fact-box:hover {
    transform: translateY(-5px);
}
.fact-icon {
    font-size: 2rem;
    margin-bottom: 10px;
}
.fact-value {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.fact-label {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
}

/* AI Description Section (Ansatz 3: Centered Editorial Stream) */
.robot-description-section {
    padding: 0 60px 50px 60px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
    text-align: center; /* Centers the button and heading container */
}

.robot-description-inner {
    max-width: 740px; /* Ergonomische Lesebreite (ca. 65-75 Zeichen pro Zeile) */
    margin: 0 auto;
    text-align: left; /* Fließtext bleibt für optimale Lesbarkeit linksbündig */
}

.robot-description-inner h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #111;
    letter-spacing: -0.5px;
    text-align: center; /* Überschrift zentriert */
}

.robot-description-teaser p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #222;
    font-weight: 450;
    margin: 0 0 15px 0;
}

.robot-description-full {
    margin-top: 20px;
}

.robot-description-full h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111;
    margin: 25px 0 10px 0;
}

.robot-description-full p {
    font-size: 1.02rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}

.robot-description-full ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.robot-description-full ul li {
    font-size: 1.02rem;
    line-height: 1.65;
    color: #333;
    margin-bottom: 8px;
}

.robot-description-full strong {
    color: #111;
}

.robot-expand-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f1f1f3;
    color: #111;
    border: none;
    padding: 12px 26px;
    border-radius: 24px;
    font-weight: 600;
    font-size: 0.92rem;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.robot-expand-btn:hover {
    background: #e1e1e8;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.robot-expand-btn.expanded {
    background: #111;
    color: #fff;
}

/* Technical Specs Grid */
.robot-specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    padding: 0 60px; /* Matching 60px horizontal padding */
}

.robot-tech-group {
    margin-bottom: 40px;
}
.robot-tech-group h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #111;
}

.robot-tech-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.robot-tech-group ul li {
    display: flex;
    align-items: baseline;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    color: #444;
    gap: 16px;
}
.robot-tech-group ul li strong {
    color: #111;
    font-weight: 600;
    min-width: 180px;
    flex-shrink: 0;
}

.robot-tech-group dl {
    margin: 0;
}
.robot-tech-group dt {
    font-weight: 600;
    color: #111;
    padding-top: 15px;
}
.robot-tech-group dd {
    margin: 0 0 10px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    color: #555;
    line-height: 1.5;
}
.robot-tech-group dd:last-child {
    border-bottom: none;
}

/* AI & Data Disclaimer */
.robot-disclaimer {
    margin-left: calc(40% + 20px); /* Bündig ausgerichtet an unserer Fluchtlinie */
    padding: 0 60px 0 0;
    text-align: left; /* Linksbründig */
    position: relative;
    z-index: 5;
}

.robot-disclaimer > strong {
    display: block;
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 700;
    color: #44444a;
    margin-bottom: 4px;
    letter-spacing: 0.2px;
}

.robot-last-updated {
    margin-top: 12px;
    font-size: 0.82rem;
    color: #666670;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.robot-last-updated strong {
    display: inline !important;
    font-weight: 700;
    color: #111113;
    margin-bottom: 0 !important;
}

.robot-disclaimer p {
    font-family: inherit; /* Nutzt exakt dieselbe Schriftart wie der Rest der Seite */
    font-size: 0.82rem;
    line-height: 1.6;
    color: #888892;
    margin: 0;
}

.robot-disclaimer a {
    font-family: inherit;
    color: #44444a;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.2s ease;
}

.robot-disclaimer a:hover {
    color: #111113;
}

/* Catalog / Archive View Styling (2-Spalten Grid auf Desktop) */
.roboskop-catalog-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.roboskop-catalog-header {
    margin-bottom: 40px;
}

.roboskop-catalog-header .catalog-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #111;
    letter-spacing: -1px;
    margin: 0 0 8px 0;
}

.roboskop-catalog-header .catalog-subtitle {
    font-size: 1.1rem;
    color: #666670;
    font-weight: 500;
    margin: 0;
}

.roboskop-catalog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Horizontal Catalog Card */
.robot-catalog-card {
    display: flex;
    flex-direction: row;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.04);
}

.robot-catalog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* Left Media Container (Upper 1/3 Portrait Crop Focus) */
.robot-catalog-media {
    flex: 0 0 38%;
    min-height: 220px;
    position: relative;
    background: #f8f8fa;
    overflow: hidden;
}

.robot-catalog-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center; /* Fokus auf das obere Drittel (Gesicht / Oberkörper) */
    transition: transform 0.4s ease;
}

.robot-catalog-card:hover .robot-catalog-media img {
    transform: scale(1.06);
}

.robot-catalog-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #aaa;
    font-size: 0.9rem;
}

.robot-status-pill {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(8px);
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #111;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

/* Right Content Info */
.robot-catalog-info {
    flex: 1;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.robot-card-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #111;
    margin: 2px 0 4px 0;
    letter-spacing: -0.5px;
}

.robot-card-manufacturer {
    font-size: 0.95rem;
    color: #777;
    font-weight: 500;
    margin-bottom: 12px;
}

.robot-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 15px;
}

.robot-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f0f0f4;
    padding-top: 14px;
}

.robot-card-price strong {
    font-size: 1.25rem;
    font-weight: 800;
    color: #111;
}

.price-on-request {
    font-size: 0.9rem;
    color: #888;
    font-weight: 500;
}

.robot-card-link {
    font-size: 0.9rem;
    font-weight: 700;
    color: #111;
    transition: transform 0.2s ease;
}

.robot-catalog-card:hover .robot-card-link {
    transform: translateX(3px);
}

/* Mobile Responsiveness */
@media (max-width: 900px) {
    .roboskop-page-background {
        padding: 16px 8px 60px 8px;
    }
    .robot-hero-visual {
        position: relative;
        top: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .robot-spacer-left {
        display: none; /* Hide empty column */
    }
    .robot-top-row {
        margin-top: 0;
    }
    .robot-header-floating {
        flex: 0 0 100%;
        padding: 0 16px 20px 16px;
    }
    .robot-card-bottom-full {
        border-radius: 28px;
        padding: 24px 0;
    }
    .robot-card-bottom-full::before,
    .robot-card-bottom-full::after,
    .robot-card-bottom-extension {
        display: none; /* Hide ear and slopes on mobile */
    }
    .robot-pricing-right {
        margin-left: 0;
        width: 100%;
        padding: 0 16px 24px 16px;
    }
    .robot-quick-facts {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 0 16px 36px 16px;
        margin-bottom: 40px;
    }
    .fact-box {
        padding: 14px 12px;
        border-radius: 16px;
        background: #f8f8fa;
        text-align: center;
    }
    .fact-icon {
        font-size: 1.5rem;
        margin-bottom: 6px;
    }
    .fact-value {
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 3px;
        word-break: break-word;
    }
    .fact-label {
        font-size: 0.8rem;
        color: #666;
    }
    .robot-description-section {
        padding: 0 16px 40px 16px;
        margin-bottom: 40px;
    }
    .robot-specs-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 16px;
    }
    .robot-title {
        font-size: 2.3rem;
    }
    .robot-disclaimer {
        margin-left: 0;
        padding: 0 16px;
        text-align: left;
    }
    .robot-bottom-actions {
        margin-left: 0;
        padding: 0 16px;
    }
    .roboskop-catalog-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .robot-catalog-card {
        flex-direction: column;
        border-radius: 24px;
        height: auto;
    }
    .robot-catalog-media {
        height: 260px;
        width: 100%;
        flex: 0 0 260px;
    }
    .robot-catalog-info {
        padding: 20px;
        justify-content: flex-start;
        gap: 16px;
        flex: 0 0 auto;
    }
    .robot-card-tags {
        margin-bottom: 0;
    }
    .robot-card-footer {
        margin-top: 4px;
    }
}

/* Navigation Bar (Top) & Breadcrumbs */
.robot-top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
    z-index: 15;
}

.robot-back-button {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    padding: 6px 14px;
    border-radius: 14px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #1d1d1f;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.06);
    transition: all 0.2s ease;
}

.robot-back-button:hover {
    background: #111113;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.robot-breadcrumbs {
    font-size: 0.85rem;
    font-weight: 500;
    color: #888892;
    display: flex;
    align-items: center;
    gap: 8px;
}

.robot-breadcrumbs a {
    color: #666670;
    text-decoration: none;
    transition: color 0.2s ease;
}

.robot-breadcrumbs a:hover {
    color: #111113;
    text-decoration: underline;
}

.crumb-sep {
    color: #ccc;
}

.crumb-current {
    color: #111113;
    font-weight: 600;
}

/* Bottom Navigation Actions */
.robot-bottom-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: calc(40% + 20px);
    margin-top: 30px;
}

/* Skills Checklist (Was kann dieser Roboter?) */
.robot-skills-box {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.06);
}

.robot-skills-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #111113;
    margin: 0 0 12px 0;
    font-family: inherit;
    letter-spacing: -0.2px;
}

.robot-skills-checklist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.robot-skills-checklist li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #2c2c30;
    font-weight: 500;
    line-height: 1.4;
}

.skill-check {
    color: #34c759;
    font-weight: 800;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.robot-skills-checklist a {
    color: #2c2c30;
    text-decoration: none;
    transition: color 0.2s ease;
}

.robot-skills-checklist a:hover {
    color: #111113;
    text-decoration: underline;
}

.robot-skills-expand-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0f0f4;
    border: none;
    border-radius: 12px;
    padding: 6px 14px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #44444a;
    cursor: pointer;
    margin-top: 14px;
    transition: all 0.2s ease;
}

.robot-skills-expand-btn:hover {
    background: #e4e4e8;
    color: #111113;
}

.robot-skills-expand-btn.expanded {
    background: #e4e4e8;
    color: #111113;
}

/* Teleoperation Indicator */
.robot-teleoperation {
    font-size: 0.85rem;
    color: #0071e3;
    font-weight: 600;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

@media (max-width: 900px) {
    .robot-skills-checklist {
        grid-template-columns: 1fr;
    }
}

/* 📰 EIGENSTÄNDIGE WEISSE NEWS-KARTE MIT TOP-RIGHT GEGENSCHWUNG & TOP-LEFT HOHLRAUM */

/* Hauptkarte hat normalen Abstand unten auf dem grauen Seiten-Hintergrund */
.robot-card-bottom-full {
    margin-bottom: 80px !important;
}

/* Standalone weiße News-Karte */
.robot-news-standalone-card {
    position: relative;
    width: 100%;
    margin-top: 160px;
    margin-bottom: 90px;
    z-index: 4;
    box-sizing: border-box;
}

/* Top Gegenschwung Extension: Hohe Schulter oben RECHTS */
.robot-news-top-extension {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 70px;
    pointer-events: none;
}

/* Gegenschwung SVG: Geht von LINKS UNTEN (y=70) nach OBEN RECHTS (y=0) */
.robot-news-top-extension::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(40% - 100px);
    width: 120px;
    height: 70px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,100 C45,100 55,0 100,0 L100,100 Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* Hohe Schulter oben rechts (calc(40% + 20px) bis 100%) */
.robot-news-top-extension::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(40% + 20px);
    right: 0;
    height: 70px;
    background: #ffffff;
    border-radius: 0 40px 0 0;
}

/* 📰 TITEL 'NEWS' IM HOHLRAUM OBEN LINKS AUF DEM GRAUEN SEITEN-HINTERGRUND */
.radar-hohlraum-header {
    position: absolute;
    bottom: 100%;
    left: 60px; /* Perfekt an der vertikalen Inhaltskante (60px Grid) ausgerichtet */
    height: 70px;
    display: flex;
    align-items: center;
    z-index: 5;
}

.radar-hohlraum-title {
    font-size: 2.8rem;
    font-weight: 800;
    letter-spacing: -1.2px;
    color: #111113;
    margin: 0;
    line-height: 1;
}

/* Haupt-Körper der weissen News-Karte */
.news-card-body {
    background: #ffffff;
    border-radius: 40px 0 0 0; /* Links oben abgerundet */
    padding: 40px 60px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.03);
    box-sizing: border-box;
}

/* Bottom Extension der News-Karte (Schließt unten rechts ab) */
.robot-news-bottom-extension {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 70px;
    pointer-events: none;
}

.robot-news-bottom-extension::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(40% - 100px);
    width: 120px;
    height: 70px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C45,0 55,100 100,100 L100,0 Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.robot-news-bottom-extension::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(40% + 20px);
    right: 0;
    height: 70px;
    background: #ffffff;
    border-radius: 0 0 40px 0;
}

.radar-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeef;
    padding-bottom: 24px;
}

.radar-badge {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #66666e;
    display: inline-block;
}

.radar-title {
    font-size: 2.2rem;
    line-height: 1.15;
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.8px;
    color: #111113;
}

/* News List Items */
.radar-news-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.radar-news-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #f8f8fa;
    border: 1px solid #eef0f3;
    padding: 22px 26px;
    border-radius: 20px;
    transition: all 0.2s ease;
}

.radar-news-item:hover {
    background: #ffffff;
    border-color: #d1d5db;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.curator-author-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.curator-avatar-img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #e1e1e8;
}

.curator-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #111113;
}

.curator-post-date {
    font-size: 0.82rem;
    font-weight: 400;
    color: #888890;
    margin-left: 2px;
}

.curator-note-content p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.55;
    color: #333336;
}

.radar-news-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 1.05rem;
}

.has-curator-note .radar-news-main {
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px dashed #e1e1e8;
}

.radar-news-date {
    font-size: 0.85rem;
    font-weight: 600;
    color: #666670;
    background: #eef0f4;
    padding: 4px 12px;
    border-radius: 12px;
    width: 130px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
    box-sizing: border-box;
}

.radar-robot-badge {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    color: #333336;
    border: 1px solid #e1e1e8;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.radar-robot-badge:hover {
    background: #111113;
    color: #ffffff;
    border-color: #111113;
}

.radar-news-link {
    color: #111113;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.4;
    font-size: 1.08rem;
    transition: color 0.2s ease;
}

.radar-news-link:hover {
    color: #0071e3;
    text-decoration: underline;
}

.radar-medium-tag {
    font-size: 0.82rem;
    font-weight: 600;
    color: #333336;
    background: #ffffff;
    border: 1px solid #e1e1e8;
    padding: 4px 12px;
    border-radius: 16px;
    margin-left: auto;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

/* Expand Accordion Button */
.radar-expand-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f1f1f3;
    color: #111113;
    border: none;
    padding: 12px 26px;
    border-radius: 24px;
    font-weight: 600;
    font-size: 0.92rem;
    cursor: pointer;
    margin-top: 10px;
    transition: all 0.2s ease;
}

.radar-expand-btn:hover {
    background: #111113;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.radar-empty-state {
    padding: 20px 0;
    color: #777780;
    font-style: italic;
}

/* Nerdmail Newsletter CTA Container */
.radar-newsletter-cta {
    margin-top: 40px;
    padding: 30px;
    background: #fafafa;
    border: 1px solid #eeeeef;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.cta-content {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
    min-width: 280px;
}

.cta-icon {
    font-size: 2rem;
    background: #ffffff;
    border: 1px solid #e1e1e8;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.cta-text h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #111113;
    margin: 0 0 4px 0;
    letter-spacing: -0.3px;
}

.cta-text p {
    font-size: 0.92rem;
    color: #666670;
    margin: 0;
}

/* Nerdmail Form Layout Force (Single Horizontal Row) */
.cta-form-wrapper form {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: auto !important;
}

.cta-form-wrapper form p,
.cta-form-wrapper form div,
.cta-form-wrapper form fieldset,
.cta-form-wrapper form label {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    width: auto !important;
}



.cta-form-wrapper input[type="email"],
.cta-form-wrapper input[type="text"],
.radar-newsletter-input {
    background: #ffffff !important;
    color: #111113 !important;
    border: 1px solid #d1d1d6 !important;
    padding: 12px 20px !important;
    border-radius: 30px !important;
    font-size: 0.92rem !important;
    width: 240px !important;
    height: 46px !important;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.02) !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    display: inline-block !important;
}

.cta-form-wrapper input[type="email"]:focus,
.cta-form-wrapper input[type="text"]:focus,
.radar-newsletter-input:focus {
    border-color: #111113 !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(17,17,19,0.1) !important;
}

.cta-form-wrapper button,
.cta-form-wrapper input[type="submit"],
.radar-newsletter-submit {
    background: #111113 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 26px !important;
    border-radius: 30px !important;
    font-weight: 700 !important;
    font-size: 0.92rem !important;
    height: 46px !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.cta-form-wrapper button:hover,
.cta-form-wrapper input[type="submit"]:hover,
.radar-newsletter-submit:hover {
    background: #333336 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12) !important;
}

@media (max-width: 900px) {
    .robot-news-radar-card,
    .robot-news-standalone-card {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    /* SVG Gegenschwung-Erweiterungen auf Mobilgeräten ausblenden */
    .robot-news-top-extension,
    .robot-news-bottom-extension {
        display: none !important;
    }

    /* Überschrift "News" über der Karte auf Mobilgeräten */
    .radar-hohlraum-header {
        position: relative !important;
        bottom: auto !important;
        left: 0 !important;
        height: auto !important;
        padding: 0 16px !important;
        margin-bottom: 16px !important;
    }

    .radar-hohlraum-title {
        font-size: 2.2rem !important;
    }

    /* Weisse News-Karte auf Mobilgeräten voll ausnutzen */
    .news-card-body {
        border-radius: 28px !important;
        padding: 24px 16px !important;
    }

    .radar-news-list {
        gap: 12px !important;
    }

    .radar-news-item {
        padding: 16px 14px !important;
        border-radius: 16px !important;
    }

    .curator-author-meta {
        flex-wrap: wrap !important;
        gap: 6px 8px !important;
    }

    .curator-avatar-img {
        width: 26px !important;
        height: 26px !important;
    }

    .curator-name {
        font-size: 0.88rem !important;
    }

    .curator-post-date {
        font-size: 0.8rem !important;
    }

    .curator-note-content p {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }

    .radar-title {
        font-size: 1.8rem;
    }

    .radar-news-main {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .radar-news-date {
        width: auto !important;
        padding: 3px 10px !important;
        font-size: 0.8rem !important;
    }

    .radar-news-link {
        font-size: 1rem !important;
        line-height: 1.4 !important;
        word-break: break-word !important;
    }

    .radar-medium-tag {
        margin-left: 0;
    }

    .radar-expand-btn {
        width: 100% !important;
        justify-content: center !important;
        padding: 12px 16px !important;
        font-size: 0.88rem !important;
    }

    .radar-newsletter-cta {
        flex-direction: column;
        align-items: stretch;
        padding: 20px 16px;
        border-radius: 20px;
        margin-top: 30px;
    }

    .cta-content {
        gap: 14px !important;
        min-width: 0 !important;
    }

    .cta-icon {
        width: 44px !important;
        height: 44px !important;
        font-size: 1.5rem !important;
        border-radius: 14px !important;
    }

    .cta-text h3 {
        font-size: 1.05rem !important;
    }

    .cta-text p {
        font-size: 0.85rem !important;
    }

    .radar-newsletter-form {
        flex-direction: column !important;
        width: 100% !important;
        align-items: stretch !important;
    }

    .radar-newsletter-input {
        width: 100% !important;
    }

    .radar-newsletter-submit {
        width: 100% !important;
    }
}
/* AI & Data Disclaimer Notice */
.robot-disclaimer {
    margin-top: 60px;
    padding: 24px 30px;
    background: #fafafa;
    border: 1px solid #eeeeef;
    border-radius: 20px;
    font-size: 0.88rem;
    color: #666670;
    line-height: 1.6;
}

.robot-disclaimer strong {
    display: block;
    font-size: 0.92rem;
    font-weight: 700;
    color: #111113;
    margin-bottom: 6px;
}

.robot-disclaimer p {
    margin: 0 0 12px 0;
    font-size: 0.88rem;
    color: #666670;
}

.robot-disclaimer a {
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    color: #111113 !important;
    text-decoration: underline !important;
    transition: color 0.2s ease;
}

.robot-disclaimer a:hover {
    color: #0071e3 !important;
}

.robot-last-updated {
    font-size: 0.82rem;
    color: #888890;
    margin-top: 10px;
    border-top: 1px solid #eeeeef;
    padding-top: 10px;
}

/* Subtle Safety / Human-Environment Badge */
.robot-safe-subtle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    padding: 6px 12px;
    background-color: #f5f5f7;
    border: 1px solid #e1e1e8;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #44444a;
    cursor: help;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.robot-safe-subtle:hover {
    background-color: #ebebeb;
    border-color: #d1d1d8;
    color: #111113;
}

/* Catalog Toolbar & Sorting Bar */
.roboskop-catalog-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 14px 22px;
    background: #ffffff;
    border: 1px solid #e1e1e8;
    border-radius: 18px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    flex-wrap: wrap;
    gap: 14px;
}

.catalog-count-badge {
    font-size: 0.92rem;
    color: #666670;
    font-weight: 500;
}

.catalog-count-badge .count-number {
    font-weight: 800;
    color: #111113;
    font-size: 1.05rem;
}

.catalog-sort-control {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sort-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #55555e;
}

.roboskop-sort-dropdown {
    background-color: #f5f5f7;
    color: #111113;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 8px 36px 8px 14px;
    border: 1px solid #dcdce2;
    border-radius: 12px;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23111113' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    transition: all 0.2s ease;
}

.roboskop-sort-dropdown:hover,
.roboskop-sort-dropdown:focus {
    background-color: #ffffff;
    border-color: #111113;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

@media (max-width: 600px) {
    .roboskop-catalog-toolbar {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
    }
    .catalog-sort-control {
        width: 100%;
        justify-content: space-between;
    }
    .roboskop-sort-dropdown {
        flex: 1;
    }
}

