.anzatech-tech-caps-7757f774 {
    --atc-orange: #E66A1F;
    --atc-orange-rgb: 230, 106, 31;
    --atc-ink: #232323;
    --atc-muted: #6a6a6a;
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    box-sizing: border-box;
    overflow: hidden;
    isolation: isolate;
    padding: 28px 24px 24px;
    background: #ffffff;
    color: var(--atc-ink);
    font-family: inherit;
    box-shadow: none;
}

.anzatech-tech-caps-7757f774::before,
.anzatech-tech-caps-7757f774::after {
    content: none;
}

.atc-bg-graphics {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.atc-orbit {
    position: absolute;
    width: 210px;
    height: 210px;
    color: var(--atc-orange);
    opacity: .88;
    transform-origin: 50% 50%;
    will-change: transform;
}

.atc-orbit-left {
    left: 42px;
    top: 54px;
    animation: atc-orbit-cw-7757f774 34s linear infinite;
}

.atc-orbit-right {
    right: 42px;
    bottom: 52px;
    animation: atc-orbit-ccw-7757f774 42s linear infinite;
}

.atc-orbit-dash {
    fill: none;
    stroke: rgba(var(--atc-orange-rgb), .26);
    stroke-width: 1.2;
    stroke-dasharray: 3.5 5.5;
}

.atc-orbit-soft {
    fill: none;
    stroke: rgba(var(--atc-orange-rgb), .08);
    stroke-width: 1;
}

.atc-orbit-arc {
    fill: none;
    stroke: rgba(var(--atc-orange-rgb), .82);
    stroke-width: 1.9;
    stroke-linecap: round;
}

.atc-orbit-dot {
    fill: rgba(var(--atc-orange-rgb), .58);
}

.atc-tech-lines {
    position: absolute;
    right: 8%;
    top: 10%;
    width: 180px;
    height: 90px;
    opacity: .22;
    background:
        linear-gradient(90deg, transparent 49.5%, rgba(var(--atc-orange-rgb), .18) 49.5% 50.5%, transparent 50.5%),
        linear-gradient(0deg, transparent 49.5%, rgba(var(--atc-orange-rgb), .14) 49.5% 50.5%, transparent 50.5%);
}

.atc-tech-dots {
    position: absolute;
    width: 100px;
    height: 56px;
    opacity: .16;
    background-image: radial-gradient(rgba(var(--atc-orange-rgb), .38) 1.15px, transparent 1.15px);
    background-size: 14px 14px;
}

.atc-tech-dots-left {
    left: 7%;
    bottom: 16%;
}

.atc-tech-dots-right {
    right: 8%;
    top: 20%;
    opacity: .10;
}

.atc-container {
    position: relative;
    z-index: 2;
    width: min(1420px, calc(100vw - 56px));
    margin: 0 auto;
}

.atc-header {
    text-align: center;
    margin-bottom: 18px;
}

.atc-subtitle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 8px;
}

.atc-line {
    width: 34px;
    height: 1px;
    background: var(--atc-orange);
}

/* ungefähr auf Höhe von „UNSERE LÖSUNG“ */
.atc-subtitle {
    color: var(--atc-orange);
    font-size: 24px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: .2px;
    text-transform: uppercase;
}

/* bewusst kleiner als die Eyebrow */
.atc-title {
    margin: 0 0 6px;
    color: var(--atc-ink);
    font-size: clamp(19px, 1.35vw, 25px);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -.2px;
}

.atc-desc {
    margin: 0;
    color: var(--atc-muted);
    font-size: 11.5px;
    line-height: 1.42;
    font-weight: 400;
}

.atc-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    width: min(1060px, 100%);
    margin: 0 auto;
}

.atc-card {
    min-height: 138px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 26px;
    border: 0;
    background: transparent;
    box-shadow: none;
    position: relative;
}

/* Feine Trennlinien wie bei „Branchen, die uns vertrauen“ */
.atc-card:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 62px;
    transform: translateY(-50%);
    background: rgba(35, 35, 35, .16);
}

/* schlichter als bisher, damit es zu den bestehenden Website-Icons passt */
.atc-icon-wrap {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
    border-radius: 50%;
    color: var(--atc-orange);
    background: transparent;
    position: relative;
}

.atc-icon-wrap::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    border: 1.35px solid transparent;
    border-top-color: rgba(var(--atc-orange-rgb), .78);
    border-left-color: rgba(var(--atc-orange-rgb), .42);
    transform: rotate(-24deg);
}

.atc-icon {
    width: 23px;
    height: 23px;
    color: var(--atc-orange);
}

.atc-icon-atex {
    width: 26px;
    height: 26px;
}

/* Werte kleiner und ruhiger */
.atc-value {
    margin-bottom: 4px;
    color: var(--atc-orange);
    font-size: clamp(20px, 1.35vw, 24px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.12px;
}

.atc-label {
    color: #2e2e2e;
    font-size: 10.5px;
    line-height: 1.22;
    font-weight: 600;
}

.atc-footer {
    margin-top: 18px;
    text-align: center;
}

.atc-materials {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    color: #3b3b3b;
    font-size: 16px;
    line-height: 1.45;
}

.atc-material-icon {
    width: 24px;
    height: 24px;
    margin-right: 7px;
    color: #343434;
}

.atc-mat-label {
    font-weight: 400;
}

.atc-mat-list {
    color: #202020;
    font-weight: 700;
}

.atc-disclaimer {
    margin-top: 5px;
    color: #7d7d7d;
    font-size: 13px;
    line-height: 1.4;
}

@keyframes atc-orbit-cw-7757f774 {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

@keyframes atc-orbit-ccw-7757f774 {
    from { transform: rotate(180deg); }
    to   { transform: rotate(-180deg); }
}

@media (max-width: 1024px) {
    .anzatech-tech-caps-7757f774 {
        padding: 28px 20px 24px;
    }

    .atc-container {
        width: min(980px, calc(100vw - 40px));
    }

    .atc-subtitle {
        font-size: 20px;
    }

    .atc-title {
        font-size: 23px;
    }

    .atc-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(760px, 100%);
    }

    .atc-card::after {
        display: none;
    }

    .atc-card:nth-child(odd)::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 56px;
        transform: translateY(-50%);
        background: rgba(35, 35, 35, .14);
    }

    .atc-orbit {
        width: 180px;
        height: 180px;
    }

    .atc-orbit-left {
        left: 18px;
        top: 26px;
    }

    .atc-orbit-right {
        right: 18px;
        bottom: 30px;
    }
}

@media (max-width: 767px) {
    .anzatech-tech-caps-7757f774 {
        left: 50%;
        width: 100vw;
        margin-left: -50vw;
        padding: 26px 16px 22px;
    }

    .atc-container {
        width: calc(100vw - 28px);
    }

    .atc-header {
        margin-bottom: 16px;
    }

    .atc-subtitle-wrap {
        gap: 8px;
    }

    .atc-line {
        width: 18px;
    }

    .atc-subtitle {
        font-size: 15px;
    }

    .atc-title {
        font-size: 21px;
    }

    .atc-desc {
        font-size: 11px;
    }

    .atc-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .atc-card {
        min-height: 126px;
        padding: 11px 8px;
    }

    .atc-card::after,
    .atc-card:nth-child(odd)::after {
        display: none;
    }

    .atc-icon-wrap {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .atc-icon {
        width: 21px;
        height: 21px;
    }

    .atc-value {
        font-size: 22px;
    }

    .atc-label {
        font-size: 10px;
    }

    .atc-materials {
        font-size: 13.5px;
    }

    .atc-material-icon {
        width: 20px;
        height: 20px;
    }

    .atc-disclaimer {
        font-size: 11.5px;
    }

    .atc-orbit {
        width: 140px;
        height: 140px;
        opacity: .68;
    }

    .atc-orbit-left {
        left: 10px;
        top: 18px;
    }

    .atc-orbit-right {
        right: 10px;
        bottom: 20px;
    }

    .atc-tech-lines,
    .atc-tech-dots-right {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .atc-orbit-left,
    .atc-orbit-right {
        animation: none;
    }
}
