body {
    font-family: Arial, sans-serif;
}

.navbar {

    /* background-color: #ffffff; */
    /* border-bottom: 1px solid #ddd; */
    .navbar-brand {
        font-size: 24px;
    }

    .navbar-nav .nav-link {
        color: #000;
    }
}

/* -------------------------------------------------------------------------- */
/* seo */
/* -------------------------------------------------------------------------- */
.seo-hero-section {
    background: linear-gradient(rgb(255, 255, 255), rgba(0, 0, 0, 0)), url("https://res.cloudinary.com/dqmtfjczr/image/upload/v1755982503/gyjypi8oy4y9mlyqwkys.webp") center/cover;
    height: 100vh;
    margin-top: -59px;
    color: black;
    padding-top: 35vh;
    background-attachment: fixed;
}

.seo-hero-section h1 {
    font-size: 3.5rem;
    margin-bottom: 2rem;
    animation: fadeInUp 1s ease-in;
}

.hero-section h1 {
    font-size: 3.5rem;
    margin-bottom: 2rem;
    animation: fadeInUp 1s ease-in;
}

.why-section {
    background-color: #f8f9fa;
    padding: 5rem 0;
}

.benefit-card {
    border: none;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-10px);
}

.desire-section {
    background-color: #fff;
    padding: 5rem 0;

    &>image {}
}

.cta-button {
    padding: 1.5rem 2rem;
    font-size: 1.2rem;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #007bff;
    transform: scale(1.05);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ----------------------------------------------- */
.hero-section {
    /* background-color: #666; */
    color: black;
    text-align: center;
    background-image: url("hero.jpg");
    background-size: cover;
    background-attachment: fixed;
    margin-top: -63px;
    height: 100vh;
    padding-top: 35vh;
    background-position: center center;

    h1 {
        font-size: 48px;
        margin-bottom: 20px;
    }

    p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .btn {
        margin: 5px;
    }
}

.section-title {
    text-align: center;
    margin: 50px 0;

    h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    p {
        font-size: 18px;
        color: #666;
    }
}

.process-step {
    text-align: center;
    padding: 20px;

    h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    p {
        font-size: 16px;
        color: #666;
    }

    .btn {
        margin-top: 20px;
    }
}

.expert-section {
    padding: 50px 0;

    .content {
        padding: 20px;

        h2 {
            font-size: 36px;
            margin-bottom: 20px;
        }

        p {
            font-size: 18px;
            color: #666;
        }

        ul {
            list-style: none;
            padding: 0;

            li {
                font-size: 16px;
                margin-bottom: 10px;

                &::before {
                    content: "\2022";
                    color: #000;
                    font-weight: bold;
                    display: inline-block;
                    width: 1em;
                    margin-left: -1em;
                }
            }
        }
    }

    .image {
        text-align: center;

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

.sector-section {
    background-color: #f9f9f9;
    padding: 50px 0;

    .sector {
        text-align: center;
        padding: 20px;

        h3 {
            font-size: 24px;
            margin-bottom: 10px;
        }

        p {
            font-size: 16px;
            color: #666;
        }
    }
}

.footer {
    background-color: #f9f9f9;
    padding: 50px 0;
    margin-top: 20px;

    .footer-content {
        text-align: center;

        h2 {
            font-size: 24px;
            margin-bottom: 20px;
        }

        p {
            font-size: 16px;
            color: #666;
        }

        .btn {
            margin: 5px;
        }
    }

    .footer-bottom {
        border-top: 1px solid #ddd;
        padding-top: 20px;
        margin-top: 20px;
        text-align: center;

        .logo {
            font-size: 24px;
            margin-bottom: 20px;
        }

        .quick-links,
        .resources,
        .connect,
        .legal,
        .social {
            margin-bottom: 20px;

            ul {
                list-style: none;
                padding: 0;

                li {
                    font-size: 14px;
                    margin-bottom: 5px;

                    a {
                        color: #000;
                        margin: 0 5px;
                    }
                }
            }
        }
    }
}

section.unlock {
    .container {
        margin-top: 50px;
    }

    .heading {
        font-size: 2rem;
        font-weight: bold;
    }

    .subheading {
        font-size: 1rem;
        margin-top: 20px;
    }

    .feature-title {
        font-weight: bold;
        margin-top: 20px;
    }

    .feature-description {
        margin-top: 10px;
    }

    .image-placeholder {
        background-color: #e0e0e0;

        img {
            width: 100%;
            height: 100%;
        }
    }
}

img.logo {
    width: 200px;
    height: auto;
}

/* -------------------------------------------------------------------------- */
/* services */
/* -------------------------------------------------------------------------- */
.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.card {
    transition: transform 500ms ease-in-out, box-shadow 500ms ease-in-out, z-index 500ms ease-in-out;
    z-index: 0;

    &:hover {
        transform: scale(1.1);
        z-index: 10;
        box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02),
            6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
            12.5px 12.5px 10px rgba(0, 0, 0, 0.035),
            22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
            41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05),
            100px 100px 80px rgba(0, 0, 0, 0.07);
    }
}

section.case-study>div.title-study>img {
    width: 50px;
    height: 50px;
}

/* -------------------------------------------------------------------------- */
/* consent banner */
/* -------------------------------------------------------------------------- */
.consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: none;
}

.consent-banner a {
    color: white;

    /* You can customize this color */
    text-decoration: none;
}

.consent-banner button {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #007BFF;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

.consent-banner button:hover {
    background-color: #0056b3;
}

.consent-banner button.accept-button {
    background-color: rgb(76, 164, 76);
}

.consent-banner button.reject-button {
    background-color: rgb(198, 95, 95);
}

.web-hero {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 20) 90%), url(https://res.cloudinary.com/dqmtfjczr/image/upload/v1755982535/m3qsnaufre4uv04dh79n.webp);
}

.hero-management {
    background-image: linear-gradient(to top, rgba(211, 0, 0, 0) 0%, rgba(255, 255, 255, 0.771) 30%), url(https://res.cloudinary.com/dqmtfjczr/image/upload/v1755982747/vuy326cryrfjfad7zfln.webp);
}

.studies-hero {
    background-image: linear-gradient(to top, rgba(211, 0, 0, 0) 0%, rgba(255, 255, 255, 0.68) 30%), url(https://res.cloudinary.com/dqmtfjczr/image/upload/v1755982795/bff4j5jsq2npuiif0dzg.webp);
}

.about-hero {
    background-image: linear-gradient(to top, rgba(211, 0, 0, 0) 0%, rgba(255, 255, 255, 0.51) 30%), url(https://res.cloudinary.com/dqmtfjczr/image/upload/v1755982876/vzga4pgsdiyswcrqu30f.webp);
}

/* ========================================================================== */
/* PAGE CONTENT UTILITIES - SCOPED UNDER .page-content */
/* ========================================================================== */

/* 1. WRAPPER AND SPACING UTILITIES */
.page-content {
    line-height: 1.6;
    color: #1a1a1a;
}

.page-content .section {
    padding: 4rem 0;
}

.page-content .section-sm {
    padding: 2rem 0;
}

.page-content .section-lg {
    padding: 6rem 0;
}

/* Stack utilities - sibling spacing */
.page-content .stack-xs>*+* {
    margin-top: 0.5rem;
}

.page-content .stack-sm>*+* {
    margin-top: 1rem;
}

.page-content .stack-md>*+* {
    margin-top: 1.5rem;
}

.page-content .stack-lg>*+* {
    margin-top: 2rem;
}

/* 2. TYPOGRAPHY UTILITIES */
.page-content {
    line-height: 1.6;
}

.page-content .content-measure {
    max-width: 65ch;
}

.page-content .lead-lg {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4a5568;
}

.page-content .eyebrow {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.page-content .kicker {
    font-size: 0.9rem;
    font-weight: 500;
    color: #059669;
    margin-bottom: 0.25rem;
}

/* Responsive heading sizes */
.page-content .h1-responsive {
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.1;
    font-weight: 700;
}

.page-content .h2-responsive {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    line-height: 1.2;
    font-weight: 600;
}

.page-content .h3-responsive {
    font-size: clamp(1.25rem, 3vw, 1.875rem);
    line-height: 1.3;
    font-weight: 600;
}

/* 3. CONTAINER AND LAYOUT UTILITIES */
.page-content .container-narrow {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.page-content .container-wide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.page-content .max-w-xs {
    max-width: 320px;
}

.page-content .max-w-sm {
    max-width: 384px;
}

.page-content .max-w-md {
    max-width: 448px;
}

.page-content .max-w-lg {
    max-width: 512px;
}

.page-content .max-w-xl {
    max-width: 576px;
}

.page-content .max-w-2xl {
    max-width: 672px;
}

.page-content .max-w-4xl {
    max-width: 896px;
}

/* 4. GRID UTILITIES */
.page-content .grid {
    display: grid;
    gap: 1.5rem;
}

.page-content .grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.page-content .grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.page-content .grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.page-content .grid-gap-xs {
    gap: 0.5rem;
}

.page-content .grid-gap-sm {
    gap: 1rem;
}

.page-content .grid-gap-md {
    gap: 1.5rem;
}

.page-content .grid-gap-lg {
    gap: 2rem;
}

.page-content .grid-gap-xl {
    gap: 3rem;
}

/* 5. CARD UTILITIES */
.page-content .card-elevated {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.page-content .card-quiet {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.page-content .card-hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.page-content .card-quiet:hover {
    border-color: #d1d5db;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* 6. MEDIA HELPERS */
.page-content .img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-content .ratio-16x9 {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.page-content .ratio-4x3 {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.page-content .ratio-square {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.page-content .rounded-lg {
    border-radius: 12px;
}

.page-content .rounded-xl {
    border-radius: 16px;
}

.page-content .rounded-2xl {
    border-radius: 20px;
}

/* 7. LIST AND FAQ UTILITIES */
.page-content .list-checked {
    list-style: none;
    padding-left: 0;
}

.page-content .list-checked li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
    min-height: 1.5rem;
}

.page-content .list-checked li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25rem;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%2316a34a' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m13.854 3.646-7.5 7.5a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L6 9.793l7.146-7.147a.5.5 0 0 1 .708.708z'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
}

.page-content .faq {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}

.page-content .faq-item {
    border-bottom: 1px solid #e5e7eb;
    padding: 1.5rem;
}

.page-content .faq-item:last-child {
    border-bottom: none;
}

.page-content .faq-item h3 {
    margin: 0 0 0.75rem 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
}

.page-content .faq-item p {
    margin: 0;
    color: #6b7280;
    line-height: 1.6;
}

/* 8. ACCESSIBILITY UTILITIES */
.page-content a:focus-visible,
.page-content .btn:focus-visible,
.page-content .card:focus-visible {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
    border-radius: 4px;
}

.page-content .btn:focus-visible {
    outline-offset: 4px;
}

/* Touch targets */
.page-content .btn,
.page-content .card {
    min-height: 44px;
    min-width: 44px;
}

/* Focus within for better keyboard navigation */
.page-content .card:focus-within {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* Screen reader utilities */
.page-content .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 768px) {
    .page-content .section {
        padding: 2.5rem 0;
    }

    .page-content .section-lg {
        padding: 4rem 0;
    }

    .page-content .grid-2,
    .page-content .grid-3,
    .page-content .grid-4 {
        grid-template-columns: 1fr;
    }

    .page-content .container-narrow,
    .page-content .container-wide {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* END PAGE CONTENT UTILITIES */

/* ========================================================================== */
/* MOBILE OVERRIDES - Small screen responsive fixes */
/* ========================================================================== */

/* Mobile breakpoint: ≤768px */
@media (max-width: 768px) {

    /* Hero sections: neutralize negative margins and adjust sizing */
    .hero-section,
    .seo-hero-section,
    .hero-management {
        margin-top: 0 !important;
        height: 70vh;
        padding-top: 20vh;
        background-attachment: scroll !important;
    }

    /* Heading scaling with clamp() for ≤768px */
    .display-4,
    .hero-section h1 {
        font-size: clamp(2rem, 5vw, 3rem) !important;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .seo-hero-section h1 {
        font-size: clamp(2rem, 5vw, 2.75rem) !important;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .section-title h2,
    .page-content .h2-responsive {
        font-size: clamp(1.5rem, 4.5vw, 2rem) !important;
        line-height: 1.25;
        margin-bottom: 0.875rem;
    }

    .page-content .h3-responsive {
        font-size: clamp(1.25rem, 4vw, 1.625rem) !important;
        line-height: 1.25;
        margin-bottom: 0.75rem;
    }
}

/* Mobile breakpoint: ≤576px */
@media (max-width: 576px) {

    /* Hero sections: further reduce height and padding */
    .hero-section,
    .seo-hero-section,
    .hero-management {
        height: 60vh;
        padding-top: 15vh;
    }

    /* Heading scaling with clamp() for ≤576px - more aggressive scaling */
    .display-4,
    .hero-section h1 {
        font-size: clamp(1.75rem, 6vw, 2.5rem) !important;
        line-height: 1.15;
        margin-bottom: 0.75rem;
    }

    .seo-hero-section h1 {
        font-size: clamp(1.75rem, 6vw, 2.25rem) !important;
        line-height: 1.15;
        margin-bottom: 0.75rem;
    }

    .section-title h2,
    .page-content .h2-responsive {
        font-size: clamp(1.25rem, 5vw, 1.75rem) !important;
        line-height: 1.2;
        margin-bottom: 0.75rem;
    }

    .page-content .h3-responsive {
        font-size: clamp(1.125rem, 4.5vw, 1.5rem) !important;
        line-height: 1.2;
        margin-bottom: 0.75rem;
    }

    /* Overflow guards for long words and content */
    .page-content {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    /* Ensure responsive headings don't cause overflow */
    .page-content .h1-responsive {
        font-size: clamp(1.5rem, 6vw, 2.25rem) !important;
        line-height: 1.15;
        margin-bottom: 0.75rem;
    }
}

/* END MOBILE OVERRIDES */