:root {
    --is-home-bg: #f4efe5;
    --is-home-paper: rgba(255, 255, 255, 0.78);
    --is-home-ink: #171614;
    --is-home-muted: #6f675f;
    --is-home-line: rgba(35, 31, 28, 0.1);
    --is-home-yellow: #ffd437;
    --is-home-sage: #6f8f78;
    --is-home-blue: #617f9f;
    --is-home-rust: #c2572d;
}

body.is-home-page {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 520px),
        linear-gradient(90deg, rgba(35, 31, 28, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(35, 31, 28, 0.035) 1px, transparent 1px),
        var(--is-home-bg);
    background-size: auto, 46px 46px, 46px 46px, auto;
}

body.is-home-page.insurance-guide-page {
    min-height: auto;
    padding-top: 0;
}

.is-home-shell {
    width: min(1160px, calc(100% - 28px));
    margin: 0 auto;
    padding: calc(var(--header-height, 70px) + 10px) 0 54px;
    color: var(--is-home-ink);
}

.is-home-search-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 0;
    align-content: center;
    padding: 0;
    border: 1px solid var(--is-home-line);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.28);
    color: var(--is-home-ink);
    box-shadow: none;
    overflow: visible;
    z-index: 5;
}

.is-home-search-hero::after {
    display: none;
}

.is-home-search-panel {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 26px 34px 26px 36px;
    border-right: 1px solid var(--is-home-line);
}

.is-home-search-copy {
    text-align: left;
}

.is-home-kicker {
    width: fit-content;
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--is-home-muted);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.is-home-search-copy h1 {
    margin: 0;
    max-width: 560px;
    color: var(--is-home-ink);
    font-size: clamp(34px, 3.7vw, 52px);
    line-height: 1.02;
    letter-spacing: 0;
    text-wrap: balance;
}

.is-home-lead {
    max-width: 560px;
    margin: 10px 0 0;
    color: #3f3933;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 650;
    text-wrap: balance;
}

.is-home-portal-search {
    width: 100%;
    margin: 0;
}

.is-home-daily-panel {
    position: relative;
    display: grid;
    min-width: 0;
    align-content: start;
    gap: 8px;
    padding: 16px;
    background:
        linear-gradient(90deg, rgba(23, 22, 20, 0.06) 1px, transparent 1px) 0 0 / 76px 76px,
        linear-gradient(180deg, rgba(23, 22, 20, 0.05) 1px, transparent 1px) 0 0 / 76px 76px,
        #ded4c4;
}

.is-home-rail-card {
    border: 1px solid rgba(17, 17, 17, 0.12);
    background: rgba(255, 255, 255, 0.44);
}

.is-home-login-box {
    padding: 15px;
    border: 1px solid rgba(17, 17, 17, 0.14);
    background: rgba(255, 255, 255, 0.62);
}

.is-home-login-box p {
    margin: 0 0 7px;
    color: rgba(23, 22, 20, 0.58);
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
}

.is-home-login-box strong {
    display: block;
    color: #111;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 950;
}

.is-home-login-box > span {
    display: block;
    margin-top: 7px;
    color: rgba(23, 22, 20, 0.72);
    font-size: 12px;
    line-height: 1.45;
    font-weight: 700;
}

.is-home-login-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
}

.is-home-login-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border: 1px solid rgba(17, 17, 17, 0.18);
    background: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.is-home-login-actions a + a {
    background: rgba(255, 255, 255, 0.42);
    color: #111;
}

.is-home-dashboard-card {
    position: relative;
    margin: 0;
    border: 1px solid rgba(35, 31, 28, 0.16);
    border-radius: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.88) 0%, rgba(248, 243, 233, 0.72) 55%, rgba(224, 211, 191, 0.62) 100%);
    box-shadow: none;
    overflow: visible;
}

.is-home-dashboard-card .sidebar-dash-divider {
    height: 1px;
    margin: 0 14px;
    background: linear-gradient(90deg, transparent 0%, rgba(35, 31, 28, 0.13) 12%, rgba(35, 31, 28, 0.13) 88%, transparent 100%);
}

.is-home-dashboard-box {
    position: relative;
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 13px 14px;
    border: 0;
    background: transparent;
}

.is-home-dashboard-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.is-home-dashboard-card .sidebar-unified-spacer {
    flex: 1 1 auto;
    min-width: 8px;
}

.is-home-sidebar-login-btn,
.is-home-profile-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 104px;
    min-height: 34px;
    padding: 7px 11px;
    border: 1px solid rgba(23, 22, 20, 0.16);
    border-radius: 0;
    background: #171614;
    color: #fff;
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.is-home-profile-trigger {
    max-width: 150px;
    background: rgba(23, 22, 20, 0.86);
}

.is-home-sidebar-login-btn:hover,
.is-home-profile-trigger:hover {
    background: #5f4a33;
    color: #fff;
}

.is-home-profile-trigger .sidebar-trigger-avatar,
.is-home-sidebar-login-box .sidebar-login-box-avatar {
    border-radius: 0;
    object-fit: cover;
}

.is-home-profile-trigger .sidebar-trigger-avatar {
    width: 23px;
    height: 23px;
}

.is-home-profile-trigger .sidebar-trigger-name {
    max-width: 78px;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.is-home-profile-trigger .sidebar-trigger-arrow {
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    transition: transform 0.18s ease;
}

.is-home-profile-trigger.is-open .sidebar-trigger-arrow {
    transform: rotate(180deg);
}

.is-home-dashboard-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(23, 22, 20, 0.12);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.52);
    color: rgba(23, 22, 20, 0.74);
    text-decoration: none;
}

.is-home-dashboard-icon:hover {
    background: #fff;
    color: #171614;
}

.is-home-dashboard-card .notification-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 0;
    background: #b93823;
    color: #fff;
    font-size: 10px;
    font-weight: 950;
    line-height: 1;
}

.is-home-dashboard-card .notification-badge--gold {
    background: #c1841d;
}

.is-home-dashboard-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-top: 9px;
    border-top: 1px solid rgba(35, 31, 28, 0.1);
}

.is-home-dashboard-summary .sidebar-stat-today {
    min-width: 0;
    color: rgba(23, 22, 20, 0.62);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.is-home-dashboard-summary .sidebar-stat-num {
    color: #171614;
    font-weight: 950;
}

.is-home-dashboard-summary .sidebar-unified-row2-right {
    display: flex;
    flex: 0 0 auto;
    gap: 5px;
}

.is-home-dashboard-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 28px;
    padding: 5px 8px;
    border: 1px solid rgba(23, 22, 20, 0.14);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.42);
    color: #171614;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.is-home-dashboard-chip:hover {
    background: #fff;
    color: #171614;
}

.is-home-dashboard-chip--system {
    background: rgba(23, 22, 20, 0.82);
    color: #fff;
}

.is-home-dashboard-chip--system:hover {
    background: #171614;
    color: #fff;
}

.is-home-dashboard-login-copy {
    display: grid;
    gap: 4px;
    padding: 10px 11px;
    border: 1px solid rgba(23, 22, 20, 0.1);
    background: rgba(255, 255, 255, 0.34);
}

.is-home-dashboard-login-copy strong {
    color: #171614;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 950;
}

.is-home-dashboard-login-copy span {
    color: rgba(23, 22, 20, 0.62);
    font-size: 11px;
    line-height: 1.4;
    font-weight: 700;
}

.is-home-sidebar-login-box {
    position: absolute;
    top: calc(100% + 8px);
    bottom: auto;
    right: 12px;
    left: 12px;
    z-index: 80;
    display: none;
    padding: 13px;
    border: 1px solid rgba(35, 31, 28, 0.16);
    border-radius: 0;
    background: #fffaf1;
    box-shadow: 0 18px 36px rgba(35, 31, 28, 0.18);
}

.is-home-sidebar-login-box.visible {
    display: block;
}

.is-home-sidebar-login-box .sidebar-login-box-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(35, 31, 28, 0.12);
}

.is-home-sidebar-login-box .sidebar-login-box-avatar {
    width: 40px;
    height: 40px;
}

.is-home-sidebar-login-box .sidebar-login-box-name {
    color: #171614;
    font-size: 14px;
    font-weight: 950;
}

.is-home-sidebar-login-box .sidebar-login-box-links {
    display: grid;
    gap: 6px;
    margin-bottom: 10px;
}

.is-home-sidebar-login-box .sidebar-login-box-links a,
.is-home-sidebar-login-box .sidebar-login-box-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 32px;
    padding: 7px 10px;
    border: 1px solid rgba(35, 31, 28, 0.12);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.62);
    color: #171614;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
}

.is-home-sidebar-login-box .sidebar-login-box-links a:hover,
.is-home-sidebar-login-box .sidebar-login-box-btn:hover {
    background: #171614;
    color: #fff;
}

.is-home-sidebar-login-box .sidebar-login-box-agent,
.is-home-sidebar-login-box .sidebar-login-box-admin-stats {
    margin: 0 0 10px;
    padding: 10px;
    border: 1px solid rgba(35, 31, 28, 0.1);
    border-radius: 0;
    background: rgba(244, 239, 229, 0.72);
    font-size: 12px;
}

.is-home-sidebar-login-box .sidebar-login-box-agent-title,
.is-home-sidebar-login-box .sidebar-login-box-admin-stats-title {
    margin-bottom: 7px;
    color: #4b4036;
    font-size: 11px;
    font-weight: 950;
}

.is-home-sidebar-login-box .sidebar-login-box-agent-row,
.is-home-sidebar-login-box .sidebar-login-box-admin-stats-row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 4px 0;
    border-bottom: 1px solid rgba(35, 31, 28, 0.08);
}

.is-home-sidebar-login-box .sidebar-login-box-agent-row:last-child,
.is-home-sidebar-login-box .sidebar-login-box-admin-stats-row:last-child {
    border-bottom: 0;
}

.is-home-sidebar-login-box .sidebar-login-box-footer {
    display: grid;
    gap: 7px;
}

.is-home-sidebar-login-box .sidebar-login-box-btn.logout {
    color: #a73424;
}

.is-home-sidebar-login-box .sidebar-login-box-btn.logout:hover {
    background: #a73424;
    color: #fff;
}

.is-home-dashboard-card .sidebar-weather-banner.is-home-weather-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    margin: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 11px 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #171614;
    text-decoration: none;
}

.is-home-dashboard-card .sidebar-weather-banner.is-home-weather-banner:hover {
    background: transparent;
    color: #171614;
}

.is-home-dashboard-card .sidebar-weather-banner.is-home-weather-banner .sidebar-weather-left {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 8px;
    min-width: 0;
    width: auto;
    text-align: left;
}

.is-home-dashboard-card .sidebar-weather-banner.is-home-weather-banner .sidebar-weather-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 0;
    font-size: 13px;
}

.is-home-dashboard-card .sidebar-weather-banner.is-home-weather-banner .sidebar-weather-temp {
    color: #171614;
    font-size: 14px;
    font-weight: 950;
    white-space: nowrap;
}

.is-home-dashboard-card .sidebar-weather-banner.is-home-weather-banner .sidebar-weather-desc {
    overflow: hidden;
    color: rgba(23, 22, 20, 0.64);
    font-size: 11px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.is-home-dashboard-card .sidebar-weather-banner.is-home-weather-banner .sidebar-weather-location {
    flex: 0 0 auto;
    color: rgba(23, 22, 20, 0.68);
    font-size: 11px;
    font-weight: 900;
    text-align: right;
    white-space: nowrap;
}

.is-home-market-banner {
    padding: 8px 12px 10px;
}

.is-home-market-banner .market-banner-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
}

.is-home-market-banner .market-banner-item {
    display: grid;
    align-content: center;
    justify-items: center;
    min-width: 0;
    min-height: 46px;
    padding: 6px 3px;
    border: 1px solid rgba(35, 31, 28, 0.1);
    background: rgba(255, 255, 255, 0.3);
}

.is-home-market-banner .market-banner-label {
    color: rgba(23, 22, 20, 0.58);
    font-size: 10px;
    font-weight: 900;
    line-height: 1.1;
}

.is-home-market-banner .market-banner-value {
    overflow: hidden;
    max-width: 100%;
    color: #171614;
    font-size: 11px;
    font-weight: 950;
    line-height: 1.18;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.is-home-market-banner .market-banner-change {
    color: rgba(23, 22, 20, 0.56);
    font-size: 10px;
    font-weight: 900;
    line-height: 1.1;
}

.is-home-market-banner .market-banner-item.up .market-banner-value,
.is-home-market-banner .market-banner-item.up .market-banner-change {
    color: #b93823;
}

.is-home-market-banner .market-banner-item.down .market-banner-value,
.is-home-market-banner .market-banner-item.down .market-banner-change {
    color: #2f65a3;
}

.is-home-dashboard-card .sidebar-ai-playlist {
    position: relative;
    z-index: 30;
    border-radius: 0;
    background: transparent;
}

.is-home-dashboard-card .sidebar-ai-playlist-headbar {
    min-height: 40px;
    padding: 8px 12px;
    border-bottom: 0;
}

.is-home-dashboard-card .sidebar-ai-playlist-title-btn,
.is-home-dashboard-card .sidebar-ai-playlist-meta-btn,
.is-home-dashboard-card .sidebar-ai-continuous {
    border-radius: 0;
}

.is-home-dashboard-card .sidebar-ai-playlist-panel {
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    bottom: auto;
    left: 0;
    z-index: 75;
    display: none;
    max-height: min(360px, 58vh);
    padding: 10px 12px 12px;
    border: 1px solid rgba(35, 31, 28, 0.16);
    border-radius: 0;
    background: #fffaf1;
    box-shadow: 0 18px 36px rgba(35, 31, 28, 0.2);
    overflow-y: auto;
}

.is-home-dashboard-card .sidebar-ai-playlist.is-open .sidebar-ai-playlist-panel {
    display: block;
}

.is-home-dashboard-card .sidebar-ai-playlist-audio {
    margin-top: 0;
}

.is-home-consult-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.is-home-consult-modal.is-open {
    display: flex;
}

.is-home-consult-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(23, 22, 20, 0.45);
}

.is-home-consult-dialog {
    position: relative;
    width: min(680px, 100%);
    max-height: min(760px, calc(100vh - 40px));
    overflow-y: auto;
    border: 1px solid rgba(35, 31, 28, 0.18);
    background: #fffaf1;
    color: #171614;
    box-shadow: 0 28px 80px rgba(23, 22, 20, 0.26);
}

.is-home-consult-close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(35, 31, 28, 0.14);
    background: rgba(255, 255, 255, 0.62);
    color: #171614;
    cursor: pointer;
}

.is-home-consult-head {
    padding: 24px 24px 16px;
    border-bottom: 1px solid rgba(35, 31, 28, 0.1);
}

.is-home-consult-head span {
    color: rgba(23, 22, 20, 0.52);
    font-size: 11px;
    font-weight: 950;
}

.is-home-consult-head h2 {
    margin: 6px 0 6px;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 950;
}

.is-home-consult-head p {
    margin: 0;
    color: rgba(23, 22, 20, 0.66);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
}

.is-home-consult-form {
    display: grid;
    gap: 12px;
    padding: 18px 24px 24px;
}

.is-home-consult-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.is-home-consult-form label {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.is-home-consult-form label > span {
    color: rgba(23, 22, 20, 0.62);
    font-size: 12px;
    font-weight: 900;
}

.is-home-consult-form input,
.is-home-consult-form select,
.is-home-consult-form textarea {
    width: 100%;
    min-height: 38px;
    border: 1px solid rgba(35, 31, 28, 0.16);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.72);
    color: #171614;
    font: inherit;
    font-size: 13px;
    font-weight: 750;
    box-sizing: border-box;
}

.is-home-consult-form input,
.is-home-consult-form select {
    padding: 0 10px;
}

.is-home-consult-form textarea {
    padding: 10px;
    resize: vertical;
}

.is-home-consult-form .is-home-consult-kakao {
    display: none;
}

.is-home-consult-form .is-home-consult-kakao.is-visible {
    display: grid;
}

.is-home-consult-consent {
    display: flex !important;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    gap: 8px !important;
    padding: 10px;
    border: 1px solid rgba(35, 31, 28, 0.12);
    background: rgba(255, 255, 255, 0.42);
}

.is-home-consult-consent input {
    width: auto;
    min-height: 0;
    margin-top: 3px;
}

.is-home-consult-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.is-home-consult-actions button {
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid #171614;
    background: #171614;
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    cursor: pointer;
}

.is-home-consult-actions button:disabled {
    opacity: 0.55;
    cursor: progress;
}

.is-home-consult-actions p {
    margin: 0;
    color: rgba(23, 22, 20, 0.68);
    font-size: 12px;
    font-weight: 850;
}

.is-home-consult-actions p.is-success {
    color: #1f7a43;
}

.is-home-consult-actions p.is-error {
    color: #b93823;
}

.is-home-emotion-stage {
    position: relative;
    display: grid;
    min-width: 0;
    grid-template-rows: 1fr auto;
    gap: 18px;
    padding: 30px;
    background:
        linear-gradient(90deg, rgba(23, 22, 20, 0.06) 1px, transparent 1px) 0 0 / 76px 76px,
        linear-gradient(180deg, rgba(23, 22, 20, 0.05) 1px, transparent 1px) 0 0 / 76px 76px,
        #ded4c4;
}

.is-home-stage-main {
    align-self: center;
    max-width: 440px;
    padding-top: 18px;
}

.is-home-stage-main p {
    margin: 0 0 12px;
    color: rgba(23, 22, 20, 0.58);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.is-home-stage-main h2 {
    margin: 0;
    color: #111;
    font-size: clamp(34px, 4.5vw, 58px);
    line-height: 0.95;
    letter-spacing: 0;
}

.is-home-stage-main span {
    display: block;
    max-width: 390px;
    margin-top: 16px;
    color: rgba(23, 22, 20, 0.76);
    font-size: 15px;
    line-height: 1.65;
    font-weight: 700;
}

.is-home-stage-score {
    position: absolute;
    right: 26px;
    top: 24px;
    display: grid;
    justify-items: end;
    color: rgba(23, 22, 20, 0.62);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.is-home-stage-score strong {
    color: #111;
    font-size: 42px;
    line-height: 1;
    font-weight: 950;
}

.is-home-stage-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.is-home-stage-proof article {
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(17, 17, 17, 0.13);
    background: rgba(255, 255, 255, 0.34);
}

.is-home-stage-proof em,
.is-home-stage-proof span {
    display: block;
    color: rgba(23, 22, 20, 0.58);
    font-size: 11px;
    font-style: normal;
    font-weight: 850;
}

.is-home-stage-proof strong {
    display: block;
    margin: 5px 0 4px;
    color: #111;
    font-size: 16px;
    font-weight: 950;
}

body.is-home-page .portal-main-title-wrap,
body.is-home-page .insurance-guide-quicklinks-strip,
body.is-home-page .quick-menu-row,
body.is-home-page .quick-menu-row-mobile {
    display: none !important;
}

body.is-home-page .portal-search-section {
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

body.is-home-page .portal-search-banner-inner {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

body.is-home-page .portal-search-banner-inner .search-container {
    width: 100%;
    max-width: none;
}

body.is-home-page .portal-search-section .search-wrapper {
    min-height: 66px;
    border: 2px solid rgba(23, 22, 20, 0.24);
    border-radius: 999px;
    background: #fff;
    box-shadow:
        0 10px 28px rgba(35, 31, 28, 0.08),
        0 0 0 6px rgba(255, 212, 55, 0.12);
}

body.is-home-page .portal-search-section .search-wrapper:focus-within {
    border-color: rgba(23, 22, 20, 0.42);
    box-shadow:
        0 14px 40px rgba(35, 31, 28, 0.14),
        0 0 0 7px rgba(255, 212, 55, 0.16);
}

body.is-home-page .portal-search-section .unified-search-input {
    font-size: 18px;
    font-weight: 700;
}

body.is-home-page .portal-search-section .search-btn {
    width: 50px;
    height: 50px;
    margin-right: 7px;
    border-radius: 50%;
    background: var(--is-home-ink);
    color: #fff;
}

body.is-home-page .portal-search-tips-roller {
    max-width: calc(100% - 10px);
}

body.is-home-page .portal-search-roll__hint {
    color: #2f3a31;
    font-size: 14px;
}

body.is-home-page .ip-roller-rec-btn {
    background: rgba(255, 212, 55, 0.42);
    border-color: rgba(123, 96, 0, 0.12);
}

.is-home-example-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    margin-top: 2px;
}

.is-home-example-strip button {
    min-height: 32px;
    padding: 0 11px;
    border: 1px solid rgba(23, 22, 20, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    color: #443d36;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.is-home-example-strip button:hover {
    border-color: rgba(23, 22, 20, 0.22);
    background: #fff;
    color: #443d36;
}

.is-home-hero-visual {
    display: none;
}

.is-home-results-shell {
    margin-top: 14px;
}

.is-home-top-ad {
    display: grid;
    grid-template-columns: minmax(0, 800px) minmax(230px, 1fr);
    gap: 12px;
    align-items: stretch;
    margin-top: 12px;
}

.is-home-main-banner,
.is-home-side-ad {
    min-height: 154px;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

.is-home-main-banner {
    position: relative;
}

.is-home-main-banner .site-rolling-banner,
.is-home-main-banner .dazabi-banner-image-container,
.is-home-fallback-banner {
    width: 100%;
    height: 100%;
    min-height: 154px;
    border-radius: 0;
}

.is-home-main-banner .site-rolling-banner,
.is-home-main-banner .site-rolling-banner__slide,
.is-home-main-banner .site-rolling-banner__img,
.is-home-main-banner .dazabi-banner-image-container,
.is-home-main-banner .dazabi-banner-slide,
.is-home-main-banner .dazabi-banner-link-slide,
.is-home-main-banner .dazabi-banner-link-slide img {
    border-radius: 0;
}

.is-home-main-banner .site-rolling-banner__img,
.is-home-main-banner .dazabi-banner-slide,
.is-home-main-banner .dazabi-banner-link-slide,
.is-home-main-banner .dazabi-banner-link-slide img,
.is-home-fallback-banner > img {
    width: 100%;
    height: 100%;
    min-height: 154px;
    object-fit: cover;
    display: block;
}

.is-home-fallback-banner {
    position: relative;
    overflow: hidden;
}

.is-home-fallback-banner .dazabi-banner-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: isHomeBannerFade 15s infinite;
}

.is-home-fallback-banner .dazabi-banner-slide-1 {
    opacity: 1;
}

.is-home-fallback-banner .dazabi-banner-slide-2 {
    animation-delay: 5s;
}

.is-home-fallback-banner .dazabi-banner-slide-3 {
    animation-delay: 10s;
}

.is-home-side-ad {
    display: grid;
    align-content: center;
    gap: 8px;
    padding: 18px;
    background:
        linear-gradient(90deg, rgba(255, 212, 55, 0.1), transparent 55%),
        #191714;
    color: #fff;
    text-decoration: none;
}

.is-home-side-ad span {
    color: rgba(255, 212, 55, 0.92);
    font-size: 11px;
    font-weight: 950;
}

.is-home-side-ad strong {
    max-width: 230px;
    color: #fff;
    font-size: 18px;
    line-height: 1.22;
    font-weight: 950;
}

.is-home-side-ad em {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.4;
    font-style: normal;
    font-weight: 750;
}

.is-home-top-ad .home-recruit-incar-banner-wrap {
    height: 154px;
    min-height: 154px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: hidden;
}

.is-home-top-ad .home-recruit-incar-banner.home-recruit-incar-banner--img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 154px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 0;
    overflow: hidden;
}

.is-home-top-ad .home-recruit-incar-banner-img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 154px;
    object-fit: cover;
    object-position: center center;
}

@keyframes isHomeBannerFade {
    0%, 30% { opacity: 1; }
    36%, 94% { opacity: 0; }
    100% { opacity: 1; }
}

.is-home-system-showcase {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
    gap: 26px;
    align-items: center;
    margin-top: 20px;
    padding: 26px;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(248, 241, 226, 0.68)),
        #f7f0e3;
    box-shadow:
        inset 0 0 0 1px rgba(35, 31, 28, 0.07),
        0 18px 50px rgba(35, 31, 28, 0.06);
}

.is-home-system-copy p {
    width: fit-content;
    margin: 0 0 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 212, 55, 0.26);
    color: #756500;
    font-size: 11px;
    font-weight: 950;
}

.is-home-system-copy h2 {
    margin: 0;
    max-width: 420px;
    color: #171614;
    font-size: clamp(24px, 2.6vw, 34px);
    line-height: 1.16;
    letter-spacing: 0;
    text-wrap: balance;
}

.is-home-system-copy span {
    display: block;
    max-width: 430px;
    margin-top: 12px;
    color: #5e564d;
    font-size: 14px;
    line-height: 1.62;
    font-weight: 720;
}

.is-home-system-stage {
    position: relative;
    min-height: 292px;
    border-radius: 28px;
    background:
        linear-gradient(90deg, rgba(35, 31, 28, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(35, 31, 28, 0.04) 1px, transparent 1px),
        linear-gradient(135deg, #171614, #2e2923);
    background-size: 34px 34px, 34px 34px, auto;
    overflow: hidden;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.08),
        0 18px 46px rgba(35, 31, 28, 0.14);
}

.is-home-system-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .18;
    mix-blend-mode: screen;
    filter: saturate(.72) contrast(1.08);
}

.is-home-system-beam {
    position: absolute;
    inset: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    overflow: visible;
}

.is-home-system-beam path {
    fill: none;
    stroke: rgba(255, 212, 55, 0.72);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 8 12;
    filter: drop-shadow(0 0 10px rgba(255, 212, 55, 0.26));
    animation: isHomeBeam 5.8s linear infinite;
}

.is-home-system-beam path:nth-child(2) {
    animation-duration: 7.2s;
    stroke: rgba(255, 255, 255, 0.36);
}

.is-home-system-beam path:nth-child(3) {
    animation-duration: 4.8s;
}

.is-home-system-panel,
.is-home-system-core {
    position: absolute;
    z-index: 1;
    display: grid;
    gap: 4px;
    width: min(210px, 38%);
    padding: 13px 14px;
    border-radius: 18px;
    background: rgba(255, 253, 248, 0.92);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.42),
        0 14px 32px rgba(0, 0, 0, 0.18);
    animation: isHomeFloat 6s ease-in-out infinite;
}

.is-home-system-panel span {
    width: fit-content;
    padding: 3px 8px;
    border-radius: 999px;
    background: #f3c627;
    color: #171614;
    font-size: 10px;
    font-weight: 950;
}

.is-home-system-panel strong,
.is-home-system-core strong {
    color: #171614;
    font-size: 15px;
    line-height: 1.34;
    font-weight: 950;
}

.is-home-system-panel em,
.is-home-system-core span {
    color: #685f55;
    font-size: 12px;
    line-height: 1.38;
    font-style: normal;
    font-weight: 750;
}

.is-panel-1 { top: 26px; left: 26px; }
.is-panel-2 { top: 28px; right: 26px; animation-delay: -1.2s; }
.is-panel-3 { bottom: 28px; left: 34px; animation-delay: -2.4s; }
.is-panel-4 { right: 34px; bottom: 28px; animation-delay: -3.2s; }

.is-home-system-core {
    left: 50%;
    top: 50%;
    width: 148px;
    min-height: 98px;
    place-items: center;
    text-align: center;
    transform: translate(-50%, -50%);
    background:
        linear-gradient(135deg, #f7d64b, #f3c627);
    animation: none;
}

.is-home-system-core::before {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 24px;
    border: 1px solid rgba(255, 212, 55, 0.28);
}

@keyframes isHomeBeam {
    to { stroke-dashoffset: -120; }
}

@keyframes isHomeFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.is-home-feature-board {
    position: relative;
    margin-top: 22px;
    padding: 26px;
    border: 1px solid rgba(35, 31, 28, 0.08);
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(247, 241, 229, 0.6)),
        rgba(255, 255, 255, 0.44);
    box-shadow: 0 18px 46px rgba(35, 31, 28, 0.05);
    overflow: hidden;
}

.is-home-feature-board::before {
    content: "02";
    position: absolute;
    top: -13px;
    left: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 26px;
    border-radius: 999px;
    background: #171614;
    color: #fff;
    font-size: 12px;
    font-weight: 950;
}

.is-home-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
}

.is-home-section-head p {
    margin: 0 0 8px;
    color: #5d544b;
    font-size: 12px;
    font-weight: 900;
}

.is-home-section-head h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0;
    text-wrap: balance;
}

.is-home-section-head a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(23, 22, 20, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    color: var(--is-home-ink);
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.is-home-feature-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.9fr 0.9fr;
    grid-auto-rows: minmax(132px, auto);
    gap: 12px;
}

.is-home-feature-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    align-content: end;
    gap: 10px;
    min-height: 0;
    padding: 20px;
    border: 1px solid rgba(35, 31, 28, 0.08);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(250, 246, 237, 0.72));
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

.is-home-feature-card::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 18px;
    border: 1px solid rgba(35, 31, 28, 0.05);
    pointer-events: none;
}

.is-home-feature-card::after {
    content: attr(data-index);
    position: absolute;
    top: 18px;
    right: 18px;
    color: rgba(23, 22, 20, 0.06);
    font-size: 64px;
    line-height: 1;
    font-weight: 950;
}

.is-home-feature-card:nth-child(1) {
    grid-row: span 2;
    min-height: 276px;
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 212, 55, 0.22), transparent 42%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(248, 241, 226, 0.76));
}

.is-home-feature-card:nth-child(4) {
    grid-column: span 2;
}

.is-home-feature-card > span:first-child {
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: #8c7b38;
    font-size: 13px;
    font-weight: 950;
}

.is-home-feature-card strong {
    z-index: 1;
    display: block;
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
}

.is-home-feature-card > span:last-child {
    z-index: 1;
    color: var(--is-home-muted);
    font-size: 13px;
    line-height: 1.55;
    font-weight: 650;
}

.is-accent-sage::before { background: rgba(111, 143, 120, 0.2); }
.is-accent-blue::before { background: rgba(97, 127, 159, 0.18); }
.is-accent-ink::before { background: rgba(23, 22, 20, 0.12); }

.is-home-service-guide {
    position: relative;
    margin-top: 18px;
    padding: 26px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 241, 229, 0.72)),
        #f6efe2;
    box-shadow:
        inset 0 0 0 1px rgba(35, 31, 28, 0.06),
        0 18px 46px rgba(35, 31, 28, 0.055);
    overflow: hidden;
}

.is-home-service-guide::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(35, 31, 28, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(35, 31, 28, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: .36;
    pointer-events: none;
}

.is-home-service-guide::before {
    content: "03";
    position: absolute;
    top: 16px;
    left: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 26px;
    border-radius: 999px;
    background: var(--is-home-yellow);
    color: #171614;
    font-size: 12px;
    font-weight: 950;
    box-shadow: inset 0 0 0 1px rgba(117, 101, 0, 0.16);
}

.is-home-service-intro {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    margin-bottom: 18px;
    padding-top: 18px;
}

.is-home-service-copy {
    display: grid;
    align-content: center;
    min-height: 0;
    padding: 4px 0 4px 2px;
}

.is-home-service-copy p {
    margin: 0;
    color: #756500;
    font-size: 12px;
    font-weight: 950;
}

.is-home-service-copy h2 {
    margin: 0;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.12;
    letter-spacing: 0;
    text-wrap: balance;
}

.is-home-service-copy > span {
    display: block;
    max-width: 520px;
    margin-top: 12px;
    color: #5f574e;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 700;
}

.is-home-service-visual {
    position: relative;
    min-height: 238px;
    margin: 0;
    border-radius: 28px;
    background: #f9f4ea;
    box-shadow:
        inset 0 0 0 1px rgba(35, 31, 28, 0.075),
        0 18px 38px rgba(35, 31, 28, 0.07);
    overflow: hidden;
}

.is-home-service-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 238px;
    object-fit: cover;
}

.is-home-service-visual figcaption {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    display: grid;
    gap: 4px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255, 253, 248, 0.86);
    backdrop-filter: blur(10px);
    box-shadow:
        inset 0 0 0 1px rgba(35, 31, 28, 0.08),
        0 8px 22px rgba(35, 31, 28, 0.06);
}

.is-home-service-visual figcaption strong {
    color: #171614;
    font-size: 15px;
    font-weight: 950;
}

.is-home-service-visual figcaption span {
    color: #5b534a;
    font-size: 12px;
    line-height: 1.42;
    font-weight: 750;
}

.is-home-story-flow {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 16px;
    padding: 7px;
    border: 1px solid rgba(35, 31, 28, 0.07);
    border-radius: 18px;
    background: rgba(255, 253, 248, 0.62);
}

.is-home-story-flow span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.78);
    color: #3e3933;
    font-size: 13px;
    font-weight: 900;
}

.is-home-story-flow span:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -9px;
    top: 50%;
    z-index: 2;
    width: 10px;
    height: 10px;
    border-top: 2px solid rgba(23, 22, 20, 0.34);
    border-right: 2px solid rgba(23, 22, 20, 0.34);
    transform: translateY(-50%) rotate(45deg);
}

.is-home-service-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.is-home-story-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(230px, 0.52fr) minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
    min-height: 0;
    padding: 0;
    border-radius: 22px;
    background: transparent;
    color: var(--is-home-ink);
    overflow: visible;
    box-shadow: none;
}

.is-home-story-card::after {
    content: "";
    position: absolute;
    left: 32.2%;
    top: 50%;
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(23, 22, 20, 0.22), rgba(243, 198, 39, 0.72));
    transform: translate(-50%, -50%);
}

.is-home-service-label,
.is-home-story-card strong,
.is-home-service-desc,
.is-home-service-links {
    position: relative;
    z-index: 1;
}

.is-home-story-question,
.is-home-story-answer {
    position: relative;
    z-index: 1;
    border-radius: 22px;
    box-shadow:
        inset 0 0 0 1px rgba(35, 31, 28, 0.08),
        0 8px 22px rgba(35, 31, 28, 0.035);
}

.is-home-story-question {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 116px;
    padding: 18px;
    background:
        linear-gradient(135deg, #171614, #2e2923);
    color: #fff;
}

.is-home-story-question::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    width: 16px;
    height: 16px;
    background: #171614;
    transform: translateY(-50%) rotate(45deg);
    border-radius: 3px;
}

.is-home-story-answer {
    display: grid;
    align-content: center;
    min-height: 116px;
    padding: 19px 22px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(250, 246, 237, 0.86));
}

.is-home-service-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    border-radius: 17px;
    background:
        linear-gradient(135deg, #f7d64b, #f3c627);
    color: #171614;
    font-size: 12px;
    font-weight: 950;
    box-shadow:
        inset 0 0 0 1px rgba(117, 101, 0, 0.14),
        0 8px 18px rgba(255, 212, 55, 0.18);
}

.is-home-story-card strong {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 1.42;
    letter-spacing: 0;
}

.is-home-answer-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    margin-bottom: 7px;
    color: #756500;
    font-size: 12px;
    font-weight: 950;
}

.is-home-answer-label::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--is-home-yellow);
    box-shadow: 0 0 0 4px rgba(255, 212, 55, 0.18);
}

.is-home-service-desc {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0 0 12px;
    color: #4d463f;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 700;
}

.is-home-service-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.is-home-service-links a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: #2b2723;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    box-shadow:
        inset 0 0 0 1px rgba(35, 31, 28, 0.1),
        0 5px 14px rgba(35, 31, 28, 0.04);
}

.is-home-service-links a:hover {
    background: var(--is-home-yellow);
    color: #171614;
    box-shadow: none;
    transform: translateY(-1px);
}

.is-service-news::after { background: rgba(97, 127, 159, 0.22); }
.is-service-app::after { background: rgba(111, 143, 120, 0.24); }
.is-service-talk::after { background: rgba(194, 87, 45, 0.16); }
.is-service-insurance::after { background: rgba(255, 212, 55, 0.26); }
.is-service-consult::after { background: rgba(194, 87, 45, 0.18); }
.is-service-document::after { background: rgba(202, 180, 128, 0.24); }
.is-service-center::after { background: rgba(88, 125, 150, 0.2); }
.is-service-health::after { background: rgba(111, 143, 120, 0.24); }
.is-service-ai::after { background: rgba(97, 127, 159, 0.24); }
.is-service-fc::after { background: rgba(44, 42, 41, 0.14); }
.is-service-story::after { background: rgba(255, 212, 55, 0.2); }

.is-home-trust {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 22px;
    align-items: center;
    margin-top: 18px;
    padding: 22px 24px;
    border: 1px solid rgba(35, 31, 28, 0.08);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(23, 22, 20, 0.92), rgba(44, 40, 36, 0.88));
    color: #fff;
}

.is-home-trust strong {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
}

.is-home-trust p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.6;
    font-weight: 650;
}

.is-home-trust a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: var(--is-home-yellow);
    color: #171614;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.is-home-trust-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.is-home-trust-proof span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 850;
}

.is-home-guide-showcase {
    margin-top: 22px;
    border: 1px solid var(--is-home-line);
    background:
        linear-gradient(90deg, rgba(23, 22, 20, 0.045) 1px, transparent 1px) 0 0 / 78px 78px,
        linear-gradient(180deg, rgba(23, 22, 20, 0.04) 1px, transparent 1px) 0 0 / 78px 78px,
        #dfd6c8;
}

.is-home-guide-hero {
    display: grid;
    grid-template-columns: minmax(240px, 0.46fr) minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 24px 28px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.14);
}

.is-home-guide-hero p {
    margin: 0 0 8px;
    color: rgba(23, 22, 20, 0.58);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.is-home-guide-hero h2 {
    margin: 0;
    color: #111;
    font-size: clamp(26px, 2.8vw, 38px);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: 0;
}

.is-home-guide-hero span {
    display: block;
    max-width: 460px;
    color: rgba(23, 22, 20, 0.76);
    font-size: 14px;
    line-height: 1.58;
    font-weight: 750;
}

.is-home-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.is-home-guide-card {
    position: relative;
    display: grid;
    min-height: 270px;
    align-content: space-between;
    gap: 16px;
    padding: 26px;
    border-right: 1px solid rgba(17, 17, 17, 0.14);
    border-bottom: 1px solid rgba(17, 17, 17, 0.14);
    color: #111;
    text-decoration: none;
    overflow: hidden;
}

.is-home-guide-card:nth-child(3n) {
    border-right: 0;
}

.is-home-guide-card:nth-last-child(-n + 3) {
    border-bottom: 0;
}

.is-home-guide-card::after {
    content: attr(class);
    display: none;
}

.is-home-guide-card > span {
    color: rgba(23, 22, 20, 0.5);
    font-size: 13px;
    font-weight: 950;
}

.is-home-guide-card em {
    color: rgba(23, 22, 20, 0.56);
    font-size: 12px;
    font-style: normal;
    font-weight: 950;
    text-transform: uppercase;
}

.is-home-guide-card strong {
    display: block;
    margin-top: 6px;
    color: #111;
    font-size: 36px;
    line-height: 1;
    font-weight: 950;
}

.is-home-guide-card p {
    margin: 0;
    color: rgba(23, 22, 20, 0.75);
    font-size: 14px;
    line-height: 1.62;
    font-weight: 720;
}

.is-home-guide-card div {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.is-home-guide-card b {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 9px;
    border: 1px solid rgba(17, 17, 17, 0.13);
    background: rgba(255, 255, 255, 0.35);
    color: rgba(23, 22, 20, 0.76);
    font-size: 12px;
    font-weight: 900;
}

.is-home-guide-card:hover {
    background: rgba(255, 255, 255, 0.28);
}

.is-home-insurance-services {
    display: grid;
    grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
    margin-top: 14px;
    min-height: 474px;
    border: 1px solid rgba(35, 31, 28, 0.12);
    background:
        radial-gradient(circle at 17% 24%, rgba(255, 212, 55, 0.26), transparent 22%),
        linear-gradient(135deg, #171614 0 49.7%, #eee4d4 49.8% 100%);
    overflow: hidden;
}

.is-home-insurance-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 46px 44px;
    color: #fff7e4;
}

.is-home-insurance-copy p {
    margin: 0 0 18px;
    color: var(--is-home-yellow);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.is-home-insurance-copy h2 {
    max-width: 460px;
    margin: 0;
    color: #fff7e4;
    font-size: clamp(38px, 4.2vw, 64px);
    line-height: 0.98;
    font-weight: 950;
    letter-spacing: 0;
}

.is-home-insurance-copy strong {
    display: block;
    margin-top: 22px;
    color: var(--is-home-yellow);
    font-size: 21px;
    line-height: 1.28;
    font-weight: 950;
}

.is-home-insurance-copy span {
    display: block;
    max-width: 520px;
    margin-top: 14px;
    color: rgba(255, 247, 228, 0.75);
    font-size: 14px;
    line-height: 1.68;
    font-weight: 720;
}

.is-home-insurance-apps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: stretch;
    border-left: 1px solid rgba(17, 17, 17, 0.18);
}

.is-home-insurance-apps a {
    display: flex;
    min-height: 158px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
    border-right: 1px solid rgba(17, 17, 17, 0.14);
    border-bottom: 1px solid rgba(17, 17, 17, 0.14);
    background: rgba(255, 255, 255, 0.34);
    color: #111;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.is-home-insurance-apps a:nth-child(2n) {
    border-right: 0;
}

.is-home-insurance-apps a:last-child {
    grid-column: 1 / -1;
    min-height: 132px;
    border-bottom: 0;
}

.is-home-insurance-apps a:hover,
.is-home-insurance-apps a:focus {
    background: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transform: translateY(-2px);
}

.is-home-insurance-apps em {
    margin-bottom: auto;
    color: rgba(17, 17, 17, 0.42);
    font-size: 12px;
    font-style: normal;
    font-weight: 950;
}

.is-home-insurance-apps strong {
    display: block;
    margin-top: 18px;
    color: #111;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: 0;
}

.is-home-insurance-apps span {
    display: block;
    margin-top: 9px;
    color: rgba(17, 17, 17, 0.66);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 730;
}

.is-home-core-services {
    margin-top: 14px;
    border: 1px solid rgba(35, 31, 28, 0.1);
    background: rgba(255, 255, 255, 0.48);
}

.is-home-core-head {
    display: grid;
    grid-template-columns: minmax(160px, 0.34fr) minmax(260px, 0.52fr) minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(35, 31, 28, 0.1);
}

.is-home-core-head p {
    margin: 0;
    color: rgba(23, 22, 20, 0.58);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.is-home-core-head h2 {
    margin: 0;
    color: #111;
    font-size: clamp(24px, 2.3vw, 34px);
    line-height: 1.08;
    letter-spacing: 0;
}

.is-home-core-head span {
    color: rgba(23, 22, 20, 0.72);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 750;
}

.is-home-core-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.is-home-core-grid a {
    display: grid;
    min-height: 178px;
    align-content: space-between;
    gap: 10px;
    padding: 20px 22px;
    border-right: 1px solid rgba(35, 31, 28, 0.1);
    border-bottom: 1px solid rgba(35, 31, 28, 0.1);
    color: #111;
    text-decoration: none;
}

.is-home-core-grid a:nth-child(3n) {
    border-right: 0;
}

.is-home-core-grid a:nth-last-child(-n + 3) {
    border-bottom: 0;
}

.is-home-core-grid span,
.is-home-core-grid em {
    color: rgba(23, 22, 20, 0.54);
    font-size: 12px;
    font-style: normal;
    font-weight: 950;
}

.is-home-core-grid strong {
    display: block;
    color: #111;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 950;
}

.is-home-core-grid p {
    margin: 0;
    color: rgba(23, 22, 20, 0.72);
    font-size: 13px;
    line-height: 1.52;
    font-weight: 700;
}

.is-home-core-grid a:hover {
    background: rgba(255, 255, 255, 0.5);
}

.is-home-howto {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 14px;
    border: 1px solid rgba(35, 31, 28, 0.1);
    background:
        linear-gradient(90deg, rgba(47, 143, 111, 0.08), transparent 54%),
        #f4ecdf;
    color: #171614;
    overflow: hidden;
}

.is-home-howto-copy {
    display: grid;
    grid-template-columns: minmax(260px, 0.56fr) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 24px 26px 20px;
    border-bottom: 1px solid rgba(35, 31, 28, 0.12);
}

.is-home-howto-copy p {
    margin: 0 0 12px;
    color: #2f8f6f;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.is-home-howto-copy h2 {
    margin: 0;
    color: #171614;
    font-size: clamp(24px, 2.6vw, 34px);
    line-height: 1.18;
    letter-spacing: 0;
}

.is-home-howto-copy span {
    display: block;
    margin-top: 0;
    color: rgba(23, 22, 20, 0.72);
    font-size: 14px;
    line-height: 1.6;
    font-weight: 750;
}

.is-home-howto-stage {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
    min-height: 472px;
    border-bottom: 1px solid rgba(35, 31, 28, 0.12);
    background:
        linear-gradient(90deg, rgba(47, 143, 111, 0.12), transparent 52%),
        rgba(255, 255, 255, 0.28);
    overflow: hidden;
}

.is-home-demo-input-panel,
.is-home-demo-result-panel {
    min-width: 0;
    padding: 34px;
}

.is-home-demo-input-panel {
    display: grid;
    align-content: space-between;
    gap: 22px;
    border-right: 1px solid rgba(35, 31, 28, 0.12);
    background:
        linear-gradient(135deg, rgba(47, 143, 111, 0.18), transparent 58%),
        #efe4d3;
}

.is-home-demo-browser {
    border: 1px solid rgba(35, 31, 28, 0.12);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 24px 54px rgba(35, 31, 28, 0.09);
}

.is-home-demo-browserbar {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 14px;
    border-bottom: 1px solid rgba(35, 31, 28, 0.1);
    background: rgba(247, 240, 228, 0.76);
}

.is-home-demo-browserbar span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(23, 22, 20, 0.28);
}

.is-home-demo-browserbar span:nth-child(1) {
    background: #c66b55;
}

.is-home-demo-browserbar span:nth-child(2) {
    background: #d6aa48;
}

.is-home-demo-browserbar span:nth-child(3) {
    background: #5f9d76;
}

.is-home-demo-browserbar em {
    margin-left: auto;
    color: rgba(23, 22, 20, 0.5);
    font-size: 12px;
    font-style: normal;
    font-weight: 850;
}

.is-home-demo-searchbox {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) 10px 42px;
    gap: 10px;
    align-items: center;
    min-height: 72px;
    margin: 22px;
    padding: 0 8px 0 18px;
    border: 1px solid rgba(35, 31, 28, 0.13);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.is-home-demo-searchbox > i {
    color: #5f7f72;
    font-size: 17px;
}

.is-home-demo-searchbox strong {
    min-height: 30px;
    overflow: hidden;
    color: #171614;
    font-size: clamp(21px, 2.4vw, 32px);
    line-height: 1.18;
    font-weight: 850;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}

.is-home-demo-cursor {
    width: 2px;
    height: 28px;
    background: #2f8f6f;
    animation: isHomeDemoCursor 0.8s steps(2, start) infinite;
}

.is-home-demo-searchbox button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #2f8f6f;
    color: #fff;
}

.is-home-demo-status {
    display: grid;
    gap: 7px;
    padding: 0 22px 22px;
}

.is-home-demo-status span {
    color: #2f8f6f;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.is-home-demo-status em {
    color: rgba(23, 22, 20, 0.68);
    font-size: 13px;
    font-style: normal;
    font-weight: 720;
    line-height: 1.48;
}

.is-home-demo-scenarios {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.is-home-demo-scenarios button {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    min-height: 42px;
    padding: 0 11px;
    border: 1px solid rgba(35, 31, 28, 0.12);
    background: rgba(255, 255, 255, 0.38);
    color: rgba(23, 22, 20, 0.72);
    font: inherit;
    font-size: 12px;
    font-weight: 850;
    text-align: left;
    cursor: pointer;
}

.is-home-demo-scenarios button span {
    color: rgba(47, 143, 111, 0.8);
    font-weight: 950;
}

.is-home-demo-scenarios button.is-active {
    border-color: rgba(47, 143, 111, 0.32);
    background: rgba(255, 255, 255, 0.78);
    color: #171614;
}

.is-home-demo-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(35, 31, 28, 0.1);
    background: rgba(255, 255, 255, 0.24);
}

.is-home-demo-steps span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border-right: 1px solid rgba(35, 31, 28, 0.08);
    color: rgba(23, 22, 20, 0.58);
    font-size: 12px;
    font-weight: 850;
}

.is-home-demo-steps span:last-child {
    border-right: 0;
}

.is-home-demo-result-panel {
    display: grid;
    align-content: stretch;
    gap: 14px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.18)),
        #f7f0e4;
}

.is-home-demo-result-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(35, 31, 28, 0.12);
}

.is-home-demo-result-head span {
    color: #2f8f6f;
    font-size: 12px;
    font-weight: 950;
}

.is-home-demo-result-head strong {
    color: #171614;
    font-size: 20px;
    font-weight: 950;
}

.is-home-demo-result-head b {
    font: inherit;
}

.is-home-demo-result-list {
    display: grid;
    align-content: start;
    gap: 10px;
    min-height: 296px;
}

.is-home-demo-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 24px;
    gap: 12px;
    align-items: center;
    min-height: 84px;
    padding: 12px;
    border: 1px solid rgba(35, 31, 28, 0.11);
    background: rgba(255, 255, 255, 0.62);
    color: #171614;
    text-decoration: none;
    opacity: 0;
    transform: translateY(8px);
    animation: isHomeDemoCardIn 0.28s ease forwards;
}

.is-home-demo-card:hover,
.is-home-demo-card:focus {
    border-color: rgba(47, 143, 111, 0.32);
    background: rgba(255, 255, 255, 0.9);
    color: #171614;
    text-decoration: none;
}

.is-home-demo-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #5f7f72;
    color: #fff;
    font-size: 17px;
}

.is-home-demo-card-copy {
    min-width: 0;
}

.is-home-demo-card-copy em {
    display: block;
    margin-bottom: 4px;
    color: rgba(47, 143, 111, 0.88);
    font-size: 11px;
    font-style: normal;
    font-weight: 950;
}

.is-home-demo-card-copy strong {
    display: block;
    overflow: hidden;
    color: #171614;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.is-home-demo-card-copy p {
    margin: 5px 0 0;
    color: rgba(23, 22, 20, 0.7);
    font-size: 12px;
    line-height: 1.45;
    font-weight: 700;
}

.is-home-demo-card > i:last-child {
    color: rgba(23, 22, 20, 0.36);
}

.is-home-demo-next {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid rgba(47, 143, 111, 0.16);
    background: rgba(47, 143, 111, 0.08);
    color: #256f58;
    font-size: 13px;
    font-weight: 850;
}

@keyframes isHomeDemoCursor {
    0%, 45% { opacity: 1; }
    46%, 100% { opacity: 0; }
}

@keyframes isHomeDemoCardIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.is-home-howto-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(35, 31, 28, 0.12);
}

.is-home-howto-flow span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border-right: 1px solid rgba(35, 31, 28, 0.1);
    color: rgba(23, 22, 20, 0.72);
    font-size: 13px;
    font-weight: 850;
}

.is-home-howto-flow span:last-child {
    border-right: 0;
}

.is-home-service-guide {
    margin-top: 14px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.is-home-service-guide::before,
.is-home-service-guide::after {
    display: none;
}

.is-home-question-details {
    border: 1px solid rgba(35, 31, 28, 0.1);
    background: rgba(255, 255, 255, 0.56);
}

.is-home-question-details summary {
    display: grid;
    grid-template-columns: 150px minmax(0, 0.75fr) minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 68px;
    padding: 14px 18px;
    cursor: pointer;
    list-style: none;
}

.is-home-question-details summary::-webkit-details-marker {
    display: none;
}

.is-home-question-details summary span,
.is-home-question-details summary em {
    color: rgba(23, 22, 20, 0.58);
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.is-home-question-details summary strong {
    color: #111;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 950;
}

.is-home-question-details[open] {
    padding-bottom: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 241, 229, 0.72)),
        #f6efe2;
}

.is-home-question-details[open] .is-home-story-flow,
.is-home-question-details[open] .is-home-service-grid {
    margin-left: 18px;
    margin-right: 18px;
}

.is-home-question-details .is-home-story-flow,
.is-home-question-details .is-home-story-flow span,
.is-home-question-details .is-home-story-card,
.is-home-question-details .is-home-story-question,
.is-home-question-details .is-home-story-answer,
.is-home-question-details .is-home-service-label,
.is-home-question-details .is-home-service-links a {
    border-radius: 0;
}

body.is-home-page.is-home-searching .is-home-guide-showcase,
body.is-home-page.is-home-searching .is-home-top-ad,
body.is-home-page.is-home-searching .is-home-insurance-services,
body.is-home-page.is-home-searching .is-home-core-services,
body.is-home-page.is-home-searching .is-home-howto,
body.is-home-page.is-home-searching .is-home-feature-board,
body.is-home-page.is-home-searching .is-home-system-showcase,
body.is-home-page.is-home-searching .is-home-service-guide,
body.is-home-page.is-home-searching .is-home-trust {
    display: none;
}

body.is-home-page.is-home-searching .is-home-search-hero {
    grid-template-columns: 1fr;
    min-height: auto;
}

body.is-home-page.is-home-searching .is-home-search-panel {
    border-right: 0;
}

body.is-home-page.is-home-searching .is-home-daily-panel {
    display: none;
}

@media (max-width: 860px) {
    .is-home-shell {
        width: calc(100% - 20px);
        padding-top: calc(var(--header-height, 45px) + 10px);
        padding-bottom: 34px;
    }

    .is-home-search-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 0;
        border-radius: 0;
        gap: 0;
    }

    .is-home-search-panel {
        padding: 24px 18px 20px;
        border-right: 0;
        border-bottom: 1px solid var(--is-home-line);
    }

    .is-home-search-copy h1 {
        font-size: 34px;
        line-height: 1.08;
    }

    .is-home-lead {
        font-size: 14px;
        line-height: 1.5;
    }

    .is-home-daily-panel,
    .is-home-emotion-stage {
        min-height: 0;
        padding: 14px;
    }

    .is-home-login-box {
        padding: 14px;
    }

    .is-home-login-box strong {
        font-size: 18px;
    }

    .is-home-stage-main h2 {
        font-size: 34px;
    }

    .is-home-stage-main span {
        font-size: 13px;
        line-height: 1.55;
    }

    .is-home-stage-score {
        right: 18px;
        top: 18px;
    }

    .is-home-stage-score strong {
        font-size: 34px;
    }

    .is-home-stage-proof {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .is-home-stage-proof article {
        padding: 11px 9px;
    }

    .is-home-guide-hero {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 24px 18px;
    }

    .is-home-top-ad {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .is-home-main-banner,
    .is-home-side-ad,
    .is-home-top-ad .home-recruit-incar-banner-wrap,
    .is-home-top-ad .home-recruit-incar-banner.home-recruit-incar-banner--img,
    .is-home-top-ad .home-recruit-incar-banner-img,
    .is-home-main-banner .site-rolling-banner,
    .is-home-main-banner .dazabi-banner-image-container,
    .is-home-fallback-banner,
    .is-home-main-banner .site-rolling-banner__img,
    .is-home-main-banner .dazabi-banner-slide,
    .is-home-main-banner .dazabi-banner-link-slide,
    .is-home-main-banner .dazabi-banner-link-slide img,
    .is-home-fallback-banner > img {
        min-height: 96px;
    }

    .is-home-side-ad {
        min-height: 82px;
        padding: 14px;
    }

    .is-home-top-ad .home-recruit-incar-banner-wrap {
        height: 96px;
    }

    .is-home-main-banner {
        height: auto;
        min-height: 0;
        aspect-ratio: 1536 / 250;
        border-radius: 10px;
        background: #f4f7fb;
    }

    .is-home-main-banner .site-rolling-banner,
    .is-home-main-banner .site-rolling-banner__slide,
    .is-home-main-banner .site-rolling-banner__img,
    .is-home-main-banner .dazabi-banner-image-container,
    .is-home-main-banner .dazabi-banner-slide,
    .is-home-main-banner .dazabi-banner-link-slide,
    .is-home-main-banner .dazabi-banner-link-slide img,
    .is-home-fallback-banner,
    .is-home-fallback-banner > img {
        height: 100%;
        min-height: 0;
        border-radius: 10px;
    }

    .is-home-main-banner .site-rolling-banner,
    .is-home-main-banner .dazabi-banner-image-container,
    .is-home-fallback-banner {
        overflow: hidden;
    }

    .is-home-top-ad .home-recruit-incar-banner-wrap {
        height: auto;
        min-height: 0;
        border-radius: 10px;
    }

    .is-home-top-ad .home-recruit-incar-banner.home-recruit-incar-banner--img {
        position: relative;
        display: grid;
        min-height: 0;
        aspect-ratio: 1536 / 250;
        align-items: center;
        padding: 0 18px;
        border-radius: 10px;
        background:
            linear-gradient(90deg, rgba(29, 78, 216, 0.95), rgba(14, 165, 233, 0.86)),
            #1d4ed8;
        line-height: 1.2;
        color: #fff;
        text-decoration: none;
    }

    .is-home-top-ad .home-recruit-incar-banner-img {
        display: none;
    }

    .is-home-top-ad .home-recruit-incar-banner.home-recruit-incar-banner--img::before {
        content: "인카금융서비스\A 다이렉트 FC 모집";
        white-space: pre-line;
        color: #fff;
        font-size: 18px;
        line-height: 1.18;
        font-weight: 950;
        letter-spacing: 0;
    }

    .is-home-top-ad .home-recruit-incar-banner.home-recruit-incar-banner--img::after {
        content: "모집 안내 보기";
        position: absolute;
        right: 14px;
        bottom: 11px;
        padding: 5px 9px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.18);
        color: rgba(255, 255, 255, 0.92);
        font-size: 11px;
        font-weight: 850;
    }

    .is-home-side-ad strong {
        max-width: none;
        font-size: 16px;
    }

    .is-home-guide-hero {
        grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
        padding: 22px;
    }

    .is-home-guide-hero h2 {
        font-size: 30px;
    }

    .is-home-guide-hero span {
        font-size: 14px;
        line-height: 1.55;
    }

    .is-home-core-head {
        grid-template-columns: minmax(140px, 0.36fr) minmax(220px, 0.64fr);
        padding: 18px 20px;
    }

    .is-home-core-head span {
        grid-column: 1 / -1;
    }

    .is-home-guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .is-home-guide-card,
    .is-home-guide-card:nth-child(3n),
    .is-home-guide-card:nth-last-child(-n + 3) {
        min-height: 240px;
        padding: 20px;
        border-right: 1px solid rgba(17, 17, 17, 0.14);
        border-bottom: 1px solid rgba(17, 17, 17, 0.14);
    }

    .is-home-guide-card:nth-child(2n) {
        border-right: 0;
    }

    .is-home-guide-card:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .is-home-insurance-services {
        display: block;
        min-height: 0;
        background:
            radial-gradient(circle at 18% 10%, rgba(255, 212, 55, 0.22), transparent 30%),
            #171614;
    }

    .is-home-insurance-copy {
        padding: 34px 22px 24px;
    }

    .is-home-insurance-copy h2 {
        font-size: 44px;
        line-height: 1;
    }

    .is-home-insurance-copy strong {
        font-size: 18px;
    }

    .is-home-insurance-apps {
        border-left: 0;
    }

    .is-home-insurance-apps a {
        min-height: 150px;
        color: #fff7e4;
        border-color: rgba(255, 247, 228, 0.14);
        background: rgba(255, 247, 228, 0.07);
    }

    .is-home-insurance-apps a:hover,
    .is-home-insurance-apps a:focus {
        background: rgba(255, 247, 228, 0.13);
    }

    .is-home-insurance-apps em {
        color: var(--is-home-yellow);
    }

    .is-home-insurance-apps strong {
        color: #fff7e4;
    }

    .is-home-insurance-apps span {
        color: rgba(255, 247, 228, 0.7);
    }

    body.is-home-page .portal-search-section .search-wrapper {
        min-height: 56px;
    }

    body.is-home-page .portal-search-section .unified-search-input {
        font-size: 16px;
    }

    body.is-home-page .portal-search-section .search-btn {
        width: 42px;
        height: 42px;
    }

    .is-home-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 0;
    }

    .is-home-feature-card {
        padding: 18px;
        border-radius: 20px;
    }

    .is-home-feature-card:nth-child(1),
    .is-home-feature-card:nth-child(4) {
        grid-column: span 1;
        grid-row: span 1;
        min-height: 0;
    }

    .is-home-system-showcase {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 18px;
        border-radius: 24px;
    }

    .is-home-system-stage {
        min-height: 260px;
        border-radius: 22px;
    }

    .is-home-system-panel {
        width: min(184px, 46%);
        padding: 11px;
        border-radius: 15px;
    }

    .is-home-system-core {
        width: 124px;
        min-height: 82px;
    }

    .is-home-service-intro,
    .is-home-service-grid {
        grid-template-columns: 1fr;
    }

    .is-home-service-grid {
        gap: 10px;
    }

    .is-home-feature-board {
        padding: 18px;
        border-radius: 22px;
    }

    .is-home-service-guide {
        padding: 18px;
        border-radius: 22px;
    }

    .is-home-service-copy {
        min-height: 0;
        padding: 10px 2px 0;
    }

    .is-home-service-visual {
        min-height: 220px;
        border-radius: 22px;
    }

    .is-home-service-visual img {
        min-height: 220px;
    }

    .is-home-story-flow {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 6px;
        border-radius: 16px;
    }

    .is-home-story-flow span {
        min-height: 34px;
        font-size: 12px;
    }

    .is-home-story-flow span:not(:last-child)::after {
        right: 50%;
        top: auto;
        bottom: -9px;
        transform: translateX(50%) rotate(135deg);
    }

    .is-home-story-card {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .is-home-story-card::after {
        display: none;
    }

    .is-home-story-question {
        min-height: 0;
        padding: 15px;
        border-radius: 18px 18px 10px 10px;
    }

    .is-home-story-question::after {
        right: auto;
        left: 32px;
        top: auto;
        bottom: -7px;
        transform: rotate(45deg);
    }

    .is-home-story-answer {
        min-height: 0;
        padding: 15px;
        border-radius: 10px 10px 18px 18px;
    }

    .is-home-trust {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .is-home-trust-proof {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .is-home-kicker {
        margin-bottom: 10px;
        font-size: 11px;
    }

    .is-home-search-copy h1 {
        font-size: 30px;
    }

    .is-home-search-panel {
        padding: 18px 14px 16px;
    }

    .is-home-daily-panel,
    .is-home-emotion-stage {
        min-height: 330px;
        padding: 18px 14px 14px;
    }

    .is-home-daily-panel {
        min-height: 0;
    }

    .is-home-login-actions {
        grid-template-columns: 1fr;
    }

    .is-home-stage-main {
        padding-top: 52px;
    }

    .is-home-stage-main h2 {
        font-size: 31px;
    }

    .is-home-stage-proof {
        grid-template-columns: 1fr;
    }

    .is-home-guide-hero {
        grid-template-columns: 1fr;
        padding: 22px 14px;
        gap: 12px;
    }

    .is-home-guide-hero h2 {
        font-size: 28px;
    }

    .is-home-guide-grid {
        grid-template-columns: 1fr;
    }

    .is-home-guide-card,
    .is-home-guide-card:nth-child(2n),
    .is-home-guide-card:nth-last-child(-n + 2) {
        min-height: 0;
        padding: 18px;
        border-right: 0;
        border-bottom: 1px solid rgba(17, 17, 17, 0.14);
    }

    .is-home-guide-card:last-child {
        border-bottom: 0;
    }

    .is-home-guide-card strong {
        font-size: 30px;
    }

    .is-home-insurance-copy {
        padding: 30px 14px 20px;
    }

    .is-home-insurance-copy p {
        margin-bottom: 12px;
        font-size: 10px;
    }

    .is-home-insurance-copy h2 {
        font-size: 36px;
    }

    .is-home-insurance-copy strong {
        margin-top: 16px;
        font-size: 17px;
    }

    .is-home-insurance-copy span {
        margin-top: 10px;
        font-size: 13px;
        line-height: 1.58;
    }

    .is-home-insurance-apps {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 0 14px 18px;
    }

    .is-home-insurance-apps a,
    .is-home-insurance-apps a:nth-child(2n),
    .is-home-insurance-apps a:last-child {
        grid-column: auto;
        min-height: 0;
        padding: 15px;
        border: 1px solid rgba(255, 247, 228, 0.14);
    }

    .is-home-insurance-apps strong {
        margin-top: 0;
        font-size: 21px;
    }

    .is-home-insurance-apps em {
        margin-bottom: 12px;
    }

    .is-home-core-head {
        grid-template-columns: 1fr;
        padding: 18px 14px;
        gap: 8px;
    }

    .is-home-core-head h2 {
        font-size: 26px;
    }

    .is-home-core-grid {
        grid-template-columns: 1fr;
    }

    .is-home-core-grid a,
    .is-home-core-grid a:nth-child(3n),
    .is-home-core-grid a:nth-last-child(-n + 3) {
        min-height: 0;
        padding: 16px;
        border-right: 0;
        border-bottom: 1px solid rgba(35, 31, 28, 0.1);
    }

    .is-home-core-grid a:last-child {
        border-bottom: 0;
    }

    .is-home-question-details summary {
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 14px;
    }

    .is-home-question-details summary strong {
        font-size: 18px;
    }

    .is-home-question-details[open] .is-home-story-flow,
    .is-home-question-details[open] .is-home-service-grid {
        margin-left: 12px;
        margin-right: 12px;
    }

    .is-home-howto {
        grid-template-columns: 1fr;
    }

    .is-home-howto-copy {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 22px 14px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .is-home-howto-copy h2 {
        font-size: 28px;
    }

    .is-home-howto-stage {
        height: 702px;
    }

    .is-home-howto-type {
        min-height: 232px;
        padding: 20px 14px;
    }

    .is-home-howto-type-meta span {
        font-size: 34px;
    }

    .is-home-howto-type-screen {
        padding: 14px;
    }

    .is-home-howto-type-screen strong {
        font-size: 30px;
    }

    .is-home-howto-result {
        padding: 18px 14px;
    }

    .is-home-howto-result-top strong {
        font-size: 25px;
    }

    .is-home-howto-result-body p {
        font-size: 12px;
        line-height: 1.45;
    }

    .is-home-howto-stage {
        height: 640px;
    }

    .is-home-howto-slide {
        grid-template-columns: 1fr;
    }

    .is-home-howto-type {
        min-height: 248px;
        padding: 24px 18px;
        border-right: 0;
        border-bottom: 1px solid rgba(35, 31, 28, 0.12);
    }

    .is-home-howto-type p {
        display: none;
    }

    .is-home-howto-result {
        align-content: start;
        padding: 22px 18px;
    }

    .is-home-howto-result-body {
        grid-template-columns: 1fr;
    }

    .is-home-howto-result-body article {
        min-height: 0;
    }

    .is-home-howto-flow span {
        min-height: 42px;
        border-right: 0;
        border-bottom: 1px solid rgba(35, 31, 28, 0.1);
    }

    .is-home-howto-flow span:last-child {
        border-bottom: 0;
    }

    .is-home-section-head {
        display: block;
    }

    .is-home-section-head h2 {
        font-size: 21px;
    }

    .is-home-service-copy h2 {
        font-size: 21px;
    }

    .is-home-service-copy > span {
        font-size: 13px;
        line-height: 1.5;
    }

    .is-home-service-visual {
        min-height: 186px;
    }

    .is-home-service-visual img {
        min-height: 186px;
    }

    .is-home-service-visual figcaption {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 10px 11px;
        border-radius: 15px;
    }

    .is-home-service-label {
        width: 42px;
        min-width: 42px;
        height: 42px;
        border-radius: 12px;
        font-size: 11px;
    }

    .is-home-story-card strong {
        font-size: 16px;
    }

    .is-home-service-desc {
        max-width: 100%;
        font-size: 13px;
        line-height: 1.48;
        margin-bottom: 12px;
    }

    .is-home-feature-card {
        padding: 16px;
    }

    .is-home-feature-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .is-home-feature-card::after {
        font-size: 46px;
    }

    .is-home-system-copy h2 {
        font-size: 22px;
    }

    .is-home-system-stage {
        min-height: 360px;
    }

    .is-home-system-beam {
        inset: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }

    .is-home-system-panel {
        width: calc(50% - 22px);
        padding: 10px;
    }

    .is-home-system-panel strong {
        font-size: 13px;
    }

    .is-home-system-panel em {
        font-size: 11px;
    }

    .is-panel-1 { top: 14px; left: 14px; }
    .is-panel-2 { top: 14px; right: 14px; }
    .is-panel-3 { bottom: 14px; left: 14px; }
    .is-panel-4 { right: 14px; bottom: 14px; }

    .is-home-system-core {
        width: 116px;
        min-height: 74px;
    }

    .is-home-feature-card strong {
        font-size: 18px;
    }

    .is-home-example-strip {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 2px;
    }

    .is-home-example-strip button {
        flex: 0 0 auto;
    }

    .is-home-trust-proof {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .is-home-howto-copy {
        grid-template-columns: 1fr;
        gap: 10px;
        border-bottom-color: rgba(35, 31, 28, 0.12);
    }

    .is-home-howto-stage {
        height: 702px;
    }

    .is-home-howto-slide {
        grid-template-columns: 1fr;
    }

    .is-home-howto-type {
        min-height: 232px;
        padding: 20px 14px;
        border-right: 0;
        border-bottom: 1px solid rgba(35, 31, 28, 0.12);
    }

    .is-home-howto-type p {
        display: none;
    }

    .is-home-howto-type-meta span {
        font-size: 34px;
    }

    .is-home-howto-type-screen {
        padding: 14px;
    }

    .is-home-howto-type-screen strong {
        font-size: 30px;
    }

    .is-home-howto-result {
        align-content: start;
        padding: 18px 14px;
    }

    .is-home-howto-result-top strong {
        font-size: 25px;
    }

    .is-home-howto-result-body {
        grid-template-columns: 1fr;
    }

    .is-home-howto-result-body article {
        min-height: 0;
    }

    .is-home-howto-result-body p {
        font-size: 12px;
        line-height: 1.45;
    }

    .is-home-howto-flow {
        grid-template-columns: 1fr;
    }

    .is-home-service-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .is-home-service-label {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }

    .is-home-story-card strong {
        font-size: 16px;
        line-height: 1.35;
    }

    .is-home-service-links {
        gap: 6px;
    }

    .is-home-service-links a {
        min-height: 31px;
        padding: 0 9px;
        font-size: 12px;
    }
}

@media (max-width: 900px) {
    .is-home-howto-stage {
        grid-template-columns: 1fr;
        min-height: 0;
        height: auto;
    }

    .is-home-demo-input-panel,
    .is-home-demo-result-panel {
        padding: 22px 16px;
    }

    .is-home-demo-input-panel {
        border-right: 0;
        border-bottom: 1px solid rgba(35, 31, 28, 0.12);
    }

    .is-home-demo-result-list {
        min-height: 0;
    }

    .is-home-demo-searchbox strong {
        font-size: 24px;
    }
}

@media (max-width: 520px) {
    .is-home-howto-stage {
        height: auto;
    }

    .is-home-demo-input-panel,
    .is-home-demo-result-panel {
        padding: 18px 12px;
    }

    .is-home-demo-searchbox {
        grid-template-columns: 20px minmax(0, 1fr) 8px 38px;
        min-height: 58px;
        margin: 14px;
        padding-left: 14px;
    }

    .is-home-demo-searchbox strong {
        min-height: 24px;
        font-size: 19px;
    }

    .is-home-demo-searchbox button {
        width: 38px;
        height: 38px;
    }

    .is-home-demo-status {
        padding: 0 14px 16px;
    }

    .is-home-demo-scenarios {
        grid-template-columns: 1fr;
    }

    .is-home-demo-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .is-home-demo-steps span:nth-child(2n) {
        border-right: 0;
    }

    .is-home-demo-steps span:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(35, 31, 28, 0.08);
    }

    .is-home-demo-card {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 10px;
        min-height: 0;
        padding: 11px;
    }

    .is-home-demo-card-icon {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }

    .is-home-demo-card > i:last-child {
        display: none;
    }

    .is-home-demo-card-copy strong {
        white-space: normal;
    }

    .is-home-demo-next {
        align-items: flex-start;
        min-height: 0;
        padding: 11px;
        line-height: 1.45;
    }
}

@media (max-width: 768px) {
    body.is-home-page {
        padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px));
    }

    .is-home-shell {
        width: min(100%, calc(100vw - 20px));
        padding-bottom: 20px;
    }

    .is-home-search-hero {
        display: block;
        border-radius: 0;
    }

    .is-home-search-panel {
        padding: 18px 12px 14px;
        border-right: 0;
    }

    .is-home-search-copy {
        margin-bottom: 12px;
    }

    .is-home-kicker {
        margin-bottom: 6px;
        font-size: 11px;
    }

    .is-home-search-copy h1 {
        font-size: clamp(25px, 7.6vw, 34px);
        line-height: 1.08;
    }

    .is-home-lead {
        display: none;
    }

    .is-home-portal-search {
        margin-top: 0;
    }

    .is-home-example-strip {
        margin-top: 10px;
        gap: 6px;
        padding: 0 0 2px;
    }

    .is-home-example-strip button {
        min-height: 32px;
        padding: 0 11px;
        font-size: 12px;
        white-space: nowrap;
    }

    .is-home-daily-panel {
        display: none;
    }

    .is-home-results-shell {
        width: min(100%, calc(100vw - 20px));
        margin-top: 10px;
    }

    .is-home-guide-showcase,
    .is-home-howto,
    .is-home-insurance-services,
    .is-home-service-guide,
    .is-home-core-services {
        margin-top: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .is-home-system-beam path,
    .is-home-system-panel {
        animation: none;
    }

    .is-home-howto-slide {
        animation: none;
    }

    .is-home-howto-slide-1 {
        opacity: 1;
        pointer-events: auto;
    }

    .is-home-demo-cursor,
    .is-home-demo-card {
        animation: none;
    }

    .is-home-demo-card {
        opacity: 1;
        transform: none;
    }
}
