.yyh-geo-summary {
    display: grid;
    gap: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fbfdff;
    padding: 18px;
}
.yyh-geo-summary h2 {
    font-size: 22px;
    margin: 0;
    color: var(--primary-dark);
}
.yyh-geo-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.yyh-geo-facts div {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    padding: 12px;
}
.yyh-geo-facts b {
    display: block;
    color: var(--primary-dark);
    font-size: 13px;
    margin-bottom: 4px;
}
.yyh-geo-facts span {
    color: #263d55;
}
.yyh-geo-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.yyh-geo-links a {
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: var(--primary-dark);
    padding: 7px 11px;
    font-size: 13px;
    font-weight: 900;
}
.yyh-geo-links a.yyh-geo-primary-link {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}
.yyh-geo-faq-list {
    display: grid;
    gap: 10px;
}
.yyh-geo-faq-list details {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    padding: 13px;
}
.yyh-geo-faq-list summary {
    cursor: pointer;
    font-weight: 900;
    color: var(--primary-dark);
}
.yyh-geo-faq-list p {
    margin: 9px 0 0;
    color: var(--muted);
}
.yyh-geo-card-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.yyh-geo-card-list a {
    display: grid;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    padding: 12px;
    color: inherit;
}
.yyh-geo-card-list b,
.yyh-geo-grid-3 h3 {
    color: var(--primary-dark);
}
.yyh-geo-card-list span,
.yyh-geo-grid-3 li {
    color: #52697f;
    line-height: 1.65;
}
.yyh-geo-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.yyh-geo-grid-3 > div {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    padding: 14px;
}
.yyh-geo-grid-3 h3 {
    font-size: 17px;
    margin: 0 0 10px;
}
.yyh-geo-grid-3 ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 18px;
}
.float-mascot img {
    width: 72%;
    height: 72%;
    object-fit: contain;
    object-position: center;
}
.float-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}
.yyh-benefit-modal-open,
.yyh-benefit-modal-open body {
    overflow: hidden;
}
.yyh-benefit-modal[hidden],
.yyh-build-notice[hidden] {
    display: none;
}
.yyh-benefit-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 22px;
    background: rgba(7,29,51,.52);
    backdrop-filter: blur(8px);
}
.yyh-benefit-modal-card {
    position: relative;
    width: min(440px, 100%);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(0,0,0,.24);
    overflow: hidden;
}
.yyh-benefit-modal-head {
    padding: 24px 26px 18px;
    background: linear-gradient(135deg,#ff4d63,#ff2e63);
    color: #fff;
    text-align: center;
}
.yyh-benefit-modal-head span {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #fff;
    color: #ff3b5d;
    font-weight: 900;
    font-size: 22px;
}
.yyh-benefit-modal-head h2 {
    font-size: 24px;
    line-height: 1.28;
    margin: 0;
}
.yyh-benefit-modal-body {
    padding: 22px 26px 26px;
}
.yyh-benefit-modal-desc {
    margin: 0 0 14px;
    color: #53687c;
    line-height: 1.7;
}
.yyh-benefit-modal-bind {
    margin: 0 0 18px;
    border: 1px solid #ffd7df;
    border-radius: 10px;
    background: #fff3f5;
    color: #d72d4a;
    padding: 10px 12px;
    font-weight: 900;
    font-size: 14px;
    line-height: 1.6;
}
.yyh-benefit-modal-close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}
.yyh-benefit-modal-form {
    display: grid;
    gap: 10px;
}
.yyh-benefit-modal-form label {
    font-size: 14px;
    font-weight: 900;
    color: #0b2f66;
}
.yyh-benefit-modal-form input {
    width: 100%;
    height: 48px;
    border: 1px solid #d7e3ee;
    border-radius: 8px;
    padding: 0 13px;
    font-size: 15px;
    outline: none;
}
.yyh-benefit-modal-form input:focus {
    border-color: var(--primary,#1f6feb);
    box-shadow: 0 0 0 3px rgba(31,111,235,.13);
}
.yyh-benefit-modal-form button[type=submit] {
    height: 52px;
    border: 0;
    border-radius: 9px;
    background: var(--primary,#1f6feb);
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
}
.yyh-benefit-modal-note {
    margin: 2px 0 0;
    text-align: center;
    color: #718399;
    font-size: 12px;
}
.yyh-benefit-modal-trigger {
    cursor: pointer;
}
.yyh-benefit-modal-trigger[href="#yyh-benefit-claim-modal"] {
    text-decoration: none;
}
.benefit-grid.yyh-clinic-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}
.yyh-clinic-benefit-card {
    display: grid;
    gap: 12px;
    align-content: space-between;
    min-height: 178px;
    border: 1px solid #fee2e2;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    transition: transform .28s ease, box-shadow .28s ease;
}
.yyh-clinic-benefit-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.yyh-clinic-benefit-card div {
    min-height: 90px;
    background: linear-gradient(180deg,#ff5a5f,#ff2f55);
    color: #fff;
    padding: 18px;
    text-align: center;
}
.yyh-clinic-benefit-card span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin: 0 auto 8px;
    border-radius: 999px;
    background: #fff;
    color: #ff4d4f;
    font-weight: 900;
}
.yyh-clinic-benefit-card strong {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.25;
}
.yyh-clinic-benefit-card p {
    margin: 0;
    padding: 0 14px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.yyh-clinic-benefit-card em {
    justify-self: center;
    margin: 0 14px 16px;
    border-radius: 999px;
    background: #fff1f2;
    color: #ff4d4f;
    padding: 7px 12px;
    font-style: normal;
    font-size: 13px;
    font-weight: 900;
}
.yyh-build-notice {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 24px;
}
.yyh-build-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7,29,51,.55);
    backdrop-filter: blur(6px);
}
.yyh-build-panel {
    position: relative;
    width: min(430px, 100%);
    background: #fff;
    border-radius: 8px;
    padding: 30px 28px;
    box-shadow: 0 24px 70px rgba(7,29,51,.24);
    text-align: center;
    color: #071d33;
}
.yyh-build-panel h2 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.25;
}
.yyh-build-panel p {
    margin: 0;
    color: #53687c;
    font-size: 17px;
    line-height: 1.7;
}
.yyh-build-panel button {
    margin-top: 24px;
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 7px;
    background: #1f6feb;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    cursor: pointer;
}
.yyh-build-panel button:hover {
    background: #0b2f66;
}
@media (max-width: 900px) {
    .yyh-geo-grid-3 {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 1100px) {
    .benefit-grid.yyh-clinic-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 760px) {
    .yyh-geo-facts,
    .yyh-geo-card-list,
    .benefit-grid.yyh-clinic-benefit-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 640px) {
    .yyh-build-panel {
        padding: 26px 22px;
    }
    .yyh-build-panel h2 {
        font-size: 24px;
    }
    .yyh-build-panel p {
        font-size: 16px;
    }
}
