.home-page-body {
    font-family: "Lexend", sans-serif;
    font-weight: 300;
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 4.5rem 0 3rem;
    background:
        radial-gradient(circle at top left, rgba(13, 110, 253, 0.14), transparent 32%),
        radial-gradient(circle at bottom right, rgba(245, 183, 0, 0.14), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.hero-row {
    position: relative;
    z-index: 1;
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
    pointer-events: none;
    opacity: 0.9;
}

.hero-orb-a {
    top: 1rem;
    left: -3rem;
    width: 12rem;
    height: 12rem;
    background: rgba(13, 110, 253, 0.10);
}

.hero-orb-b {
    right: -2rem;
    bottom: 1rem;
    width: 16rem;
    height: 16rem;
    background: rgba(245, 183, 0, 0.10);
}

.hero-copy {
    position: relative;
    z-index: 1;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.08);
    color: var(--bs-primary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-eyebrow-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--bs-primary);
    box-shadow: 0 0 0 0.4rem rgba(13, 110, 253, 0.12);
}

.hero-title {
    font-size: clamp(2.7rem, 5vw, 5rem);
    line-height: 0.96;
    font-weight: 900;
    letter-spacing: -0.05em;
    color: #0f172a;
    max-width: 11ch;
}

.hero-lead {
    max-width: 34rem;
    font-size: 1.05rem;
    line-height: 1.85;
    color: #475569;
}

.hero-actions .btn {
    padding-inline: 1.35rem;
    padding-block: 0.9rem;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: none;
    border: none;
}

.hero-btn-primary {
    background: linear-gradient(135deg, var(--bs-primary), color-mix(in srgb, var(--bs-primary) 82%, #000));
    border-color: transparent;
}

.hero-btn-primary:hover,
.hero-btn-primary:focus {
    background: linear-gradient(135deg, color-mix(in srgb, var(--bs-primary) 88%, #000), var(--bs-primary));
}

.hero-btn-secondary {
    color: #0f172a;
    background: rgba(255, 255, 255, 0.82);
}

.hero-btn-secondary:hover,
.hero-btn-secondary:focus {
    color: #0f172a;
    background: rgba(255, 255, 255, 0.96);
}

.hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.05);
    color: #334155;
    font-size: 0.9rem;
    font-weight: 600;
}

.hero-visual {
    position: relative;
    min-height: 28rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image-frame {
    position: relative;
    width: min(100%, 34rem);
    padding: 1rem;
    border-radius: 2rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 255, 0.85));
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
}

.hero-image {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 1.4rem;
}

.hero-floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1.1rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.hero-floating-card-top {
    top: 1rem;
    left: 0;
    transform: translateX(-10%);
}

.hero-floating-card-bottom {
    right: 0;
    bottom: 1rem;
    transform: translateX(8%);
}

.hero-floating-icon {
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
    background: rgba(13, 110, 253, 0.10);
    color: var(--bs-primary);
    font-size: 1.1rem;
    flex: 0 0 auto;
}

.hero-floating-label {
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 800;
    color: #64748b;
    margin-bottom: 0.2rem;
}

.hero-floating-text {
    max-width: 16rem;
    font-size: 0.95rem;
    color: #0f172a;
    font-weight: 600;
}

.hero-mini-stat {
    display: flex;
    flex-direction: column;
    min-width: 5rem;
}

.hero-mini-value {
    font-size: 1.35rem;
    line-height: 1;
    font-weight: 800;
    color: #0f172a;
}

.hero-mini-label {
    margin-top: 0.25rem;
    font-size: 0.78rem;
    color: #64748b;
}

.hero-mini-divider {
    width: 1px;
    align-self: stretch;
    background: rgba(15, 23, 42, 0.10);
}

.values-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(13, 110, 253, 0.08), transparent 26%),
        radial-gradient(circle at bottom left, rgba(245, 183, 0, 0.10), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.values-shell {
    position: relative;
    z-index: 1;
    padding: 2rem;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(16px);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.08);
}

.values-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
    pointer-events: none;
}

.values-orb-a {
    top: 1rem;
    right: 6%;
    width: 10rem;
    height: 10rem;
    background: rgba(13, 110, 253, 0.08);
}

.values-orb-b {
    bottom: 0.5rem;
    left: 4%;
    width: 12rem;
    height: 12rem;
    background: rgba(245, 183, 0, 0.08);
}

.values-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.08);
    color: var(--bs-primary);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.values-eyebrow-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--bs-primary);
    box-shadow: 0 0 0 0.38rem rgba(13, 110, 253, 0.10);
}

.values-title {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: #0f172a;
}

.values-lead {
    max-width: 42rem;
    font-size: 1rem;
    line-height: 1.8;
    color: #475569;
}

.values-summary {
    display: inline-flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 1.25rem;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(255, 255, 255, 0.8));
    color: #0f172a;
    text-align: left;
}

.values-summary-label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #64748b;
}

.values-summary-value {
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.55;
    color: #0f172a;
}

.values-glass-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.value-glass-card {
    position: relative;
    overflow: hidden;
    padding: 1.5rem;
    border-radius: 1.5rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(245, 249, 255, 0.64)),
        rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow:
        0 16px 45px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.value-glass-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(13, 110, 253, 0.10), transparent 36%);
    pointer-events: none;
}

.value-glass-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 22px 55px rgba(15, 23, 42, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.value-glass-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.value-icon-wrap {
    width: 3.65rem;
    height: 3.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: rgba(13, 110, 253, 0.10);
    color: var(--bs-primary);
    font-size: 1.4rem;
    flex: 0 0 auto;
}

.value-icon-wrap[class*="bg-"] {
    color: #fff;
}

.value-index {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    color: #94a3b8;
}

.value-card-title {
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.value-card-text {
    color: #475569;
    line-height: 1.8;
    font-size: 0.95rem;
}

.pricing-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(191, 219, 254, 0.22), transparent 28%),
        radial-gradient(circle at 80% 20%, rgba(96, 165, 250, 0.18), transparent 24%),
        linear-gradient(180deg, #2563eb 0%, #1d4ed8 48%, #1e3a8a 100%);
    font-family: inherit;
}

.pricing-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 34%),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.08), transparent 28%);
    pointer-events: none;
}

.pricing-shell {
    position: relative;
    z-index: 1;
    padding: 1.5rem;
    border-radius: 2rem;
    background: transparent;
}

.pricing-header {
    max-width: 56rem;
    margin-inline: auto;
}

.pricing-title {
    font-size: clamp(1.5rem, 2.5vw, 2.25rem);
    line-height: 1.1;
    color: #ffffff;
}

.pricing-lead {
    max-width: 52rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.98rem;
}

.pricing-card {
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 1.5rem;
    border-radius: 1.75rem;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.9), rgba(29, 78, 216, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow:
        0 18px 40px rgba(15, 23, 42, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 24px 50px rgba(15, 23, 42, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.pricing-card-glow {
    position: absolute;
    inset: auto -25% -30% auto;
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 68%);
    pointer-events: none;
}

.pricing-card-heading {
    max-width: calc(100% - 4rem);
}

.pricing-range {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
}

.pricing-plan-title {
    font-size: 1.15rem;
    color: #ffffff;
}

.pricing-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.pricing-price {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    color: #ffffff;
}

.pricing-currency {
    font-size: 0.88rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
}

.pricing-amount {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    line-height: 1;
}

.pricing-period {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.8);
}

.pricing-description,
.pricing-features li,
.pricing-note {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.92rem;
}

.pricing-features li {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.pricing-features li i,
.pricing-note i {
    color: #ffffff;
}

.pricing-note {
    display: flex;
    align-items: center;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.modern-info-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 2rem;
    border-radius: 1.5rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 255, 0.92)),
        #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.modern-info-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(13, 110, 253, 0.08), transparent 38%);
    pointer-events: none;
}

.modern-info-icon {
    width: 3.5rem;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-size: 1.4rem;
    color: #fff;
}

.mission-icon {
    background: linear-gradient(135deg, #0d6efd, #4c8dff);
}

.vision-icon {
    background: linear-gradient(135deg, #5b21b6, #8b5cf6);
}

.modern-info-kicker {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    color: #6b7280;
}

.modern-info-title {
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    font-weight: 800;
    color: #111827;
}

.modern-info-text {
    color: #4b5563;
    font-size: 0.98rem;
    line-height: 1.8;
}

.modern-info-accent {
    position: absolute;
    inset-inline-end: 0;
    inset-block-end: 0;
    width: 7rem;
    height: 0.45rem;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
}

.mission-accent {
    background: linear-gradient(90deg, #0d6efd, rgba(13, 110, 253, 0.18));
}

.vision-accent {
    background: linear-gradient(90deg, #6d28d9, rgba(109, 40, 217, 0.18));
}

.leadership-shell {
    position: relative;
    overflow: hidden;
    padding: 2rem;
    border-radius: 2rem;
    background:
        radial-gradient(circle at top left, rgba(13, 110, 253, 0.08), transparent 28%),
        radial-gradient(circle at bottom right, rgba(109, 40, 217, 0.08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.07);
}

.leadership-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 40%);
}

.leadership-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.08);
    color: var(--bs-primary);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.leadership-eyebrow-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--bs-primary);
    box-shadow: 0 0 0 0.38rem rgba(13, 110, 253, 0.1);
}

.leadership-title {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: #0f172a;
}

.leadership-lead {
    max-width: 42rem;
    font-size: 1rem;
    line-height: 1.8;
    color: #475569;
}

.leadership-summary {
    display: inline-flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 1.25rem;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.08), rgba(255, 255, 255, 0.8));
    color: #0f172a;
    text-align: left;
}

.leadership-summary-label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #64748b;
}

.leadership-summary-value {
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.55;
    color: #0f172a;
}

.leadership-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    border-radius: 1.5rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(248, 250, 255, 0.72)),
        rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow:
        0 18px 45px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.leadership-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 24px 60px rgba(15, 23, 42, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.leadership-card-header {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 1.25rem;
}

.leadership-portrait-ring {
    position: relative;
    padding: 0.45rem;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.18), rgba(109, 40, 217, 0.16));
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.leadership-portrait {
    width: 6.5rem;
    height: 6.5rem;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.88);
}

.leadership-card-body {
    text-align: center;
    width: 100%;
}

.leadership-name {
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.leadership-role {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.leadership-bio {
    color: #475569;
    line-height: 1.8;
    font-size: 0.95rem;
}

.leadership-card-footer {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.leadership-footer-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.08);
    color: var(--bs-primary);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.contact-shell {
    position: relative;
    overflow: hidden;
    padding: 2rem;
    border-radius: 2rem;
    background:
        radial-gradient(circle at top left, rgba(13, 110, 253, 0.08), transparent 30%),
        radial-gradient(circle at bottom right, rgba(245, 183, 0, 0.08), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.07);
}

.contact-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 42%);
}

.contact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.08);
    color: var(--bs-primary);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.contact-eyebrow-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--bs-primary);
    box-shadow: 0 0 0 0.38rem rgba(13, 110, 253, 0.1);
}

.contact-title {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: #0f172a;
}

.contact-lead {
    max-width: 42rem;
    font-size: 1rem;
    line-height: 1.8;
    color: #475569;
}

.contact-summary {
    display: inline-flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 1.25rem;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(255, 255, 255, 0.8));
    color: #0f172a;
    text-align: left;
}

.contact-summary-label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #64748b;
}

.contact-summary-value {
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.55;
    color: #0f172a;
}

.glass-panel {
    position: relative;
    overflow: hidden;
    padding: 1.5rem;
    border-radius: 1.5rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(248, 250, 255, 0.72)),
        rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow:
        0 18px 45px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.glass-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at top right, rgba(13, 110, 253, 0.08), transparent 34%);
}

.panel-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.panel-icon {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: rgba(13, 110, 253, 0.10);
    color: var(--bs-primary);
    font-size: 1.1rem;
    flex: 0 0 auto;
}

.panel-title {
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 800;
    color: #0f172a;
}

.panel-subtitle {
    font-size: 0.92rem;
    color: #64748b;
}

.service-timeline {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1rem;
}

.service-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.95rem;
    align-items: flex-start;
    padding: 1rem 1.05rem;
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.service-marker {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.35rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--bs-primary), rgba(109, 40, 217, 0.9));
    box-shadow: 0 0 0 0.35rem rgba(13, 110, 253, 0.12);
}

.service-content {
    min-width: 0;
}

.service-topline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.service-name {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 800;
    color: #0f172a;
}

.service-time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.08);
    color: var(--bs-primary);
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
}

.service-note {
    margin-top: 0.35rem;
    color: #475569;
    line-height: 1.65;
    font-size: 0.92rem;
}

.contact-stack {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.9rem;
}

.contact-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.9rem;
    align-items: flex-start;
    padding: 1rem 1.05rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.contact-item-icon {
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
    background: rgba(13, 110, 253, 0.10);
    color: var(--bs-primary);
    font-size: 1rem;
    flex: 0 0 auto;
}

.contact-item-label {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #64748b;
}

.contact-item-text {
    color: #0f172a;
    line-height: 1.7;
    font-weight: 600;
}

.contact-cta {
    position: relative;
    z-index: 1;
}

.contact-btn {
    width: 100%;
    border-radius: 999px;
    padding-inline: 1.25rem;
    padding-block: 0.9rem;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .hero-section {
        padding-top: 3rem;
    }

    .hero-title {
        max-width: none;
    }

    .hero-visual {
        min-height: 24rem;
    }

    .hero-floating-card-top,
    .hero-floating-card-bottom {
        position: static;
        transform: none;
        margin-top: 1rem;
        width: fit-content;
    }

    .hero-visual {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 2.5rem 0 2rem;
    }

    .hero-title {
        font-size: clamp(2.35rem, 13vw, 3.2rem);
    }

    .hero-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .hero-visual {
        min-height: auto;
    }

    .values-shell {
        padding: 1.25rem;
        border-radius: 1.5rem;
    }

    .values-glass-grid {
        grid-template-columns: 1fr;
    }

    .value-glass-card {
        padding: 1.25rem;
    }

    .leadership-shell {
        padding: 1.25rem;
        border-radius: 1.5rem;
    }

    .leadership-card {
        padding: 1.25rem;
    }

    .leadership-portrait {
        width: 5.75rem;
        height: 5.75rem;
    }

    .contact-shell {
        padding: 1.25rem;
        border-radius: 1.5rem;
    }

    .glass-panel {
        padding: 1.25rem;
    }
}
