/* ==========================================================================
   Squinal Core Values Page Stylesheet (Zoho-Inspired Authentic Aesthetic)
   ========================================================================== */

/* Hero Section */
.sq-values-hero {
    padding: 140px 0 80px 0;
    background-color: #ffffff;
    position: relative;
}

.sq-values-hero-tag {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e11d48;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.sq-values-hero-title {
    font-size: 56px;
    line-height: 1.15;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -1.5px;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .sq-values-hero-title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .sq-values-hero-title {
        font-size: 32px;
    }
}

.sq-values-hero-lead {
    font-size: 20px;
    line-height: 34px;
    color: #475569;
    max-width: 780px;
    margin: 0 auto;
}

/* Full Width Visual Banner */
.sq-values-full-banner {
    position: relative;
    width: 100%;
    min-height: 520px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding: 60px 0;
}

.sq-values-banner-caption {
    background: rgba(15, 23, 42, 0.88);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 30px 35px;
    color: #ffffff;
    max-width: 650px;
}

/* Manifesto Section */
.sq-manifesto-section {
    padding: 100px 0 80px 0;
    background-color: #f8fafc;
}

.sq-manifesto-quote {
    font-size: 28px;
    line-height: 44px;
    font-weight: 400;
    color: #1e293b;
    letter-spacing: -0.5px;
}

.sq-manifesto-highlight {
    color: #e11d48;
    font-weight: 600;
    border-bottom: 2px solid #e11d48;
}

/* Values Grid */
.sq-values-grid-section {
    padding: 110px 0 100px 0;
    background-color: #ffffff;
}

.sq-value-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 45px 35px;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.sq-value-card:hover {
    transform: translateY(-6px);
    border-color: #cbd5e1;
    box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.08);
}

.sq-value-card-num {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #94a3b8;
    margin-bottom: 20px;
    display: inline-block;
    padding: 4px 12px;
    background: #f1f5f9;
    border-radius: 20px;
}

.sq-value-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 25px;
    color: #ffffff;
}

.sq-value-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.sq-value-card-desc {
    font-size: 16px;
    line-height: 28px;
    color: #64748b;
    margin-bottom: 0;
}

/* Authentic Commitment Split Block */
.sq-commitment-section {
    padding: 100px 0;
    background-color: #0f172a;
    color: #ffffff;
}

.sq-commitment-pill {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #38bdf8;
    margin-bottom: 18px;
}

.sq-commitment-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1px;
    color: #ffffff;
    margin-bottom: 25px;
}

.sq-commitment-text {
    font-size: 18px;
    line-height: 32px;
    color: #94a3b8;
}

/* Stats Row Zoho Style */
.sq-stats-zoho-row {
    padding: 70px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.sq-stat-zoho-item {
    text-align: center;
    padding: 20px;
}

.sq-stat-zoho-num {
    font-size: 48px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -1.5px;
    line-height: 1;
    margin-bottom: 8px;
}

.sq-stat-zoho-label {
    font-size: 15px;
    font-weight: 500;
    color: #64748b;
}

/* CTA Bottom */
.sq-values-cta {
    padding: 100px 0;
    background: #ffffff;
    text-align: center;
}