/*!
Theme Name: agn-distribat
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agn-distribat
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

agn-distribat is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* ============================================
   AGN Distri Bat - Styles
   Couleur principale: #3FACDF
============================================ */

:root {
    --primary: #3FACDF;
    --primary-dark: #2d8fc4;
    --black: #0a1420;
    --gray-900: #1a2332;
    --gray-700: #3d4654;
    --gray-500: #6b7280;
    --gray-300: #d1d5db;
    --gray-100: #f3f4f6;
    --white: #ffffff;
    --font-display: 'Outfit', sans-serif;
    --font-body: 'DM Sans', sans-serif;
}

/* Reset */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.7;
    color: var(--gray-700);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    font-weight: 600;
    color: var(--black);
    line-height: 1.2;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ============================================
   HEADER
============================================ */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
}

.header.scrolled {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.nav {
    max-width: 1800px;
    margin: 0 auto;
    padding: 1.25rem 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-img {
    height: 45px;
    width: auto;
}

.logo-text {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--black);
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 3rem;
    align-items: center;
}

.nav-link {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--gray-700);
    transition: color 0.2s;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary);
}

.nav-cta {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--white);
    background: var(--primary);
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    transition: background 0.2s;
}

.nav-cta:hover {
    background: var(--primary-dark);
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.hamburger span {
    width: 24px;
    height: 2px;
    background: var(--black);
    transition: 0.2s;
}

/* ============================================
   BUTTONS
============================================ */
.btn {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 6px;
    transition: all 0.2s;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background: var(--primary);
    color: var(--white);
}

.btn-primary:hover {
    background: var(--primary-dark);
}

.btn-secondary {
    background: transparent;
    color: var(--black);
    border: 1px solid var(--gray-300);
}

.btn-secondary:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.btn-white {
    background: var(--white);
    color: var(--primary);
}

.btn-white:hover {
    background: var(--gray-100);
}

.btn-outline {
    background: transparent;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--white);
}

/* ============================================
   HERO SECTION
============================================ */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 4% 100px;
    background: linear-gradient(135deg, rgba(10, 20, 32, 0.92) 0%, rgba(26, 35, 50, 0.44) 100%),
                url('assets/img/hero-section-construction-background.jpg') center/cover;
    background-attachment: fixed;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(135deg, rgba(10, 20, 32, 0.85) 0%, rgba(26, 35, 50, 0.35) 100%); */
    z-index: 1;
}

.hero-content {
    max-width: 900px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-logo {
    width: 320px;
    height: 320px;
    margin: 0 auto 2rem;
    padding: 3rem;
    background: var(--white);
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    object-fit: contain;
}

.hero-subtitle {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
}

.hero h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    color: var(--white);
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.hero-description {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 700px;
    margin: 0 auto 2.5rem;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.hero .btn-secondary {
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.3);
}

.hero .btn-secondary:hover {
    border-color: var(--white);
    color: var(--white);
}

/* ============================================
   TRUST INDICATORS SECTION
============================================ */
.trust-indicators {
    background: var(--primary);
    padding: 3rem 4%;
}

.trust-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}

.trust-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.trust-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: var(--white);
}

.trust-text {
    color: var(--white);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
}

/* ============================================
   SECTIONS
============================================ */
.section {
    padding: 100px 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-alt {
    background: var(--gray-100);
}

.section-header {
    max-width: 700px;
    margin-bottom: 4rem;
    text-align: center;
}

.section-header h2 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.1rem;
    color: var(--gray-500);
}

.section-cta {
    margin-top: 4rem;
    text-align: center;
}

/* ============================================
   PRODUCTS GRID
============================================ */
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 2rem;
    max-width: 1800px;
    margin: 0 auto;
}

.product-item {
    display: block;
}

.product-item .product-image {
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.product-item .product-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-item:hover .product-image img {
    transform: scale(1.03);
}

.product-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    transition: color 0.2s;
}

.product-item:hover h3 {
    color: var(--primary);
}

.product-item p {
    font-size: 0.95rem;
    color: var(--gray-500);
    line-height: 1.6;
}

/* ============================================
   FEATURES GRID
============================================ */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 3rem;
    max-width: 1800px;
    margin: 0 auto;
}

.feature h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.feature p {
    font-size: 1rem;
    color: var(--gray-500);
    line-height: 1.7;
}

/* ============================================
   PARTNERS
============================================ */
.partners-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: nowrap;
    max-width: 1200px;
    margin: 0 auto;
}

.partner-logo {
    flex: 1;
    min-width: 0;
    text-align: center;
    opacity: 1;
    transition: transform 0.2s;
}

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

.partner-logo img {
    width: 100%;
    max-width: 220px;
    height: 120px;
    object-fit: contain;
    filter: grayscale(0%);
    transition: transform 0.2s;
}

/* ============================================
   CTA SECTION
============================================ */
.cta-section {
    background: var(--black);
    padding: 100px 4%;
    text-align: center;
}

.cta-section h2 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    color: var(--white);
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2.5rem;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* ============================================
   FOOTER
============================================ */
.footer {
    background: var(--gray-900);
    color: var(--white);
    padding: 80px 4% 40px;
}

.footer-content {
    max-width: 1800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 4rem;
    margin-bottom: 4rem;
}

.footer-brand .logo {
    margin-bottom: 1.5rem;
}

.footer-brand .logo-text {
    color: var(--white);
}

.footer-brand p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    max-width: 350px;
    line-height: 1.7;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.footer-column h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 1.25rem;
}

.footer-column ul {
    list-style: none;
}

.footer-column li {
    margin-bottom: 0.75rem;
}

.footer-column a {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.2s;
}

.footer-column a:hover {
    color: var(--primary);
}

.footer-bottom {
    max-width: 1800px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

.footer-legal {
    display: flex;
    gap: 2rem;
}

.footer-legal a {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.2s;
}

.footer-legal a:hover {
    color: var(--primary);
}

/* ============================================
   PAGE HEADER (for inner pages)
============================================ */
.page-header {
    padding: 160px 4% 80px;
    background: linear-gradient(135deg, var(--black) 0%, var(--gray-900) 100%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-header h1 {
    font-size: clamp(2.25rem, 4vw, 3.25rem);
    color: var(--white);
    margin-bottom: 1rem;
}

.page-header p {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 700px;
}

/* ============================================
   PRODUCT DETAIL
============================================ */
.product-detail {
    padding: 80px 4%;
    border-bottom: 1px solid var(--gray-100);
    display: flex;
    justify-content: center;
}

.product-detail:last-of-type {
    border-bottom: none;
}

.product-detail-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1800px;
    width: 100%;
}

.product-detail:nth-child(even) .product-detail-content {
    direction: rtl;
}

.product-detail:nth-child(even) .product-detail-content > * {
    direction: ltr;
}

.product-detail-image img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}

.product-detail-text h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.product-detail-text > p {
    font-size: 1.05rem;
    color: var(--gray-500);
    margin-bottom: 2rem;
    line-height: 1.8;
}

.product-features-list {
    list-style: none;
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 1.5rem;
}

.product-features-list li {
    padding-left: 1.75rem;
    font-size: 0.95rem;
    color: var(--gray-700);
    position: relative;
    line-height: 1.6;
}

.product-features-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

/* ============================================
   ABOUT PAGE
============================================ */
.about-intro {
    padding: 80px 4%;
    display: flex;
    justify-content: center;
}

.about-intro-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: start;
    max-width: 1800px;
    width: 100%;
}

.about-image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center top;
}

.about-text h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.about-text p {
    font-size: 1.05rem;
    color: var(--gray-500);
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.about-signature {
    margin-top: 2rem;
}

.about-signature h3 {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.about-signature p {
    font-size: 0.95rem;
    color: var(--gray-500);
    margin-bottom: 0.5rem;
}

.about-signature a {
    font-size: 0.95rem;
    color: var(--primary);
    font-weight: 500;
}

.about-signature a:hover {
    text-decoration: underline;
}

/* ============================================
   CONTACT PAGE
============================================ */
.contact-section {
    padding: 80px 4%;
    display: flex;
    justify-content: center;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    max-width: 1800px;
    width: 100%;
}

.contact-info h2 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.contact-info > p {
    font-size: 1.05rem;
    color: var(--gray-500);
    margin-bottom: 3rem;
    line-height: 1.8;
}

.contact-details {
    list-style: none;
}

.contact-details li {
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--gray-100);
}

.contact-details li:first-child {
    padding-top: 0;
}

.contact-details h4 {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--gray-500);
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-details a,
.contact-details span {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--black);
}

.contact-details a:hover {
    color: var(--primary);
}

.contact-form h2 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 1rem;
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--black);
    background: var(--white);
    border: 1px solid var(--gray-300);
    border-radius: 4px;
    transition: border-color 0.2s;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary);
}

.form-group textarea {
    min-height: 150px;
    resize: vertical;
}

.form-submit {
    width: 100%;
}

.error {
    display: block;
    color: #e53e3e;
    font-size: 0.85rem;
    margin-top: 0.35rem;
}

/* ============================================
   CERTIFICATIONS CARDS
============================================ */
.certifications-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.certification-card {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.certification-card h3 {
    font-size: 1.35rem;
    margin-bottom: 1rem;
    color: var(--primary);
}

.certification-card p {
    font-size: 1rem;
    color: var(--gray-500);
    line-height: 1.7;
}

/* ============================================
   APPLICATIONS GRID
============================================ */
.applications-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 4rem;
    max-width: 1100px;
    margin: 0 auto;
}

.application-item {
    display: block;
}

.application-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    color: var(--black);
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--primary);
}

.application-item p {
    font-size: 1rem;
    color: var(--gray-500);
    line-height: 1.7;
    margin-top: 1rem;
}

/* ============================================
   SERVICES TIMELINE
============================================ */
.services-timeline {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.services-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--gray-300);
    transform: translateX(-50%);
}

.service-item {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
    align-items: center;
}

.service-item:last-child {
    margin-bottom: 0;
}

.service-content-left {
    text-align: right;
}

.service-content-right {
    text-align: left;
}

.service-dot {
    width: 80px;
    height: 80px;
    background: var(--white);
    border: 3px solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
    z-index: 2;
    position: relative;
}

.service-content-left h3,
.service-content-right h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    color: var(--black);
}

.service-content-left p,
.service-content-right p {
    font-size: 1rem;
    color: var(--gray-500);
    line-height: 1.7;
}

/* Zone d'intervention */
.intervention-section {
    padding: 80px 4%;
    background: var(--gray-100);
    display: flex;
    justify-content: center;
}

.intervention-content {
    max-width: 1800px;
    width: 100%;
}

.intervention-content h2 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.intervention-content > p {
    font-size: 1.05rem;
    color: var(--gray-500);
    margin-bottom: 2rem;
    max-width: 800px;
    line-height: 1.8;
}

.intervention-regions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem 2rem;
    list-style: none;
}

.intervention-regions li {
    font-size: 1rem;
    color: var(--gray-700);
    padding: 0.5rem 0;
}

/* ============================================
   RESPONSIVE - LARGE SCREENS
============================================ */
@media (min-width: 1920px) {
    .hero-content {
        max-width: 1100px;
    }
    
    .products-grid,
    .features-grid {
        gap: 4rem 3rem;
    }
    
    .product-item .product-image img {
        height: 320px;
    }
}

/* ============================================
   RESPONSIVE - TABLET
============================================ */
@media (max-width: 1200px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem 2rem;
    }
    
    .intervention-regions {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background: var(--white);
        flex-direction: column;
        justify-content: center;
        padding: 2rem;
        gap: 2rem;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
    }

    .nav-menu.active {
        right: 0;
    }

    .hamburger {
        display: flex;
    }

    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .product-detail-content,
    .about-intro-content,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .product-detail:nth-child(even) .product-detail-content {
        direction: ltr;
    }

    .product-features-list {
        grid-template-columns: 1fr;
    }

    .certifications-grid {
        grid-template-columns: 1fr;
    }

    .services-timeline::before {
        left: 40px;
    }

    .service-item {
        grid-template-columns: 80px 1fr;
        gap: 2rem;
    }

    .service-content-left,
    .service-content-right {
        text-align: left;
    }

    .service-content-left {
        display: none;
    }
}

/* ============================================
   RESPONSIVE - MOBILE
============================================ */
@media (max-width: 768px) {
    body {
        font-size: 16px;
    }

    .section {
        padding: 60px 5%;
    }

    .hero {
        padding: 120px 5% 80px;
    }

    .hero-logo {
        width: 240px;
        height: 240px;
        padding: 2rem;
    }

    .trust-indicators {
        padding: 2.5rem 5%;
    }

    .trust-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .trust-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .trust-text {
        font-size: 0.9rem;
    }

    .products-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .partners-grid {
        gap: 1rem;
    }

    .partner-logo img {
        height: 90px;
        max-width: 160px;
    }

    .footer-links {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .intervention-regions {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn {
        width: 100%;
        text-align: center;
    }

    .cta-actions {
        flex-direction: column;
        align-items: center;
    }

    .cta-actions .btn {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .applications-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .services-timeline::before {
        display: none;
    }

    .service-item {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }

    .service-dot {
        width: 60px;
        height: 60px;
        font-size: 1.25rem;
        margin: 0 auto;
    }

    .service-content-left {
        display: block;
        text-align: center;
    }

    .service-content-right {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .trust-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-links {
        grid-template-columns: 1fr;
    }
    
    .intervention-regions {
        grid-template-columns: 1fr;
    }
    
    .footer-legal {
        flex-direction: column;
        gap: 0.5rem;
    }
}
