.jms-welcome-section {
    --jms-orange: #f47721;
    --jms-orange-dark: #d9530b;
    --jms-orange-light: #fff0dc;
    --jms-yellow: #ffb629;
    --jms-green: #218c57;
    --jms-green-soft: #eaf8ee;
    --jms-purple: #6a4bbd;
    --jms-dark: #24231f;
    --jms-muted: #625f59;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 72px 0;
    font-family: "Segoe UI", Arial, sans-serif;
    background: #57bf64;
}

.jms-welcome-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
        linear-gradient(135deg, transparent 0 44%, rgba(255,255,255,.08) 44% 46%, transparent 46% 100%),
        repeating-linear-gradient(
            -28deg,
            transparent 0 68px,
            rgba(255,255,255,.045) 68px 70px
        );
}

.jms-welcome-section::after {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    left: -270px;
    top: -320px;
    border-radius: 42% 58% 67% 33% / 39% 38% 62% 61%;
    border: 65px solid rgba(255,255,255,.10);
    transform: rotate(20deg);
    z-index: -2;
}

.jms-welcome-shell {
    position: relative;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 9px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 28px 65px rgba(100,45,10,.24);
}

.jms-welcome-shell::before {
    content: "";
    position: absolute;
    left: 33.333%;
    top: 40px;
    bottom: 40px;
    width: 1px;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(244,119,33,.38),
        rgba(244,119,33,.12),
        transparent
    );
    z-index: 5;
}

.jms-welcome-photo-wrap {
    height: 100%;
    padding: 20px;
    position: relative;
    background:
        linear-gradient(145deg, #fff7eb, #fff0db),
        #fff5e8;
}

.jms-photo-frame {
    height: 410px;
    position: relative;
    padding: 7px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #f7c79f;
    box-shadow: 0 16px 30px rgba(112,56,20,.16);
}

.jms-photo-frame::before {
    content: "";
    position: absolute;
    inset: -8px 14px 14px -8px;
    z-index: -1;
    border-radius: 8px;
    border: 2px solid rgba(244,119,33,.45);
}

.jms-main-photo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 6px;
}

.jms-image-badge {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 14px;
    border-radius: 7px;
    background: rgba(255,255,255,.96);
    border-left: 4px solid var(--jms-orange);
    box-shadow: 0 10px 25px rgba(40,25,12,.18);
}

.jms-badge-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    background: var(--jms-orange);
    color: #fff;
    font-size: 18px;
}

.jms-image-badge small,
.jms-image-badge strong {
    display: block;
    line-height: 1.2;
}

.jms-image-badge small {
    color: #8b7767;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 700;
}

.jms-image-badge strong {
    color: #32271f;
    margin-top: 3px;
    font-size: 14px;
    font-weight: 800;
}

.jms-photo-corner {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 7px 12px;
    display: flex;
    align-items: center;
    gap: 7px;
    border-radius: 50px;
    background: var(--jms-green);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 7px 18px rgba(0,0,0,.16);
}

.jms-mini-photo-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.jms-mini-photo {
    height: 100px;
    padding: 4px;
    border-radius: 7px;
    position: relative;
    background: #fff;
    border: 1px solid #f5c79f;
    overflow: hidden;
}

.jms-mini-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.jms-mini-photo span {
    position: absolute;
    left: 9px;
    bottom: 9px;
    padding: 4px 9px;
    border-radius: 30px;
    background: #fff;
    color: var(--jms-orange-dark);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.jms-welcome-content {
    min-height: 100%;
    position: relative;
    padding: 42px 46px 34px;
    background:
        radial-gradient(circle at 92% 12%, rgba(244,119,33,.08) 0 85px, transparent 86px),
        radial-gradient(circle at 84% 18%, transparent 0 105px, rgba(244,119,33,.08) 106px 108px, transparent 109px),
        #fff;
}

.jms-welcome-content::after {
    content: "";
    position: absolute;
    right: -46px;
    bottom: -45px;
    width: 190px;
    height: 190px;
    border: 28px solid rgba(33,140,87,.055);
    border-radius: 50%;
    pointer-events: none;
}

.jms-eyebrow {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 6px 12px 6px 7px;
    border-radius: 50px;
    background: #fff5e9;
    color: #b84d0c;
    border: 1px solid #ffd2ab;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.35px;
}

.jms-eyebrow-icon {
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--jms-orange);
    color: #fff;
}

.jms-title-row {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.jms-small-title {
    display: block;
    color: var(--jms-green);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: .4px;
    margin-bottom: 2px;
}

.jms-title-row h2 {
    margin: 0;
    color: var(--jms-dark);
    font-size: clamp(36px, 4.4vw, 61px);
    line-height: .98;
    font-weight: 900;
    letter-spacing: -2.4px;
}

.jms-title-row h2 span {
    color: var(--jms-orange);
    position: relative;
}

.jms-cross-mark {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff8ed;
    border: 1px solid #fbd4ad;
    color: var(--jms-orange);
    font-size: 28px;
    box-shadow: 0 9px 22px rgba(244,119,33,.12);
}

.jms-lead {
    margin: 18px 0 0;
    max-width: 790px;
    color: #3b3934;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 650;
}

.jms-title-divider {
    margin: 17px 0;
    max-width: 270px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 9px;
    color: var(--jms-orange);
    font-size: 10px;
}

.jms-title-divider span {
    display: block;
    height: 1px;
    background: linear-gradient(90deg, #f3bc8f, var(--jms-orange));
}

.jms-title-divider span:last-child {
    background: linear-gradient(90deg, var(--jms-orange), transparent);
}

.jms-description {
    margin: 0;
    max-width: 900px;
    color: var(--jms-muted);
    font-size: 15.5px;
    line-height: 1.82;
    font-weight: 450;
}

.jms-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.jms-highlight {
    min-height: 112px;
    display: flex;
    gap: 13px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid transparent;
}

.jms-highlight-orange {
    background: #fff3e4;
    border-color: #ffd9b2;
}

.jms-highlight-green {
    background: var(--jms-green-soft);
    border-color: #cbead5;
}

.jms-highlight-icon {
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    font-size: 17px;
    background: #fff;
}

.jms-highlight-orange .jms-highlight-icon {
    color: var(--jms-orange);
}

.jms-highlight-green .jms-highlight-icon {
    color: var(--jms-green);
}

.jms-highlight h5 {
    margin: 0 0 5px;
    color: #302e2a;
    font-size: 15px;
    font-weight: 850;
}

.jms-highlight p {
    margin: 0;
    color: #716a62;
    font-size: 12.5px;
    line-height: 1.55;
}

.jms-slogan-box {
    position: relative;
    margin-top: 13px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    overflow: hidden;
    border-radius: 8px;
    background: #3d315f;
    color: #fff;
    box-shadow: 0 10px 24px rgba(59,42,93,.15);
}

.jms-slogan-symbol {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--jms-green);
    font-size: 18px;
}

.jms-slogan-content {
    position: relative;
    z-index: 2;
}

.jms-slogan-content small {
    display: block;
    margin-bottom: 3px;
    color: #f8c991;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.jms-slogan-content h4 {
    margin: 0;
    font-size: clamp(15px, 1.8vw, 19px);
    line-height: 1.35;
    font-weight: 750;
}

.jms-slogan-lines {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 100px;
    opacity: .22;
    transform: skewX(-24deg);
}

.jms-slogan-lines span {
    position: absolute;
    top: -25px;
    width: 11px;
    height: 130px;
    background: #fff;
}

.jms-slogan-lines span:nth-child(1) {
    right: 8px;
}

.jms-slogan-lines span:nth-child(2) {
    right: 35px;
}

.jms-slogan-lines span:nth-child(3) {
    right: 62px;
}

.jms-purpose-strip {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px dashed #e4d7cd;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 10px;
}

.jms-purpose-item {
    display: flex;
    align-items: center;
    gap: 9px;
}

.jms-purpose-item > i {
    width: 37px;
    height: 37px;
    flex: 0 0 37px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    background: #fff5e8;
    color: var(--jms-orange);
    border: 1px solid #ffe0bf;
}

.jms-purpose-item small,
.jms-purpose-item strong {
    display: block;
}

.jms-purpose-item small {
    color: #8d847d;
    font-size: 9px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.jms-purpose-item strong {
    margin-top: 2px;
    color: #3e3934;
    font-size: 12px;
    font-weight: 800;
}

.jms-welcome-orb,
.jms-welcome-ring {
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.jms-orb-one {
    width: 130px;
    height: 130px;
    right: 3%;
    top: 8%;
    border-radius: 38% 62% 45% 55%;
    background: rgba(255,255,255,.13);
    animation: jmsFloat 7s ease-in-out infinite;
}

.jms-orb-two {
    width: 70px;
    height: 70px;
    left: 4%;
    bottom: 8%;
    border-radius: 50%;
    background: rgba(126,65,18,.10);
    animation: jmsFloat 5s ease-in-out infinite reverse;
}

.jms-ring-one {
    width: 150px;
    height: 150px;
    right: -60px;
    top: 38%;
    border: 18px solid rgba(255,255,255,.10);
    border-radius: 50%;
}

.jms-ring-two {
    width: 65px;
    height: 65px;
    left: 13%;
    top: 8%;
    border: 8px solid rgba(255,255,255,.16);
    border-radius: 50%;
}

@keyframes jmsFloat {
    0%,100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-16px) rotate(7deg);
    }
}

@media (max-width: 991.98px) {
    .jms-welcome-section {
        padding: 50px 0;
    }

    .jms-welcome-shell::before {
        display: none;
    }

    .jms-welcome-photo-wrap {
        padding: 18px;
    }

    .jms-photo-frame {
        height: 440px;
    }

    .jms-welcome-content {
        padding: 34px 28px 30px;
    }
}

@media (max-width: 767.98px) {
    .jms-welcome-section {
        padding: 34px 12px;
    }

    .jms-photo-frame {
        height: 360px;
    }

    .jms-mini-photo {
        height: 90px;
    }

    .jms-welcome-content {
        padding: 30px 20px 25px;
    }

    .jms-title-row {
        align-items: flex-end;
    }

    .jms-cross-mark {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
        font-size: 21px;
    }

    .jms-title-row h2 {
        letter-spacing: -1.5px;
    }

    .jms-lead {
        font-size: 16px;
    }

    .jms-description {
        font-size: 14.5px;
        line-height: 1.72;
    }

    .jms-highlight-grid {
        grid-template-columns: 1fr;
    }

    .jms-purpose-strip {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .jms-photo-frame {
        height: 315px;
    }

    .jms-image-badge {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .jms-welcome-content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .jms-small-title {
        font-size: 14px;
    }

    .jms-title-row h2 {
        font-size: 38px;
    }

    .jms-cross-mark {
        display: none;
    }

    .jms-eyebrow {
        letter-spacing: .8px;
        font-size: 9px;
    }

    .jms-slogan-box {
        align-items: flex-start;
    }

    .jms-slogan-symbol {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }
}