/* Page d'accueil — design premium import-export */

.page-home {
    background: #060a12;
}

.page-home .site-main--home {
    padding: 0;
}

.site-header--transparent {
    background: transparent;
    border-bottom: none;
    position: absolute;
    left: 0;
    right: 0;
    backdrop-filter: none;
}

.site-header--transparent .logo,
.site-header--transparent .logo-text,
.site-header--transparent .main-nav a {
    color: #f1f5f9;
}

.site-header--transparent .main-nav a.active {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.site-header--transparent .btn-outline {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.site-header--transparent .btn-primary {
    background: linear-gradient(135deg, #f59e0b, #ea580c);
    border: none;
}

/* Showcase / carrousel principal */
.home-showcase {
    margin-top: -4rem;
    padding-top: 4rem;
}

.carousel {
    position: relative;
}

.carousel-viewport {
    overflow: hidden;
    border-radius: 0;
}

.carousel-track {
    display: flex;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-slide {
    flex: 0 0 100%;
    min-width: 100%;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(6, 10, 18, 0.65);
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: background 0.2s, transform 0.2s;
}

.carousel-btn:hover {
    background: rgba(245, 158, 11, 0.9);
    transform: translateY(-50%) scale(1.05);
}

.carousel-btn--prev { left: 1rem; }
.carousel-btn--next { right: 1rem; }

.carousel-dots {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 5;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s, background 0.2s;
}

.carousel-dot.is-active {
    background: #f59e0b;
    transform: scale(1.25);
}

/* Slide métier hero */
.carousel--hero .carousel-viewport {
    min-height: 88vh;
}

.business-slide {
    min-height: 88vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.business-slide-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(6, 10, 18, 0.92) 0%, rgba(6, 10, 18, 0.55) 45%, rgba(6, 10, 18, 0.75) 100%),
        linear-gradient(to top, #060a12, transparent 35%);
}

.business-slide-content {
    position: relative;
    z-index: 2;
    padding: 3rem 0 5rem;
    max-width: 640px;
}

.business-slide-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    margin: 0.5rem 0;
    line-height: 1.1;
    color: #fff;
}

.business-slide-caption {
    font-size: 1.1rem;
    color: #94a3b8;
    margin: 0 0 0.5rem;
}

.business-slide-brand {
    color: #38bdf8;
    font-weight: 700;
    font-size: 1rem;
    margin: 0 0 1rem;
}

/* Carrousels produits / services */
.home-carousel-section {
    padding: 4rem 0;
    background: #060a12;
}

.home-carousel-section--alt {
    background: linear-gradient(180deg, #0a0f18, #060a12);
}

.carousel--cards .carousel-viewport {
    border-radius: 16px;
}

.carousel--cards .carousel-slide,
.carousel--testimonials .carousel-slide {
    padding: 0 0.5rem;
    box-sizing: border-box;
    flex: 0 0 100%;
    min-width: 100%;
}

.carousel-card {
    display: block;
    background: linear-gradient(180deg, #141c2b, #0f1419);
    border: 1px solid rgba(56, 189, 248, 0.2);
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none !important;
    color: inherit;
    height: 100%;
    transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.carousel-card:hover {
    transform: translateY(-6px);
    border-color: rgba(245, 158, 11, 0.45);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.carousel-card-img {
    aspect-ratio: 16/10;
    overflow: hidden;
}

.carousel-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.carousel-card:hover .carousel-card-img img {
    transform: scale(1.06);
}

.carousel-card-body {
    padding: 1.1rem 1.25rem 1.35rem;
}

.carousel-card-body h3 {
    margin: 0.35rem 0;
    font-size: 1.05rem;
    color: #f1f5f9;
}

.carousel-card-body p {
    color: #64748b;
    font-size: 0.88rem;
    margin: 0 0 0.5rem;
}

.carousel-card-price {
    font-weight: 800;
    color: #f59e0b;
    font-size: 1.1rem;
}

.carousel-card-cta {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #38bdf8;
}

.carousel-card--service {
    border-color: rgba(245, 158, 11, 0.2);
}

/* Témoignages */
.home-testimonials {
    padding: 4rem 0;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(59, 130, 246, 0.1), transparent 55%),
        #0a0f18;
}

.carousel--testimonials .carousel-viewport {
    max-width: 1100px;
    margin: 0 auto;
}

.testimonial-card {
    margin: 0;
    padding: 1.75rem;
    background: linear-gradient(160deg, #141c2b, #0f1419);
    border: 1px solid #1e293b;
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-stars {
    color: #f59e0b;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
}

.testimonial-text {
    flex: 1;
    color: #cbd5e1;
    font-size: 0.98rem;
    line-height: 1.65;
    font-style: italic;
    margin: 0 0 1.25rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #38bdf8, #0ea5e9);
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 0.85rem;
    color: #fff;
    flex-shrink: 0;
}

.testimonial-author strong {
    display: block;
    color: #f1f5f9;
    font-size: 0.95rem;
}

.testimonial-author span {
    font-size: 0.8rem;
    color: #64748b;
}

/* Pied de page animé */
.site-footer--rich {
    padding: 0;
    background: #04070d;
    border-top: none;
    overflow: hidden;
}

.footer-marquee {
    width: 100%;
    overflow: hidden;
    padding: 1rem 0;
    background: #0a0f18;
    border-bottom: 1px solid #1e293b;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.footer-marquee-track {
    display: flex;
    gap: 1rem;
    width: max-content;
    animation: footerScroll 40s linear infinite;
}

.footer-marquee-track:hover {
    animation-play-state: paused;
}

@keyframes footerScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.footer-marquee-item {
    flex-shrink: 0;
    width: 160px;
    height: 100px;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid rgba(56, 189, 248, 0.25);
    transition: transform 0.3s, border-color 0.3s;
}

.footer-marquee-item:hover {
    transform: scale(1.05);
    border-color: #f59e0b;
}

.footer-marquee-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-rich-inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 2.5rem;
    padding: 3rem 0 2rem;
}

.footer-brand {
    text-align: center;
}

.footer-logo {
    display: block;
    margin: 0 auto 1rem;
    filter: drop-shadow(0 4px 20px rgba(56, 189, 248, 0.35));
    animation: logoFloat 4s ease-in-out infinite;
}

@keyframes logoFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.footer-brand strong {
    display: block;
    font-size: 1.25rem;
    color: #f1f5f9;
    margin-bottom: 0.35rem;
}

.footer-brand p {
    color: #64748b;
    margin: 0;
    font-size: 0.9rem;
}

.footer-links h4,
.footer-contact h4 {
    color: #f59e0b;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 1rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-links a {
    color: #94a3b8;
    text-decoration: none;
}

.footer-links a:hover { color: #38bdf8; }

.footer-contact p {
    margin: 0 0 0.35rem;
    color: #94a3b8;
    font-size: 0.92rem;
}

.footer-contact a { color: #38bdf8; text-decoration: none; }

.footer-bottom {
    border-top: 1px solid #1e293b;
    padding: 1rem 0 1.5rem;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: #475569;
    font-size: 0.85rem;
}

.page-home .site-footer--rich {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .footer-rich-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-links { align-items: center; }
}

@media (max-width: 640px) {
    .carousel-btn { width: 40px; height: 40px; font-size: 1.4rem; }
    .business-slide-title { font-size: 1.75rem; }
}

/* Legacy hero (unused) */
.home-hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: -4rem;
    padding-top: 5rem;
}

.home-hero-bg {
    position: absolute;
    inset: 0;
    background-image: var(--hero-bg);
    background-size: cover;
    background-position: center;
    transform: scale(1.05);
    animation: heroZoom 20s ease-in-out infinite alternate;
}

@keyframes heroZoom {
    to { transform: scale(1.12); }
}

.home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(6, 10, 18, 0.92) 0%, rgba(15, 30, 60, 0.75) 45%, rgba(6, 10, 18, 0.88) 100%),
        linear-gradient(to top, #060a12 0%, transparent 40%);
}

.home-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
    pointer-events: none;
}

.home-hero-glow--1 {
    width: 400px;
    height: 400px;
    background: #3b82f6;
    top: 10%;
    right: 10%;
}

.home-hero-glow--2 {
    width: 300px;
    height: 300px;
    background: #f59e0b;
    bottom: 20%;
    left: 5%;
}

.home-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3rem;
    align-items: end;
    padding: 4rem 0 5rem;
}

.home-hero-badge {
    display: inline-block;
    padding: 0.4rem 0.9rem;
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.4);
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fbbf24;
    margin-bottom: 1rem;
    letter-spacing: 0.04em;
}

.home-hero h1 {
    font-size: clamp(2.4rem, 5.5vw, 3.8rem);
    font-weight: 800;
    line-height: 1.08;
    margin: 0 0 0.75rem;
    background: linear-gradient(135deg, #fff 0%, #94a3b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home-hero-slogan {
    font-size: 1.25rem;
    color: #38bdf8;
    font-weight: 600;
    margin: 0 0 0.75rem;
}

.home-hero-desc {
    color: #94a3b8;
    max-width: 520px;
    margin: 0 0 1.75rem;
    font-size: 1.05rem;
}

.home-hero-actions {
    display: flex;
    gap: 0.85rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
    color: #fff !important;
    padding: 0.85rem 1.6rem;
    border-radius: 12px;
    font-weight: 700;
    box-shadow: 0 8px 32px rgba(245, 158, 11, 0.35);
    text-decoration: none !important;
    border: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(245, 158, 11, 0.45);
    text-decoration: none !important;
}

.btn-hero-ghost {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff !important;
    padding: 0.85rem 1.6rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none !important;
    backdrop-filter: blur(8px);
}

.btn-hero-ghost:hover {
    background: rgba(255, 255, 255, 0.14);
    text-decoration: none !important;
}

.home-hero-note {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.88rem;
    color: #64748b;
    margin: 0;
}

.home-hero-stats {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hero-stat {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 1rem 1.25rem;
    backdrop-filter: blur(12px);
    min-width: 140px;
}

.hero-stat strong {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    color: #f59e0b;
    line-height: 1.2;
}

.hero-stat span {
    font-size: 0.8rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Trust strip */
.home-trust {
    background: linear-gradient(90deg, #0c4a6e, #1e3a5f, #0c4a6e);
    border-top: 1px solid rgba(56, 189, 248, 0.2);
    border-bottom: 1px solid rgba(56, 189, 248, 0.2);
    overflow: hidden;
}

.home-trust-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem 2.5rem;
    padding: 1rem 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #bae6fd;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Steps */
.home-steps {
    padding: 4rem 0;
    background: #0a0f18;
}

.section-head {
    text-align: center;
    margin-bottom: 2.5rem;
}

.section-head h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    margin: 0.35rem 0 0;
    font-weight: 800;
}

.section-tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #38bdf8;
}

.section-tag--gold { color: #f59e0b; }

.section-head p {
    color: #64748b;
    margin: 0.5rem auto 0;
    max-width: 480px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}

.step-card {
    background: linear-gradient(160deg, #141c2b 0%, #0f1419 100%);
    border: 1px solid #1e293b;
    border-radius: 16px;
    padding: 1.75rem;
    transition: border-color 0.25s, transform 0.25s;
}

.step-card:hover {
    border-color: #334155;
    transform: translateY(-4px);
}

.step-card--highlight {
    border-color: rgba(245, 158, 11, 0.4);
    background: linear-gradient(160deg, rgba(245, 158, 11, 0.12) 0%, #141c2b 100%);
}

.step-num {
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(56, 189, 248, 0.25);
    line-height: 1;
}

.step-card h3 {
    margin: 0.5rem 0;
    font-size: 1.15rem;
}

.step-card p {
    color: #94a3b8;
    font-size: 0.95rem;
    margin: 0 0 1rem;
}

/* Products section */
.home-products {
    padding: 4rem 0 5rem;
    background:
        radial-gradient(ellipse at 20% 0%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
        #060a12;
}

.section-head--light h2 { color: #f1f5f9; }

.product-grid--home {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 1.35rem;
}

.product-card--home {
    border: 1px solid rgba(56, 189, 248, 0.15);
    background: linear-gradient(180deg, #141c2b 0%, #0f1419 100%);
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.product-card--home:hover {
    transform: translateY(-6px);
    border-color: rgba(245, 158, 11, 0.35);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.product-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(6, 10, 18, 0.55);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    opacity: 0;
    transition: opacity 0.3s;
}

.product-card-image-link {
    position: relative;
}

.product-card-image-link:hover .product-card-overlay {
    opacity: 1;
}

.product-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.btn-card {
    background: rgba(56, 189, 248, 0.15);
    border: 1px solid rgba(56, 189, 248, 0.35);
    color: #38bdf8 !important;
}

.btn-card:hover {
    background: #38bdf8;
    color: #060a12 !important;
    text-decoration: none !important;
}

.home-catalog-cta {
    text-align: center;
    margin-top: 2.5rem;
}

.btn-lg {
    padding: 0.9rem 2rem;
    font-size: 1rem;
}

/* Services */
.home-services {
    padding: 4rem 0;
    background: #0a0f18;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.service-tile {
    display: block;
    padding: 1.5rem;
    background: linear-gradient(135deg, #1a2744 0%, #141c2b 100%);
    border: 1px solid #1e3a5f;
    border-radius: 14px;
    text-decoration: none !important;
    color: inherit;
    transition: transform 0.25s, border-color 0.25s;
}

.service-tile:hover {
    transform: translateY(-4px);
    border-color: #38bdf8;
}

.service-tile-icon {
    font-size: 1.75rem;
    display: block;
    margin-bottom: 0.5rem;
}

.service-tile h3 {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    color: #f1f5f9;
}

.service-tile p {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0 0 0.75rem;
}

.service-tile-link {
    font-size: 0.85rem;
    font-weight: 600;
    color: #f59e0b;
}

/* CTA */
.home-cta {
    padding: 3rem 0 4rem;
}

.home-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 2.5rem 3rem;
    background: linear-gradient(135deg, #1e3a5f 0%, #0c4a6e 50%, #134e4a 100%);
    border-radius: 20px;
    border: 1px solid rgba(56, 189, 248, 0.25);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.home-cta-text h2 {
    margin: 0 0 0.5rem;
    font-size: 1.75rem;
}

.home-cta-text p {
    margin: 0;
    color: #bae6fd;
    max-width: 420px;
}

.home-cta-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

/* Contact cards */
.home-contact {
    padding: 0 0 4rem;
}

.info-cards--home {
    margin-top: 0;
}

.info-card--home {
    text-align: center;
    padding: 1.75rem;
    background: linear-gradient(180deg, #141c2b, #0f1419);
    border-color: #1e293b;
}

.info-card-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.page-home .site-footer {
    background: #060a12;
    border-top: 1px solid #1e293b;
}

@media (max-width: 900px) {
    .home-hero-inner {
        grid-template-columns: 1fr;
    }
    .home-hero-stats {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .hero-stat { flex: 1; min-width: 100px; }
}

@media (max-width: 640px) {
    .home-cta-box {
        padding: 1.75rem;
        flex-direction: column;
        text-align: center;
    }
    .home-cta-actions { justify-content: center; width: 100%; }
    .home-cta-actions .btn { flex: 1; text-align: center; }
}

/* Galerie secteur (carrousel images) */
.home-sector-gallery {
    padding: 3.5rem 0;
    background: #060a12;
}

.carousel--sector .carousel-viewport {
    border-radius: 16px;
    border: 1px solid rgba(56, 189, 248, 0.2);
}

.sector-slide {
    position: relative;
    aspect-ratio: 21/9;
    min-height: 320px;
}

.sector-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sector-slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(transparent, rgba(6, 10, 18, 0.9));
}

.sector-slide-caption span {
    color: #f1f5f9;
    font-weight: 700;
    font-size: 1.05rem;
}

.home-products-grid {
    padding: 4rem 0;
    background: radial-gradient(ellipse at 80% 0%, rgba(59, 130, 246, 0.06), transparent 50%), #060a12;
}

/* Grille témoignages → carrousel */
.home-testimonials {
    padding: 4rem 0 5rem;
    background: #0a0f18;
}

.carousel--testimonials .carousel-viewport {
    border-radius: 16px;
    padding: 0.5rem 0 2.5rem;
}

.testimonials-slide-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding: 0 0.25rem;
}

.carousel--testimonials .testimonial-card {
    margin: 0;
    height: 100%;
}

.testimonials-grid {
    display: none;
}

/* Partenaires — bandeau défilant avec logos */
.footer-partners {
    padding: 1.5rem 0 2rem;
    background: #0a0f18;
    border-bottom: 1px solid #1e293b;
}

.footer-partners-title {
    text-align: center;
    color: #64748b;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin: 0 0 1rem;
}

.footer-partners-scroll {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.footer-partners-track {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: max-content;
    animation: partnersScroll 35s linear infinite;
    padding: 0.5rem 0;
}

.footer-partners-track:hover {
    animation-play-state: paused;
}

@keyframes partnersScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.footer-partners-logos {
    display: none;
}

.partner-logo {
    flex-shrink: 0;
    padding: 0.65rem 1.25rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    transition: transform 0.25s;
}

.partner-logo:hover {
    transform: scale(1.06);
}

.partner-logo img {
    height: 36px;
    width: auto;
    min-width: 100px;
    max-width: 180px;
    display: block;
    object-fit: contain;
}

/* Page catalogue */
.catalogue-hero {
    padding: 2rem 0 0.5rem;
    background: #0a0f18;
}

.catalogue-hero h1 {
    margin: 0;
    font-size: 2rem;
}

.catalogue-sector-carousel {
    padding: 1.5rem 0 2rem;
    background: #060a12;
}

.catalogue-listing {
    padding: 2rem 0 3rem;
    background: #0a0f18;
}

.catalogue-listing .section-intro {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .testimonials-slide-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .sector-slide { aspect-ratio: 16/10; min-height: 200px; }
    .partner-logo img { height: 28px; min-width: 80px; }
}
