.cbh-wrap {
    --cbh-blue: #245c49;
    --cbh-pink: #52765b;
    --cbh-navy: #213d32;
    --cbh-soft-blue: #f3f0e7;
    --cbh-border: #d6dfd2;
    --cbh-text: #2b4036;
    max-width: 980px;
    margin: 0 auto;
    padding: 18px 12px 34px;
    color: var(--cbh-text);
    font-family: inherit;
}

.cbh-hero {
    background: linear-gradient(135deg, var(--cbh-blue) 0%, var(--cbh-blue) 52%, var(--cbh-pink) 100%);
    border-radius: 28px;
    padding: 30px 24px;
    color: #fff;
    box-shadow: 0 16px 42px rgba(36, 92, 73, 0.22);
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cbh-hero:after {
    content: "";
    position: absolute;
    right: -60px;
    top: -80px;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
}

.cbh-hero-text {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.cbh-hero h1 {
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(2rem, 7vw, 3.4rem);
    line-height: 1.02;
    font-weight: 900;
    text-align: center;
}

.cbh-subtitle {
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(1rem, 3.4vw, 1.28rem);
    line-height: 1.45;
    max-width: 720px;
    text-align: center;
}

.cbh-welcome-message {
    margin: 10px auto 0;
    color: #fff;
    font-size: clamp(1rem, 3.2vw, 1.22rem);
    line-height: 1.35;
    font-weight: 800;
    text-align: center;
}

.cbh-intro-card {
    margin: 18px 0;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid var(--cbh-border);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(33, 61, 50, 0.08);
    line-height: 1.55;
    font-weight: 650;
    text-align: center;
}

.cbh-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.cbh-tool-card {
    display: flex;
    flex-direction: column;
    min-height: 238px;
    padding: 18px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--cbh-border);
    box-shadow: 0 12px 34px rgba(33, 61, 50, 0.08);
}

.cbh-tool-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.cbh-tool-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: var(--cbh-soft-blue);
    border: 1px solid var(--cbh-border);
    font-size: 1.7rem;
}

.cbh-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #edf2e5;
    color: #44633b;
    border: 1px solid #d6e1cb;
    font-weight: 800;
    font-size: 0.78rem;
    white-space: nowrap;
}

.cbh-tool-card h2 {
    margin: 0 0 8px;
    color: var(--cbh-navy);
    font-size: 1.26rem;
    line-height: 1.18;
    font-weight: 900;
}

.cbh-tool-card p {
    margin: 0 0 18px;
    line-height: 1.5;
    color: #56675d;
    font-size: 0.98rem;
}

.cbh-open-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin-top: auto;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--cbh-blue), var(--cbh-pink));
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    border: 0;
    box-shadow: 0 12px 26px rgba(36, 92, 73, 0.2);
}

.cbh-open-button:hover,
.cbh-open-button:focus {
    color: #fff;
    text-decoration: none;
    filter: brightness(1.03);
}

.cbh-disabled {
    background: #eceee8;
    color: #68756b;
    box-shadow: none;
}

.cbh-disabled:hover,
.cbh-disabled:focus {
    color: #68756b;
    filter: none;
}

@media (max-width: 720px) {
    .cbh-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cbh-hero {
        padding: 26px 20px;
        border-radius: 24px;
    }

    .cbh-card-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .cbh-tool-card {
        min-height: auto;
    }
}

.cbh-add-phone-card {
    display: none;
    margin: 18px 0;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid var(--cbh-border);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(33, 61, 50, 0.08);
    gap: 14px;
    align-items: flex-start;
}

.cbh-add-phone-card.is-visible {
    display: flex;
}

.cbh-add-phone-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: var(--cbh-soft-blue);
    border: 1px solid var(--cbh-border);
    font-size: 1.8rem;
}

.cbh-add-phone-copy {
    width: 100%;
}

.cbh-add-phone-card h2 {
    margin: 0 0 6px;
    color: var(--cbh-navy);
    font-size: 1.2rem;
    line-height: 1.18;
    font-weight: 900;
}

.cbh-add-phone-card p {
    margin: 0 0 12px;
    color: #56675d;
    line-height: 1.45;
}

.cbh-add-phone-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
}

.cbh-add-phone-main {
    cursor: pointer;
}

.cbh-add-phone-secondary,
.cbh-add-phone-done {
    min-height: 48px;
    padding: 0 14px;
    border-radius: 16px;
    border: 1px solid var(--cbh-border);
    background: #fff;
    color: var(--cbh-navy);
    font-weight: 900;
    cursor: pointer;
}

.cbh-add-phone-secondary:hover,
.cbh-add-phone-secondary:focus,
.cbh-add-phone-done:hover,
.cbh-add-phone-done:focus {
    border-color: var(--cbh-blue);
    color: var(--cbh-blue);
}

.cbh-add-phone-help {
    margin-top: 12px;
    padding: 12px;
    border-radius: 16px;
    background: var(--cbh-soft-blue);
    border: 1px solid var(--cbh-border);
    color: #56675d;
    line-height: 1.5;
}

.cbh-add-phone-done {
    width: 100%;
    margin-top: 12px;
}

.cbh-add-phone-status {
    margin-top: 10px !important;
    font-weight: 800;
}

@media (min-width: 1025px) {
    .cbh-add-phone-card,
    .cbh-add-phone-card.is-visible {
        display: none !important;
    }
}

@media (max-width: 720px) {
    .cbh-add-phone-card.is-visible {
        display: block;
    }

    .cbh-add-phone-icon {
        margin-bottom: 10px;
    }

    .cbh-add-phone-actions {
        grid-template-columns: 1fr;
    }
}

.cbh-info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0;
}

.cbh-info-card {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 13px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--cbh-border);
    box-shadow: 0 10px 28px rgba(33, 61, 50, 0.07);
}

.cbh-info-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: var(--cbh-soft-blue);
    border: 1px solid var(--cbh-border);
    font-size: 1.35rem;
}

.cbh-info-copy {
    min-width: 0;
}

.cbh-info-copy span,
.cbh-info-copy small {
    display: block;
    color: #56675d;
    font-size: 0.78rem;
    line-height: 1.2;
    font-weight: 800;
}

.cbh-info-copy strong {
    display: block;
    margin-top: 3px;
    color: var(--cbh-navy);
    font-size: clamp(0.98rem, 2vw, 1.16rem);
    line-height: 1.1;
    font-weight: 950;
    white-space: nowrap;
}

.cbh-info-copy small {
    margin-top: 3px;
    font-size: 0.74rem;
    font-weight: 700;
}

@media (max-width: 900px) {
    .cbh-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    .cbh-info-grid {
        grid-template-columns: 1fr;
    }
}

.cbh-wrap,.cbh-wrap *{box-sizing:border-box}.cbh-wrap h1,.cbh-wrap h2,.cbh-wrap .cbh-open-button{overflow-wrap:normal;word-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.cbh-open-button{padding:12px;text-align:center}.cbh-wrap a:focus-visible,.cbh-wrap button:focus-visible{outline:3px solid #a96b28;outline-offset:4px}.cbh-wrap [hidden]{display:none!important}.cbh-add-phone-card{margin:18px 0;padding:20px;border:1px solid var(--cbh-border);border-radius:20px;background:var(--cbh-soft-blue)}.cbh-add-phone-actions{display:flex;gap:12px;flex-wrap:wrap;margin:12px 0}.cbh-add-phone-main{width:auto}.cbh-add-phone-icon{font-size:28px}.cbh-add-phone-card h2{color:var(--cbh-navy);font-size:20px}.cbh-card-grid{margin-top:18px}.cbh-info-card{background:var(--cbh-soft-blue)}
