﻿/* ============================================================
   INTRO SECTION — CORPORATE WELCOME
   Clean, modern, Inter-based, aligned with brand hierarchy
   ============================================================ */

/* Section wrapper */
.intro-section {
    padding: 80px 0; /* corporate breathing space */
    background: #ffffff; /* clean white */
    font-family: 'Inter', sans-serif !important;
}

/* Container alignment (matches navbar width) */
.intro-section .container {
    max-width: 1140px; /* same width as navbar */
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Main heading */
.intro-section h1 {
    font-size: 2.6rem; /* premium corporate size */
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 1.5rem;
    font-family: 'Inter', sans-serif !important;
}

/* Subheading / paragraph */
.intro-section p {
    font-size: 1.35rem;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 1.7;
    max-width: 900px; /* perfect reading width */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: 'Inter', sans-serif !important;
}

/* Optional CTA button inside intro */
.intro-section .btn-primary {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 12px 28px;
    margin-top: 20px;
    font-family: 'Inter', sans-serif !important;
}

.ultra-divider {
    border: 0;
    border-top: 0.5px solid #dcdcdc; /* ultra-thin premium line */
    margin: -10px auto 25px auto; /* perfect spacing under title */
    width: 60%; /* elegant, centered proportion */
}

