
/* ===== Brand tokens (from ePolite style.css) ===== */
:root {
    --brand-primary: #0D967E;
    --brand-primary-dark: #CE9D30;
    --brand-secondary: #F7C244;
    --brand-base-dark: #00826c;
    --brand-step-dark: #004f42;
    --brand-bg-gray: #f2f3f5;
    --brand-bg-mint: #daf9f5;
    --brand-bg-mint-soft: #e9faf6;
    --brand-text: #212529;
    --brand-border: #CED4DA;
    --brand-muted: #6c757d;
    --radius-button: 30px;
    --radius-card: 15px;
    --grad-teal: linear-gradient(135deg, #1aa78f 0%, #0D967E 55%, #036b58 100%);
    --grad-teal-soft: linear-gradient(135deg, #0D967E 0%, #00826c 100%);
    --grad-teal-deep: linear-gradient(135deg, #0D967E 0%, #004f42 100%);
    --shadow-button: rgba(0, 0, 0, .1) 3px 3px 5px 0px;
    --shadow-card: 0 3px 6px rgba(0, 0, 0, .16);
    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --bs-primary: #0D967E;
    --bs-primary-rgb: 13, 150, 126;
    --bs-link-color: #0D967E;
    --bs-link-hover-color: #CE9D30;
}

body {
    font-family: 'Segoe', 'Open Sans', sans-serif;
}

@media(min-width:992px) {
    h2 {
        font-size: 2.35rem;
    }
}

a.fw-bold{
    color: var(--brand-primary);
}
a.fw-bold:hover{
    color: var(--brand-primary-dark);
}

a {
    color: var(--brand-primary);
    text-decoration: none;
}

a:hover {
    color: var(--brand-primary-dark);
}

img {
    max-width: 100%;
}

.text-brand-yellow {
    color: var(--brand-secondary) !important;
}

.e-section {
    padding: 100px 0;
}

.e-bg-gray {
    background: var(--brand-bg-gray);
}

.e-bg-mint {
    background: var(--brand-bg-mint-soft);
}

.e-eyebrow {
    color: var(--brand-primary);
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: .8rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.e-eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--brand-secondary);
    flex-shrink: 0;
}

.e-btn-primary:hover {
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12);
}

.e-btn-teal {
    display: inline-block;
    background: var(--brand-primary);
    color: #fff;
    font-weight: 700;
    border-radius: var(--radius-button);
    padding: 14px 32px;
    box-shadow: var(--shadow-button);
    transition: transform .15s, box-shadow .15s;
    line-height:1.6rem
}

.e-btn-teal:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}

.e-btn-ghost {
    display: inline-block;
    border: 2px solid var(--brand-primary);
    color: var(--brand-primary);
    font-weight: 700;
    border-radius: var(--radius-button);
    padding: 12px 28px;
    transition: background .15s, color .15s;
    line-height:1.6rem
}

.e-btn-ghost:hover {
    background: var(--brand-primary);
    color: #fff;
}

/* ===== HERO 3 (photo + tilted product-card collage), green stage, static, no JS ===== */
.e-hero3 {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-button);
    background: radial-gradient(125% 130% at 12% 0%, #23b395 0%, #0D967E 48%, #0a7c68 100%);
    padding: 52px clamp(22px, 4vw, 56px);
}

.e-hero3__blob {
    position: absolute;
    z-index: 0;
    width: 560px;
    height: 560px;
    top: -170px;
    right: -130px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .12), rgba(255, 255, 255, 0) 68%);
    pointer-events: none;
}

.e-hero3__ring {
    position: absolute;
    z-index: 0;
    width: 150px;
    height: 150px;
    bottom: -44px;
    left: 45%;
    border: 16px solid rgba(247, 194, 68, .30);
    border-radius: 50%;
    pointer-events: none;
}

.e-hero3__blob2 {
    position: absolute;
    z-index: 0;
    width: 380px;
    height: 380px;
    bottom: -150px;
    left: -120px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, rgba(10, 124, 104, .6), rgba(10, 124, 104, 0) 70%);
    pointer-events: none;
}

.e-hero3__ring2 {
    position: absolute;
    z-index: 0;
    width: 240px;
    height: 240px;
    top: -90px;
    left: -90px;
    border: 20px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
    pointer-events: none;
}

.e-hero3__ring3 {
    position: absolute;
    z-index: 0;
    width: 84px;
    height: 84px;
    top: 30px;
    right: 46%;
    border: 9px solid rgba(247, 194, 68, .20);
    border-radius: 50%;
    pointer-events: none;
}

.e-hero3__dots {
    position: absolute;
    z-index: 0;
    bottom: 7%;
    left: 33%;
    width: 160px;
    height: 92px;
    transform: rotate(-6deg);
    pointer-events: none;
    background-image: radial-gradient(rgba(247, 194, 68, .5) 2.6px, transparent 3px);
    background-size: 21px 21px;
}

.e-hero3__dots2 {
    position: absolute;
    z-index: 0;
    bottom: 18%;
    right: -6px;
    width: 120px;
    height: 120px;
    pointer-events: none;
    background-image: radial-gradient(rgba(255, 255, 255, .16) 2px, transparent 2.6px);
    background-size: 18px 18px;
}

.e-hero3>.row {
    position: relative;
    z-index: 1;
}

.e-hero3 .e-eyebrow {
    color: #fff;
}

.e-hero3__msg h1 {
    font-size: clamp(2.05rem, 1.1rem + 2.7vw, 3.35rem);
    line-height: 1.08;
    font-weight: 800;
    color: #fff;
    margin: 8px 0 0;
}

.e-hero3__msg h1 .hl {
    color: var(--brand-secondary);
}

.e-hero3__sub {
    color: rgba(255, 255, 255, .9);
    font-size: 1.08rem;
    line-height: 1.55;
    max-width: 520px;
    margin: 16px 0 0;
}

.e-hero3__cta {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.e-hero3 .e-btn-ghost {
    border: 2px solid rgba(255, 255, 255, .7);
    color: #fff;
}

.e-hero3 .e-btn-ghost:hover {
    background: #fff;
    color: var(--brand-primary);
}

.e-hero3__proof {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 14px;
    font-size: .86rem;
    color: #fff;
}

.e-hero3__proof strong {
    font-weight: 800;
}

.e-hero3__proof i {
    color: #fff;
}

.e-proof-stars i {
    color: #F7C244;
    letter-spacing: 1px;
}

.e-proof-sep {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .45);
    display: inline-block;
}

/* visual: photo + floating product cards */
.e-hero3__visual {
    position: relative;
}

.e-hero3__photo {
    position: relative;
    z-index: 1;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 26px 54px rgba(0, 0, 0, .28);
    aspect-ratio: 4/3;
}

.e-hero3__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.e-hero3__cards {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.e-hero3-card {
    pointer-events: auto;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--grad-teal);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 16px;
    padding: 10px 14px 10px 10px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .28);
    text-decoration: none;
    color: #fff;
    width: max-content;
    transition: transform .18s, box-shadow .18s;
}

.e-hero3-card:hover {
    transform: rotate(0deg) translateY(-3px) !important;
    box-shadow: 0 22px 44px rgba(0, 0, 0, .34);
    color: #fff;
}

.e-hero3-card.is-soon {
    cursor: default;
}

.e-hero3-card .e-hero3-card__ic {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .25);
}

.e-hero3-card__lb {
    font-weight: 700;
    font-size: .92rem;
    line-height: 1.12;
}

.e-hero3-card__lb small {
    display: block;
    font-weight: 700;
    font-size: .6rem;
    color: var(--brand-secondary);
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-top: 2px;
}

.e-hero3-card.pos-tl {
    top: 7%;
    left: -3%;
    transform: rotate(-6deg);
}

.e-hero3-card.pos-tr {
    top: -3%;
    right: 3%;
    transform: rotate(5deg);
}

.e-hero3-card.pos-bl {
    bottom: 15%;
    left: -4%;
    transform: rotate(4deg);
}

.e-hero3-card.pos-br {
    bottom: -2%;
    right: -1%;
    transform: rotate(-5deg);
}

.e-hero3-chip {
    position: absolute;
    z-index: 3;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%) rotate(-2deg);
    background: var(--grad-teal);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 30px;
    padding: 9px 16px;
    font-weight: 700;
    font-size: .8rem;
    white-space: nowrap;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .26);
}

.e-hero3-chip i {
    color: var(--brand-secondary);
    margin-right: 6px;
}

/* ATF trust strip (green to match) */
.e-trust2 {
    background: var(--grad-teal);
    border-radius: var(--radius-button);
    box-shadow: 0 14px 30px rgba(13, 150, 126, .28);
    padding: 22px clamp(14px, 3vw, 34px);
}

.e-trust2__item {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

@media(min-width:768px) {
    .e-trust2__item {
        justify-content: flex-start;
    }
}

.e-trust2__item i {
    font-size: 1.5rem;
    color: var(--brand-secondary);
    flex-shrink: 0;
}

.e-trust2__item h5 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.e-trust2__item p {
    margin: 0;
    font-size: .8rem;
    color: rgba(255, 255, 255, .82);
}

/* KEPT (used by product suite below) */
.ico-casa,
.ico-rca {
    background: rgba(13, 150, 126, .12);
    color: var(--brand-primary);
}

.ico-cal {
    background: rgba(247, 194, 68, .20);
    color: var(--brand-primary-dark);
}

.ico-mal {
    background: rgba(214, 51, 108, .12);
    color: #d6336c;
}

.e-tool-card__icon {
    background: var(--grad-teal) !important;
    color: #fff !important;
    box-shadow: 0 6px 14px rgba(13, 150, 126, .28);
}

@media (max-width:991.98px) {
    .e-hero3 {
        padding: 30px 18px;
    }

    .e-hero3__msg {
        text-align: center;
    }

    .e-hero3__cta,
    .e-hero3__proof {
        justify-content: center;
    }

    .e-hero3__blob,
    .e-hero3__blob2,
    .e-hero3__ring,
    .e-hero3__ring2,
    .e-hero3__ring3,
    .e-hero3__dots,
    .e-hero3__dots2,
    .e-hero3-chip {
        display: none;
    }

    .e-hero3__cards {
        position: static;
        inset: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 14px;
        pointer-events: auto;
    }

    .e-hero3-card {
        position: static;
        transform: none !important;
        width: auto;
        justify-content: flex-start;
        box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
        border-color: rgba(255, 255, 255, .22);
    }

    .e-hero3-card:hover {
        transform: translateY(-3px) !important;
    }
}

/* ===== cards (ePolite: radius + soft shadow + border) ===== */
.e-prod-card {
    position: relative;
    overflow: hidden;
    background: var(--grad-teal);
    color: #fff;
    border: none;
    border-radius: 22px;
    padding: 32px 26px;
    height: 100%;
    box-shadow: 0 14px 30px rgba(13, 150, 126, .28);
    transition: transform .2s, box-shadow .2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.e-prod-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 46px rgba(13, 150, 126, .40);
}

.e-prod-card h3 {
    color: #fff;
}

.e-prod-card .e-btn-primary {
    align-self: center;
    padding: 11px 26px;
    font-size: .92rem;
}

.e-btn-primary {
    display: inline-block;
    background: var(--brand-secondary);
    color: #333;
    font-weight: 700;
    border-radius: var(--radius-button);
    padding: 9px 32px;
    box-shadow: var(--shadow-button);
    border: none;
    transition: transform .15s, box-shadow .15s;
    line-height:1.6rem
}

.e-prod-card .e-soon-pill {
    background: rgba(255, 255, 255, .2);
    color: #fff;
    align-self: center;
}

.e-prod-card__icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    margin: 0 auto 18px;
    background: rgba(255, 255, 255, .16);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .25);
}

.e-prod-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.e-prod-card li {
    position: relative;
    margin-bottom: 9px;
    font-size: .95rem;
    color: rgba(255, 255, 255, .92);
}

.e-prod-card li::before {
    /* content: "\f00c"; */
    /* font-family: "Font Awesome 6 Free"; */
    font-weight: 900;
    color: var(--brand-secondary);
    margin-right: 8px;
    font-size: .8rem;
}

.e-soon-pill {
    display: inline-block;
    background: #eef0f0;
    color: #8a8f93;
    font-weight: 700;
    border-radius: var(--radius-button);
    padding: 12px 28px;
}

/* ===== steps ===== */
.e-step__num {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--grad-teal);
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    box-shadow: 0 6px 14px rgba(13, 150, 126, .30);
}

/* ===== calculator explainer ===== */
.e-calc-wrap {
    background: var(--brand-bg-mint-soft);
    border-radius: var(--radius-button);
}

.e-mock-quote {
    background: #fff;
    border-radius: var(--radius-card);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
    padding: 22px;
}

.e-mock-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .85rem;
    color: var(--brand-muted);
    border-bottom: 1px solid #eef1f0;
    padding-bottom: 12px;
    margin-bottom: 6px;
}

.e-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .78rem;
    color: var(--brand-primary);
    font-weight: 600;
}

.e-toggle .dot {
    width: 30px;
    height: 17px;
    background: var(--brand-primary);
    border-radius: 20px;
    position: relative;
}

.e-toggle .dot::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 2px;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 50%;
}

.e-mock-offer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 8px;
    border-bottom: 1px solid #f1f3f2;
}

.e-mock-offer:last-of-type {
    border-bottom: none;
}

.e-mock-ins {
    font-weight: 600;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
}

.e-mock-price {
    font-weight: 800;
    font-size: 1.15rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.e-mock-best {
    border: 1.5px solid var(--brand-primary);
    border-radius: var(--radius-card);
    background: rgba(13, 150, 126, .05);
}

.e-badge-best {
    background: var(--brand-primary);
    color: #fff;
    font-size: .58rem;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-left: 0;
    white-space: nowrap;
}

.e-mock-pay {
    display: flex;
    gap: 8px;
    margin-top: 14px;
}

.e-mock-pay span {
    flex: 1;
    text-align: center;
    font-size: .78rem;
    background: var(--brand-bg-gray);
    border-radius: 12px;
    padding: 8px 4px;
    color: #495057;
}

/* ===== tools (e-doc-item style icons) ===== */
.e-tool-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center;
    background: #fff;
    border: 1px solid var(--brand-border);
    border-radius: var(--radius-card);
    padding: 26px 20px;
    height: 100%;
    box-shadow: var(--shadow-card);
    transition: transform .15s, box-shadow .15s;
}

.e-tool-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(13, 150, 126, .16);
}

.e-tool-card__icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(13, 150, 126, .08);
    color: var(--brand-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.e-tool-card h3 {
    font-size: 1.02rem;
    margin: 0 0 4px;
}

.e-tool-card p {
    margin: 0;
    font-size: .88rem;
    color: var(--brand-muted);
}

/* ===== carousel (ePolite custom scroll-snap pattern) ===== */
.e-carousel {
    padding: 36px 40px;
    background: #fff;
    border-radius: 24px;
    border: 1px solid var(--brand-border);
    box-shadow: var(--shadow-button);
}

.e-carousel__container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.e-carousel__track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 8px 4px;
    flex: 1;
    scroll-snap-type: x mandatory;
}

.e-carousel__track::-webkit-scrollbar {
    display: none;
}

.e-carousel__btn {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--brand-border);
    background: #fff;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-button);
    color: var(--brand-text);
    transition: background .2s, border-color .2s, color .2s;
}

.e-carousel__btn:hover {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #fff;
}

.e-brand-card {
    flex: 0 0 auto;
    width: 172px;
    text-align: center;
    text-decoration: none;
    color: var(--brand-primary);
    background: #fff;
    border: 1px solid var(--brand-border);
    border-radius: 16px;
    padding: 24px 16px;
    transition: transform .2s, box-shadow .2s;
    scroll-snap-align: start;
}

.e-brand-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    color: var(--brand-primary);
}

.e-brand-logo {
    width: 84px;
    height: 84px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: #f1f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.e-brand-logo img {
    max-width: 52px;
    max-height: 52px;
    object-fit: contain;
}

.e-brand-name {
    font-size: .9rem;
    font-weight: 600;
    color: var(--brand-primary);
}

.e-ins-card {
    flex: 0 0 auto;
    width: 190px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--brand-border);
    border-radius: 16px;
    padding: 18px;
    scroll-snap-align: start;
    transition: transform .2s, box-shadow .2s;
}

.e-ins-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
}

.e-ins-card img {
    max-height: 50px;
    max-width: 100%;
    object-fit: contain;
}

/* hide carousel arrows on phones AND tablets (<=991.98); show only on desktop */
@media (max-width:991.98px) {
    .e-carousel__btn {
        display: none;
    }

    .e-carousel {
        padding: 24px 18px;
    }
}

/* ===== blog ===== */
.e-post-card {
    background: #fff;
    border: 1px solid var(--brand-border);
    border-radius: var(--radius-card);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-card);
    transition: transform .15s, box-shadow .15s;
}

.e-post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, .10);
}

.e-post-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.e-post-card__tag {
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--brand-primary);
    margin-bottom: 8px;
}

.e-post-card h3 {
    font-size: 1.02rem;
    line-height: 1.3;
    margin: 0 0 14px;
}

.e-carousel .e-post-card {
    flex: 0 0 318px;
    scroll-snap-align: start;
}

.e-post-card__media {
    height: 158px;
    background: #e9faf6;
    overflow: hidden;
}

.e-post-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.e-post-card__excerpt {
    font-size: .86rem;
    color: var(--brand-muted);
    line-height: 1.5;
    margin: 0 0 14px;
}

.e-post-link {
    font-weight: 700;
    color: var(--brand-primary);
}

.e-acte-callout {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 16px;
    border-radius: 12px;
    font-size: .92rem;
    line-height: 1.5;
}

.e-acte-callout--info {
    background: rgba(13, 150, 126, .06);
    border-left: 3px solid var(--brand-primary);
}

.e-acte-callout--warn {
    background: rgba(206, 157, 48, .1);
    border-left: 3px solid var(--brand-secondary);
}

.e-acte-callout i {
    margin-top: 3px;
    color: var(--brand-primary);
    flex-shrink: 0;
}

/* ===== CTA band ===== */
.e-cta-band {
    background: radial-gradient(120% 140% at 50% 0%, #23b395 0%, #0D967E 55%, #0a7c68 100%);
    border-radius: var(--radius-button);
    color: #fff;
    text-align: center;
    padding: 54px 24px;
}

.e-cta-band h2 {
    color: #fff;
}

/* benefits */
.e-benefit {
    background: #fff;
    border: 1px solid var(--brand-border);
    border-radius: var(--radius-card);
    padding: 26px 24px;
    height: 100%;
    box-shadow: var(--shadow-card);
    transition: transform .15s, box-shadow .15s;
}

.e-benefit:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(13, 150, 126, .16);
}

.e-benefit__icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: var(--grad-teal);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 16px;
    box-shadow: 0 6px 14px rgba(13, 150, 126, .26);
}

.e-benefit h3 {
    font-size: 1.06rem;
    margin: 0 0 7px;
}

.e-benefit p {
    margin: 0;
    color: var(--brand-muted);
    font-size: .92rem;
    line-height: 1.5;
}

/* explainer */
.e-explain {
    background: #fff;
    border: 1px solid var(--brand-border);
    border-radius: var(--radius-button);
    padding: 30px;
    height: 100%;
    box-shadow: var(--shadow-card);
}

.e-explain h3 {
    font-size: 1.2rem;
}

/* FAQ accordion */
.e-faq .accordion-item {
    border: 1px solid var(--brand-border);
    border-radius: var(--radius-card) !important;
    margin-bottom: 12px;
    overflow: hidden;
}

.e-faq .accordion-button {
    font-weight: 600;
    color: var(--brand-text);
}

.e-faq .accordion-button:not(.collapsed) {
    background: rgba(13, 150, 126, .06);
    color: var(--brand-primary);
    box-shadow: none;
}

.e-faq .accordion-button:focus {
    box-shadow: 0 0 0 .2rem rgba(13, 150, 126, .18);
    border-color: var(--brand-primary);
}

/* detailed services */
.e-srv {
    padding: 30px 0;
}

/* .e-srv+.e-srv {
    border-top: 1px solid #edf0ef;
} */

.e-srv-media {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .10);
    aspect-ratio: 4/3;
}

.e-srv-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.e-srv-media--soon {
    background: var(--grad-teal);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .9);
    font-size: 4.5rem;
}

.e-srv-list {
    list-style: none;
    padding: 0;
    margin: 18px 0;
}

.e-srv-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 11px;
    color: #495057;
    line-height: 1.5;
}

.e-srv-list li::before {
    /* content: "\f058";
    font-family: "Font Awesome 6 Free"; */
    font-weight: 900;
    color: var(--brand-primary);
    position: absolute;
    left: 0;
    top: 3px;
}

.e-srv-restitle {
    font-size: .76rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--brand-muted);
    font-weight: 700;
    margin-bottom: 9px;
}

.e-srv-res {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.e-srv-res a {
    font-size: .82rem;
    font-weight: 600;
    color: var(--brand-primary);
    border: 1px solid var(--brand-border);
    border-radius: 30px;
    padding: 6px 14px;
    transition: background .15s, color .15s, border-color .15s;
}

.e-srv-res a:hover {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #fff;
}

/* trust / credentials card */
.e-trust-card {
    background: var(--grad-teal);
    color: #fff;
    border-radius: 22px;
    padding: 34px 32px;
    box-shadow: 0 16px 38px rgba(13, 150, 126, .30);
}

.e-trust-card h3 {
    color: #fff;
}

.e-trust-card ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.e-trust-card li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    line-height: 1.5;
}

.e-trust-card li:last-child {
    margin-bottom: 0;
}

.e-trust-card li::before {
    /* content: "\f00c";
    font-family: "Font Awesome 6 Free"; */
    font-weight: 900;
    color: var(--brand-secondary);
    position: absolute;
    left: 0;
    top: 3px;
}

/* hero pills (above the fold) */
.e-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 22px;
}

.e-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    font-size: .78rem;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 30px;
}

.e-hero-pill i {
    color: var(--brand-secondary);
}

/* reviews */
.e-google-rating {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--brand-border);
    border-radius: 30px;
    padding: 9px 20px;
    box-shadow: var(--shadow-card);
    flex-wrap: wrap;
    justify-content: center;
}

.e-review-card {
    background: #fff;
    border: 1px solid var(--brand-border);
    border-radius: var(--radius-card);
    padding: 24px;
    height: 100%;
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
}

.e-review-stars {
    color: var(--brand-secondary);
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.e-review-text {
    font-size: .92rem;
    color: #495057;
    line-height: 1.55;
    margin-bottom: 16px;
}

.e-review-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.e-review-author img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.e-review-name {
    font-weight: 700;
    font-size: .92rem;
    line-height: 1.2;
}

.e-review-meta {
    font-size: .74rem;
    color: var(--brand-muted);
}

.e-review-badge {
    display: inline-block;
    font-size: .64rem;
    font-weight: 700;
    color: var(--brand-primary);
    background: rgba(13, 150, 126, .1);
    padding: 1px 7px;
    border-radius: 20px;
    margin-left: 4px;
}
.e-btn-ghost,.e-btn-primary,.e-btn-teal{
        line-height:0.8rem;
        padding: 7px 32px;
    }
@media (max-width:991.98px) {
    .e-section {
        padding: 72px 0;
    }
}

@media (max-width:767.98px) {
    .e-brand-card {
        width: 150px;
    }

    .e-ins-card {
        width: 160px;
    }
    .e-btn-ghost,.e-btn-primary,.e-btn-teal{
        line-height:1.2rem !important;
        padding:7px 14px;
    }
}
.e-acte-callout--info a,.list-unstyled a,.text-muted a,.e-benefit a,.accordion-body a{
    color: var(--brand-primary) !important;
}
.e-tool-card h3,.e-post-card h3{
    color: var(--brand-primary);
    font-weight: 700 !important;
    font-size: 1.2rem !important;
}
.e-tool-card:hover h3,.e-acte-callout--info a:hover,.e-post-card:hover h3,.list-unstyled a:hover,.text-muted a:hover,.e-benefit a:hover,.accordion-body a:hover{
    color: var(--brand-primary-dark) !important;
}
.e-prod-card a{
    padding:7px 32px !important;
}
