: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 {
    background: linear-gradient(135deg, var(--white), var(--light));
    border: 1px solid var(--lighter);
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 8px 25px var(--shadow);
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: var(--transition);
    flex: 1 1 300px;
    max-width: 400px;
    box-sizing: border-box;
}

.industry-card {
    text-align: center;
}

.industry-icon-wrapper {
    margin-bottom: 1rem;
}

.service-icon {
    display: block;
    margin: 0 auto;
}

.industry-card h3 {
    margin-bottom: 1rem;
}

.industry-features {
    text-align: left;
    margin-bottom: 1rem;
}
.industry-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px var(--shadow-lg);
}

.industry-card h3 {
    font-size: clamp(1.5rem, 3vw, 1.8rem);
    margin-bottom: 0.5rem;
    flex-shrink: 0;
}

.industry-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    overflow: auto;
    max-height: 180px;
}

.industry-card ul li {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    color: var(--gray);
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.5rem;
    transition: var(--transition);
}

.industry-card ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--accent);
    font-weight: bold;
}

.industry-card ul li:hover {
    color: var(--accent);
}

.industry-card i,
.industry-card .service-icon {
    font-size: clamp(2rem, 5vw, 2.5rem);
    color: var(--secondary);
    margin-bottom: 0.5rem;
    flex-shrink: 0;
    transition: var(--transition);
}

.industry-card .learn-more {
    font-size: clamp(0.85rem, 2vw, 0.95rem);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--secondary);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
    flex-shrink: 0;
}

.industry-card .learn-more i {
    font-size: 0.95rem;
    margin-left: 10px;
    padding-top: 10px;
    transition: transform 0.3s;
}

.industry-card .learn-more:hover {
    color: var(--accent);
    transform: translateX(8px);
}

.industry-card .learn-more:hover i {
    transform: translateX(6px);
}

.industry-card:hover i,
.industry-card:hover .service-icon {
    color: var(--accent);
    transform: scale(1.2);
}

.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;
}

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

.insight-card .image-container {
    position: relative;
    width: 100%;
    min-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: linear-gradient(135deg, var(--white), var(--light));
    border: 1px solid var(--lighter);
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 8px 25px var(--shadow);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    transition: var(--transition);
    flex: 1 1 250px;
    max-width: 350px;
}

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

.why-card i {
    font-size: clamp(2rem, 5vw, 2.5rem);
    color: var(--secondary);
    margin-bottom: 1rem;
    transition: var(--transition);
}

.why-card:hover i {
    color: var(--accent);
    transform: scale(1.2);
}

.why-card h4 {
    font-size: clamp(1.2rem, 2.5vw, 1.4rem);
    margin-bottom: 0.8rem;
}

.why-card p {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    color: var(--gray);
}

.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 {
        min-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 {
        min-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%;
    }
    .why-card h4 {
        font-size: clamp(1.1rem, 2.3vw, 1.3rem);
    }
    .why-card p {
        font-size: clamp(0.85rem, 2.2vw, 0.95rem);
    }
    .why-card i {
        font-size: clamp(1.8rem, 4vw, 2rem);
    }
    .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 {
        min-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%;
    }
    .why-card h4 {
        font-size: clamp(1rem, 2.2vw, 1.2rem);
    }
    .why-card p {
        font-size: clamp(0.8rem, 2vw, 0.9rem);
    }
    .why-card i {
        font-size: clamp(1.8rem, 4vw, 2rem);
    }
    .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;
    }
}
