.the-ares-cta {
    border: 1px solid #cfe0f2;
    border-radius: 8px;
    background:
        linear-gradient(180deg, #f7fbff 0%, #ffffff 38%),
        #ffffff;
    box-shadow: 0 10px 28px rgba(24, 57, 92, 0.12);
    margin: 30px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.the-ares-cta::before {
    background: linear-gradient(90deg, #1478c8 0%, #38b6a5 52%, #f4b23c 100%);
    content: "";
    display: block;
    height: 5px;
}

.the-ares-cta__eyebrow {
    background: #e9f4ff;
    border: 1px solid #cbe2f8;
    border-radius: 999px;
    color: #145d96;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    margin: 18px 18px 0;
    padding: 5px 11px;
}

.the-ares-cta__body {
    margin: 0;
    padding: 16px 18px 14px;
}

.the-ares-cta__service {
    color: #22649e;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 8px;
}

.the-ares-cta__headline {
    color: #111827;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.45;
    margin: 0 0 10px;
}

.the-ares-cta__description {
    color: #425466;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

.the-ares-cta__checks {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0 18px 16px;
    padding: 0;
}

.the-ares-cta__check {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d8e6f3;
    border-radius: 999px;
    color: #26384d;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    min-height: 30px;
    padding: 5px 11px 5px 9px;
}

.the-ares-cta__check::before {
    color: #1478c8;
    content: "✓";
    font-weight: 900;
    margin-right: 5px;
}

.the-ares-cta__button,
.the-ares-cta__button:link,
.the-ares-cta__button:visited {
    align-items: center;
    background: linear-gradient(135deg, #0b83d8 0%, #1267c7 54%, #0b4fa6 100%);
    border: 0;
    border-radius: 8px;
    box-shadow: 0 8px 0 #073d82, 0 16px 24px rgba(13, 98, 183, 0.24);
    color: #ffffff !important;
    display: flex;
    font-size: 16px;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    line-height: 1.45;
    margin: 0 18px;
    min-height: 54px;
    padding: 13px 18px;
    text-align: center;
    text-decoration: none !important;
    transform: translateY(0);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
    width: auto;
}

.the-ares-cta__button:hover,
.the-ares-cta__button:focus {
    color: #ffffff !important;
    filter: brightness(1.06);
    text-decoration: none !important;
    transform: translateY(2px);
    box-shadow: 0 6px 0 #073d82, 0 12px 20px rgba(13, 98, 183, 0.22);
}

.the-ares-cta__button:focus {
    outline: 3px solid rgba(20, 120, 200, 0.24);
    outline-offset: 3px;
}

.the-ares-cta__button-text {
    color: #ffffff;
    display: inline-block;
}

.the-ares-cta__button-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 18px;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.the-ares-cta__note {
    color: #667085;
    font-size: 12px;
    line-height: 1.7;
    margin: 14px 18px 18px;
}

.the-ares-cta[data-service="ymobile"]::before {
    background: linear-gradient(90deg, #ff7a45 0%, #e02f4f 48%, #7a1445 100%);
}

.the-ares-cta[data-service="ymobile"] .the-ares-cta__eyebrow {
    background: #fff1ed;
    border-color: #ffd5c8;
    color: #9a3412;
}

.the-ares-cta[data-service="ymobile"] .the-ares-cta__check::before {
    color: #e02f4f;
}

.the-ares-cta[data-service="ymobile"] .the-ares-cta__button,
.the-ares-cta[data-service="ymobile"] .the-ares-cta__button:link,
.the-ares-cta[data-service="ymobile"] .the-ares-cta__button:visited {
    background: linear-gradient(135deg, #ff7a45 0%, #e22e4e 50%, #8f0f45 100%);
    box-shadow: 0 8px 0 #6f0f36, 0 16px 24px rgba(194, 39, 75, 0.24);
}

.the-ares-cta[data-service="ymobile"] .the-ares-cta__button:hover,
.the-ares-cta[data-service="ymobile"] .the-ares-cta__button:focus {
    box-shadow: 0 6px 0 #6f0f36, 0 12px 20px rgba(194, 39, 75, 0.22);
}

.the-ares-cta[data-service="rakuten_mobile"]::before {
    background: linear-gradient(90deg, #bf0000 0%, #e24444 52%, #f3a13a 100%);
}

.the-ares-cta[data-service="rakuten_mobile"] .the-ares-cta__eyebrow {
    background: #fff1f1;
    border-color: #ffd1d1;
    color: #a11111;
}

.the-ares-cta[data-service="rakuten_mobile"] .the-ares-cta__check::before {
    color: #bf0000;
}

.the-ares-cta[data-service="rakuten_mobile"] .the-ares-cta__button,
.the-ares-cta[data-service="rakuten_mobile"] .the-ares-cta__button:link,
.the-ares-cta[data-service="rakuten_mobile"] .the-ares-cta__button:visited {
    background: linear-gradient(135deg, #d50a0a 0%, #bf0000 54%, #8d0000 100%);
    box-shadow: 0 8px 0 #6f0000, 0 16px 24px rgba(191, 0, 0, 0.24);
}

.the-ares-cta[data-service="rakuten_mobile"] .the-ares-cta__button:hover,
.the-ares-cta[data-service="rakuten_mobile"] .the-ares-cta__button:focus {
    box-shadow: 0 6px 0 #6f0000, 0 12px 20px rgba(191, 0, 0, 0.22);
}

.the-ares-cta[data-service="docomo_online_shop"]::before {
    background: linear-gradient(90deg, #cc0033 0%, #e7365f 52%, #243b6b 100%);
}

.the-ares-cta[data-service="docomo_online_shop"] .the-ares-cta__eyebrow {
    background: #fff0f4;
    border-color: #ffc9d6;
    color: #9f1239;
}

.the-ares-cta[data-service="docomo_online_shop"] .the-ares-cta__check::before {
    color: #cc0033;
}

.the-ares-cta[data-service="docomo_online_shop"] .the-ares-cta__button,
.the-ares-cta[data-service="docomo_online_shop"] .the-ares-cta__button:link,
.the-ares-cta[data-service="docomo_online_shop"] .the-ares-cta__button:visited {
    background: linear-gradient(135deg, #e0003f 0%, #c40035 54%, #8a0b2f 100%);
    box-shadow: 0 8px 0 #6d0928, 0 16px 24px rgba(196, 0, 53, 0.24);
}

.the-ares-cta[data-service="docomo_online_shop"] .the-ares-cta__button:hover,
.the-ares-cta[data-service="docomo_online_shop"] .the-ares-cta__button:focus {
    box-shadow: 0 6px 0 #6d0928, 0 12px 20px rgba(196, 0, 53, 0.22);
}

.the-ares-cta[data-service="lyp"]::before {
    background: linear-gradient(90deg, #06a77d 0%, #1e78d7 52%, #7b45c4 100%);
}

.the-ares-cta[data-service="lyp"] .the-ares-cta__eyebrow {
    background: #eefcf8;
    border-color: #c6f0e5;
    color: #08745d;
}

.the-ares-cta[data-service="lyp"] .the-ares-cta__check::before {
    color: #08745d;
}

.the-ares-cta[data-service="lyp"] .the-ares-cta__button,
.the-ares-cta[data-service="lyp"] .the-ares-cta__button:link,
.the-ares-cta[data-service="lyp"] .the-ares-cta__button:visited {
    background: linear-gradient(135deg, #00a884 0%, #1f78d1 54%, #6740b5 100%);
    box-shadow: 0 8px 0 #243b7c, 0 16px 24px rgba(31, 120, 209, 0.24);
}

.the-ares-cta[data-service="lyp"] .the-ares-cta__button:hover,
.the-ares-cta[data-service="lyp"] .the-ares-cta__button:focus {
    box-shadow: 0 6px 0 #243b7c, 0 12px 20px rgba(31, 120, 209, 0.22);
}

@media (min-width: 768px) {
    .the-ares-cta__eyebrow {
        margin: 20px 28px 0;
    }

    .the-ares-cta__body {
        padding: 18px 28px 16px;
    }

    .the-ares-cta__button,
    .the-ares-cta__button:link,
    .the-ares-cta__button:visited {
        font-size: 17px;
        margin: 0 28px;
        min-height: 58px;
    }

    .the-ares-cta__checks {
        margin: 0 28px 18px;
    }

    .the-ares-cta__note {
        margin: 16px 28px 22px;
    }
}

@media (max-width: 480px) {
    .the-ares-cta__headline {
        font-size: 17px;
    }

    .the-ares-cta__button,
    .the-ares-cta__button:link,
    .the-ares-cta__button:visited {
        align-items: stretch;
        font-size: 15px;
        gap: 8px;
        min-height: 52px;
        padding: 12px 14px;
    }

    .the-ares-cta__checks {
        gap: 6px;
        margin-bottom: 14px;
    }

    .the-ares-cta__check {
        font-size: 11px;
        min-height: 28px;
        padding: 4px 9px 4px 8px;
    }
}
