﻿/* ======================================================================
   NA WEBSITE THEME v3 â€” Content Sections
   Targets: s_text_image ("Enhance Your Connection"), 
            s_numbers ("Key Metrics"), general typography
   ====================================================================== */

/* â”€â”€ Global smoothing + color â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wrapwrap {
    color: var(--naw-gray-700) !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    line-height: 1.7 !important;
    background: var(--naw-white) !important;
}

/* â”€â”€ All headings â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wrapwrap h1, #wrapwrap h2, #wrapwrap h3,
#wrapwrap h4, #wrapwrap h5, #wrapwrap h6,
#wrapwrap .h3-fs, #wrapwrap .h4-fs, #wrapwrap .h5-fs {
    font-weight: 700 !important;
    color: var(--naw-gray-900) !important;
    letter-spacing: -0.03em !important;
    line-height: 1.2 !important;
}

/* â”€â”€ Body text â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wrapwrap #wrap p,
#wrapwrap #bottom p {
    font-size: 1.02rem !important;
    line-height: 1.8 !important;
    color: var(--naw-gray-500) !important;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   "Enhance Your Connection" â€” section.s_text_image
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

#wrapwrap section.s_text_image {
    background: var(--naw-white) !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

/* Heading */
#wrapwrap section.s_text_image h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem) !important;
    font-weight: 800 !important;
    color: var(--naw-gray-900) !important;
    margin-bottom: 20px !important;
    line-height: 1.15 !important;
}

/* "Connection" in bold/strong */
#wrapwrap section.s_text_image h2 strong {
    color: var(--naw-primary) !important;
    font-weight: 800 !important;
    position: relative !important;
}

/* Accent underline under "Connection" */
#wrapwrap section.s_text_image h2 strong::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -4px !important;
    width: 100% !important;
    height: 3px !important;
    background: linear-gradient(90deg, var(--naw-accent), transparent) !important;
    border-radius: 3px !important;
}

/* Description */
#wrapwrap section.s_text_image p {
    font-size: 1.05rem !important;
    line-height: 1.85 !important;
    color: var(--naw-gray-500) !important;
}

/* "Learn more" button (btn-secondary) */
#wrapwrap section.s_text_image a.btn.btn-secondary {
    background: var(--naw-gray-900) !important;
    color: #fff !important;
    border: none !important;
    border-radius: var(--naw-radius-full) !important;
    padding: 14px 34px !important;
    font-weight: 600 !important;
    font-size: 0.92rem !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

#wrapwrap section.s_text_image a.btn.btn-secondary:hover {
    background: var(--naw-primary) !important;
    box-shadow: 0 6px 28px rgba(var(--naw-primary-rgb), 0.3) !important;
    transform: translateY(-2px) !important;
}

/* Image */
#wrapwrap section.s_text_image img.img-fluid {
    border-radius: var(--naw-radius-lg) !important;
    box-shadow: var(--naw-shadow-lg) !important;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

#wrapwrap section.s_text_image:hover img.img-fluid {
    box-shadow: var(--naw-shadow-xl) !important;
    transform: scale(1.02) !important;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   "Key Metrics" â€” section.s_numbers
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

#wrapwrap section.s_numbers {
    background: var(--naw-gray-50) !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    position: relative !important;
}

/* Subtle gradient divider at top/bottom */
#wrapwrap section.s_numbers::before,
#wrapwrap section.s_numbers::after {
    content: '' !important;
    position: absolute !important;
    left: 10% !important;
    right: 10% !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, var(--naw-gray-200), transparent) !important;
}
#wrapwrap section.s_numbers::before { top: 0 !important; }
#wrapwrap section.s_numbers::after  { bottom: 0 !important; }

/* Section heading */
#wrapwrap section.s_numbers h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
    font-weight: 800 !important;
    color: var(--naw-gray-900) !important;
    margin-bottom: 12px !important;
}

/* Subtitle */
#wrapwrap section.s_numbers p.lead {
    font-size: 1.02rem !important;
    color: var(--naw-gray-400) !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
}

/* â”€â”€ Number values (7k, 99%, â†‘/â†“) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wrapwrap section.s_numbers span.display-1-fs,
#wrapwrap section.s_numbers .s_number {
    font-size: clamp(2.6rem, 5vw, 3.8rem) !important;
    font-weight: 800 !important;
    color: var(--naw-primary) !important;
    letter-spacing: -0.04em !important;
    line-height: 1.1 !important;
    display: block !important;
    margin-bottom: 8px !important;
    background: linear-gradient(135deg, var(--naw-primary), var(--naw-primary-light)) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* Labels (Active Customers, Up-Time, True Symmetry) */
#wrapwrap section.s_numbers span.h5-fs {
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    color: var(--naw-gray-400) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
}

/* Number columns â€” add left border dividers */
#wrapwrap section.s_numbers .s_nb_column_fixed > div.col-lg-2 {
    border-left: 2px solid var(--naw-gray-200) !important;
    text-align: center !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

/* â”€â”€ General buttons â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wrapwrap #wrap .btn-primary:not(.btn_cta):not(.o_skip_to_content) {
    background: var(--naw-primary) !important;
    border: none !important;
    border-radius: var(--naw-radius-full) !important;
    padding: 12px 28px !important;
    font-weight: 600 !important;
    font-size: 0.92rem !important;
    box-shadow: 0 3px 14px rgba(var(--naw-primary-rgb), 0.2) !important;
    transition: var(--naw-transition) !important;
}

#wrapwrap #wrap .btn-primary:not(.btn_cta):not(.o_skip_to_content):hover {
    background: var(--naw-primary-dark) !important;
    box-shadow: 0 5px 22px rgba(var(--naw-primary-rgb), 0.3) !important;
    transform: translateY(-2px) !important;
}

/* â”€â”€ Links â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wrapwrap #wrap a:not(.btn):not(.nav-link):not(.navbar-brand) {
    color: var(--naw-primary) !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

#wrapwrap #wrap a:not(.btn):not(.nav-link):not(.navbar-brand):hover {
    color: var(--naw-primary-dark) !important;
}

/* â”€â”€ Smooth scroll â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
html {
    scroll-behavior: smooth !important;
}
