.automation-product {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 120px 0;
    color: var(--white);
    background:
        radial-gradient(circle at 76% 48%, rgba(255, 90, 10, 0.2), transparent 29%),
        linear-gradient(135deg, #0a0a0c 0%, #121014 55%, #0a0a0c 100%);
}

.automation-product::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    opacity: 0.55;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(circle at 76% 50%, #000 12%, transparent 62%);
    -webkit-mask-image: radial-gradient(circle at 76% 50%, #000 12%, transparent 62%);
}

.automation-product__glow {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 7%;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(255, 90, 10, 0.1);
    filter: blur(90px);
    transform: translateY(-50%);
}

.automation-product__shell {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
    align-items: center;
    gap: clamp(60px, 8vw, 120px);
}

.automation-product__copy h2 {
    max-width: 680px;
    margin-bottom: 26px;
    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: clamp(2.7rem, 5.2vw, 5.25rem);
    font-weight: 700;
    letter-spacing: -0.04em;
}

.automation-product__copy h2 .text-orange {
    color: var(--orange);
}

.automation-product__copy > p {
    max-width: 640px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 1.08rem;
}

.automation-product__benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 22px;
    margin-bottom: 36px;
}

.automation-product__benefits span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
    font-weight: 600;
}

.automation-product__benefits i {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    color: var(--orange);
    background: rgba(255, 90, 10, 0.13);
    border: 1px solid rgba(255, 90, 10, 0.26);
    border-radius: 50%;
    font-size: 0.65rem;
}

.automation-product__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.automation-product__cta {
    min-width: 184px;
}

.automation-product__visual {
    position: relative;
    width: min(100%, 540px);
    aspect-ratio: 1;
    margin-inline: auto;
}

.automation-product__visual::before {
    position: absolute;
    inset: 9%;
    content: "";
    background: radial-gradient(circle, rgba(255, 90, 10, 0.16), transparent 66%);
    border-radius: 50%;
    filter: blur(20px);
}

.automation-product__orbit {
    position: absolute;
    inset: 6%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.automation-product__orbit::before,
.automation-product__orbit::after {
    position: absolute;
    width: 8px;
    height: 8px;
    content: "";
    background: var(--orange);
    border-radius: 50%;
    box-shadow: 0 0 24px rgba(255, 90, 10, 0.85);
}

.automation-product__orbit::before {
    top: 11%;
    left: 18%;
}

.automation-product__orbit::after {
    right: 5%;
    bottom: 28%;
}

.automation-product__orbit--outer {
    animation: automation-spin 36s linear infinite;
}

.automation-product__orbit--inner {
    inset: 24%;
    border-style: dashed;
    border-color: rgba(255, 90, 10, 0.26);
    animation: automation-spin-reverse 24s linear infinite;
}

.automation-product__core {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: flex;
    width: 168px;
    height: 168px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: linear-gradient(145deg, #201713, #0f0f12);
    border: 1px solid rgba(255, 90, 10, 0.38);
    border-radius: 36px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45), inset 0 1px rgba(255, 255, 255, 0.09);
    transform: translate(-50%, -50%) rotate(-5deg);
}

.automation-product__core::before {
    position: absolute;
    inset: -1px;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgba(255, 90, 10, 0.22), transparent 58%);
    border-radius: inherit;
}

.automation-product__core i {
    margin-bottom: 12px;
    color: var(--orange);
    font-size: 2rem;
}

.automation-product__core strong {
    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 1.1rem;
}

.automation-product__core small {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.72rem;
}

.automation-product__logo {
    position: absolute;
    z-index: 3;
    display: flex;
    width: 84px;
    height: 84px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--white);
    background: rgba(22, 22, 25, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34), inset 0 1px rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.automation-product__logo:hover {
    z-index: 5;
    background: rgba(31, 26, 25, 0.98);
    border-color: rgba(255, 90, 10, 0.42);
    transform: translateY(-5px) scale(1.05);
}

.automation-product__logo img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.automation-product__logo--openai img {
    filter: brightness(0) invert(1);
}

.automation-product__logo i {
    font-size: 1.9rem;
}

.automation-product__logo b {
    font-size: 0.65rem;
    letter-spacing: 0;
}

.automation-product__logo--whatsapp { top: 3%; left: 50%; color: #25d366; transform: translateX(-50%); }
.automation-product__logo--instagram { top: 22%; right: 0; color: #e1306c; }
.automation-product__logo--meta { right: 9%; bottom: 9%; }
.automation-product__logo--openai { bottom: 0; left: 31%; }
.automation-product__logo--gemini { bottom: 19%; left: 0; }
.automation-product__logo--claude { top: 18%; left: 2%; }

.automation-product__logo--whatsapp:hover { transform: translateX(-50%) translateY(-5px) scale(1.05); }

@keyframes automation-spin {
    to { transform: rotate(360deg); }
}

@keyframes automation-spin-reverse {
    to { transform: rotate(-360deg); }
}

@media (max-width: 991px) {
    .automation-product {
        padding: 96px 0;
    }

    .automation-product__shell {
        grid-template-columns: 1fr;
    }

    .automation-product__copy {
        max-width: 760px;
    }

    .automation-product__visual {
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .automation-product {
        padding: 78px 0 68px;
    }

    .automation-product__copy h2 {
        font-size: clamp(2.35rem, 12vw, 3.5rem);
    }

    .automation-product__benefits {
        grid-template-columns: 1fr;
    }

    .automation-product__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .automation-product__cta {
        width: 100%;
    }

    .automation-product__visual {
        width: min(100%, 430px);
        margin: 12px auto 0;
        transform: none;
    }

    .automation-product__logo {
        width: 68px;
        height: 68px;
        border-radius: 19px;
    }

    .automation-product__logo img {
        width: 25px;
        height: 25px;
    }

    .automation-product__logo i {
        font-size: 1.55rem;
    }

    .automation-product__logo b {
        font-size: 0.56rem;
    }

    .automation-product__core {
        width: 134px;
        height: 134px;
        border-radius: 29px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .automation-product__orbit {
        animation: none;
    }
}
