@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800;900&display=swap');

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.home-page {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 10%, rgba(111, 71, 198, 0.10), transparent 22%),
        radial-gradient(circle at 88% 16%, rgba(52, 151, 111, 0.10), transparent 18%),
        radial-gradient(circle at 55% 36%, rgba(97, 74, 183, 0.08), transparent 28%),
        linear-gradient(180deg, #f7f8ff 0%, #edf2fb 36%, #ffffff 100%);
}

.home-page::before,
.home-page::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    pointer-events: none;
    z-index: 0;
}

.home-page::before {
    top: 140px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: rgba(132, 92, 215, 0.10);
}

.home-page::after {
    top: 480px;
    left: -140px;
    width: 360px;
    height: 360px;
    background: rgba(56, 171, 116, 0.08);
}

.home-page>* {
    position: relative;
    z-index: 1;
}

.topbar {
    background: linear-gradient(90deg, #08153c 0%, #102a67 100%);
    color: #d3ddff;
    font-size: 0.5rem;
    letter-spacing: 0.01em;
    padding: 10px 0;
}

.topbar-inner {
    gap: 12px;
}

.topbar-links {
    gap: 16px;
}

.topbar-link {
    color: #d3ddff;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    font-size: 1.7em;
    white-space: nowrap;
}

.topbar-link:hover {
    color: #fff;
}

.topbar-link i {
    color: #9ff0c7;
}

.topbar-link-static {
    opacity: 0.95;
}

.site-navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(105, 82, 189, 0.10);
    box-shadow: 0 18px 42px rgba(16, 23, 60, 0.04);
}

.site-navbar .container {
    padding-top: 12px;
    padding-bottom: 12px;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #1a2450;
    margin-right: 24px;
}

.site-brand:hover {
    color: #1a2450;
}

.site-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    text-transform: uppercase;
}

.site-brand-copy strong {
    font-size: 0.8rem;
    font-weight: 680;
    letter-spacing: 0.03em;
}

.site-brand-copy span {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #582fb0;
}

.site-toggler {
    border: 0;
    box-shadow: none;
    outline: none;
}

.site-nav {
    gap: 6px;
}

.site-nav .nav-item {
    position: relative;
}

.site-nav .nav-link {
    color: #243261 !important;
    font-size: 0.75rem;
    font-weight: 680;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.95rem 1.02rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border-radius: 999px;
    transition: all 0.22s ease;
}

.site-nav .nav-link:hover,
.site-nav .nav-item.active .nav-link {
    color: #5e3eb2;
    background: rgba(111, 71, 198, 0.08);
}

.nav-caret {
    font-size: 0.68rem;
    opacity: 0.65;
}

.hero-feature {
    position: relative;
    height: 100%;
    padding: 18px 12px 16px;
    text-align: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(97, 76, 181, 0.12);
    box-shadow: 0 18px 36px rgba(24, 35, 83, 0.06);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
    overflow: hidden;
}

.hero-feature h3 {
    margin: 12px 0 0;
    color: #263165;
    font-size: 0.84rem;
    font-weight: 680;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.btn-home-primary,
.btn-home-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    border-radius: 999px;
    padding: 0.95rem 1.55rem;
    font-size: 0.9rem;
    font-weight: 680;
    letter-spacing: 0.03em;
    transition: all 0.24s ease;
}

.btn-home-primary {
    color: #fff !important;
    background: linear-gradient(135deg, #7b4bc9 0%, #553089 100%);
    box-shadow: 0 20px 42px rgba(87, 51, 152, 0.26);
}

.btn-home-secondary {
    color: #2a3153;
    border: 1px solid rgba(93, 77, 179, 0.14);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 36px rgba(24, 35, 83, 0.06);
}

.btn-home-secondary:hover {
    color: #2a3153 !important;
    transform: translateY(-2px);
    border-color: rgba(93, 77, 179, 0.2);
}

.btn-home-primary-sm {
    padding: 0.82rem 1.2rem;
    font-size: 0.84rem;
}

.btn-home-primary-light {
    color: #142753 !important;
    background: linear-gradient(135deg, #ffffff 0%, #edf3ff 100%);
    box-shadow: 0 16px 34px rgba(7, 17, 43, 0.20);
}

.btn-home-primary-light:hover {
    color: #142753 !important;
}

.hero-fabric {
    position: absolute;
    border-radius: 38% 62% 42% 58% / 50% 42% 58% 50%;
    filter: blur(0.3px);
}

.hero-stats-section {
    padding: 0 0 24px;
    margin-top: -80px;
    position: relative;
    z-index: 99;
}

.hero-stats-panel {
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(90deg, rgb(75 54 122) 0%, #5a3396 55%, rgb(72 54 119) 100%);
    color: #fff;
    box-shadow: 0 28px 70px rgba(64, 36, 120, 0.26);
}

.hero-stat-col+.hero-stat-col {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-stat {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 20px;
}

.hero-stat-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.65rem;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.08);
}

.hero-stat-copy {
    min-width: 0;
}

.hero-stat-number {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -0.03em;
}

.hero-stat-unit {
    margin-top: 3px;
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hero-stat-copy p {
    margin: 8px 0 0;
    font-size: 0.82rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.86);
}

.content-section {
    padding: 54px 0 32px;
}

.section-heading {
    margin-bottom: 26px;
}

.section-heading .section-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-size: 0.8rem;
    font-weight: 680;
    color: #2b8a67;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.section-heading .section-eyebrow::before,
.section-heading .section-eyebrow::after {
    content: "";
    display: block;
    width: 58px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(43, 138, 103, 0.6), transparent);
}

.section-heading h2 {
    margin: 8px 0 0;
    color: #1c2854;
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    font-weight: 700;
    letter-spacing: 0.05em;
}

.service-card {
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(97, 76, 181, 0.12);
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 22px 48px rgba(18, 27, 70, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 56px rgba(18, 27, 70, 0.12);
}

.service-card-icon {
    width: 70px;
    height: 70px;
    margin: -35px auto 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.45rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 18px 36px rgba(21, 31, 70, 0.20);
}

.service-theme-green .service-card-icon {
    background: linear-gradient(135deg, #35a275 0%, #277755 100%);
}

.service-theme-violet .service-card-icon {
    background: linear-gradient(135deg, #8150d0 0%, #5a3396 100%);
}

.service-card-body {
    padding: 10px;
    text-align: center;
}

.service-card-body h3 {
    color: #1d2752;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.service-card-body p {
    margin: 0;
    color: #5e647b;
    font-size: 0.92rem;
    line-height: 1.75;
}

.service-card-body a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 12px;
    color: #6f47c6;
    font-weight: 680;
    font-size: 0.88rem;
}

.split-section {
    padding-top: 18px;
}

.split-card {
    height: 100%;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.90);
    border: 1px solid rgba(97, 76, 181, 0.12);
    box-shadow: 0 24px 56px rgba(18, 27, 70, 0.08);
}

.about-copy p {
    margin: 0;
    color: #5c6379;
    font-size: 0.86rem;
}

.about-highlight {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.about-highlight-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    background: linear-gradient(135deg, #2f8a63 0%, #23684c 100%);
    box-shadow: 0 14px 28px rgba(31, 119, 85, 0.16);
}

.about-highlight:nth-child(2) .about-highlight-icon {
    background: linear-gradient(135deg, #6f47c6 0%, #4f2c8a 100%);
    box-shadow: 0 14px 28px rgba(87, 51, 152, 0.16);
}

.about-highlight:nth-child(3) .about-highlight-icon {
    background: linear-gradient(135deg, #5aa56f 0%, #2f8a63 100%);
}

.about-highlight h3 {
    margin: 0;
    color: #1d2752;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.about-highlight p {
    margin-top: 4px;
    font-size: 0.7rem;
    color: #59607a;
    line-height: 1.55;
}

.about-copy .btn-home-primary {
    margin-top: 20px;
}

.about-tree {
    position: absolute;
    bottom: 28px;
    width: 74px;
    height: 118px;
}

.about-tree::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 10px;
    height: 56px;
    margin-left: -5px;
    border-radius: 999px;
    background: linear-gradient(180deg, #9c7a48 0%, #5f462a 100%);
}

.about-tree::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 74px;
    height: 74px;
    margin-left: -37px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 38% 34%, rgba(255, 255, 255, 0.24), transparent 22%),
        linear-gradient(180deg, #4f9e68 0%, #2f7d4d 100%);
    box-shadow: 0 0 0 8px rgba(64, 135, 88, 0.08);
}

.about-tree-left {
    left: 18px;
    transform: scale(0.82);
    transform-origin: bottom left;
}

.about-tree-right {
    right: 92px;
    transform: scale(1.08);
    transform-origin: bottom right;
}

.about-path {
    position: absolute;
    left: -8%;
    right: -8%;
    bottom: -4px;
    height: 40%;
    background:
        radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.66), transparent 44%),
        linear-gradient(180deg, rgba(234, 244, 255, 0.30), rgba(189, 218, 187, 0.70));
    clip-path: ellipse(60% 42% at 50% 100%);
}

.about-tag-card {
    position: absolute;
    left: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(97, 76, 181, 0.10);
    box-shadow: 0 16px 32px rgba(19, 26, 60, 0.10);
    max-width: 230px;
}

.about-tag-card i {
    color: #2f8a63;
    font-size: 1.1rem;
}

.about-tag-card span {
    color: #1d2752;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.45;
}

.impact-copy p {
    padding: 16px 16px 0px 16px;
}

.impact-item-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: #fff;
    font-size: 1.22rem;
    box-shadow: 0 14px 26px rgba(24, 35, 83, 0.16);
}

.impact-grid .row>div:nth-child(1) .impact-item-icon {
    background: linear-gradient(135deg, #2f8a63 0%, #23684c 100%);
}

.impact-grid .row>div:nth-child(2) .impact-item-icon {
    background: linear-gradient(135deg, #5a8ed4 0%, #3463b5 100%);
}

.impact-grid .row>div:nth-child(3) .impact-item-icon {
    background: linear-gradient(135deg, #6f47c6 0%, #4f2c8a 100%);
}

.impact-grid .row>div:nth-child(4) .impact-item-icon {
    background: linear-gradient(135deg, #4aa462 0%, #2f8a63 100%);
}

.impact-item h3 {
    margin: 0;
    color: #1d2752;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.45;
    min-height: 42px;
}

.impact-item p {
    color: #59607a;
    font-size: 0.7rem;
}

.partners-section {
    padding-top: 26px;
}

.partners-strip {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(97, 76, 181, 0.12);
    box-shadow: 0 18px 42px rgba(18, 27, 70, 0.07);
}

.partners-track {
    flex: 1 1 auto;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.partners-track::-webkit-scrollbar {
    display: none;
}

.partners-arrow {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    border-radius: 50%;
    border: 1px solid rgba(97, 76, 181, 0.12);
    background: #ffffff;
    color: #293760;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(18, 27, 70, 0.06);
}

.cta-section {
    padding: 22px 0 60px;
}

.cta-shell {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 30px;
    color: #fff;
    background:
        radial-gradient(circle at 10% 20%, rgba(96, 176, 128, 0.16), transparent 18%),
        radial-gradient(circle at 88% 18%, rgba(132, 92, 215, 0.18), transparent 16%),
        linear-gradient(135deg, #0d1f4a 0%, #132a63 55%, #091737 100%);
    box-shadow: 0 30px 72px rgba(10, 19, 48, 0.28);
}

.cta-shell::before,
.cta-shell::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.cta-shell::before {
    left: -40px;
    top: -20px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(140, 194, 150, 0.18), transparent 64%);
}

.cta-shell::after {
    right: -30px;
    bottom: -30px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(150, 122, 224, 0.16), transparent 64%);
}

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

.section-eyebrow-light {
    color: #9df0c6;
}

.cta-copy h2 {
    margin: 8px 0 14px;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.24;
}

.cta-copy p {
    margin: 0 0 18px;
    color: rgba(228, 236, 255, 0.88);
    line-height: 1.8;
}

.cta-contact-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.cta-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 96px;
    padding: 18px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.cta-contact-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9df0c6;
    background: rgba(255, 255, 255, 0.08);
    font-size: 1rem;
}

.cta-contact-item strong {
    display: block;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.cta-contact-item p {
    margin: 4px 0 0;
    color: rgba(224, 234, 255, 0.9);
    font-size: 0.82rem;
    line-height: 1.55;
}

@keyframes floatSuit {

    0%,
    100% {
        transform: translateY(0) rotate(var(--suit-rot));
    }

    50% {
        transform: translateY(-10px) rotate(var(--suit-rot));
    }
}

@keyframes swayLeaf {

    0%,
    100% {
        transform: rotate(var(--leaf-rot)) translateY(0);
    }

    50% {
        transform: rotate(var(--leaf-rot)) translateY(-4px);
    }
}

@media (max-width: 1199.98px) {
    .site-brand-copy span {
        font-size: 0.92rem;
    }
}

@media (max-width: 991.98px) {
    .topbar-links {
        justify-content: flex-start;
    }

    .site-navbar .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .site-navbar .navbar-collapse {
        margin-top: 12px;
        padding: 14px 0 4px;
        background: rgba(255, 255, 255, 0.96);
        border-top: 1px solid rgba(97, 76, 181, 0.10);
        border-radius: 18px;
        box-shadow: 0 16px 32px rgba(18, 27, 70, 0.08);
    }

    .site-nav .nav-link {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0.85rem 1rem;
        border-radius: 14px;
    }

    .hero-stats-section {
        margin-top: 6px;
    }

    .hero-stat-col+.hero-stat-col {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .cta-contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .topbar-inner {
        gap: 8px;
    }

    .topbar-links {
        gap: 8px 12px;
    }

    .topbar-link,
    .topbar-link-static {
        font-size: 1.4em;
        white-space: normal;
    }

    .hero-feature {
        min-height: 124px;
    }

    .hero-feature h3 {
        font-size: 0.78rem;
    }

    .hero-stats-panel {
        border-radius: 22px;
    }

    .hero-stat {
        padding: 20px 18px;
    }

    .hero-stat-number {
        font-size: 1.7rem;
    }

    .section-heading h2 {
        letter-spacing: 0.03em;
    }

    .service-card-body h3 {
        min-height: auto;
    }

    .service-card-body p {
        min-height: auto;
    }

    .about-copy,
    .impact-card {
        padding-left: 18px;
        padding-right: 18px;
    }

    .about-copy h2,
    .about-visual {
        min-height: 340px;
    }

    .impact-visual {
        height: 160px;
    }

    .partners-strip {
        padding: 12px;
    }

    .partners-arrow {
        width: 38px;
        height: 38px;
    }

    .cta-shell {
        padding: 22px 18px;
    }

    .cta-copy h2 {
        font-size: 1.4rem;
    }

    .cta-contact-item {
        min-height: 84px;
    }
}

@media (max-width: 575.98px) {
    .hero-feature-icon {
        width: 52px;
        height: 52px;
        font-size: 1.2rem;
    }

    .btn-home-primary,
    .btn-home-secondary {
        width: 100%;
        justify-content: center;
    }

    .hero-stat {
        padding: 18px 14px;
    }

    .hero-stat-icon {
        width: 50px;
        height: 50px;
        font-size: 1.35rem;
    }

    .hero-stat-copy p {
        font-size: 0.78rem;
    }

    .section-heading .section-eyebrow {
        gap: 10px;
        letter-spacing: 0.1em;
    }

    .section-heading .section-eyebrow::before,
    .section-heading .section-eyebrow::after {
        width: 36px;
    }

    .partner-chip {
        min-width: 118px;
        height: 66px;
        font-size: 0.8rem;
    }

    .cta-contact-grid {
        gap: 10px;
    }

    .cta-contact-item {
        padding: 14px;
    }
}

.welfare-page {
    background: #ffffff;
    color: #1f2937;
}

.breadcrumbs-section {
    background: linear-gradient(180deg, #f7f8fc 0%, #ffffff 100%);
    border-bottom: 1px solid #eef1f6;
}

.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb a {
    color: #5b4bb7;
    text-decoration: none;
}

.page-kicker {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .45rem .9rem;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #3a8a59;
    background: rgba(58, 138, 89, .09);
}

.page-kicker::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3a8a59;
    box-shadow: 0 0 0 6px rgba(58, 138, 89, .12);
    flex: 0 0 8px;
}

.page-title {
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: 1.05;
    text-transform: uppercase;
    color: #2a235e;
}

.page-lead {
    color: #4b5563;
    line-height: 1.9;
    font-size: 1.02rem;
}

.hero-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8eee4 100%);
}

.hero-section::before {
    content: '';
    position: absolute;
    left: -120px;
    bottom: -120px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(91, 75, 183, .13), rgba(91, 75, 183, 0) 72%);
    pointer-events: none;
}

.hero-section::after {
    content: '';
    position: absolute;
    right: -100px;
    top: -90px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(58, 138, 89, .12), rgba(58, 138, 89, 0) 72%);
    pointer-events: none;
}

.hero-media {
    position: relative;
    z-index: 1;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 60px rgba(47, 35, 93, .12);
    border: 1px solid rgba(255, 255, 255, .8);
}

.hero-media img {
    width: 100%;
    height: auto;
    display: block;
}

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

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem .85rem;
    border-radius: 999px;
    color: #3a8a59;
    background: rgba(58, 138, 89, .08);
    font-weight: 700;
    font-size: .9rem;
}

.hero-pill small {
    font-size: .8rem;
}

.section-heading {
    color: #2a235e;
    font-weight: 900;
    letter-spacing: -.03em;
    text-transform: uppercase;
}

.section-subtitle {
    color: #6b7280;
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.8;
}

.value-section {
    background: linear-gradient(180deg, #fbfcff 0%, #f6f8fc 100%);
}

.value-card {
    height: 100%;
    border: 1px solid #edf1f7;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(31, 41, 55, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(31, 41, 55, .13);
}

.value-icon {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin: 0 auto 1rem;
}

.value-title {
    color: #2a235e;
    font-weight: 900;
    font-size: .96rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: .5rem;
}

.value-desc {
    color: #64748b;
    line-height: 1.7;
    font-size: .94rem;
    margin: 0;
}

.solution-card {
    height: 100%;
    border-radius: 22px;
    border: 1px solid #edf1f7;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 30px rgba(31, 41, 55, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 44px rgba(31, 41, 55, .12);
}

.solution-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #fff 0%, #fbfbfd 100%);
}

.solution-thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.solution-body {
    padding: 1.05rem 1.15rem 1.25rem;
}

.solution-title {
    color: #2a235e;
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: .45rem;
}

.solution-link {
    color: #6b4fd6;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.solution-link:hover {
    color: #4a31b8;
    text-decoration: none;
}

.solution-section {
    position: relative;
}

@media (max-width: 991.98px) {
    .page-title {
        font-size: 2.2rem;
    }

    .section-heading {
        font-size: 1.7rem;
    }
}

@media (max-width: 575.98px) {
    .page-title {
        font-size: 1.85rem;
    }

    .page-lead,
    .value-desc {
        font-size: .98rem;
    }

    .solution-thumb {
        height: 160px;
    }
}

.intro-page {
    background: #ffffff;
}

.intro-page .breadcrumbs-section {
    background: linear-gradient(180deg, #f7f8fc 0%, #ffffff 100%);
    border-bottom: 1px solid #eef0f6;
}

.intro-page .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.intro-page .breadcrumb a {
    color: #5c6ac4;
    text-decoration: none;
}

.intro-page .intro-section {
    position: relative;
    overflow: hidden;
}

.intro-page .intro-section::before {
    content: '';
    position: absolute;
    left: -80px;
    bottom: -80px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(94, 114, 228, .14), rgba(94, 114, 228, 0) 70%);
    pointer-events: none;
}

.intro-page .intro-section::after {
    content: '';
    position: absolute;
    top: -90px;
    right: -70px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(82, 196, 136, .14), rgba(82, 196, 136, 0) 70%);
    pointer-events: none;
}

.intro-page .intro-kicker {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #4a9b5a;
    background: rgba(74, 155, 90, .09);
    padding: .5rem .85rem;
    border-radius: 999px;
}

.intro-page .intro-kicker::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4a9b5a;
    box-shadow: 0 0 0 6px rgba(74, 155, 90, .12);
    flex: 0 0 8px;
}

.intro-page .intro-title {
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.02em;
    color: #2a2767;
    text-transform: uppercase;
}

.intro-page .intro-lead {
    color: #4e5668;
    font-size: 1.05rem;
    line-height: 1.8;
}

.intro-page .intro-copy {
    color: #6b7280;
    line-height: 1.9;
}

.intro-page .intro-media {
    position: relative;
    z-index: 1;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(31, 41, 55, .12);
    border: 1px solid #eef2f7;
    background: #fff;
}

.intro-page .intro-media img {
    display: block;
    width: 100%;
    height: auto;
}

.intro-page .badge-pill {
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e8ebf3;
    color: #2a2767;
    padding: .6rem .9rem;
    box-shadow: 0 10px 24px rgba(32, 40, 72, .05);
}

.intro-page .section-heading {
    color: #2a2767;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -.02em;
}

.intro-page .section-subtitle {
    color: #6b7280;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.intro-page .value-card {
    border: none;
    border-radius: 20px;
    box-shadow: 0 14px 35px rgba(32, 40, 72, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.intro-page .value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(32, 40, 72, .13);
}

.intro-page .value-icon {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin: 0 auto 1rem;
}

.intro-page .value-title {
    color: #2a2767;
    font-size: .95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: .5rem;
}

.intro-page .value-desc {
    color: #6b7280;
    font-size: .92rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.intro-page .branch-item {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
}

.intro-page .branch-item+.branch-item {
    border-top: 1px solid #edf0f5;
}

.intro-page .branch-icon {
    width: 46px;
    height: 46px;
    object-fit: contain;
    flex: 0 0 46px;
    margin-top: .15rem;
}

.intro-page .branch-title {
    margin: 0 0 .35rem;
    color: #2a2767;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.intro-page .branch-desc {
    margin: 0;
    color: #5d6677;
    line-height: 1.8;
}

.intro-page .section-soft {
    background: linear-gradient(180deg, #fbfcff 0%, #f6f8fc 100%);
}

@media (max-width: 991.98px) {
    .intro-page .intro-title {
        font-size: 2.1rem;
    }

    .intro-page .section-heading {
        font-size: 1.7rem;
    }
}

@media (max-width: 575.98px) {
    .intro-page .intro-title {
        font-size: 1.8rem;
    }

    .intro-page .intro-lead,
    .intro-page .intro-copy,
    .intro-page .branch-desc {
        font-size: .98rem;
    }
}
