/* ExO Model 3.0 - extensions on top of exomodel.css */

.exo3-hookline {
    font-weight: 700;
    color: #4F46E5 !important;
    margin-bottom: 8px !important;
    font-size: 15px !important;
}

/* Make DRIVE / SHAPE attribute cards obviously clickable */
.exo3-attr-card {
    cursor: pointer;
    position: relative;
    border-color: #e0e7ff;
    box-shadow: 0 4px 18px rgba(99, 102, 241, 0.08);
}

.exo3-attr-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    pointer-events: none;
    box-shadow: inset 0 0 0 0 transparent;
    transition: box-shadow 0.2s ease;
}

.exo3-attr-card:hover,
.exo3-attr-card:focus-visible {
    transform: translateY(-6px);
    border-color: #6366F1;
    box-shadow: 0 14px 36px rgba(99, 102, 241, 0.2);
    outline: none;
}

.exo3-attr-card:hover::after,
.exo3-attr-card:focus-visible::after {
    box-shadow: inset 0 0 0 1px rgba(99, 102, 241, 0.35);
}

.exo3-attr-card:hover h3,
.exo3-attr-card:focus-visible h3 {
    color: #4F46E5;
}

.exo3-attr-cta {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    padding: 8px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #6366F1;
    transition: transform 0.2s ease, color 0.2s ease;
}

.exo3-attr-card:hover .exo3-attr-cta,
.exo3-attr-card:focus-visible .exo3-attr-cta {
    color: #4F46E5;
    transform: translateX(4px);
}

.exo3-main .exo3-card {
    background: #f8f9fa;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px 28px;
    margin-bottom: 24px;
}

.exo3-main .exo3-card h3 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 16px;
}

.exo3-main .exo3-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin: 0 0 14px;
}

.exo3-main .exo3-card p:last-child {
    margin-bottom: 0;
}

.exo3-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 16px;
}

.exo3-benefit {
    background: #EEF2FF;
    border-radius: 12px;
    padding: 18px 20px;
}

.exo3-benefit h4 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
    color: #312E81;
}

.exo3-benefit p {
    margin: 0 !important;
    font-size: 14px !important;
    color: #5B6784 !important;
    line-height: 1.55 !important;
}

.exo3-layer {
    border-left: 4px solid #6366F1;
    padding: 4px 0 4px 18px;
    margin: 20px 0;
}

.exo3-layer h4 {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
}

.exo3-layer p {
    margin: 0 !important;
    font-size: 16px !important;
    color: #555 !important;
}

.exo3-howto {
    padding-left: 22px;
    margin: 12px 0 0;
}

.exo3-howto li {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.6;
    color: #444;
}

.exo-nav-header.active-mtp a {
    color: #4F46E5;
    text-decoration: underline;
}

.exo-hero .exo-hero-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

@media (max-width: 768px) {
    .exo3-benefit-grid {
        grid-template-columns: 1fr;
    }

    .exo3-main .exo3-card {
        padding: 24px 20px;
    }
}
