﻿:root {
    --qiq-primary: #0b0b2e;
    --qiq-accent: #FDE047;
    --qiq-dark-navy: #0b0b2e;
    --qiq-bg-light: #f6f6f8;
}

/* home button */
.back-home-btn {
    color: #0e1b3d; 
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 50px;
    border: 1px solid rgba(14, 27, 61, 0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

    .back-home-btn:hover {
        background-color: #0e1b3d;
        color: #c5a059; 
        transform: translateX(-5px); 
    }

    .back-home-btn i {
        font-size: 12px;
    }

/* Hero Section */
.hero-pattern {
    background-color: white;
    background-image: radial-gradient(#17175511 1.5px, transparent 1.5px);
    background-size: 24px 24px;
    padding: 160px 0;
   
}

.hero-title {
    font-size: 5rem;
    font-weight: 800;
    color: #0B1C2D;
    line-height: 1.1;
    letter-spacing: -0.05em;
    margin-bottom: 2rem;
}

.hero-highlight {
    font-style: italic;
    text-decoration: underline;
    text-decoration-color: rgba(23, 23, 85, 0.2);
    text-underline-offset: 12px;
}

/* Badge Style */
.badge-qiq {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(23, 23, 85, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #0b0b2e;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
}

/* Stats Section */
.stats-dark-bar {
    background-color: #0b0b2e;
    padding: 30px 0;
    color: white;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.stat-num {
    font-size: 3.5rem;
    font-weight: 90;
    color: var(--qiq-accent);
    margin-bottom: 0.3rem;
}

.stat-txt {
    font-size: 10px;
    font-weight: 350;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    opacity: 0.6;
}

/* our purpose*/
.qiq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.qiq-purpose-area {
    padding: 110px 0; 
    background-color: #ffffff;
}

.qiq-header-block {
    text-align: center;
    margin-bottom: 4.5rem;
}

.qiq-tagline {
    color: #0B1C2D;
    font-weight: 800;
    letter-spacing: 0.25em;
    font-size: 0.75rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1rem;
    opacity: 0.7;
}

.qiq-main-heading {
    color: #0B1C2D;
    font-size: 3.75rem;
    font-weight: 800;
    letter-spacing: -0.05em;
    margin-bottom: 1.5rem;
}

.qiq-yellow-divider {
    width: 64px;
    height: 6px;
    background-color: #FDE047; 
    margin: 0 auto;
    border-radius: 9999px;
}

/* Grid layout */
.qiq-grid-purpose {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2.5rem; 
}

.qiq-card {
    background-color: rgb(0, 0, 0, 0.10); 
    padding: 3.5rem; 
    border-radius: 2rem; 
    border: 1px solid rgba(23, 23, 85, 0.05);
    transition: all 0.3s ease;
}

    .qiq-card:hover {
        transform: translateY(-0.5rem);
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
    }

.qiq-icon-box {
    width: 64px;
    height: 64px;
    background-color: #0b0b2e;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    margin-bottom: 2rem;
}

    .qiq-icon-box span {
        font-size: 2rem;
    }

.qiq-card-title {
    color: #0B1C2D;
    font-size: 1.2rem; 
    font-weight: 500;
    margin-bottom: 1.25rem;
}

.qiq-card-text {
    color: #64748b; 
    line-height: 1.75;
    font-size: 1.1rem;
}

/* Market Segments */
.segments-section {
    background-color: #0a0b1e;
    padding: 100px 0;
}

.segment-card {
    background: #121430;
    border: 1px solid rgba(255, 255, 255, 0.03); 
    border-radius: 24px; 
    padding: 50px 40px;
    height: 100%;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
}

    .segment-card:hover {
        background: #161a3d;
        transform: translateY(-10px);
        border-color: rgba(253, 224, 71, 0.2);
    }

.segment-icon {
    background-color: rgba(253, 224, 71, 0.05); 
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 30px;
    border: 1px solid rgba(253, 224, 71, 0.1);
}

    .segment-icon .material-symbols-outlined {
        color: #fde047; 
        font-size: 26px;
        font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    }

.segment-card h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.segment-card p {
    color: #94a3b8; 
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

/* Buttons Original Design */
.cta-section {
    background-color: #f8f9fa;
}

.cta-box {
    background: linear-gradient(135deg, #161a3d 0%, #0a0b1e 100%);
    border-radius: 30px; 
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    max-width: 1000px;
    margin: 0 auto;
}

.cta-title {
    font-size: 3.5rem; 
    font-weight: 700;
    line-height: 1.1;
}

.cta-subtitle {
    font-size: 1.25rem;
    color: #cbd5e1;
    max-width: 700px;
    margin: 0 auto;
}

.btn-white {
    background-color: #ffffff;
    color: #161a3d;
    border-radius: 8px;
    font-weight: 400;
    transition: all 0.3s ease;
    border: none;
    width:200px;
    height:50px;
}

    .btn-white:hover {
        background-color: rgba(255,255,255,0.3);
        border-color: rgba(255,255,255,0.5);
    }

.btn-outline-light {
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 10px 30px;
    font-weight: 400;
    transition: all 0.3s ease;
    width: 200px;
    height: 50px;
}

    .btn-outline-light:hover {
        background-color: rgba(255,255,255,0.3);
        border-color: rgba(255,255,255,0.5);
    }

.segment-card {
    background-color: #161a33;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 60px;
    padding: 40px 30px;
    height: 100%;
    transition: all 0.3s ease;
}

.segment-icon {
    background-color: rgba(255, 255, 255, 0.03);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    margin-bottom: 20px;
    color: #FDE047;
}

.segment-card h3 {
    color: white;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.segment-card p {
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.6;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-30%);
    }
}

.animate-marquee {
    display: flex;
    width: max-content;
    animation: marquee 25s linear infinite;
}


.trusted-by-wrapper {
    background-color: #0d0d3a; 
    border-top: 0.1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0.1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

.partner-text {
    color: rgba(255, 255, 255, 0.3); 
    font-size: 1.2rem;
    font-weight: 100;
    letter-spacing: -0.02em;
    padding: 0 30px;
    white-space: nowrap;
    text-transform: uppercase;
}

    .partner-text.italic {
        font-style: italic;
    }

.trusted-by-wrapper::before,
.trusted-by-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    z-index: 2;
    pointer-events: none;
}

.trusted-by-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #1d1d51, transparent);
}

.trusted-by-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #1d1d51, transparent);
}