/* =========================================================
   WEBARTY TEMPLATES — WHAT'S INCLUDED
   COMPLETE CSS FOR REPLACEMENT
   Card redesign: 2026-08-27 18:15
   ========================================================= */

.wa-tpl-included,
.wa-tpl-included *,
.wa-tpl-included *::before,
.wa-tpl-included *::after {
    box-sizing: border-box;
}

.wa-tpl-included h2,
.wa-tpl-included h3,
.wa-tpl-included p {
    margin: 0;
    padding: 0;
}

.wa-tpl-included {
    --wa-inc-dark: #283550;
    --wa-inc-text: #657188;
    --wa-inc-teal: #00a78e;
    --wa-inc-green: #36c88a;
    --wa-inc-border: #d8e3e6;

    width: 100%;
    padding: 100px 0 106px;
    color: var(--wa-inc-dark);
    background: #ffffff;
    font-family: var(--e-global-typography-text-font-family, "Roboto"), Arial, sans-serif;
}

.wa-tpl-included__inner {
    width: min(calc(100% - 128px), 1380px);
    max-width: 1380px;
    margin: 0 auto;
}

.wa-tpl-included__header {
    max-width: 940px;
    margin: 0 auto 54px;
    text-align: center;
}

.wa-tpl-included__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: var(--wa-inc-teal);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .085em;
    text-transform: uppercase;
}

.wa-tpl-included__eyebrow-line {
    display: block;
    flex: 0 0 33px;
    width: 33px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--wa-inc-teal), var(--wa-inc-green));
}

.wa-tpl-included__title {
    max-width: 900px;
    margin: 0 auto !important;
    color: var(--wa-inc-dark) !important;
    font-family: inherit !important;
    font-size: clamp(39px, 3.45vw, 53px) !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -.043em !important;
    text-transform: none !important;
}

.wa-tpl-included__intro {
    max-width: 790px;
    margin: 23px auto 0 !important;
    color: var(--wa-inc-text) !important;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.68;
}

.wa-tpl-included__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 24px;
}

.wa-tpl-included__card {
    display: flex;
    min-width: 0;
    min-height: 205px;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 27px 27px;
    border: 1px solid var(--wa-inc-border);
    border-radius: 20px;
    background: #f8faf9;
    box-shadow: 0 8px 22px rgba(40, 53, 80, .035);
    transform: none !important;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.wa-tpl-included__card:hover,
.wa-tpl-included__card:focus-within {
    border-color: rgba(0, 167, 142, .32);
    background: #edf8f5;
    box-shadow: 0 18px 42px rgba(31, 51, 75, .075);
    transform: none !important;
}

.wa-tpl-included__number {
    position: relative;
    display: inline-flex;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin: 0 0 22px;
    border: 1px solid rgba(0, 167, 142, .18);
    border-radius: 14px;
    color: var(--wa-inc-teal);
    background: rgba(0, 167, 142, .075);
    font-size: 0;
    line-height: 1;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.wa-tpl-included__number::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: currentColor;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
}

.wa-tpl-included__card:nth-child(1) .wa-tpl-included__number::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%224%22%20width%3D%2218%22%20height%3D%2216%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M3%208h18M8%2012h8M8%2016h5%22%2F%3E%3C%2Fsvg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%224%22%20width%3D%2218%22%20height%3D%2216%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M3%208h18M8%2012h8M8%2016h5%22%2F%3E%3C%2Fsvg%3E");
}
.wa-tpl-included__card:nth-child(2) .wa-tpl-included__number::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%222.5%22%20y%3D%224%22%20width%3D%2214%22%20height%3D%2211%22%20rx%3D%221.8%22%2F%3E%3Cpath%20d%3D%22M7%2019h5M9.5%2015v4%22%2F%3E%3Crect%20x%3D%2217.5%22%20y%3D%228%22%20width%3D%224%22%20height%3D%2210%22%20rx%3D%221.2%22%2F%3E%3C%2Fsvg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%222.5%22%20y%3D%224%22%20width%3D%2214%22%20height%3D%2211%22%20rx%3D%221.8%22%2F%3E%3Cpath%20d%3D%22M7%2019h5M9.5%2015v4%22%2F%3E%3Crect%20x%3D%2217.5%22%20y%3D%228%22%20width%3D%224%22%20height%3D%2210%22%20rx%3D%221.2%22%2F%3E%3C%2Fsvg%3E");
}
.wa-tpl-included__card:nth-child(3) .wa-tpl-included__number::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%228%22%20height%3D%228%22%20rx%3D%221.5%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%223%22%20width%3D%228%22%20height%3D%228%22%20rx%3D%221.5%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%2213%22%20width%3D%2218%22%20height%3D%228%22%20rx%3D%221.5%22%2F%3E%3C%2Fsvg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%228%22%20height%3D%228%22%20rx%3D%221.5%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%223%22%20width%3D%228%22%20height%3D%228%22%20rx%3D%221.5%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%2213%22%20width%3D%2218%22%20height%3D%228%22%20rx%3D%221.5%22%2F%3E%3C%2Fsvg%3E");
}
.wa-tpl-included__card:nth-child(4) .wa-tpl-included__number::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M4%207h5M15%207h5M4%2017h9M19%2017h1%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%227%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2217%22%20r%3D%223%22%2F%3E%3C%2Fsvg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M4%207h5M15%207h5M4%2017h9M19%2017h1%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%227%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2217%22%20r%3D%223%22%2F%3E%3C%2Fsvg%3E");
}
.wa-tpl-included__card:nth-child(5) .wa-tpl-included__number::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%203h8l4%204v14H6z%22%2F%3E%3Cpath%20d%3D%22M14%203v5h5M9%2012h6M9%2016h6%22%2F%3E%3C%2Fsvg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%203h8l4%204v14H6z%22%2F%3E%3Cpath%20d%3D%22M14%203v5h5M9%2012h6M9%2016h6%22%2F%3E%3C%2Fsvg%3E");
}
.wa-tpl-included__card:nth-child(6) .wa-tpl-included__number::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M21%2015a4%204%200%200%201-4%204H8l-5%203V7a4%204%200%200%201%204-4h10a4%204%200%200%201%204%204Z%22%2F%3E%3Cpath%20d%3D%22M8%209h8M8%2013h5%22%2F%3E%3C%2Fsvg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M21%2015a4%204%200%200%201-4%204H8l-5%203V7a4%204%200%200%201%204-4h10a4%204%200%200%201%204%204Z%22%2F%3E%3Cpath%20d%3D%22M8%209h8M8%2013h5%22%2F%3E%3C%2Fsvg%3E");
}

.wa-tpl-included__card:hover .wa-tpl-included__number,
.wa-tpl-included__card:focus-within .wa-tpl-included__number {
    border-color: var(--wa-inc-teal);
    color: #ffffff;
    background: var(--wa-inc-teal);
}

.wa-tpl-included__card h3 {
    color: var(--wa-inc-dark) !important;
    font-family: inherit !important;
    font-size: 21px !important;
    font-weight: 800 !important;
    line-height: 1.24 !important;
    letter-spacing: -.026em !important;
    text-transform: none !important;
}

.wa-tpl-included__card p {
    margin-top: 12px !important;
    color: var(--wa-inc-text) !important;
    font-size: 14.25px;
    font-weight: 400;
    line-height: 1.65;
}

@media (min-width: 1201px) and (max-width: 1320px) {
    .wa-tpl-included {
        padding: 88px 0 94px;
    }
}

@media (max-width: 1200px) {
    .wa-tpl-included {
        padding: 88px 0 94px;
    }

    .wa-tpl-included__inner {
        width: min(calc(100% - 56px), 1380px);
    }

    .wa-tpl-included__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 1080px) {
    .wa-tpl-included__inner {
        width: min(calc(100% - 48px), 1380px);
    }
}

@media (max-width: 767px) {
    .wa-tpl-included {
        padding: 72px 0 78px;
    }

    .wa-tpl-included__inner {
        width: calc(100% - 48px);
    }

    .wa-tpl-included__header {
        margin-bottom: 36px;
        text-align: left;
    }

    .wa-tpl-included__eyebrow {
        gap: 10px;
        margin-bottom: 16px;
        font-size: 11px;
    }

    .wa-tpl-included__eyebrow-line {
        flex-basis: 27px;
        width: 27px;
        height: 2px;
    }

    .wa-tpl-included__title {
        max-width: none;
        margin-left: 0 !important;
        font-size: clamp(31px, 8.1vw, 38px) !important;
        line-height: 1.09 !important;
        text-align: left;
    }

    .wa-tpl-included__intro {
        max-width: none;
        margin: 20px 0 0 !important;
        font-size: 15px;
        line-height: 1.65;
        text-align: left;
    }

    .wa-tpl-included__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .wa-tpl-included__card {
        min-height: 0;
        padding: 25px 22px 24px;
        border-radius: 19px;
    }

    .wa-tpl-included__number {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
        margin-bottom: 20px;
        border-radius: 13px;
    }

    .wa-tpl-included__number::before {
        width: 24px;
        height: 24px;
    }

    .wa-tpl-included__card h3 {
        font-size: 20.5px !important;
    }

    .wa-tpl-included__card p {
        font-size: 14px;
    }
}

@media (max-width: 390px) {
    .wa-tpl-included__inner {
        width: calc(100% - 40px);
    }

    .wa-tpl-included__title {
        font-size: 30px !important;
    }

    .wa-tpl-included__card {
        padding: 23px 20px 22px;
    }
}

@media (min-width: 1920px) {
    .wa-tpl-included {
        padding: 112px 0 118px;
    }

    .wa-tpl-included__inner {
        width: min(calc(100% - 160px), 1560px);
        max-width: 1560px;
    }

    .wa-tpl-included__title {
        font-size: 54px !important;
    }

    .wa-tpl-included__intro {
        max-width: 820px;
        font-size: 17.5px;
    }

    .wa-tpl-included__grid {
        gap: 26px;
    }

    .wa-tpl-included__card {
        min-height: 215px;
        padding: 31px 30px 30px;
    }

    .wa-tpl-included__card h3 {
        font-size: 22px !important;
    }

    .wa-tpl-included__card p {
        font-size: 14.75px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wa-tpl-included *,
    .wa-tpl-included *::before,
    .wa-tpl-included *::after {
        transition: none !important;
        animation: none !important;
    }
}
