/* helse-og-omsorgsroboter-norge.css */

/* Reduce spacing between section title and description text */
.video-demo-description {
    margin-top: 1rem !important;
    margin-bottom: 1.5rem !important;
}

.video-demo-description p {
    margin-bottom: 1.5rem !important;
}

/* Reduce padding on video-benefits section */
.video-benefits {
    padding: 2rem 0 !important;
}

/* Reduce spacing between description and video/benefits boxes */
.video-benefits-container {
    margin-top: 1.5rem !important;
}

/* Reduce padding on robots section */
.section.robots-section {
    padding-top: 2rem !important;
    padding-bottom: 3rem !important;
}

/* Benefit items hover effects */
.benefit-item {
    transition: all 0.3s ease !important;
}

.benefit-item:hover {
    transform: translateY(-5px) !important;
}

.benefit-item:hover .benefit-item-icon {
    background-color: var(--turquoise) !important;
    transform: scale(1.1) !important;
}

.benefit-item:hover .benefit-item-icon svg {
    fill: var(--white) !important;
}

.benefit-item-icon {
    transition: all 0.3s ease !important;
}

.benefit-item-icon svg {
    transition: all 0.3s ease !important;
}

/* 3 kolonner på desktop, 2 på tablet, 1 på mobil – kun for denne siden */
.robots-showcase.three-two-cols {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    max-width: 1200px !important;
    margin: 0 auto 3rem !important;
}

/* Robotkort – full bredde inne i grid og samme stil som resten av siten */
.robots-showcase.three-two-cols .robot-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 25px !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
}

/* Tablet */
@media (max-width: 1024px) {
    .robots-showcase.three-two-cols {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
    }
}

/* Mobil */
@media (max-width: 768px) {
    .robots-showcase.three-two-cols {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .robots-showcase.three-two-cols .robot-card {
        padding: 20px !important;
    }
}

/* Site-wide button shape standard */
.btn,
.ax-btn,
.demo-btn,
.mobile-demo-btn,
.form-submit,
.robot-cta,
.brochure-btn,
.button-home,
.btn-outline,
.consent-btn,
button[type="submit"],
input[type="submit"] {
    border-radius: 8px !important;
}

/* Extended button shape standard */
a[class*="btn"],
a[class*="button"],
a[class*="cta"],
button[class*="btn"],
button[class*="button"],
button[class*="cta"],
input[type="submit"] {
    border-radius: 8px !important;
}
