.mhDefSection {
    width: 100%;
    padding: clamp(60px, 8vw, 96px) clamp(20px, 5vw, 60px);
    background: linear-gradient(165deg, #ecfdf5 0%, #d1fae5 30%, #f0fdf4 60%, #ecfdf5 100%);
    position: relative;
    overflow: hidden;
}
.mhDefSection::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse 80% 60% at 10% 90%, rgba(5, 150, 105, 0.06) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 90% 10%, rgba(52, 211, 153, 0.05) 0%, transparent 55%);
    pointer-events: none;
}
.mhDefInner {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.mhDefTop {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: clamp(32px, 4.5vw, 72px);
    align-items: center;
    margin-bottom: clamp(36px, 4.5vw, 52px);
}
.mhDefIntroCol {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.mhDefEyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px 8px 9px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 100px;
    box-shadow: 0 6px 18px rgba(5, 150, 105, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.mhDefEyebrowIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 3px 8px rgba(5, 150, 105, 0.35);
}
.mhDefEyebrowText {
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #047857;
}
.mhDefTitle {
    font-family: 'Plus Jakarta Sans', 'DM Sans', system-ui, -apple-system, sans-serif;
    font-size: clamp(30px, 3.8vw, 44px);
    font-weight: 800;
    line-height: 1.14;
    color: #064e3b;
    letter-spacing: -0.5px;
    margin: 0;
}
.mhDefTitleAccent {
    background: linear-gradient(120deg, #059669 0%, #047857 55%, #065f46 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.mhDefTagline {
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
    font-size: clamp(16.5px, 1.8vw, 18px);
    line-height: 1.65;
    color: #33534a;
    margin: 0;
}
.mhDefTextBlock {
    text-align: left;
}
.mhDefTextBlock p {
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
    font-size: clamp(16px, 1.7vw, 17.5px);
    line-height: 1.72;
    color: #1e3a2f;
    letter-spacing: 0.1px;
    margin: 0 0 clamp(14px, 2vw, 18px) 0;
}
.mhDefTextBlock p:last-child { margin-bottom: 0; }
.mhDefTextBlock p strong {
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
    color: #064e3b;
    font-weight: 700;
}
.mhDefTextBlock--bottom {
    max-width: 1020px;
    margin: clamp(30px, 4vw, 44px) auto 0;
    text-align: center;
}
.mhDefGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(18px, 2.2vw, 24px);
}
.mhDefCard {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 22px;
    padding: 26px 26px 28px;
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow:
        0 4px 24px rgba(5, 100, 80, 0.06),
        0 1px 6px rgba(5, 100, 80, 0.04),
        0 0 0 1px rgba(5, 100, 80, 0.04);
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.mhDefCard:hover {
    transform: translateY(-5px);
    box-shadow:
        0 20px 50px rgba(5, 100, 80, 0.1),
        0 8px 20px rgba(5, 100, 80, 0.06),
        0 0 0 1px rgba(5, 100, 80, 0.06);
}
.mhDefCardHead {
    display: flex;
    align-items: center;
    gap: 14px;
}
.mhDefCardIcon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    flex-shrink: 0;
}
.mhDefCardIcon--blue { background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%); }
.mhDefCardIcon--blue svg { color: #1d4ed8; stroke: #1d4ed8; }
.mhDefCardIcon--green { background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%); }
.mhDefCardIcon--green svg { color: #059669; stroke: #059669; }
.mhDefCardIcon--amber { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); }
.mhDefCardIcon--amber svg { color: #d97706; stroke: #d97706; }
.mhDefCardTitle {
    font-family: 'Plus Jakarta Sans', 'DM Sans', system-ui, -apple-system, sans-serif;
    font-size: 17.5px;
    font-weight: 800;
    color: #064e3b;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.2px;
}
.mhDefCardText {
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.66;
    color: #33534a;
    margin: 0;
    letter-spacing: 0.1px;
}
@media (max-width: 1024px) {
    .mhDefTop { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
    .mhDefGrid { grid-template-columns: 1fr; gap: 16px; max-width: 640px; margin-left: auto; margin-right: auto; }
    .mhDefTextBlock--bottom { text-align: left; margin-top: 30px; }
}
@media (max-width: 768px) {
    .mhDefSection { padding: clamp(52px, 8vw, 72px) clamp(16px, 4vw, 32px); }
    .mhDefTitle { font-size: clamp(27px, 6.2vw, 36px); }
    .mhDefTextBlock p { font-size: 16px; line-height: 1.68; }
    .mhDefCard { padding: 24px 20px 26px; }
    .mhDefCardTitle { font-size: 17px; }
    .mhDefCardText { font-size: 15.5px; line-height: 1.62; }
}
@media (max-width: 520px) {
    .mhDefSection { padding: 48px 16px; }
    .mhDefTitle { font-size: clamp(25px, 7vw, 32px); }
    .mhDefTagline { font-size: 16px; }
    .mhDefCard { padding: 22px 18px 24px; border-radius: 20px; }
    .mhDefCardIcon { width: 42px; height: 42px; border-radius: 12px; }
    .mhDefEyebrow { padding: 7px 15px 7px 8px; }
    .mhDefEyebrowText { font-size: 12.5px; letter-spacing: 1.1px; }
}
@media (max-width: 380px) {
    .mhDefSection { padding: 42px 14px; }
    .mhDefTitle { font-size: 24px; }
    .mhDefCard { padding: 20px 16px 22px; border-radius: 18px; }
    .mhDefCardIcon { width: 40px; height: 40px; }
    .mhDefCardTitle { font-size: 16.5px; }
    .mhDefCardText { font-size: 15px; }
}
