
/*--------------------------------------*/
/* Variables */
/*--------------------------------------*/
:root {
    --clq-navy: #243269;
    --clq-silver: #c4ccd6;
    --clq-gold: #23B0B9;
    --clq-white: #ffffff;
    --clq-text: #0e2238;
    --clq-muted: #6b7a8a;
    --clq-green: #46BEA3;
}

/*--------------------------------------*/
/* Base Styles */
/*--------------------------------------*/
body {
    font-family: Inter, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

/*--------------------------------------*/
/* Hero Section */
/*--------------------------------------*/
.clq-hero {
    background: linear-gradient(135deg, rgba(35, 176, 185, .85), rgba(70, 190, 163, .65)), radial-gradient(80% 80% at 50% 0%, rgba(199, 162, 42, .12), transparent 60%);
    position: relative;
    color: var(--clq-white);
}

.clq-hero-gradient {
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 60% at 70% 10%, rgba(199, 162, 42, .18), transparent 60%);
    pointer-events: none;
}

.clq-hero-title {
    font-weight: 800;
    letter-spacing: .5px;
    font-size: 42px;
    line-height: 1.2;
}

h1.clq-hero-title {
    font-family: 'Unbounded', sans-serif;
    color: #ffffff;
}

@media(min-width:992px) {
    .clq-hero-title {
        font-size: 56px;
    }
}

.clq-hero-subtitle {
    color: #e9edf2;
    font-size: 18px;
}

/*--------------------------------------*/
/* Buttons */
/*--------------------------------------*/
.clq-btn-navy-blue {
    background: var(--clq-navy);
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.clq-btn-navy-blue:hover {
    background: #067E86;
    color: #f5f5f5;
}

.clq-btn-gold {
    background: var(--clq-gold);
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.clq-btn-gold:hover {
    background: #067E86;
    color: #f5f5f5;
}

/*--------------------------------------*/
/* Section Titles */
/*--------------------------------------*/
.clq-section-title {
    font-weight: 800;
    color: var(--clq-text);
    margin-bottom: 16px;
}

/*--------------------------------------*/
/* Cards */
/*--------------------------------------*/
.clq-card {
    background: transparent;
    border: 1px solid rgba(36, 50, 105, .08);
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 8px 24px rgba(36, 50, 105, .06);
    transition: transform .2s ease, box-shadow .2s ease;
}

.clq-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(36, 50, 105, .09);
}

.clq-card-title {
    font-weight: 700;
    color: var(--clq-text);
    margin: 8px 0 6px;
}

/*--------------------------------------*/
/* Icons */
/*--------------------------------------*/
.clq-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clq-navy);
    font-size: 20px;
}

/*--------------------------------------*/
/* Lists */
/*--------------------------------------*/
.clq-list {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.clq-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 8px 0;
    color: var(--clq-text);
}

.clq-list li i {
    color: var(--clq-gold);
    margin-top: 3px;
}

.clq-list-lg li {
    font-size: 18px;
}

/*--------------------------------------*/
/* Contact List */
/*--------------------------------------*/
.clq-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clq-contact-list li {
    margin: 10px 0;
    color: var(--clq-text);
}

/*--------------------------------------*/
/* Social Links */
/*--------------------------------------*/
.clq-social {
    display: flex;
    gap: 14px;
    padding-left: 0;
}

.clq-social li {
    list-style: none;
}

.clq-social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f3f6f9;
    color: var(--clq-navy);
}

.clq-social a:hover {
    background: var(--clq-gold);
    color: #111;
}

/*--------------------------------------*/
/* Header */
/*--------------------------------------*/
header.header-transparent {
    background: rgba(255, 255, 255, .85);
    backdrop-filter: saturate(180%) blur(10px);
}

/*--------------------------------------*/
/* Navigation */
/*--------------------------------------*/
#mainNav>li>a {
    font-weight: 600;
    color: var(--clq-text);
}

#mainNav>li>a:hover {
    color: var(--clq-gold);
}

/*--------------------------------------*/
/* Footer */
/*--------------------------------------*/
footer.bg-color-dark {
    background: var(--clq-navy) !important;
    border-top: 1px solid rgba(196, 204, 214, .15);
}

/*--------------------------------------*/
/* Dark Section Helper */
/*--------------------------------------*/
.clq-section-dark {
    background-color: #243269;
    color: #ffffff;
}

.clq-section-dark .clq-section-title {
    color: #ffffff;
}

.clq-section-dark p,
.clq-section-dark .clq-list li {
    color: #e9edf2;
}

.clq-section-dark a {
    color: var(--clq-gold);
}

/*--------------------------------------*/
/* Core Values Grid */
/*--------------------------------------*/
.clq-values-grid {
    text-align: center;
}

.clq-values-grid i {
    font-size: 40px;
    color: var(--clq-green);
}

.clq-values-grid div {
    color: #e9edf2;
    font-size: 18px;
}

.clq-values-grid .clq-icon {
    margin: 0 auto 8px;
}

.clq-values-grid p {
    margin: 0;
}

/*--------------------------------------*/
/* Store Logo Animation */
/*--------------------------------------*/
.store-logo {
    transition: transform 0.2s;
}

.store-logo:hover {
    animation: pulse 0.6s cubic-bezier(.68,-0.55,.27,1.55) 1;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}

/*--------------------------------------*/
/* Scroll Down Button */
/*--------------------------------------*/
.scroll-down-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clq-white);
    width: 38px;
    height: 65px;
    border-radius: 19px;
    border: 1px solid var(--clq-white);
}