:root {
    --primary: #00213f;
    --secondary: #0090d4;
    --accent: #00b4f2;
    --light: #f8fcff;
    --lighter: #e8f0fc;
    --white: #ffffff;
    --gray: #6c757d;
    --shadow: rgba(0, 33, 63, 0.15);
    --shadow-lg: rgba(0, 33, 63, 0.25);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

.rka-scope {
    font-family: "Inter", sans-serif;
    background: var(--light);
    color: var(--primary);
    line-height: 1.8;
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    margin-left: 0;
    padding-left: 0;
}

.rka-scope h1,
.rka-scope h2,
.rka-scope h3,
.rka-scope h4,
.rka-scope h5,
.rka-scope h6 {
    font-family: "Lora", serif;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 0.3px;
}

.section-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
}

.hero-section {
    position: relative;
    min-height: 80vh;
    overflow: hidden;
    background: none;
    margin-top: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slider {
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: relative;
    width: 100%;
    min-height: 80vh;
    background-size: cover;
    background-position: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.hero-slide-1 {
    background: linear-gradient(
        135deg,
        rgba(0, 33, 63, 0.8),
        rgba(0, 144, 212, 0.7)
    );
}

.hero-slide-2 {
    background: linear-gradient(
        135deg,
        rgba(0, 33, 63, 0.8),
        rgba(0, 144, 212, 0.7)
    );
}

.hero-slide-3 {
    background: linear-gradient(
        135deg,
        rgba(0, 33, 63, 0.8),
        rgba(0, 144, 212, 0.7)
    );
}

.hero-content {
    text-align: center;
    max-width: 900px;
    width: 90%;
    padding: 2.5rem;
    color: var(--white);
    background: rgba(0, 33, 63, 0.15);
    backdrop-filter: blur(8px);
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 33, 63, 0.2);
}

.hero-content h1 {
    font-size: clamp(2rem, 6vw, 3.5rem);
    margin-bottom: 1rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--white), var(--accent));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content p {
    font-size: clamp(0.9rem, 3vw, 1.2rem);
    font-weight: 400;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.btn-all-container {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.btn-primary-filled,
.btn-primary-outline,
.btn-cta-filled,
.btn-cta-outline,
.btn-all {
    font-family: "Inter", sans-serif;
    font-size: clamp(0.8rem, 2.5vw, 0.95rem);
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    transition: var(--transition);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin: 0.5rem;
    color: var(--white);
}

.btn-primary-filled,
.btn-cta-filled,
.btn-all {
    background: linear-gradient(90deg, var(--secondary), var(--accent));
    border: none;
}

.btn-primary-filled:hover,
.btn-cta-filled:hover,
.btn-all:hover {
    background: linear-gradient(90deg, var(--accent), var(--secondary));
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 144, 212, 0.3);
    color: var(--white);
}

.btn-primary-outline,
.btn-cta-outline {
    background: transparent;
    border: 2px solid var(--white);
    color: var(--white);
}

.btn-primary-outline:hover,
.btn-cta-outline:hover {
    background: var(--white);
    color: var(--primary);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 33, 63, 0.2);
}

.btn-primary-filled i,
.btn-primary-outline i,
.btn-cta-filled i,
.btn-cta-outline i,
.btn-all i {
    margin-left: 8px;
    transition: transform 0.3s;
    color: var(--white);
}

.btn-primary-filled:hover i,
.btn-primary-outline:hover i,
.btn-cta-filled:hover i,
.btn-cta-outline:hover i,
.btn-all:hover i {
    transform: translateX(4px);
    color: var(--white);
}

.slick-dots {
    position: absolute;
    bottom: 40px;
    display: flex !important;
    gap: 12px;
    justify-content: center;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.6) !important;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    font-size: 0;
}

.slick-dots li button::before {
    content: none !important;
}

.slick-dots li button:hover {
    background: rgba(255, 255, 255, 0.8) !important;
    transform: scale(1.2);
}

.slick-dots li.slick-active button {
    background: var(--accent) !important;
    transform: scale(1.4);
}

.industries-section {
    padding: 4rem 0;
    background: linear-gradient(180deg, var(--lighter), var(--white));
    width: 100%;
}

.industries-section h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    text-align: center;
    margin-bottom: 1.5rem;
}

.industries-section .lead {
    font-size: clamp(0.95rem, 2.5vw, 1.1rem);
    color: var(--gray);
    max-width: 1000px;
    margin: 0 auto 2rem;
    text-align: center;
}

.industries-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.industry-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 260px;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, #334155 0%, #0f172a 100%);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
}

/* Dark gradient overlay on top of featured image so text remains readable */
.industry-card .card-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.55) 60%,
        rgba(0, 0, 0, 0.78) 100%
    );
    z-index: 1;
    transition: background 0.4s ease;
    pointer-events: none;
}

/* On hover: shift the overlay to a blue tint, image still visible */
.industry-card:hover .card-img-overlay {
    background: linear-gradient(
        to bottom,
        rgba(30, 64, 175, 0.35) 0%,
        rgba(2, 6, 23, 0.75) 60%,
        rgba(2, 6, 23, 0.90) 100%
    );
}

/* Make sure category badge, title, overlay text sit above the card-img-overlay */
.industry-card .category-badge-normal,
.industry-card .default-title,
.industry-card .content-overlay {
    position: relative;
    z-index: 2;
}

.industry-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}


.industry-card .category-badge-normal {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 4;
    background: #e0f2fe;
    color: #0f172a;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    padding: 4px 12px;
    border-radius: 9999px;
    width: fit-content;
    pointer-events: none;
}

.industry-card .default-title {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.industry-card:hover .default-title {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
}

.industry-card .default-title h3 {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 0;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.industry-card .content-overlay {
    position: absolute;
    inset: 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 3;
}

.industry-card:hover .content-overlay {
    opacity: 1;
    pointer-events: auto;
}

.industry-card .content-overlay .content-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.industry-card .content-overlay h3 {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 1.45rem;
    line-height: 1.3;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transform: translateY(10px);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.industry-card:hover .content-overlay h3 {
    transform: translateY(0);
    opacity: 1;
}

.industry-card .content-overlay p {
    color: #e2e8f0;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.4s ease 0.05s, opacity 0.4s ease 0.05s;
}

.industry-card:hover .content-overlay p {
    transform: translateY(0);
    opacity: 1;
}

.learn-more,
.industry-card a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.learn-more i,
.industry-card a i {
    vertical-align: middle;
    font-size: 1em;
    transition: transform 0.3s;
}

.insights-section {
    padding: 4rem 0;
    background: linear-gradient(180deg, var(--white), var(--lighter));
    width: 100%;
}

.insights-section h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    text-align: center;
    margin-bottom: 1.5rem;
}

.insights-section .lead {
    font-size: clamp(0.95rem, 2.5vw, 1.1rem);
    color: var(--gray);
    max-width: 1000px;
    margin: 0 auto 2rem;
    text-align: center;
}

.insights-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.insight-card {
    background: linear-gradient(135deg, var(--white), var(--light));
    border: 1px solid var(--lighter);
    border-radius: 1rem;
    box-shadow: 0 8px 25px var(--shadow);
    overflow: hidden;
    transition: var(--transition);
    flex: 1 1 300px;
    max-width: 400px;
    text-align: justify;
}

.insight-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px var(--shadow-lg);
}

.insight-card .image-container {
    position: relative;
    width: 100%;
    height: 260px;
}

.insight-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.insight-card:hover img {
    transform: scale(1.1);
}

.insight-card .gradient-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.insight-card:hover .gradient-overlay {
    opacity: 0;
}

.insight-card .title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    color: var(--white);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.insight-card:hover .title-overlay {
    opacity: 0;
}

.insight-card .title-overlay h3 {
    font-size: clamp(1.4rem, 3vw, 1.6rem);
    margin: 0;
}

.insight-card .content-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 33, 63, 0.85),
        rgba(0, 33, 63, 0.45)
    );
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.insight-card:hover .content-overlay {
    opacity: 1;
    transform: translateY(0);
}

.insight-card .category {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: var(--accent);
    color: var(--white);
    font-size: clamp(0.8rem, 2.2vw, 0.9rem);
    border-radius: 9999px;
    margin-bottom: 0.5rem;
    width: fit-content;
    transition: var(--transition);
}

.insight-card .category:hover {
    box-shadow: 0 2px 8px rgba(0, 144, 212, 0.3);
}

.insight-card h3 {
    font-size: clamp(1.4rem, 3vw, 1.6rem);
    color: var(--white);
    margin-bottom: 0.5rem;
    transition: var(--transition);
}

.insight-card h3:hover {
    color: var(--accent);
}

.insight-card .date {
    font-size: clamp(0.8rem, 2.2vw, 0.9rem);
    color: var(--white);
    opacity: 0.8;
    margin-bottom: 0.8rem;
}

.insight-card p {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    color: var(--white);
    margin-bottom: 0;
}

.why-choose-section {
    padding: 4rem 0;
    background: linear-gradient(180deg, var(--white), var(--lighter));
    width: 100%;
}

.why-choose-section h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    text-align: center;
    margin-bottom: 1.5rem;
}

.why-choose-section .lead {
    font-size: clamp(0.95rem, 2.5vw, 1.1rem);
    color: var(--gray);
    max-width: 1000px;
    margin: 0 auto 2rem;
    text-align: center;
}

.why-choose-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.why-card {
    background: var(--white);
    border: 1px solid rgba(0, 144, 212, 0.12);
    border-radius: 1.25rem;
    padding: 2.25rem 2rem;
    box-shadow: 0 10px 30px rgba(0, 33, 63, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.why-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary), var(--accent));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 33, 63, 0.1);
    border-color: rgba(0, 144, 212, 0.4);
}

.why-card:hover::before {
    opacity: 1;
}

.why-header {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
    width: 100%;
}

.why-card i {
    font-size: 1.5rem;
    color: var(--secondary);
    background: rgba(0, 144, 212, 0.08);
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.why-card:hover i {
    color: var(--white);
    background: linear-gradient(135deg, var(--secondary), var(--accent));
    transform: rotate(5deg) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 144, 212, 0.25);
}

.why-card h4 {
    font-family: "Lora", serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--primary);
    margin: 0;
    line-height: 1.35;
    transition: color 0.3s ease;
}

.why-card:hover h4 {
    color: var(--secondary);
}

.why-card p {
    font-size: 0.95rem;
    color: #5a7184;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
}

.cta-section {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: var(--white);
    padding: 5rem 0;
    text-align: center;
    position: relative;
    width: 100%;
}

.cta-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2),
        transparent 70%
    );
    opacity: 0.4;
}

.cta-section .section-container {
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 1400px;
}

.cta-section h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    margin-bottom: 1.5rem;
    color: var(--white);
}

.cta-section p {
    font-size: clamp(0.95rem, 2.5vw, 1.1rem);
    max-width: 100%;
    margin: 0 auto 2rem;
    opacity: 0.9;
}

.cta-section .d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-spinner {
    display: none;
}

.btn-all:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.gsap-animate {
    opacity: 0;
    transform: translateY(40px);
}

.gsap-animate.animated {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 1200px) {
    .section-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 1rem;
        padding-right: 6rem;
    }
    .hero-content {
        margin-top: 3.5rem;
    }
    .cta-section .section-container {
        margin: 0 auto;
        padding: 0 1rem;
    }
}

@media (max-width: 992px) {
    .hero-section,
    .hero-slide {
        min-height: 80vh;
    }
    .hero-content {
        margin: 3rem auto;
        width: 80%;
        padding: 1.5rem;
    }
    .hero-content h1 {
        font-size: clamp(1.8rem, 5vw, 3rem);
    }
    .hero-content p {
        font-size: clamp(0.85rem, 2.8vw, 1.1rem);
    }
    .btn-primary-filled,
    .btn-primary-outline,
    .btn-cta-filled,
    .btn-cta-outline,
    .btn-all {
        padding: 0.6rem 1.5rem;
        font-size: clamp(0.75rem, 2.2vw, 0.9rem);
        max-width: 220px;
    }
    .industries-section,
    .insights-section,
    .why-choose-section,
    .cta-section {
        padding: 3rem 0;
    }
    .industries-section h2,
    .insights-section h2,
    .why-choose-section h2,
    .cta-section h2 {
        font-size: clamp(1.6rem, 3.5vw, 2.3rem);
    }
    .industries-section .lead,
    .insights-section .lead,
    .why-choose-section .lead,
    .cta-section p {
        font-size: clamp(0.85rem, 2.2vw, 1rem);
    }
    .insight-card .image-container {
        height: 220px;
    }
    .cta-section .d-flex {
        flex-direction: column;
        align-items: center;
    }
    .btn-cta-filled,
    .btn-cta-outline {
        margin: 0 auto;
        width: fit-content;
    }
}

@media (max-width: 768px) {
    .hero-section,
    .hero-slide {
        min-height: 70vh;
    }
    .hero-content {
        padding: 1.5rem;
        margin: 2.5rem auto;
        width: 85%;
    }
    .hero-content h1 {
        font-size: clamp(1.6rem, 4.5vw, 2.5rem);
    }
    .hero-content p {
        font-size: clamp(0.8rem, 2.5vw, 1rem);
    }
    .btn-primary-filled,
    .btn-primary-outline,
    .btn-cta-filled,
    .btn-cta-outline,
    .btn-all {
        padding: 0.5rem 1.2rem;
        max-width: 200px;
    }
    .industries-section,
    .insights-section,
    .why-choose-section,
    .cta-section {
        padding: 3rem 0;
    }
    .industries-section h2,
    .insights-section h2,
    .why-choose-section h2,
    .cta-section h2 {
        font-size: clamp(1.5rem, 3.2vw, 2rem);
    }
    .industries-section .lead,
    .insights-section .lead,
    .why-choose-section .lead,
    .cta-section p {
        font-size: clamp(0.85rem, 2.2vw, 0.95rem);
    }
    .industry-card {
        height: 320px;
        max-width: 100%;
        flex: 1 1 100%;
    }
    .industry-card ul {
        max-height: 160px;
    }
    .industry-card h3 {
        font-size: clamp(1.4rem, 2.8vw, 1.6rem);
    }
    .industry-card ul li {
        font-size: clamp(0.85rem, 2.2vw, 0.95rem);
    }
    .industry-card i,
    .industry-card .service-icon {
        font-size: clamp(1.8rem, 4vw, 2rem);
    }
    .insight-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .insight-card .image-container {
        height: 200px;
    }
    .insight-card .title-overlay h3 {
        font-size: clamp(1.3rem, 2.8vw, 1.5rem);
    }
    .insight-card .content-overlay h3 {
        font-size: clamp(1.3rem, 2.8vw, 1.5rem);
    }
    .insight-card .category,
    .insight-card .date {
        font-size: clamp(0.75rem, 2vw, 0.85rem);
    }
    .insight-card p {
        font-size: clamp(0.85rem, 2.2vw, 0.95rem);
    }
    .why-card {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 1.75rem 1.5rem;
    }
    .why-card h4 {
        font-size: clamp(1.15rem, 2.3vw, 1.3rem);
    }
    .why-card p {
        font-size: clamp(0.85rem, 2.2vw, 0.95rem);
    }
    .why-card i {
        font-size: 1.35rem;
        width: 50px;
        height: 50px;
        border-radius: 12px;
        margin-bottom: 0;
    }
    .cta-section .d-flex {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
    .btn-cta-filled,
    .btn-cta-outline {
        margin: 0 auto;
        width: fit-content;
    }
    .section-container {
        padding: 0 0.5rem;
        margin: 0 auto;
    }
    .insight-card .content-overlay {
        opacity: 1;
        transform: translateY(0);
        background: rgba(0, 33, 63, 0.55);
    }
    .insight-card .gradient-overlay,
    .insight-card .title-overlay {
        opacity: 0;
    }
}

@media (max-width: 576px) {
    .hero-section,
    .hero-slide {
        min-height: 60vh;
    }
    .hero-content {
        padding: 1rem;
        margin: 0 auto;
        width: 90%;
    }
    .hero-content h1 {
        font-size: clamp(1.4rem, 4vw, 2.2rem);
    }
    .hero-content p {
        font-size: clamp(0.75rem, 2.2vw, 0.9rem);
    }
    .btn-primary-filled,
    .btn-primary-outline,
    .btn-cta-filled,
    .btn-cta-outline,
    .btn-all {
        padding: 0.5rem 1.2rem;
        max-width: 200px;
    }
    .industries-section,
    .insights-section,
    .why-choose-section,
    .cta-section {
        padding: 3rem 0;
    }
    .industries-section h2,
    .insights-section h2,
    .why-choose-section h2,
    .cta-section h2 {
        font-size: clamp(1.5rem, 3.2vw, 2rem);
    }
    .industries-section .lead,
    .insights-section .lead,
    .why-choose-section .lead,
    .cta-section p {
        font-size: clamp(0.85rem, 2.2vw, 0.95rem);
    }
    .industry-card {
        height: 300px;
        max-width: 100%;
        flex: 1 1 100%;
    }
    .industry-card ul {
        max-height: 140px;
    }
    .industry-card h3 {
        font-size: clamp(1.3rem, 2.5vw, 1.5rem);
    }
    .industry-card ul li {
        font-size: clamp(0.8rem, 2vw, 0.9rem);
    }
    .industry-card i,
    .industry-card .service-icon {
        font-size: clamp(1.8rem, 4vw, 2rem);
    }
    .insight-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .insight-card .image-container {
        height: 180px;
    }
    .insight-card .title-overlay h3 {
        font-size: clamp(1.2rem, 2.5vw, 1.4rem);
    }
    .insight-card .content-overlay h3 {
        font-size: clamp(1.2rem, 2.5vw, 1.4rem);
    }
    .insight-card .category,
    .insight-card .date {
        font-size: clamp(0.7rem, 1.8vw, 0.8rem);
    }
    .insight-card p {
        font-size: clamp(0.75rem, 1.8vw, 0.85rem);
    }
    .why-card {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 1.5rem 1.25rem;
    }
    .why-card h4 {
        font-size: clamp(1.05rem, 2.2vw, 1.2rem);
    }
    .why-card p {
        font-size: clamp(0.8rem, 2vw, 0.9rem);
    }
    .why-card i {
        font-size: 1.25rem;
        width: 46px;
        height: 46px;
        border-radius: 10px;
        margin-bottom: 0;
    }
    .cta-section .d-flex {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }
    .btn-cta-filled,
    .btn-cta-outline {
        margin: 0 auto;
        width: fit-content;
    }
}

@media (max-width: 320px) {
    .hero-section,
    .hero-slide {
        min-height: 50vh;
    }
    .hero-content {
        padding: 0.8rem;
        margin: 0 auto;
        width: 90%;
    }
    .hero-content h1 {
        font-size: clamp(1.2rem, 3.8vw, 1.8rem);
    }
    .hero-content p {
        font-size: clamp(0.7rem, 2vw, 0.85rem);
    }
    .btn-primary-filled,
    .btn-primary-outline,
    .btn-cta-filled,
    .btn-cta-outline,
    .btn-all {
        padding: 0.4rem 1rem;
        font-size: clamp(0.7rem, 2vw, 0.85rem);
        max-width: 180px;
    }
    .section-container {
        padding: 0 0.3rem;
        margin: 0 auto;
    }
    .industry-card {
        height: 280px;
        max-width: 100%;
        flex: 1 1 100%;
    }
    .industry-card ul {
        max-height: 120px;
    }
}
