/* Digital-twin demo card — matches the site's cyan (#00D1D1) accent */
.twin-section {
    margin-top: 40px;
}

.twin-card {
    display: block;
    max-width: 77%;
    border: 1px solid #00D1D1;
    border-radius: 14px;
    padding: 22px 26px;
    margin-top: 6px;
    text-decoration: none;
    color: #555555;
    background: #ffffff;
    transition: box-shadow 0.25s ease, transform 0.2s ease;
}

.twin-card:hover {
    box-shadow: 0 0 22px rgba(0, 209, 209, 0.35);
    transform: translateY(-3px);
}

.twin-eyebrow {
    color: #00D1D1;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.twin-title {
    font-size: 22px;
    color: #333333;
    margin: 8px 0 10px;
}

.twin-desc {
    margin: 0;
    color: #666666;
}

.twin-cta {
    display: inline-block;
    margin-top: 16px;
    color: #00D1D1;
    font-weight: bold;
}

.twin-card:hover .twin-cta {
    text-decoration: underline;
}
