/* =============================== begin header =============================== */
/* General Body Styles */
body {
    font-family: 'Noto Sans JP';
    margin: 0;
    padding: 0;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#site-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.main-content {
    flex: 1;
}

/* Header Styles */
.top-header {
    background-color: #FFFFFF;
    width: 100%;
    /* border-bottom: 2px solid #DC143C; */
}

.header-container {
    max-width: 1760px;
    margin: 10px auto;
    /* padding: 20px; */
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 15px; */
}

.mobile-menu-toggle {
    display: none;
}

.mobile-menu-overlay,
.mobile-menu-sidebar {
    display: none;
}

.header-logo-section {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.logo-icon {
    flex-shrink: 0;
}

.logo-image {
    display: block;
    height: 93px;
    width: auto;
    max-width: 100%;
}

.header-title-section {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.main-title {
    font-size: 48px;
    font-weight: 900;
    color: #D7172A;
    margin: 0;
    line-height: 1;
    letter-spacing: -1.1%;
}

.location-subtitle {
    font-size: 48px;
    font-weight: 900;
    color: #D7172A;
    margin: 0;
    line-height: 1;
}

.header-nav {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-menu li {
    margin: 0;
}

.nav-menu a {
    color: #000000;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    transition: color 0.3s ease;
    white-space: nowrap;
}


.nav-menu a:hover {
    color: #DC143C;
    /* text-decoration: underline; */
}

.nav-menu a.active {
    color: #D7172A;
    font-weight: 700;
}

.header-bottom-line {
    height: 2px;
    background-color: #DC143C;
    width: 100%;
    margin-top: 10px;
}

/* Responsive Styles for Header */


/* breacum */
.contact-section-banner {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.contact-section-banner .banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contact-section-banner-content {
    position: absolute;
    top: 16px;
    left: -20%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.contact-section-banner-content .section-title {
    color: #FFFFFF;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -1.1%;
}

.contact-section-breadcrumb {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 24px;
    /* font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -1.1%; */
}

.contact-section-breadcrumb p:first-child {
    color: #D7172A;
    font-weight: 500;
}

.contact-section-breadcrumb p {
    margin: 15px;
    /* margin-top: 25px; */
}

.contact-section-breadcrumb a {
    white-space: nowrap;
    flex-shrink: 0;
}

/* =============================== home hero section =============================== */
.hero-section {
    background: #FFEEF0;
    /* padding: 40px 20px 50px; */
}

.hero-info-title-break-1 {
    display: none;
}

.hero-info-title-break {
    display: block;
}

.hero-note-break {
    display: none;
}

.hero-label-break {
    display: none;
}

.intro-title-break-1 {
    display: none;
}

.metric-stars-break {
    display: none;
}

.hero-banner {
    /* max-width: 1200px; */
    /* margin: 0 auto; */
    background: url(../images/banner-desktop.webp) center / cover no-repeat, linear-gradient(90deg, #FF9AAE, #FF6B8B);
    /* border-radius: 8px; */
    position: relative;
    overflow: hidden;
    min-height: 560px;
    display: flex;
    align-items: end;
    justify-content: center;
}


.hero-banner-inner {
    text-align: center;
    padding: 15px 20px;
}

.hero-banner-label {
    display: inline-block;
    background: #2877A1;
    color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}

.hero-banner-title {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: -1.1%;
    color: #D7172A;
    margin: 0 0 12px;
}

.hero-banner-subtitle {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    line-height: 1.5;
    letter-spacing: -1.1%;
}

.hero-info-wrapper {
    width: 100%;
}

/* Phần trên: nền peach */
.hero-info-top {
    background: #FFE5D9;
    padding: 40px 20px;
}

.hero-info-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    position: relative;
}

.hero-info-container::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    border-left: 5px dashed #CCCCCC;
    transform: translateX(-50%);
}

.hero-info-item {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.hero-info-icon {
    flex-shrink: 0;
}

.icon-circle {
    width: 140px;
    height: 140px;
    /* background: #D7172A; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle svg {
    width: 40px;
    height: 40px;
}

.hero-info-content {
    flex: 1;
    text-align: left;
}

.hero-info-title {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin: 0 0 16px;
    line-height: 1.6;
}

.hero-info-button {
    background: #FFFFFF;
    border-radius: 40px;
    padding: 5px 20px;
    color: #D7172A;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}

/* Phần dưới: nền hồng nhạt */
.hero-info-bottom {
    background: #FFEEF0;
    padding: 20px;
    text-align: center;
}

.hero-note {
    font-size: 28px;
    color: #D7172A;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}

/* =============================== intro ranking section =============================== */
.intro-ranking-section {
    background: #FFFFFF;
    padding: 60px 20px 40px;
}

.intro-ranking-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.intro-badge {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 999px;
    background: #FFFFFF;
    border: 2px solid #1E9ACB;
    color: #1E9ACB;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 24px;
}

.intro-main {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 70px;
}

.intro-laurel img {
    width: 91px;
    height: 230px;
}

.intro-text-block {
    max-width: 800px;
}

.intro-title {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    line-height: 1.5;
    margin: 0 0 20px;
}

.intro-desc {
    font-size: 20px;
    color: #484848;
    line-height: 1.5;
    margin: 0;
}


/* =============================== office ranking card =============================== */
.office-ranking-section {
    background: #FFEAEE;
    padding: 40px 10px 80px;
}

.office-card {
    width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 16px 16px 24px;
    font-size: 12px;
    margin-bottom: 50px;
}

.office-card-header {
    display: flex;
    background: #FFEFD0;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    padding: 14px 24px;
    /* margin-bottom: 18px; */
    column-gap: 50px;
}

.office-card-header-content {
    display: block;
    background: #FFEFD0;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    margin-bottom: 18px;
    column-gap: 50px;
}

.office-card-header-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.office-card--img {
    display: block;
}

.office-medal--img {
    padding: 20px;
}


.office-like-count {
    font-size: 32px;
    color: #424242;
    font-weight: 700;
    line-height: 1.5;
}

.office-header-medal {
    flex: 0 0 auto;
}

.office-medal {
    display: block;
    width: 80px;
    height: auto;
}

.office-header-mascot {
    flex: 0 0 auto;
}

.office-mascot {
    display: block;
    width: 80px;
    height: auto;
}

.office-card-title-block {
    flex: 1 1 auto;
    padding: 0 8px;
    text-align: left;
    display: flex;
    align-items: self-start;
}

.office-card-label {
    font-size: 36px;
    margin: 0 0 4px;
    color: #F067A3;
    font-weight: 700;
    line-height: 1.2;
}

.card-color-2 {
    color: #EC008C;
}

.card-color-3 {
    color: #00AEEF;
}

.card-color-4 {
    color: #FFEB3C;
}

.card-color-5 {
    color: #F067A3;
}

.card-color-6 {
    color: #EE5770;

}

.card-color-7 {
    color: #EB8B1D;
}

.card-background-2 {
    background: #F5F5F5;
}

.card-background-4 {
    background: #63C1DE;
}

.summary-lead-text-break {
    display: none;
}

/* .card-index-1 {
    font-size: 48px;
} */

.office-card-title {
    font-size: 24px;
    margin: 0;
    color: #FF4A7F;
    font-weight: 700;
}

.office-card-like {
    flex: 0 0 auto;
    text-align: center;
    font-size: 18px;
    color: #424242;
    cursor: pointer;
    transition: transform 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.office-card-like:hover {
    transform: scale(1.1);
}

.office-card-like:active {
    transform: scale(0.95);
}

.office-like-heart {
    display: inline-block;
    transition: opacity 0.3s ease;
}

.office-like-heart-filled {
    display: none;
    transition: opacity 0.3s ease;
}

.office-card-like.liked .office-like-heart {
    display: none;
}

.office-card-like.liked .office-like-heart-filled {
    display: inline-block;
}

.office-rating-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 26px 0 30px;
}

.rating-laurel img {
    width: 40px;
    height: auto;
}

.office-rating-center {
    display: flex;
    align-items: baseline;
    gap: 16px;
}

.office-rating-stars {
    color: #FFB400;
    font-size: 40px;
    letter-spacing: 4px;
}

.office-card-more-wrapper {
    background: #FFEAEE;
}

.office-card-more-content {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
}

.office-card-more-wrapper .btn-primary {
    background: none;
    color: #D7172A;
    text-decoration: underline;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.office-rating-score .score-main {
    font-size: 64px;
    font-weight: 800;
    color: #D7172A;
}

.office-rating-metrics {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 24px;
}

.metric-score {
    font-size: 64px;
    font-weight: 700;
    color: #FAC515;
}

.metric-label {
    font-size: 32px;
    margin-top: 8px;
}

.metric-stars {
    font-size: 40px;
    color: #FAC515;
}

.metric-item {
    flex: 1;
    padding: 0 24px;
    position: relative;
    line-height: 1.5;
}

.metric-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    border-right: 2px dashed #DDDDDD;
}

.office-lawyer-section {
    margin-bottom: 18px;
}

.office-section-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.5;
    position: relative;
    padding-left: 12px;
    display: inline-block;
    color: #000000;
}

.office-section-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #E60020;
}

.office-lawyer-grid {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 4px;
}

.lawyer-item img {
    width: 100%;
    height: 140px;
    display: block;
    border-radius: 2px;
}

.office-features {
    margin: 16px 0;
}

.office-feature-list {
    list-style: none;
    padding: 0;
    margin: 4px 0 0;
}

.feature-text-highlight {
    font-weight: 700;
}

.office-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 8px;
    border-bottom: 3px dashed #2877A1;
}

.feature-icon img {
    width: 30px;
    height: 30px;
}

.feature-text {
    flex: 1;
}

.office-reviews {
    margin: 24px 0;
}

.office-review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.review-card {
    background: #E6F4FF;
    border-radius: 6px;
    /* padding: 16px 18px 0; */
    display: flex;
    flex-direction: column;
    height: 280px;
    /* cố định chiều cao card để footer không nhảy lên xuống */
}

.review-text {
    font-size: 18px;
    margin: 0 0 14px;
    padding: 15px 15px 0;
    line-height: 1.8;
    flex: 1;
    /* đẩy footer xuống đáy */
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.review-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 10px 14px;
    background: #73C7EB;
    /* thanh màu xanh phía dưới */
    border-radius: 0 0 6px 6px;
}

.review-meta {
    font-size: 28px;
    margin: 0;
}

.review-avatar img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.office-summary {
    margin: 24px 0 16px;
    background: #E6F4FF;
    border-radius: 6px;
    padding: 16px 18px;
}

.office-summary-text {
    font-size: 20px;
    line-height: 1.5;
    margin: 4px 0 0;
}

.office-card-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 8px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.office-card-actions--image {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 8px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    padding: 0 20px 20px;
}

.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 16px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    /* flex: 1; */
    width: 20%;
}



.btn-primary-v1,
.btn-secondary-v1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 16px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    /* flex: 1; */
    width: 40%;
}

.btn-primary svg,
.btn-secondary svg {
    flex-shrink: 0;
}

.btn-primary,
.btn-primary-v1 {
    background: #FF9A00;
    color: #FFFFFF;
}

.btn-secondary,
.btn-secondary-v1 {
    background: #349AC7;
    color: #FFFFFF;
}

/* =============================== office compare cards =============================== */
.office-compare-section {
    background: #FFEAEE;
    padding: 20px 10px 50px;
}

.office-compare-row {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.compare-card-child {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 50px;
}

.compare-card {
    background: #FFFFFF;
    border-radius: 18px;
    border: 3px solid #FFD5E2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    padding: 24px 24px 28px;
}

.compare-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 -4px 18px;
    padding: 10px 16px;
    background: #D7F2FF;
    border-radius: 12px;
}

.compare-logo img {
    /* width: 64px; */
    height: 80px;
    /* border-radius: 50%; */
    /* object-fit: cover; */
}

.compare-header-text {
    text-align: left;
}

.compare-company-kana {
    font-size: 12px;
    margin: 0 0 2px;
    color: #555555;
}

.compare-company-name {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #484848;
}

.compare-card-child .compare-metrics {
    height: 150px;
}

.compare-card-child .compare-features {
    height: 115px;
}

.compare-card-child .compare-feature-list li {
    border-bottom: unset
}

.compare-company-name-small {
    font-size: 24px;
}

.compare-card-child .compare-summary {
    height: 100px;
}

.compare-score-block {
    text-align: center;
    margin: 6px 0 14px;
}

.compare-score-main {
    font-size: 40px;
    font-weight: 700;
    color: #D7172A;
    margin-bottom: 4px;
}

.compare-score-stars {
    font-size: 30px;
    color: #FFB400;
    letter-spacing: 3px;
    line-height: 1.5;
}

.compare-metrics {
    margin: 4px 0 16px;
    height: 200px;
}

.compare-metric-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    padding: 2px 0;
    gap: 30px;
}

.metric-label-small {
    color: #484848;
    font-weight: 500;
    width: 50%;
    font-size: 24px;
    line-height: 1.5;
}

.metric-stars-small {
    color: #FFB400;
    font-size: 24px;
}

.compare-features {
    margin-top: 8px;
    height: 215px;
}

.compare-title {
    font-size: 24px;
    font-weight: 700;
    margin: 12px 0 8px;
    position: relative;
    padding-left: 10px;
}

.compare-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #E60020;
}

.compare-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 6px;
    list-style: none;
    border-bottom: 3px dashed #2877A1;

}

.compare-feature-list li::before {
    content: "";
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    background: url("../icon/check-or.svg") center/contain no-repeat;
}

.compare-summary {
    margin-top: 16px;
    background: #E6F4FF;
    border-radius: 6px;
    padding: 10px 14px;
}

.compare-summary-text {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}




/* =============================== begin footer =============================== */
.main-footer {
    width: 100%;
    margin-top: auto;
}

.footer-main-content {
    background-color: #73000D;
    padding: 40px 20px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    gap: 40px;
    position: relative;
}

.footer-left {
    flex: 0 1 auto;
}

.footer-center {
    flex: 0 1 auto;
    margin: 0 auto;
}

.footer-logo-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-logo-icon {
    flex-shrink: 0;
}

.footer-logo-image {
    display: block;
    height: 93px;
    width: auto;
    max-width: 100%;
}

.footer-title-section {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-main-title {
    font-size: 32px;
    font-weight: 900;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.5;
    letter-spacing: -1.1%;
}

.footer-location-subtitle {
    font-size: 32px;
    font-weight: 900;
    color: #FFFFFF;
    margin: 0;
    line-height: 1;
}

.footer-right {
    flex: 0 1 auto;
}

.footer-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-email {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.footer-email:hover {
    opacity: 0.8;
}

.footer-nav {
    display: flex;
}

.footer-nav-menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
}

.footer-nav-menu li {
    margin: 0;
}

.footer-nav-menu a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.footer-nav-menu a:hover {
    opacity: 0.8;
}

.footer-copyright {
    background-color: #000000;
    padding: 20px;
    text-align: center;
}

.copyright-text {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

/* Responsive Styles for Footer */


/* ============================================
   Lawyer Column Section (Danh sách cột từ luật sư)
   ============================================ */
.lawyer-column-section {
    background: #fff;
    padding: 60px 20px;
}

.lawyer-column-container {
    max-width: 1400px;
    margin: 0 auto;
}

.lawyer-column-main-title {
    font-size: 54px;
    font-weight: 900;
    text-align: center;
    color: #D7172A;
    line-height: 1.5;
    margin-bottom: 30px;
}

.lawyer-column-subtitle {
    /* background: #fff5f5; */
    /* border: 2px solid #ff9800; */
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 40px;
    text-align: center;
}

.lawyer-column-subtitle-label {
    font-size: 24px;
    font-weight: 400;
    color: #2E2E2E;
    margin: 0;
    line-height: 1.5;
}

.lawyer-column-subtitle-desc {
    font-size: 24px;
    line-height: 1.5;
    color: #2E2E2E;
    margin: 0;
}

.lawyer-column-subtitle-note {
    font-size: 24px;
    line-height: 1.5;
    color: #2E2E2E;
    margin: 0;
}

.highlight-red {
    color: #D7172A;
}

.highlight-black {
    color: #2E2E2E;
    font-weight: 700;
}

.highlight-orange {
    color: #ff6b00;
    font-weight: 600;
}

/* ============================================
   Article Listing Section
   ============================================ */
.article-listing-wrapper {
    margin-top: 40px;
}

.article-listing-container {
    display: flex;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Left Column: Large Articles */
.article-listing-left {
    flex: 1;
    display: grid;
    flex-direction: column;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Right Column: Small Articles */
.article-listing-right {
    flex: 0 1 auto;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Large Article Card */
.article-card-large {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}

.article-image-wrapper {
    width: 100%;
    height: 240px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.article-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.article-meta {
    padding: 16px 20px 8px;
}

.article-date {
    font-size: 14px;
    color: #666;
}

.article-title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    margin: 12px 10px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-title a {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    margin: 12px 10px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.article-excerpt {
    font-size: 20px;
    color: #2E2E2E;
    line-height: 1.5;
    margin: 0 10px 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 20px;
    /* border-top: 1px solid #eee; */
}

.article-author,
.article-firm {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #2877A1;
}

.article-author svg,
.article-firm svg {
    flex-shrink: 0;
    color: #999;
}

/* Small Article Card */
.article-card-small {
    background: #fff;
    /* border-radius: 8px; */
    overflow: hidden;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    display: flex;
    gap: 12px;
    padding: 12px;
    border-bottom: 2px solid #C9C9C9;
}

.article-card-small:last-child {
    border-bottom: none;
}

.article-image-wrapper-small {
    flex: 0 0 120px;
    height: 100px;
    overflow: hidden;
    border-radius: 4px;
}

.article-image-small {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-content-small {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.article-meta-small {
    margin-bottom: 4px;
}

.article-date-small {
    font-size: 12px;
    color: #666;
}

.article-title-small {
    font-size: 20px;
    font-weight: 600;
    color: #2E2E2E;
    margin: 8px 0;
    line-height: 1.5;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-title-small a {
    font-size: 20px;
    font-weight: 600;
    color: #2E2E2E;
    margin: 8px 0;
    line-height: 1.5;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.article-footer-small {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: auto;
    padding-top: 8px;
}

.article-author-small,
.article-firm-small {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 6px;
    font-size: 14px;
    color: #2877A1;
}

.article-author-small svg,
.article-firm-small svg {
    flex-shrink: 0;
    color: #999;
}

/* See More Button */
.article-see-more-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    /* padding-right: 20px; */
}

.article-see-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #ff6b00;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s;
}

.article-see-more-btn:hover {
    background: #e55a00;
}

.article-see-more-btn svg {
    width: 16px;
    height: 16px;
}



/* ============================================
   Summary Comment Section (総括コメント)
   ============================================ */
.summary-comment-section {
    background: #F9F6F4;
    padding: 60px 20px 80px;
}

.summary-comment-container {
    max-width: 1200px;
    margin: 0 auto;
}

.summary-title {
    font-size: 54px;
    font-weight: 900;
    text-align: center;
    color: #D7172A;
    margin-bottom: 24px;
    line-height: 1.5;
}

.summary-lead-text {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 12px;
}

.summary-sub-text {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    color: #484848;
    margin-bottom: 32px;
}

.summary-pill {
    display: inline-block;
    margin: 0;
    padding: 10px;
    background: #2877A1;
    color: #fff;
    border-radius: 11px;
    font-size: 24px;
}

.summary-card-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.summary-card {
    display: grid;
    grid-template-columns: 315px 1fr;
    gap: 20px;
    background: #FFEFF3;
    border-radius: 18px;
    padding: 20px;
    align-items: flex-start;
}

.summary-comment-bottom-text {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
}

.summary-card-reverse {
    background: #FFEAEE;
    grid-template-columns: 1fr 315px;
}

.summary-card-reverse .summary-card-image {
    order: 2;
}

.summary-card-reverse .summary-card-content {
    order: 1;
}

.summary-card-image img {
    width: 313px;
    height: 315px;
    border-radius: 15px;
    /* object-fit: cover; */
}

.summary-card-content {
    font-size: 24px;
    line-height: 1.5;
    color: #484848;
    height: 280px;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 15px;
}

.summary-card-content-6 {
    height: 315px;
}

.summary-card-content-6 img {
    height: 355px;
}

.summary-card-text {
    margin: 0 0 15px;
}

.summary-highlight {
    color: #FF3366;
    font-weight: 700;
}

.summary-highlight-pink {
    color: #F067A3;
    font-weight: 700;
}

.summary-highlight-pink-2 {
    color: #EC008C;
    font-weight: 700;
}

.summary-highlight-blue {
    color: #00AEEF;
    font-weight: 700;
}

.summary-highlight-yellow {
    color: #FFC300;
    font-weight: 700;
}

.summary-highlight-pink-6 {
    color: #F067A3;
    font-weight: 700;
}

.summary-highlight-orange {
    color: #FF7840;
    font-weight: 700;
}

.summary-highlight-yellow-7 {
    color: #EB8B1D;
    font-weight: 700;
}

.summary-highlight-red {
    color: #D7172A;
    font-weight: 700;
}

.summary-comment-bottom {
    text-align: center;
    line-height: 1.5;
}

.summary-comment-bottom-btn {
    padding: 10px 25px;
    /* background: #FF9800; */
    color: #2877A1;
    text-decoration: none;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 700;
    border: 2px solid #C9C9C9;
    border-radius: 20px;
}

.summary-button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
    background: #FF9800;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 700;
}

.summary-button svg {
    flex-shrink: 0;
}


/* ============================================
   Q&A / FAQ Section
   ============================================ */
.faq-section {
    background: #FFEEF0;
    padding: 60px 20px 80px;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
}

.faq-main-title {
    font-size: 40px;
    font-weight: 700;
    color: #D7172A;
    text-align: center;
    margin: 0 0 20px;
    line-height: 1.5;
}

.faq-heading {
    font-size: 28px;
    font-weight: 700;
    color: #1C1C1C;
    text-align: center;
    margin: 0 0 24px;
    line-height: 1.5;
}

.faq-intro {
    font-size: 20px;
    color: #1C1C1C;
    text-align: center;
    line-height: 1.8;
    margin: 0 0 40px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.faq-item {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 28px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #FFF5F5;
}

.faq-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 900;
    flex-shrink: 0;
}

.faq-icon-q {
    background: #D7172A;
    color: #FFFFFF;
}

.faq-icon-a {
    background: #2877A1;
    color: #FFFFFF;
}

.faq-question-text {
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 1.5;
}

.faq-toggle {
    font-size: 36px;
    font-weight: 700;
    color: #484848;
    transition: all 0.3s ease;
    flex-shrink: 0;
    width: 32px;
    text-align: center;
}

.faq-answer {
    display: none;
    padding: 0 28px 24px;
    gap: 16px;
    align-items: center;
}

.faq-item.active .faq-answer {
    display: flex;
}

.faq-answer-content {
    flex: 1;
    padding-top: 8px;
}

.faq-answer-content p {
    font-size: 24px;
    color: #484848;
    line-height: 1.8;
    margin: 0 0 12px;
}

.faq-answer-content p:last-child {
    margin-bottom: 0;
}

.faq-see-more {
    text-align: center;
    margin-top: 40px;
}

.faq-see-more-btn {
    display: inline-block;
    padding: 20px 48px;
    background: #FF6B00;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 700;
    transition: background-color 0.3s ease;
}

.faq-see-more-btn:hover {
    background: #E55A00;
}

.faq-section-bottom {
    text-align: center;
    margin-top: 70px;
}

.faq-section-bottom-btn {
    color: #FF8214;
    font-size: 24px;
    font-weight: 500;
}


/* ============================================
   Floating sticky banner
   ============================================ */
.floating-banner-section {
    position: fixed;
    inset: auto auto 0 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2000;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    background: linear-gradient(90deg, #fbd8de 0%, #fff 35%, #fff 65%, #fbd8de 100%);
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.15));
}

.floating-banner-section.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.floating-banner {
    position: relative;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    width: 1200px;
    margin: auto;

    /* background: linear-gradient(90deg, #fbd8de 0%, #fff 35%, #fff 65%, #fbd8de 100%);
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.15)); */
}

.floating-banner-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.floating-banner-image img {
    width: 85px;
    height: 100px;
    display: block;
}

.floating-banner-text p {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #000000;
    text-align: left;
    white-space: nowrap;
    letter-spacing: -1.1%;
}

.floating-banner-cta {
    flex-shrink: 0;
}

.floating-banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    background: #ff8800;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(255, 136, 0, 0.35);
}

.floating-banner-btn:hover {
    background: #f17500;
}

.floating-banner-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.floating-banner-btn img {
    width: 48px;
    height: 48px;
}

.metric-label-break {
    display: none;
}


/* =============================== Notification Popup =============================== */
.notification-popup {
    position: fixed;
    bottom: 110px;
    right: 100px;
    z-index: 10000;
    opacity: 0;
    transform: translateX(120%);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    pointer-events: none;
}

.notification-popup.show {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.notification-popup-content {
    background: #FFF9E6;
    border-radius: 12px;
    padding: 10px 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 320px;
    max-width: 400px;
    position: relative;
}

.notification-medal {
    flex-shrink: 0;
}

.medal-icon-popup {
    width: 50px;
    height: 60px;
    object-fit: contain;
}

.notification-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.notification-text p {
    font-size: 14px;
    line-height: 1.6;
    color: #1C1C1C;
    margin: 0;
}

.notification-link {
    color: #058078;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    align-self: flex-end;
    margin-top: 4px;
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1.4;
}

.notification-highlight {
    color: #d84e04;
    font-weight: 700;
}

.notification-phone-icon {
    width: 16px;
    height: 16px;
    display: block;
    flex-shrink: 0;
}

.notification-link:hover {
    color: #045a54;
    text-decoration: underline;
}

.summary-comment-bottom-btn-break {
    display: none;
}

.banner-image-mobile {
    display: none;
}

.lawyer-column-main-title-break {
    display: none;
}

.br-mobile {
    display: none;
}

.report-subtitle-2 {
    background: #2877A1;
    color: #FFFFFF;
    padding: 4px 20px;
    border-radius: 10px;
}
/* ============================================
   Mobile Responsive Styles (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {
    .br-mobile {
        display: block;
    }

    .br-mobile-2 {
        display: none;
    }
    

    /* Prevent horizontal scroll */
    body {
        overflow-x: hidden;
        max-width: 100vw;
    }

    html {
        overflow-x: hidden;
        max-width: 100vw;
    }

    /* Disable body scroll when menu is open */
    body.menu-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
    }

    /* Header */
    .header-container {
        padding: 10px 15px;
    }

    .header-top {
        align-items: center;
        gap: 10px;
    }

    .header-logo-section {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        flex: 1;
    }

    .logo-icon {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .logo-image {
        width: 56px;
        height: 56px;
        object-fit: contain;
    }

    .header-title-section {
        flex-direction: column;
        gap: 2px;
    }

    .main-title {
        font-size: 22px;
        line-height: 1.2;
    }

    .location-subtitle {
        font-size: 22px;
        line-height: 1.2;
    }

    /* Hamburger Menu Button */
    .mobile-menu-toggle {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        gap: 5px;
        flex-shrink: 0;
    }

    .mobile-menu-toggle span {
        display: block;
        width: 24px;
        height: 3px;
        background-color: #D7172A;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(7px, 7px);
    }

    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    /* Hide desktop navigation */
    .header-nav {
        display: none;
    }

    .contact-section-banner-content {
        top: 0%;
        left: 0%;
    }

    .contact-section-banner-content .section-title {
        font-size: 40px;
    }

    .contact-section-banner {
        height: auto;
    }

    /* Mobile Menu Sidebar */
    .mobile-menu-overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9998;
        opacity: 0;
        transition: opacity 0.3s ease;
        visibility: hidden;
    }

    .mobile-menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu-sidebar {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 100%;
        height: 100%;
        background-color: #FFFFFF;
        z-index: 9999;
        transition: right 0.3s ease;
        overflow-y: auto;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    }

    .mobile-menu-sidebar.active {
        right: 0;
    }

    .mobile-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        border-bottom: 1px solid #E0E0E0;
    }

    .mobile-menu-logo {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .mobile-menu-logo img {
        width: 35px;
        height: 35px;
    }

    .mobile-menu-logo-text {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .mobile-menu-logo-text .main-title {
        font-size: 22px;
        margin: 0;
    }

    .mobile-menu-logo-text .location-subtitle {
        font-size: 22px;
        margin: 0;
    }

    .mobile-menu-close {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: none;
        cursor: pointer;
        font-size: 24px;
        color: #D7172A;
        font-weight: bold;
        padding: 0;
    }

    .mobile-menu-nav {
        padding: 20px 0;
    }

    .mobile-menu-nav .nav-menu {
        flex-direction: column;
        gap: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .mobile-menu-nav .nav-menu li {
        width: 100%;
        border-bottom: 1px solid #F0F0F0;
    }

    .mobile-menu-nav .nav-menu a {
        display: block;
        padding: 15px 20px;
        font-size: 24px;
        color: #000000;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }

    .mobile-menu-nav .nav-menu a:hover,
    .mobile-menu-nav .nav-menu a.active {
        background-color: #FFF5F5;
        color: #D7172A;
    }

    .mobile-menu-nav .nav-menu a.active {
        font-weight: 700;
        border-left: 4px solid #D7172A;
        padding-left: 16px;
    }

    /* Intro Ranking */
    .intro-ranking-section {
        padding: 40px 16px 30px;
    }

    .intro-main {
        flex-direction: column;
        gap: 16px;
    }

    .intro-laurel img {
        width: 50px;
        display: none;
    }

    .intro-title {
        font-size: 22px;
    }

    .intro-desc {
        font-size: 17px;
    }

    /* Office Compare */
    .office-compare-row {
        grid-template-columns: 1fr;
    }

    .compare-card-child {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .compare-card {
        padding: 16px;
    }

    .compare-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    .compare-company-name {
        font-size: 20px;
    }

    .compare-company-name-small {
        font-size: 18px;
    }

    .compare-score-main {
        font-size: 32px;
    }

    .compare-score-stars {
        font-size: 24px;
    }

    .metric-label-small {
        font-size: 16px;
    }

    .metric-stars-small {
        font-size: 18px;
    }

    .compare-title {
        font-size: 24px;
    }

    .compare-metrics {
        height: 150px;
    }

    .compare-feature-list {
        padding-inline-start: 10px;
    }

    .compare-feature-list li {
        font-size: 16px;
    }

    .compare-summary-text {
        font-size: 16px;
    }

    /* Office Ranking */
    .office-ranking-section {
        padding: 20px 10px 10px;
    }

    .office-card {
        width: auto;
        /* max-width: 100%; */
        padding: 5px;
        /* margin-bottom: 30px; */
    }

    .office-card-header {
        /* flex-direction: column; */
        align-items: center;
        gap: 1px;
        padding: 10px 5px;
        column-gap: 2px;
    }

    .office-card-header-img {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .office-card--img {
        width: 100%;
        max-width: 100%;
        padding: 10px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .office-medal--img {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0;
        display: block;
        object-fit: contain;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .office-card-actions--image {
        gap: 10px;
        padding: 0 5px 5px;
        /* flex-wrap: wrap; */
        width: 100%;
    }

    .btn-primary-v1, .btn-secondary-v1 {
        width: 100%;
        font-size: 18px;
        padding: 14px 2px;
    }

    .office-header-mascot {
        display: none;
    }

    .office-header-medal,
    .office-header-mascot {
        order: -1;
    }

    .office-medal,
    .office-mascot {
        width: 45px;
    }

    .office-card-title-block svg {
        width: 18px;
        height: 18px;
        margin: 0;
        padding: 0;
    }

    .office-card-title-block {
        order: 1;
        text-align: center;
        padding: 0;
        width: 100%;
    }

    .office-card-label {
        font-size: 20px;
        text-align: left;
        letter-spacing: 0px;
    }

    .office-card-title {
        font-size: 18px;
    }

    .office-like-count {
        font-size: 20px;
    }

    .office-card-like {
        order: 2;
        gap: 0px;
    }

    .office-rating-row {
        gap: 12px;
        margin: 20px 0 24px;
    }

    .rating-laurel img {
        width: 30px;
    }

    .office-rating-stars {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .office-rating-score .score-main {
        font-size: 48px;
    }

    .office-rating-metrics {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
        margin-bottom: 20px;
    }

    .metric-item {
        padding: 0 4px;
    }

    .metric-item:not(:last-child)::after {
        display: none;
    }

    .metric-item:not(:last-child) {
        border-bottom: none;
        padding-bottom: 0;
        border-right: 2px dashed #DDDDDD;
    }

    .metric-score {
        font-size: 40px;
    }

    .metric-label {
        font-size: 16px;
    }

    .metric-stars {
        font-size: 20px;
    }

    .office-section-title {
        font-size: 24px;
        margin-bottom: 16px;
        letter-spacing: -1px;
    }

    .office-lawyer-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 3px;
    }

    .metric-stars-break {
        display: block;
    }

    .lawyer-item img {
        height: 100px;
    }

    .office-feature-list li {
        font-size: 16px;
        gap: 6px;
        margin-bottom: 6px;
        align-items: center;
    }

    .feature-icon img {
        width: 24px;
        height: 24px;
    }

    .office-review-grid {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 6px;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE/Edge */
    }

    .office-review-grid::-webkit-scrollbar {
        display: none;
        height: 0;
    }

    .review-card {
        flex: 0 0 260px;
        height: auto;
        min-height: 190px;
        scroll-snap-align: start;
    }

    .review-text {
        font-size: 16px;
        padding: 12px 12px 0;
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }

    .review-footer {
        padding: 8px 12px;
    }

    .review-meta {
        font-size: 24px;
    }

    .review-avatar {
        display: flex;
        align-items: center;
    }

    .review-avatar img {
        width: 40px;
        height: 40px;
    }

    .office-summary {
        padding: 12px 14px;
        margin: 20px 0 12px;
    }

    .office-summary-text {
        font-size: 16px;
    }

    .office-card-actions {
        gap: 12px;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        font-size: 18px;
        padding: 10px 5px;
    }

    .office-card-more-content {
        width: 100%;
        padding: 0 15px;
        display: flex;
        justify-content: flex-end;
    }

    .office-card-more-wrapper .btn-primary {
        font-size: 24px;
        padding: 12px 24px;
        width: auto;
        align-self: flex-end;
    }

    /* Hero Section */
    .hero-section {
        padding: 0;
    }

    .hero-banner-inner {
        position: absolute;
        /* padding: 25px 15px; */
        top: 10%;
    }

    .hero-banner-title {
        font-size: 32px;
    }

    .hero-banner-subtitle {
        font-size: 22px;
    }

    .hero-info-top {
        padding: 30px 15px;
    }

    .hero-info-container {
        flex-direction: column;
        gap: 30px;
    }

    .hero-info-container::before {
        display: none;
    }

    .hero-info-item {
        /* flex-direction: column; */
        align-items: center;
        text-align: center;
    }

    .icon-circle {
        width: 60px;
        height: 60px;
    }

    .icon-circle svg {
        width: 30px;
        height: 30px;
    }

    .hero-info-content {
        text-align: center;
    }

    .hero-info-title {
        font-size: 16px;
    }

    .hero-info-button {
        font-size: 14px;
        padding: 2px 10px;
    }

    .hero-info-bottom {
        padding: 20px 15px;
    }

    .hero-note {
        font-size: 16px;
    }

    .intro-badge {
        font-size: 28px;
    }

    .banner-image-mobile {
        display: block;
    }

    .banner-image {
        display: none;
    }

    /* 
    .hero-title-break,
    .hero-subtitle-break {
        display: none;
    } */

    .hero-banner {
        /* min-height: 400px; */
        background-image: url(../images/banner-mobile.webp), linear-gradient(90deg, #FF9AAE, #FF6B8B);
        background-position: center center, center center;
        /* background-size: contain, cover; */
        background-repeat: no-repeat, no-repeat;
    }

    .hero-banner-label {
        font-size: 18px;
        padding: 12px 16px;
        margin-bottom: 12px;
        border-radius: 50px;
    }

    /* Footer */
    .footer-main-content {
        padding: 30px 15px;
    }

    .footer-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .footer-logo-section {
        /* flex-direction: column;
        align-items: flex-start; */
        gap: 10px;
    }

    .footer-logo-image {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    .footer-main-title {
        font-size: 24px;
    }

    .footer-location-subtitle {
        font-size: 16px;
    }

    .footer-nav-menu {
        gap: 10px;
    }

    .footer-nav-menu a {
        font-size: 18px;
    }

    .footer-email {
        font-size: 18px;
    }

    .copyright-text {
        font-size: 14px;
    }


    /* Lawyer Column Section */
    .lawyer-column-section {
        padding: 40px 15px;
    }

    .lawyer-column-main-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .lawyer-column-subtitle {
        padding: 16px;
        margin-bottom: 30px;
    }

    .lawyer-column-subtitle-label,
    .lawyer-column-subtitle-desc,
    .lawyer-column-subtitle-note {
        font-size: 16px;
    }

    .article-listing-container {
        flex-direction: column;
        gap: 20px;
    }

    .article-listing-left {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .article-listing-right {
        flex: 1;
        flex-direction: column;
    }

    .article-card-small {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .article-image-wrapper {
        height: 200px;
    }

    .article-title {
        font-size: 18px;
    }

    .article-title a {
        font-size: 20px;
    }

    .article-excerpt {
        font-size: 16px;
        margin: 0;
    }

    .article-author,
    .article-firm {
        font-size: 16px;
    }

    .article-image-wrapper-small {
        flex: 0 0 140px;
        height: 100px;
    }

    .article-title-small {
        font-size: 18px;
    }

    .article-title-small a {
        font-size: 18px;
    }

    .article-author-small,
    .article-firm-small {
        font-size: 16px;
    }

    .article-see-more-btn {
        font-size: 16px;
        padding: 10px 20px;
    }

    /* Summary Comment Section */
    .summary-comment-section {
        padding: 40px 15px 60px;
    }

    .summary-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .summary-lead-text,
    .summary-sub-text {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .summary-pill {
        font-size: 20px;
        padding: 6px 12px;
    }

    .summary-lead-text-break {
        display: block;
    }

    .summary-card {
        grid-template-columns: 1fr;
        padding: 16px;
        gap: 16px;
    }

    .summary-card-reverse {
        grid-template-columns: 1fr;
    }

    .summary-card-reverse .summary-card-image {
        order: 2;
    }

    .summary-card-reverse .summary-card-content {
        order: 1;
    }

    .summary-card-image img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .summary-card-content {
        font-size: 18px;
        height: auto;
        min-height: auto;
        padding: 16px;
    }

    .summary-card-content-6 {
        height: auto;
    }

    .summary-card-content-6 img {
        height: auto;
    }

    .summary-card-text {
        margin-bottom: 12px;
    }

    .summary-button {
        font-size: 18px;
        padding: 8px 16px;
    }

    .summary-comment-bottom-text {
        font-size: 20px;
    }

    .summary-comment-bottom-btn-break {
        display: block;
    }

    .summary-comment-bottom-btn {
        font-size: 16px;
        padding: 10px 22px;
        border: 2px solid #C9C9C9;
        border-radius: 999px;
        background: #FFFFFF;
        color: #2877A1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        line-height: 1.4;
        white-space: normal;
        text-align: center;
        box-sizing: border-box;
        max-width: 90%;
        margin: 0 auto;
    }

    /* FAQ Section */
    .faq-section {
        padding: 40px 16px 60px;
    }

    .faq-main-title {
        font-size: 32px;
    }

    .faq-heading {
        font-size: 24px;
    }

    .faq-intro {
        font-size: 16px;
    }

    .faq-question {
        padding: 20px 16px;
    }

    .faq-icon {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .faq-question-text {
        font-size: 16px;
    }

    .faq-toggle {
        font-size: 28px;
    }

    .faq-answer {
        padding: 0 16px 20px;
    }

    .faq-answer-content p {
        font-size: 16px;
    }

    .faq-see-more-btn {
        padding: 12px 32px;
        font-size: 18px;
    }

    /* Floating Banner */
    .floating-banner-section {
        width: 100vw;
        max-width: 100%;
        inset: auto auto 0 0;
        transform: none;
        left: 0;
        right: 0;
        box-sizing: border-box;
    }

    .floating-banner {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        /* flex-direction: column; */
        align-items: center;
        justify-content: space-between;
        padding: 15px 0px;
        margin: 0;
    }

    .floating-banner-item {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .floating-banner-image {
        display: flex;
        justify-content: center;
        width: auto;
        max-width: 100%;
        box-sizing: border-box;
    }

    .floating-banner-image img {
        width: 60px;
        height: auto;
        max-width: 100%;
    }

    .floating-banner-text {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding: 0 10px;
    }

    .floating-banner-text p {
        font-size: 14px;
        white-space: normal;
        text-align: left;
        line-height: 1.4;
        word-wrap: break-word;
        overflow-wrap: break-word;
        margin: 0;
        letter-spacing: -1px;
    }

    .floating-banner-text-br {
        display: none;
    }

    .floating-banner-cta {
        width: auto;
        max-width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        padding: 0 10px 0 0;
    }

    .floating-banner-btn {
        padding: 5px 2px;
        font-size: 14px;
        gap: 6px;
        width: 120px;
        /* min-width: 200px;
        max-width: 100%; */
        box-sizing: border-box;
    }

    .floating-banner-btn img {
        width: 36px;
        height: 36px;
        max-width: 100%;
    }

    /* Notification Popup */
    .notification-popup {
        bottom: 80px;
        right: 10px;
        left: 10px;
        transform: translateX(0);
    }

    .notification-popup.show {
        transform: translateX(0);
    }

    .notification-popup-content {
        min-width: auto;
        max-width: 100%;
        padding: 12px 16px;
        flex-direction: row;
        gap: 10px;
    }

    .medal-icon-popup {
        width: 40px;
        height: 48px;
    }

    .notification-text p {
        font-size: 12px;
        line-height: 1.5;
    }

    .notification-link {
        font-size: 12px;
        gap: 6px;
    }

    .company-cta__headline {
        font-size: 24px;
        padding-left: 16px;
    }

    .company-cta__headline:before {
        width: 4px;
        height: 24px;
    }

    .company-cta__list {
        font-size: 16px;
    }

    .company-cta__btn {
        padding: 10px;
    }

    .floating-banner-item img {
        display: none;
    }

    .floating-banner-btn img {
        display: block;
    }

    .hero-label-break {
        display: block;
    }

    .hero-info-icon img {
        width: 90px;
        height: 90px;
    }

    .icon-circle {
        width: 90px;
        height: 90px;
    }

    .hero-info-title {
        font-size: 15px;
        margin: 0px;
        text-align: left;
    }

    .hero-info-button {
        font-size: 14px;
        width: 85%;
    }

    .hero-info-item {
        gap: 30px;
    }

    .hero-info-title-break-1 {
        display: block;
    }

    .hero-info-title-break {
        display: none;
    }

    .hero-note-break {
        display: block;
    }

    .intro-title-break-1 {
        display: block;
    }

    .office-card-label-break {
        display: none;
    }

    .office-card:last-child {
        margin-bottom: 0;
    }

    .lawyer-column-main-title-break {
        display: block;
    }

    .article-meta {
        padding: 10px 0;
    }

    .article-title {
        padding: 0;
        margin: 0;
    }

    .article-title a {
        margin: 0;
    }

    .footer-center {
        margin: unset;
    }

    .contact-section-breadcrumb {
        font-size: 16px;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .contact-section-breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .contact-section-breadcrumb p {
        margin: 10px 5px;
        /* margin-top: 15px; */
        white-space: nowrap;
        overflow: visible;
        text-overflow: unset;
        flex-shrink: 0;
    }

    .contact-section-breadcrumb svg {
        width: 11px;
        height: 11px;
        flex-shrink: 0;
    }

    .contact-section-breadcrumb a {
        white-space: nowrap;
        overflow: visible;
        text-overflow: unset;
        flex-shrink: 0;
    }

    .office-like-heart-filled svg {
        width: 28px;
        height: 28px;
    }

    .office-like-heart svg {
        width: 28px;
        height: 28px;
    }

    .metric-label-break {
        display: block;
    }
}