/* Product Body Block */
.acv-product-body-block {
    width: 100%;
    padding: 80px 190px;
    background: #ffffff;
}

.acv-sticky-container {
    position: relative;
}

.acv-sticky-sidebar {
    position: sticky;
    top: 40px;
}

.acv-sticky-sidebar.is-released {
    position: static !important;
    top: auto !important;
}

.acv-product-body-inner {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    max-width: 1600px;
    margin: 0 auto;
}

.acv-product-body-main {
    flex: 1 1 60%;
}

.acv-product-body-sidebar {
    flex: 1 1 35%;
    max-width: 380px;
    background: #012a39;
    color: #ffffff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: unset;
}

.acv-product-sidebar-callout {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.acv-sidebar-callout-title {
    margin: 0;
    background: #1cc5d4;
    color: #ffffff;
    padding: 18px 25px 5px;
    font-size: 1.75rem;
    font-weight: 400;
}

.acv-sidebar-callout-intro {
    margin: 0;
    background: #37c6d3;
    color: rgba(255, 255, 255, 0.9);
    padding: 0 28px 15px;
    font-size: 0.85rem;
}

.acv-product-sidebar-content {
    padding: 32px 34px 38px;
}

.acv-product-body-specs h2 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 28px;
    color: #000000;
    letter-spacing: 0.01em;
}

.acv-product-spec-table {
    border-top: 2px solid #dbe4ea;
    border-bottom: 1px solid #dbe4ea;
    margin-bottom: 32px;
    width: 65%;
}

.acv-product-spec-row {
    display: flex;
    border-bottom: 1px solid #e5edf2;
}

.acv-product-spec-row:last-child {
    border-bottom: none;
}

.acv-product-spec-label {
    width: 34%;
    padding: 18px 20px;
    font-weight: 600;
    color: #0f3950;
    letter-spacing: 0.02em;
}

.acv-product-spec-value {
    flex: 1;
    padding: 18px 22px;
    color: #485864;
    font-size: 1rem;
    line-height: 1.5;
}

.acv-product-body-ctas {
    margin-top: 80px;
    margin-bottom: 80px;
}

.acv-product-body-divider {
    border: 0;
    border-top: 1px solid #e6eef4;
    margin: 40px 0;
}

.acv-product-manufacturer-logo img {
    max-width: 200px;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.acv-product-usps {
    margin: 35px 0;
    width: 65%;
    border-top: 1px solid #dbe4ea;
    border-bottom: 1px solid #dbe4ea;
}

.acv-product-usps ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.acv-product-usps li {
    padding: 18px 0;
    border-bottom: 1px solid #dbe4ea;
    color: #0f6b82;
    font-size: 1.8rem;
    font-weight: 400;
}

.acv-product-usps li:last-child {
    border-bottom: none;
}

.acv-product-body-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #485864;
    margin: 30px 0;
    padding-top: 24px;
    width: 65%;
    /* border-top: 1px solid #dbe4ea; */
}

.acv-product-body-text p {
    margin: 0 0 1.2em 0;
}

.acv-product-body-video {
    margin-top: 30px;
    width: 75%;
}

.acv-product-video-frame iframe,
.acv-product-video-frame video {
    width: 100%;
    border-radius: 0;
    display: block;
}

.acv-product-team-card {
    text-align: left;
    margin-bottom: 30px;
}

.acv-product-team-photo img {
    width: 262px;
    height: 252px;
    object-fit: cover;
}

.acv-product-team-name {
    font-weight: 200;
    font-size: 1.8rem;
    margin: 0;
    margin-top: 20px;
}

.acv-product-team-role {
    margin: 8px 0 25px 0;
    color: rgb(255 255 255);
    font-size: 0.95rem;
}

.acv-product-team-actions {
    display: flex;
    gap: 18px;
    justify-content: center;
}

/* Button styles moved to /css/buttons.css */
.acv-team-btn {
    flex: 1;
}

.acv-team-btn-secondary {
    background: #1cc5d4;
    border: none;
    color: #ffffff;
}

.acv-product-form {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 32px;
}

.acv-product-form h3 {
    margin: 0 0 18px 0;
    font-size: 1.5rem;
    font-weight: 400;
    color: #ffffff;
}

.acv-product-form-wrapper {
    background: transparent;
    padding: 0;
}

.acv-product-form-wrapper input,
.acv-product-form-wrapper textarea {
    width: 100%;
    margin-bottom: 12px;
    border-radius: 8px;
    border: none;
    padding: 12px 14px;
    background: #f2f5f7;
    color: #073245;
    font-size: 0.95rem;
}

.acv-product-form-wrapper input[type="submit"],
.acv-product-form-wrapper button,
.acv-product-form-wrapper .wpcf7-submit {
    background: var(--acv-btn-primary-bg, #ee7f2d);
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 600;
    cursor: pointer;
    width: auto;
    min-width: 140px;
    box-shadow: 0 12px 30px rgba(238, 127, 45, 0.4);
    display: inline-block;
}

.acv-product-form-wrapper input[type="submit"]:hover,
.acv-product-form-wrapper button:hover,
.acv-product-form-wrapper .wpcf7-submit:hover {
    opacity: 0.9;
}

/* Gravity Forms styles moved to /css/gravity-forms.css */

/* ==========================================================================
   SCROLL ANIMATIONS
   ========================================================================== */

.acv-product-body-specs,
.acv-product-manufacturer-logo,
.acv-product-usps,
.acv-product-body-text,
.acv-product-body-video {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.acv-product-body-sidebar {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

/* Animated states */
.acv-product-body-specs.acv-animated,
.acv-product-manufacturer-logo.acv-animated,
.acv-product-usps.acv-animated,
.acv-product-body-text.acv-animated,
.acv-product-body-video.acv-animated {
    opacity: 1;
    transform: translateY(0);
}

.acv-product-body-sidebar.acv-animated {
    opacity: 1;
    transform: translateX(0);
}

/* Staggered delays */
.acv-product-body-specs { transition-delay: 0s; }
.acv-product-manufacturer-logo { transition-delay: 0.1s; }
.acv-product-usps { transition-delay: 0.2s; }
.acv-product-body-text { transition-delay: 0.3s; }
.acv-product-body-video { transition-delay: 0.4s; }
.acv-product-body-sidebar { transition-delay: 0.2s; }

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .acv-product-body-specs,
    .acv-product-manufacturer-logo,
    .acv-product-usps,
    .acv-product-body-text,
    .acv-product-body-video,
    .acv-product-body-sidebar {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 1024px) {
    .acv-product-body-block {
        padding: 60px 40px;
    }

    .acv-product-body-inner {
        flex-direction: column;
    }

    .acv-product-body-sidebar,
    .acv-sticky-sidebar {
        width: 100%;
        max-width: none;
        position: static;
        margin-top: 40px;
    }
}

@media (max-width: 600px) {
    .acv-product-body-block {
        padding: 40px 20px;
    }

    .acv-product-spec-row {
        flex-direction: column;
    }

    .acv-product-spec-label {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #dfe8ef;
    }

    .acv-product-team-actions {
        flex-direction: column;
    }
}
