﻿body {
    margin: 0;
    font-family: 'Inter',sans-serif;
    background: radial-gradient(circle at top right,#dbeafe 0%,transparent 30%), radial-gradient(circle at bottom left,#eff6ff 0%,transparent 30%), #ffffff;
}

.container-custom {
    width: 85%;
    max-width: 1280px;
    margin: auto;
}

.top-header {
    height: 90px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

    .top-header .container-custom {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.logo img {
    height: 60px;
    width: auto;
    display: block;
}

nav {
    display: flex;
    gap: 30px;
}

    nav a {
        text-decoration: none;
        color: #111;
        font-weight: 600;
    }

.header-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn-demo {
    background: #002b76;
    color: white;
    padding: 12px 22px;
    border-radius: 12px;
}

.hero {
    min-height: 90vh;
    width: 100%;
    max-width: 1400px;
    padding: 0 80px;
    margin: auto;
    display: flex;
    align-items: center;
}

    .hero::before {
        content: '';
        position: absolute;
        width: 900px;
        /*height: 900px;*/
        background: radial-gradient(circle, rgba(10,132,255,.12), transparent 70%);
        right: -200px;
        top: -150px;
        z-index: -1;
    }

.hero-left {
    width: 45%;
}

.hero-right {
    position: relative;
}

.glow-bg {
    position: absolute;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(10,132,255,.25), transparent 70%);
    top: -100px;
    right: -100px;
    z-index: 0;
}

.hero-badge {
    display: inline-block;
    background: #eef4ff;
    color: #002b76;
    padding: 10px 18px;
    border-radius: 30px;
}

.hero h1 {
    font-size: 64px;
    line-height: 1.05;
    letter-spacing: -2px;
    margin-top: 20px;
    font-weight: 800;
}

.hero p {
    margin-top: 25px;
    font-size: 22px;
    color: #666;
}

.hero-actions {
    margin-top: 35px;
    display: flex;
    gap: 15px;
}

.btn-primary {
    background: #002b76;
    color: white;
    border: none;
    padding: 18px 28px;
    border-radius: 14px;
}

.btn-secondary {
    border: none;
    background: #f3f4f6;
    padding: 18px 28px;
    border-radius: 14px;
}

.dashboard-placeholder {
    height: 550px;
    border-radius: 30px;
    background: linear-gradient(135deg,#002b76,#0A84FF);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 32px;
    font-weight: 700;
}

.top-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    backdrop-filter: blur(20px);
}

.dashboard-card {
    background: white;
    border-radius: 28px;
    padding: 25px;
    box-shadow: 0 30px 80px rgba(0,43,118,.15);
    height: 550px;
}

.card-header {
    font-size: 24px;
    font-weight: 700;
}

.stats-row {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.stat-box {
    flex: 1;
    background: #f8fafc;
    padding: 20px;
    border-radius: 16px;
}

    .stat-box h3 {
        margin: 0;
        color: #002b76;
    }

.job-line {
    height: 50px;
    background: #f1f5f9;
    border-radius: 12px;
    margin-top: 12px;
}

.hero-right {
    position: relative;
    min-height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-back {
    position: absolute;
    width: 620px;
    height: 420px;
    background: white;
    border-radius: 30px;
    transform: rotate(-8deg);
    box-shadow: 0 30px 80px rgba(0,43,118,.12);
    z-index: 1;
}

.dashboard-card {
    position: relative;
    width: 620px;
    height: 420px;
    background: white;
    border-radius: 30px;
    padding: 25px;
    box-shadow: 0 40px 100px rgba(0,43,118,.18);
    z-index: 2;
}

.dashboard-top {
    display: flex;
    gap: 15px;
}

.metric {
    flex: 1;
    background: #f8fafc;
    padding: 20px;
    border-radius: 16px;
}

    .metric h4 {
        margin: 0;
        font-size: 32px;
        color: #002b76;
    }

    .metric span {
        color: #64748b;
    }

.job-row {
    height: 52px;
    background: #f1f5f9;
    border-radius: 12px;
    margin-top: 15px;
}

.floating-card {
    position: absolute;
    background: white;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 20px 50px rgba(0,43,118,.12);
    z-index: 3;
}

    .floating-card span {
        color: #64748b;
        display: block;
    }

    .floating-card h3 {
        margin: 10px 0 0;
        color: #002b76;
    }

.card-jobs {
    left: -40px;
    top: 90px;
}

.card-revenue {
    right: -30px;
    top: 40px;
}

.card-techs {
    right: -20px;
    bottom: 40px;
}

.btn-login {
    color: #1e293b;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
}

.btn-demo {
    background: #002B76;
    color: #fff;
    padding: 14px 28px;
    border-radius: 14px;
    font-weight: 600;
    text-decoration: none;
}


.trusted-section {
    padding: 100px 0;
    text-align: center;
}

.trusted-title {
    font-size: 18px;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 40px;
}

.trusted-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 20px;
    max-width: 1200px;
    margin: auto;
}

.trusted-card {
    background: white;
    border-radius: 18px;
    padding: 30px 15px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0,43,118,.08);
    transition: .3s;
}

    .trusted-card:hover {
        transform: translateY(-6px);
    }

.features-section {
    padding: 120px 0;
    text-align: center;
}

.section-badge {
    display: inline-block;
    background: #eef4ff;
    color: #002b76;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 600;
}

.section-title {
    font-size: 52px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 60px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    max-width: 1200px;
    margin: auto;
}

.feature-card {
    background: white;
    padding: 35px;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0,43,118,.08);
    transition: .3s;
}

    .feature-card:hover {
        transform: translateY(-10px);
    }

.feature-icon {
    font-size: 42px;
    margin-bottom: 15px;
}

.feature-card h3 {
    margin-bottom: 15px;
    color: #0f172a;
}

.feature-card p {
    color: #64748b;
    line-height: 1.7;
}

.workflow-section {
    padding: 120px 0;
    text-align: center;
}

.workflow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 70px;
    flex-wrap: wrap;
}

.workflow-step {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 12px 20px;
    border-radius: 30px;
    position: relative;
}

.step-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    box-shadow: 0 15px 40px rgba(0,43,118,.08);
}

.workflow-step h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.workflow-step p {
    color: #64748b;
}

.workflow-line {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 40px;
    align-items: center;
}

.workflow-step::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #cbd5e1;
    top: 50%;
    right: -40px;
}

.workflow-step:last-child::after {
    display: none;
}

.mobile-section {
    padding: 140px 0;
    text-align: center;
}

.section-subtitle {
    color: #64748b;
    font-size: 20px;
    max-width: 700px;
    margin: 20px auto 60px;
}

.mobile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}

.mobile-card {
    background: white;
    border-radius: 32px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0,43,118,.08);
    text-align: left;
}

.app-label {
    display: inline-block;
    background: #eef4ff;
    color: #002b76;
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 600;
}

.mobile-card h3 {
    margin-top: 20px;
    font-size: 32px;
}

.mobile-card ul {
    margin-top: 25px;
    padding-left: 20px;
}

.mobile-card li {
    margin-bottom: 12px;
    color: #475569;
}

.phone-mockup {
    margin-top: 35px;
    height: 420px;
    border-radius: 30px;
    background: linear-gradient( 135deg, #002B76, #0A84FF );
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.why-section {
    padding: 140px 0;
    text-align: center;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
    max-width: 1200px;
    margin: auto;
    margin-top: 70px;
}

.stat-card {
    background: white;
    padding: 40px;
    border-radius: 28px;
    box-shadow: 0 20px 60px rgba(0,43,118,.08);
}

    .stat-card h3 {
        font-size: 58px;
        color: #002b76;
        margin: 0;
    }

    .stat-card span {
        color: #64748b;
        font-size: 18px;
    }

.pricing-section {
    padding: 140px 0;
    text-align: center;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    max-width: 1200px;
    margin: auto;
    margin-top: 70px;
}

.pricing-card {
    background: white;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0,43,118,.08);
}

.featured {
    border: 3px solid #002b76;
    transform: scale(1.05);
}

.price {
    font-size: 54px;
    font-weight: 800;
    margin: 25px 0;
    color: #002b76;
}

    .price span {
        font-size: 18px;
        color: #64748b;
    }

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.pricing-card li {
    margin-bottom: 15px;
}



.final-cta {
    padding: 140px 20px 120px;
    text-align: center;
    max-width: 1000px;
    margin: auto;
}

    .final-cta h2 {
        font-size: 64px;
        font-weight: 800;
        line-height: 1.1;
        color: #0f172a;
        margin-bottom: 25px;
    }

    .final-cta p {
        font-size: 22px;
        color: #64748b;
        max-width: 700px;
        margin: auto;
        line-height: 1.7;
    }

    .final-cta .hero-actions {
        margin-top: 45px;
        display: flex;
        justify-content: center;
        gap: 18px;
        flex-wrap: wrap;
    }



.browser-mockup {
    width: 900px;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 40px 120px rgba(0,43,118,.18);
    transition: .4s ease;
}

    .browser-mockup:hover {
        transform: translateY(-10px) rotate(-1deg);
    }

.browser-header {
    height: 56px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.browser-dots {
    display: flex;
    gap: 8px;
}

    .browser-dots span {
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }

        .browser-dots span:nth-child(1) {
            background: #ff5f57;
        }

        .browser-dots span:nth-child(2) {
            background: #febc2e;
        }

        .browser-dots span:nth-child(3) {
            background: #28c840;
        }

.browser-url {
    margin-left: 20px;
    color: #64748b;
    font-size: 14px;
}

.dashboard-image {
    width: 100%;
    display: block;
}

.hero {
    padding: 100px 0 120px;
}

.hero-content {
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 70px;
    align-items: center;
}

.hero-badge {
    display: inline-block;
    padding: 10px 18px;
    background: #eef4ff;
    color: #002b76;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}

.hero-text h1 {
    font-size: 72px;
    line-height: 1.05;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 25px;
}

.hero-text p {
    font-size: 22px;
    line-height: 1.8;
    color: #64748b;
    max-width: 650px;
    margin-bottom: 40px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-image {
    display: flex;
    justify-content: center;
}

.browser-mockup {
    width: 100%;
    max-width: 900px;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 40px 120px rgba(0,43,118,.15);
    transition: .4s ease;
}

    .browser-mockup:hover {
        transform: translateY(-10px) rotate(-1deg);
    }

.browser-header {
    height: 56px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.browser-dots {
    display: flex;
    gap: 8px;
}

    .browser-dots span {
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }

        .browser-dots span:nth-child(1) {
            background: #ff5f57;
        }

        .browser-dots span:nth-child(2) {
            background: #febc2e;
        }

        .browser-dots span:nth-child(3) {
            background: #28c840;
        }

.browser-url {
    margin-left: 20px;
    color: #64748b;
    font-size: 14px;
}

.dashboard-image {
    width: 100%;
    display: block;
}

.hero-dashboard-wrap {
    position: relative;
    width: 100%;
    max-width: 950px;
}

.orbit-glow {
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(10,132,255,.18), transparent 65%);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
    animation: pulseGlow 4s ease-in-out infinite;
}

.browser-mockup {
    position: relative;
    z-index: 2;
}

.orbit-card {
    position: absolute;
    z-index: 4;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 18px 22px;
    box-shadow: 0 20px 60px rgba(0,43,118,.14);
    min-width: 150px;
}

    .orbit-card span {
        display: block;
        color: #64748b;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .orbit-card strong {
        color: #002b76;
        font-size: 28px;
    }

.orbit-card-1 {
    left: -45px;
    top: 80px;
    animation: floatOne 4s ease-in-out infinite;
}

.orbit-card-2 {
    right: -40px;
    top: 40px;
    animation: floatTwo 4.5s ease-in-out infinite;
}

.orbit-card-3 {
    right: -30px;
    bottom: 60px;
    animation: floatThree 3.8s ease-in-out infinite;
}

@keyframes floatOne {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-18px);
    }
}

@keyframes floatTwo {
    0%,100% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(16px) translateX(-8px);
    }
}

@keyframes floatThree {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-14px);
    }
}

@keyframes pulseGlow {
    0%,100% {
        opacity: .7;
        transform: translate(-50%,-50%) scale(1);
    }

    50% {
        opacity: 1;
        transform: translate(-50%,-50%) scale(1.08);
    }
}



.hero-image {
    position: relative;
}

.live-event {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    padding: 16px;
    display: flex;
    gap: 12px;
    align-items: center;
    min-width: 280px;
    box-shadow: 0 20px 60px rgba(0,43,118,.12);
    border: 1px solid #e2e8f0;
    z-index: 5;
}

    .live-event strong {
        display: block;
        color: #0f172a;
        font-size: 14px;
    }

    .live-event span {
        color: #64748b;
        font-size: 13px;
    }

.event-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #eef4ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-1 {
    top: 60px;
    left: -80px;
    animation: eventOne 8s infinite;
}

.event-2 {
    top: 250px;
    right: -100px;
    animation: eventTwo 8s infinite;
}

.event-3 {
    bottom: 80px;
    left: -60px;
    animation: eventThree 8s infinite;
}

@keyframes eventOne {

    0%,100% {
        opacity: 0;
        transform: translateY(20px);
    }

    10%,25% {
        opacity: 1;
        transform: translateY(0);
    }

    35% {
        opacity: 0;
    }
}

@keyframes eventTwo {

    0%,30%,100% {
        opacity: 0;
        transform: translateY(20px);
    }

    40%,55% {
        opacity: 1;
        transform: translateY(0);
    }

    65% {
        opacity: 0;
    }
}

@keyframes eventThree {

    0%,60%,100% {
        opacity: 0;
        transform: translateY(20px);
    }

    70%,90% {
        opacity: 1;
        transform: translateY(0);
    }
}


.footer-v3 {
    background: #fafafa;
    border-top: 1px solid #e5e7eb;
    margin-top: 80px;
}

.footer-grid {
    max-width: 1700px;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 70px;
    padding: 80px 100px;
}

.footer-brand img {
    height: 70px;
    margin-bottom: 20px;
}

.footer-brand p {
    color: #64748b;
    line-height: 1.8;
    max-width: 320px;
    margin-bottom: 25px;
}

/* APP STORES */

.store-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.store-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    color: #0f172a;
    transition: .3s;
}

    .store-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(0,0,0,.05);
    }

    .store-btn i {
        font-size: 18px;
        color: #002b76;
    }

/* TRUST BADGES */

.trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

    .trust-badges span {
        background: #f1f5f9;
        color: #475569;
        padding: 8px 12px;
        border-radius: 20px;
        font-size: 12px;
    }

/* SOCIAL */

.social-icons {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

    .social-icons a {
        width: 55px;
        height: 42px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f8fafc;
        color: #475569;
        font-size: 30px;
        text-decoration: none;
        transition: .3s;
    }

        

/* PAYMENTS */
.payment-icons {
    display: flex;
    gap: 18px;
    margin-top: 15px;
    font-size: 42px;
    color: #64748b;
}

.payment-icons {
    display: flex;
    gap: 18px;
    align-items: center;
}
 
.payment-logos {
    display: flex;
    align-items: center;
    gap: 14px;
}
 

.payment-logos img:hover {
    opacity: 1;
    transform: translateY(-2px);
}
 
.footer-v3 a {
    display: block;
    margin-bottom: 12px;
    color: #64748b;
    text-decoration: none;
    transition: .3s;
}

    .footer-v3 a:hover
    /* COPYRIGHT */
    .footer-copy {
        border-top: 1px solid #e5e7eb;
        text-align: center;
        padding: 25px;
        color: #94a3b8;
        font-size: 14px;
    }

.footer-copy strong {
    color: #002b76;
    font-weight: 600;
}

/* MOBILE */

@media(max-width:991px) {


    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 50px 25px;
    }

    .footer-copy {
        padding: 25px;
    }

    .store-buttons {
        flex-wrap: wrap;
    }
}



/* =========================
FEATURES PAGE
========================= */

.page-hero {
     text-align:center;
    padding: 120px 20px 80px;
    
}

    .page-hero .hero-badge {
         display:inline-block;
        padding: 10px 18px;
        border-radius: 999px;
        background: #eef4ff;
        color: #002b76;
        font-weight: 600;
        margin-bottom: 25px;
        
    }

    .page-hero h1 {
         font-size:64px;
        font-weight: 800;
        line-height: 1.1;
        max-width: 900px;
        margin: auto;
        
    }

    .page-hero p {
         max-width:700px;
        margin: 25px auto 0;
        color: #64748b;
        font-size: 20px;
        line-height: 1.8;
        
    }

/* =========================
FEATURES GRID
========================= */

.features-grid-section {
     padding:60px 0 100px;
    
}

.features-grid {
     display:grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 25px;
    
}

.feature-card {
     background:#fff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 35px;
    transition: .3s;
    box-shadow: 0 10px 30px rgba(0,0,0,.04);
    
}

    .feature-card:hover {
         transform:translateY(-8px);
        box-shadow: 0 25px 60px rgba(0,43,118,.10);
        
    }

.feature-icon {
     font-size:40px;
    margin-bottom: 15px;
    
}

.feature-card h3 {
     margin-bottom:12px;
    color: #0f172a;
    
}

.feature-card p {
     color:#64748b;
    line-height: 1.8;
    
}

/* =========================
HIGHLIGHT SECTION
========================= */

.feature-highlight {
     padding:120px 0;
    background: #f8fafc;
    
}

.feature-layout {
     display:grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 70px;
    align-items: center;
    
}

.section-label {
     color:#002b76;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    
}

.feature-text h2 {
     font-size:52px;
    margin: 15px 0 25px;
    
}

.feature-text p {
     color:#64748b;
    line-height: 1.9;
    margin-bottom: 25px;
    
}

.feature-text ul {
     list-style:none;
    padding: 0;
    
}

.feature-text li {
     margin-bottom:12px;
    font-size: 18px;
    
}

.feature-image img {
     width:100%;
    border-radius: 24px;
    box-shadow: 0 40px 80px rgba(0,43,118,.15);
    
}

/* =========================
ADVANCED FEATURES
========================= */

.feature-list {
     padding:120px 0;
    
}

    .feature-list h2 {
         text-align:center;
        margin-bottom: 60px;
        font-size: 48px;
        
    }

.advanced-features {
     display:grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 20px;
    
}

    .advanced-features div {
         background:white;
        border: 1px solid #e5e7eb;
        border-radius: 18px;
        padding: 22px;
        font-weight: 600;
        text-align: center;
        transition: .3s;
        
    }

        .advanced-features div:hover {
             background:#002b76;
            color: white;
            transform: translateY(-4px);
            
        }

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px) {

    
    .page-hero h1 {
        font-size: 42px;
    }

    .feature-layout {
        grid-template-columns: 1fr;
    }

    .feature-text h2 {
        font-size: 38px;
    }

    .feature-list h2 {
        font-size: 36px;
    }

    
}


/* =========================
   INDUSTRIES PAGE
========================= */

.industries-grid-section {
    padding: 80px 0 120px;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 25px;
}

.industry-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    transition: .3s;
    box-shadow: 0 10px 30px rgba(0,0,0,.04);
}

    .industry-card:hover {
        transform: translateY(-8px);
        border-color: #002b76;
        box-shadow: 0 25px 60px rgba(0,43,118,.12);
    }

.industry-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    border-radius: 20px;
    background: linear-gradient( 135deg, #002b76, #0d6efd );
    color: white;
}

.industry-card h3 {
    font-size: 26px;
    margin-bottom: 12px;
    color: #0f172a;
    font-weight: 700;
}

.industry-card p {
    color: #64748b;
    line-height: 1.8;
    margin: 0;
}

/* =========================
   INDUSTRY CTA
========================= */

.industry-card:hover .industry-icon {
    transform: scale(1.08);
    transition: .3s;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px) {

    .industries-grid {
        grid-template-columns: 1fr;
    }

    .industry-card {
        padding: 30px 20px;
    }

        .industry-card h3 {
            font-size: 22px;
        }
}

/* =========================
   pricing
========================= */

.pricing-page {
    padding: 80px 0 120px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.pricing-card {
     background:#fff;
    border: 1px solid #e5e7eb;
    border-radius: 30px;
    padding: 45px;
    text-align: center;
    position: relative;
    transition: .3s;
    
}

    .pricing-card:hover {
         transform:translateY(-8px);
        box-shadow: 0 25px 60px rgba(0,43,118,.12);
        
    }

.featured {
     border:2px solid #002b76;
    transform: scale(1.04);
    
}

.popular-badge {
     position:absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #002b76;
    color: white;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    
}

.price {
     font-size:58px;
    font-weight: 800;
    color: #002b76;
    margin: 20px 0;
    
}

    .price span {
         font-size:18px;
        color: #64748b;
        
    }

.pricing-card ul {
     list-style:none;
    padding: 0;
    margin: 30px 0;
    
}

.pricing-card li {
     padding:10px 0;
    border-bottom: 1px solid #f1f5f9;
    
}

.faq-section {
     padding:100px 0;
    
}

    .faq-section h2 {
         text-align:center;
        margin-bottom: 50px;
        
    }

.faq-item {
     max-width:900px;
    margin: 0 auto 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 25px;
    
}

@media(max-width:991px) {

    
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .featured {
        transform: none;
    }

    
}




.resources-grid-section {
    padding: 80px 0 120px;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 25px;
}

.resource-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 35px;
    transition: .3s;
}

    .resource-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 60px rgba(0,43,118,.10);
    }

.resource-icon {
    font-size: 42px;
    margin-bottom: 15px;
}






.about-section {
    padding: 100px 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.about-image {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0,43,118,.12);
}

.stats-section {
    padding: 100px 0;
    background: #f8fafc;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}

.stat-card {
    background: white;
    border-radius: 24px;
    padding: 35px;
    text-align: center;
    border: 1px solid #e5e7eb;
}

    .stat-card h3 {
        font-size: 42px;
        color: #002b76;
        margin-bottom: 10px;
    }

    .stat-card p {
        color: #64748b;
    }

@media(max-width:991px) {

    
    .about-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    
}

@media(max-width:768px) {

    
    .stats-grid {
        grid-template-columns: 1fr;
    }

    
}



.contact-section {
    padding: 100px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
}

.contact-card {
     background:#fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 25px;
    margin-bottom: 20px;
    
}

    .contact-card h4 {
        color: #002b76;
        margin-bottom: 10px;
    }

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form input,
.contact-form textarea {
     width:100%;
    padding: 16px;
    border: 1px solid #dbe2ea;
    border-radius: 14px;
    font-size: 15px;
    outline: none;
    
}

    .contact-form input:focus,
    .contact-form textarea:focus {
         border-color:#002b76;
        
    }

@media(max-width:991px) {

    
    .contact-grid {
        grid-template-columns: 1fr;
    }

    
}



.content-page {
    padding: 80px 0 120px;
}

    .content-page .container {
        max-width: 900px;
    }

    .content-page h2 {
        margin-top: 40px;
        margin-bottom: 15px;
        color: #0f172a;
    }

    .content-page p {
        color: #64748b;
        line-height: 1.9;
    }


/* ==========================================
   PRIVACY POLICY
========================================== */

.privacy-page {
    padding: 80px 0 120px;
    background: #fafbfc;
}

.privacy-layout {
    max-width: 1500px;
    margin: auto;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 60px;
    padding: 0 30px;
}

/* ==========================================
   SIDEBAR
========================================== */

.privacy-sidebar {
    position: sticky;
    top: 110px;
    align-self: start;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

    .privacy-sidebar a {
        display: block;
        color: #475569;
        text-decoration: none;
        padding: 12px 16px;
        margin-bottom: 6px;
        border-radius: 10px;
        transition: .25s;
        font-size: 15px;
        font-weight: 500;
    }

        .privacy-sidebar a:hover {
            background: #eef4ff;
            color: #002b76;
            transform: translateX(5px);
        }

/* ==========================================
   CONTENT
========================================== */

.privacy-content {
    background: #fff;
    border-radius: 22px;
    padding: 60px;
    box-shadow: 0 15px 40px rgba(0,0,0,.05);
}

    .privacy-content section {
        margin-bottom: 70px;
    }

    .privacy-content h2 {
        color: #002b76;
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 25px;
        padding-bottom: 12px;
        border-bottom: 2px solid #edf2f7;
    }

    .privacy-content h3 {
        color: #0f172a;
        margin-top: 35px;
        margin-bottom: 15px;
        font-size: 24px;
        font-weight: 600;
    }

    .privacy-content p {
        color: #475569;
        line-height: 1.9;
        font-size: 17px;
        margin-bottom: 20px;
    }

    .privacy-content ul {
        margin: 20px 0 30px 25px;
    }

    .privacy-content li {
        color: #475569;
        line-height: 1.9;
        margin-bottom: 10px;
    }

/* ==========================================
   TABLE
========================================== */

.policy-table-wrap {
    overflow-x: auto;
    margin: 35px 0;
}

.policy-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

    .policy-table thead {
        background: #002b76;
        color: white;
    }

    .policy-table th {
        padding: 18px;
        text-align: left;
        font-size: 15px;
    }

    .policy-table td {
        padding: 18px;
        border-top: 1px solid #edf2f7;
        color: #475569;
        vertical-align: top;
    }

    .policy-table tbody tr:nth-child(even) {
        background: #fafafa;
    }

/* ==========================================
   CONTACT CARD
========================================== */

.contact-policy-card {
    margin-top: 30px;
    background: linear-gradient(135deg,#002b76,#0d6efd);
    color: white;
    border-radius: 18px;
    padding: 35px;
}

    .contact-policy-card h3 {
        color: white;
        margin-bottom: 20px;
    }

    .contact-policy-card p {
        color: white;
        margin-bottom: 10px;
    }

/* ==========================================
   META
========================================== */

.policy-meta {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .policy-meta span {
        background: white;
        border: 1px solid #dbe2ea;
        border-radius: 50px;
        padding: 8px 18px;
        color: #475569;
        font-size: 14px;
        font-weight: 600;
    }

/* ==========================================
   SMOOTH SCROLL
========================================== */

html {
    scroll-behavior: smooth;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:1200px) {

    .privacy-layout {
        grid-template-columns: 240px 1fr;
    }
}

@media(max-width:992px) {

    .privacy-layout {
        grid-template-columns: 1fr;
    }

    .privacy-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }

    .privacy-content {
        padding: 35px;
    }
}

@media(max-width:768px) {

    .privacy-content {
        padding: 25px;
    }

        .privacy-content h2 {
            font-size: 28px;
        }

        .privacy-content h3 {
            font-size: 22px;
        }

        .privacy-content p {
            font-size: 16px;
        }

    .policy-meta {
        flex-direction: column;
        align-items: center;
    }
}