/* =============================== begin header =============================== */
/* General Body Styles */
body {
    font-family: 'Noto Sans JP';
    margin: 0;
    padding: 0;
    line-height: 150%;
}

p {
    margin: 0;
}

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

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

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

.contact-section-banner-content .section-title {
    color: #FFFFFF;
}

.contact-section-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0px;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
}

.contact-section-breadcrumb p, .contact-section-breadcrumb a {
    display: flex;
    font-size: 18px;
    color: #1C1C1C;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
    line-height: 1.4;
    text-decoration: none;
}

.top-header {
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}

.header-content-page {
    padding-bottom: 20px;
}

.header-content-page h1 {
    font-size: 54px;
    line-height: normal;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.header-content-page .header-subtitle {
    font-size: 18px;
    color: black;
}

.header-subtitle-big {
    color: #14722A;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 10px 0;
    line-height: 1.4;
}

.header-subtitle-bottom {
    font-size: 20px;
    background: linear-gradient(90deg, #54DCEF 0%, #0994E9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    border-top: 1px solid white;
    padding-top: 20px;
    margin-top: 20px;
    max-width: 757px;
}

/* Top Navigation Bar */
.top-nav {
    padding: 25px 0;
    position: relative;
    z-index: 10;
}

.nav-container {
    max-width: 1715px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.logo-icon {
    font-size: 32px;
    color: #2d5016;
    filter: hue-rotate(0deg) saturate(1.2);
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-title {
    font-size: 24px;
    font-weight: bold;
    color: #14722A;
    line-height: 1.2;
}

.logo-location {
    font-size: 14px;
    color: #515151;
    line-height: 1.2;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.nav-menu li {
    margin: 0;
}

/* Hide mobile menu on desktop */
.nav-menu-mobile,
.lawyer-background-image-mobile {
    display: none;
}

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

.nav-link {
    display: block;
    padding: 10px 20px;
    color: #515151;
    text-decoration: none;
    font-size: 18px;
    border-radius: 90px;
    transition: all 0.3s;
}

.nav-link:hover {
    background: rgba(45, 80, 22, 0.1);
}

.nav-link.active {
    background: #14722A;
    color: white;
}

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

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
}

.header-left {
    flex: 1;
    padding-top: 50px;
    color: #333;
    padding-bottom: 25px;
}

.header-left h1 {
    font-size: 64px;
    line-height: normal;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.header-left h2 {
    font-size: 36px;
    margin: 0 0 20px 0;
}

.header-subtitle {
    font-size: 32px;
    color: black;
    margin: 0 0 20px 0;
}

.header-features {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.feature-box {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    flex: 1;
    padding-bottom: 20px;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.feature-box p {
    margin: 0;
    font-size: 18px;
}

.feature-ribbon {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    padding: 5px 10px;
    text-align: center;
}

.header-highlight {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 30px 0;
    font-size: 24px;
    font-weight: bold;
    justify-content: center;
    border-bottom: 1px solid white;
    padding: 25px 0;
}

.header-description {
    font-size: 20px;
    line-height: 1.6;
    margin: 20px 0;
    color: #515151;
}

.header-description span:last-child {
    font-weight: bold;
}

.btn-ranking {
    display: inline-block;
    background: #14722A;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}

.btn-ranking:hover {
    background: #1f3810;
}

.header-right {
    flex: 1;
    text-align: center;
}

.header-image {
    max-width: 100%;
    height: auto;
}

/* Contact Bar at Bottom */
.header-contact-bar {
    background: #083012;
    padding: 15px 40px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
}

.header-contact-bar.fixed {
    width: -webkit-fill-available;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.contact-bar-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-bar-left {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.clock-icon {
    font-size: 20px;
}

.contact-text {
    font-size: 18px;
    color: white;
}

.contact-bar-right {
    display: flex;
    align-items: center;
}

.btn-ranking-again {
    display: inline-block;
    background: linear-gradient(to right, #54DCEF, #0994E9);
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: background 0.3s;
}

.btn-ranking-again:hover {
    background: #357abd;
}

/* =============================== ranking table =============================== */
.ranking-section {
    max-width: 1200px;
    margin: 60px auto 20px;
    padding: 0 20px 40px;
}

.ranking-title {
    font-size: 54px;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 30px;
}

.ranking-tabs {
    display: flex;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    gap: 20px;
}

.ranking-tab {
    flex: 1;
    padding: 15px 10px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    background: #E8F1EA;
    color: #333333;
    border: 1px solid #B6D3BD;
    border-radius: 8px 8px 0 0;
}

.ranking-tab.active {
    background: #14722A;
    color: #fff;
}

.ranking-tables {
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.ranking-table-pane {
    display: none;
}

.ranking-table-pane.active {
    display: block;
}

.ranking-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.ranking-table thead th {
    background: #E8F1EA;
    color: #14722A;
    padding: 10px 0px;
    padding-left: 5px;
    font-size: 14px;
    text-align: left;
}

.ranking-table tbody td {
    background: #fff;
    padding: 20px 10px;
    vertical-align: top;
    border-top: 1px solid #e0e0e0;
    font-size: 14px;
}

.col-office {
    width: 20%;
}

.col-explain {
    width: 21%;
}

.col-feature {
    width: 40%;
}

.col-comment {
    width: 21%;
}

.col-action {
    width: 18%;
}

.col-lawyers {
    width: 60%;
}

.cell-lawyers {
    display: grid;
    grid-template-columns: repeat(9, auto);
    gap: 5px;
}

.cell-lawyers img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid #93BE9D;
}

.cell-explain {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

#ranking-service .cell-explain {
    display: block;
}

#ranking-service .ranking-table ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    top: 10px;
    background: black;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.office-main {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: flex-start;
}

.office-rank {
    width: 24px;
    height: 34px;
}

.office-rank img {
    width: 100%;
    height: 100%;
}

.office-name {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 4px;
}

.title-brand-ai {
    position: relative;
    font-weight: bold;
}

.title-brand-highlight {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.office-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.office-image {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.spread-line {
    height: 1px;
    background: #bdbdbd;
    width: 100%;
    display: block;
}

.cell-action.desktop-only .spread-line {
    margin-top: 70px;
    margin-bottom: 20px;
}

.ranking-table ul {
    margin: 0;
    padding-left: 10px;
}

.ranking-table ul li {
    line-height: 1.5;
    margin: 10px 0px;
    position: relative;
    padding-left: 15px;
    list-style: none;
    margin-top: 0;
}

.ranking-table ul li::before {
    content: url('../images/ranking/marker.png');
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 8px;
}

.ranking-table ul li+li {
    margin-top: 4px;
}

.cell-review p,
.cell-comment p {
    margin: 0;
}

.action-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-phone,
.btn-official {
    width: -webkit-fill-available;
    padding: 15px 10px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.btn-phone {
    background: linear-gradient(to right, #54DCEF, #0994E9);
    color: #fff;
}

.btn-official {
    background: #14722A;
    color: #fff;
}

/* =============================== lawyers section =============================== */
.lawyers-section {
    position: relative;
    padding: 40px;
    overflow: hidden;
    background-color: #fff;
}

.lawyers-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.lawyers-title-area {
    margin-bottom: 40px;
}

.lawyers-main-title {
    font-size: 54px;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

.title-highlight {
    background: url('../images/title-highlight.png') no-repeat left center;
    background-size: contain;
    width: 100%;
    height: 100%;
    font-weight: bold;
}

.lawyers-description {
    margin-bottom: 50px;
}

.lawyers-content {
    color: #1C1C1C;
    font-size: 18px;
    line-height: 1.8;
}

.lawyers-content p {
    margin: 0;
}

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

.lawyers-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.lawyer-card {
    background: #E8F1EA;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-bottom: 4px solid #E8F1EA;
    text-decoration: none;
}

.lawyer-card:hover {
    border-color: #54DCEF;
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.lawyer-card:hover {
    background: white;
}

.card-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #f0f0f0;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content {
    padding: 15px;
    position: relative;
}

.card-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
    line-height: 1.4;
    text-decoration: none;
}

.card-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}

.meta-item.lawyer-card {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    transition: none;
}

.meta-item.lawyer-card:hover {
    transform: none;
    box-shadow: none;
    transition: none;
}

.meta-text-date {
    color: #666;
    font-size: 12px;
}

.meta-icon {
    display: flex;
    align-items: center;
}

.meta-icon img {
    width: 20px;
    height: 20px;
}

.lawyers-see-more {
    text-align: right;
    margin-top: 30px;
}

.btn-see-more {
    display: inline-block;
    background: #14722A;
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: background 0.3s;
}

.btn-see-more:hover {
    background: #0f5a1f;
}

/* =============================== lawyer background section =============================== */
.lawyer-background-section {
    position: relative;
    padding: 40px;
    overflow: hidden;
    background: url('../images/lawyer-background-bg.png') no-repeat;
}

.lawyer-background-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.lawyer-background-content-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* Left Side: Text Content */
.lawyer-background-text {
    flex: 1;
    max-width: 54%;
}

.lawyer-background-main-title {
    font-size: 54px;
    font-weight: bold;
    color: #1C1C1C;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.lawyer-background-paragraphs {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

.lawyer-background-paragraphs p {
    margin: 0 0 15px 0;
}

.lawyer-background-paragraphs p:last-child {
    margin-bottom: 0;
}

.lawyer-background-subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 30px 0 20px 0;
}

.lawyer-background-risks {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.lawyer-background-risks.price-header-list {
    max-width: 757px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.lawyer-background-risks.guide-header-list {
    max-width: unset;
}

.lawyer-background-risks.price-header-list li {
    margin-bottom: 0px;
    width: fit-content;
}

.lawyer-background-risks li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    color: #333;
    background: white;
    padding: 10px;
    border-radius: 10px;
}

.lawyer-background-risks li:last-child {
    margin-bottom: 0;
}

.check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
}

/* =============================== lawyer overview section =============================== */
.lawyer-overview-section {
    position: relative;
    padding: 40px;
    background: white;
}

.lawyer-overview-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.lawyer-overview-header {
    margin-bottom: 30px;
}

.lawyer-overview-main-title {
    font-size: 54px;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.lawyer-overview-intro {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

.lawyer-overview-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.lawyer-overview-column {
    padding: 30px;
    padding-bottom: 20px;
    padding-top: 95px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    border-radius: 20px;
}

.column-title {
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
}

.title-line1 {
    font-size: 32px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
    line-height: 1.2;
}

.title-line2 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
}

.info-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.info-card {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0px 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    max-width: -webkit-fill-available;
    height: 85px;
}

.card-text {
    flex: 1;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.decorative-image {
    position: absolute;
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}

.lawyer-overview-warning {
    background: #E7F4FD;
    text-align: center;
    border-radius: 10px;
    padding: 25px 30px;
    margin-top: 40px;
}

.lawyer-overview-warning p {
    font-size: 18px;
    line-height: 1.8;
    color: #1C1C1C;
    margin: 0 0 15px 0;
}

.lawyer-overview-warning p:last-child {
    margin-bottom: 0;
}

.lawyer-overview-right {
    background: url('../images/overview2.png') no-repeat;
}

.lawyer-overview-left {
    background: url('../images/overview1.png') no-repeat;
}

/* =============================== reasons & purpose section =============================== */
.reasons-purpose-section {
    position: relative;
    padding: 40px;
    background: url('../images/reason-purpose-bg.png') no-repeat;
}

.reasons-purpose-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.reasons-purpose-text {
    margin-bottom: 30px;
}

.reasons-purpose-title {
    font-size: 54px;
    font-weight: bold;
    color: #1C1C1C;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.reasons-purpose-sub {
    font-size: 20px;
    line-height: 1.8;
    color: #1C1C1C;
    margin: 0;
}

.reasons-purpose-panel {
    max-width: 660px;
    margin-left: auto;
}

.purpose-list,
.mini-cases {
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #ededed;
}

.purpose-heading {
    font-size: 24px;
    color: #1C1C1C;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    line-height: normal;
}

.purpose-heading::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0px;
    width: 8px;
    height: 33px;
    border-radius: 10px;
    background: #FEF113;
}

.mini-cases .purpose-heading::before {
    background: #14722A;
}

.purpose-heading.small {
    margin-top: 10px;
}

.purpose-list ul,
.mini-cases.warn ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.purpose-list li,
.mini-cases.warn li {
    font-size: 18px;
    line-height: 1.6;
    color: #1C1C1C;
    display: flex;
    gap: 15px;
    align-items: center;
}

.mini-case-box {
    background: #E7F4FD;
    border-radius: 10px;
    padding: 40px 10px 20px 30px;
    margin-bottom: 12px;
    position: relative;
}

.mini-case-box:last-child {
    margin-bottom: 0;
    background: #E8F1EA;
}

.case-label {
    position: absolute;
    top: 0px;
    left: 30px;
    display: inline-block;
    background: #FEF113;
    color: #1C1C1C;
    font-weight: bold;
    font-size: 18px;
    padding: 4px 10px;
    border-radius: 0px 0px 20px 20px;
}

.case-body {
    margin-top: 6px;
}

.case-title {
    margin: 0 0 6px 0;
    font-weight: bold;
    font-size: 20px;
    color: #1C1C1C;
}

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

/* =============================== five point section =============================== */
.five-point-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.five-point-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 20px;
    text-align: center;
}

.five-point-title {
    font-size: 48px;
    font-weight: bold;
    color: #1C1C1C;
    margin: 0 0 30px 0;
    line-height: 1.3;
}

.five-point-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.five-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    text-align: left;
    min-height: 320px;
}

.five-card-header {
    margin-bottom: 20px;
    height: 100px;
}

.five-card-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E8F1EA;
    border-radius: 10px;
}

.five-card-icon img {
    width: 21px;
    height: 21px;
    object-fit: contain;
}

.five-card-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 12px 0;
    color: #1C1C1C;
}

.five-card ul {
    margin: 0;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    color: #1C1C1C;
    line-height: 1.6;
}

.five-card ul li {
    list-style: disc;
}

.five-point-bottom {
    background: #FEF113;
    margin-top: 40px;
    padding: 30px 0 40px;
}

.bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.bottom-heading {
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    color: #1C1C1C;
    margin-bottom: 20px;
}

.bottom-steps {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 16px;
}

.bottom-step {
    display: flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border: 1px solid #14722A;
    border-radius: 50px;
    padding: 12px 20px;
    min-width: 200px;
    justify-content: center;
}

.step-number {
    background: #FEF113;
    display: inline-flex;
    align-items: baseline;
    padding: 0;
    gap: 0px;
}

.num {
    font-size: 40px;
    color: transparent;
    -webkit-text-stroke: 1px #006600;
    font-family: 'Arial Black', sans-serif;
    line-height: 1;
}

.dot {
    width: 12px;
    height: 12px;
    border: 1px solid #006600;
    border-radius: 50%;
    display: inline-block;
}

.step-text {
    font-size: 24px;
    font-weight: bold;
    color: #126826;
}

/* =============================== certifications section =============================== */
.certifications-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 40px;
}

.certifications-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.certifications-header {
    margin-bottom: 30px;
}

.certifications-title {
    font-size: 54px;
    font-weight: bold;
    color: #1C1C1C;
    margin: 0 0 25px 0;
    line-height: 1.2;
}

.certifications-sub {
    font-size: 18px;
    line-height: 1.7;
    color: #1C1C1C;
    margin: 0;
}

.certifications-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
    width: 700px;
}

.cert-box {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #ededed;
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.cert-box-title {
    margin: 0 0 12px 0;
    font-size: 20px;
    font-weight: 700;
    color: #1C1C1C;
}

.cert-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 16px;
    color: #1C1C1C;
}

.cert-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.cert-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cert-icon.warn-icon {
    width: 22px;
    height: 22px;
    background: #E53935;
    color: #fff;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
}

.warn .cert-box-title {
    color: #E53935;
}

.warn .cert-icon img {
    display: none;
}

.certifications-footnotes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.footnote-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #ededed;
    border-radius: 12px;
    padding: 0px 14px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #1C1C1C;
    min-height: 84px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.footnote-icon {
    width: 52px;
    height: 52px;
    border-radius: 8px;
}

.footnote-icon img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.bottom-note {
    font-size: 14px;
    color: #1C1C1C;
}

/* =============================== benefits section =============================== */
.benefits-section {
    position: relative;
    padding: 80px 40px;
    background-size: cover;
    background-position: center;
    min-height: 600px;
}

.benefits-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.benefits-header {
    margin-bottom: 40px;
}

.benefits-title {
    font-size: 54px;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.benefits-intro {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

.benefits-content {
    max-width: 680px;
    margin-left: auto;
}

.benefits-list-section {
    margin-bottom: 30px;
}

.benefits-section-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 15px;
}

.benefits-section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #FEF113;
    border-radius: 2px;
}

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

.benefit-item {
    background: #E8F5E9;
    border-radius: 8px;
    padding: 15px 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.benefit-check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
    flex-shrink: 0;
}

.benefit-check-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.benefit-text {
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.benefits-explanation {
    font-size: 18px;
    line-height: 1.8;
    color: #1C1C1C;
    margin: 0 0 30px 0;
}

.benefits-examples-section {
    margin-bottom: 30px;
}

.examples-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.example-item {
    background: #F5F5F5;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    text-align: left;
}

.benefits-conclusion {
    background: #B3E5FC;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

.benefits-conclusion p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

/* =============================== process section =============================== */
.process-section {
    position: relative;
    padding: 80px 40px;
    background-size: cover;
    background-position: center;
    min-height: 600px;
}

.process-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.process-header {
    margin-bottom: 50px;
    text-align: left;
}

.process-title {
    font-size: 54px;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.process-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.process-step {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.step-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.step-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 15px 0px;
    text-align: left;
    line-height: 1.4;
}

.step-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-details li {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.step-details li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #14722A;
    font-weight: bold;
}

.step-details li:last-child {
    margin-bottom: 0;
}

.process-duration {
    border-radius: 12px;
    padding: 30px;
    padding-top: 60px;
    text-align: center;
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(1px);
}

.duration-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px 0;
    width: fit-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    background: #FEF113;
    padding: 10px 20px;
    border-radius: 0px 0px 16px 16px;
}

.duration-items {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.duration-item {
    display: flex;
    gap: 5px;
    background: #F4F4F4;
    padding: 15px;
    border-radius: 10px;
    flex: 1;
    text-align: center;
    justify-content: center;
}

.duration-value,
.duration-label {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.duration-summary {
    font-size: 18px;
    line-height: 1.8;
    color: #F28301;
    margin: 0;
}

/* =============================== detective fees section =============================== */
.detective-fees-section {
    position: relative;
    padding: 80px 40px;
    background: #fff;
}

.detective-fees-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.detective-fees-content-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.detective-fees-left {
    flex: 0 0 45%;
    max-width: 35%;
}

.detective-fees-right {
    flex: 1;
}

.detective-fees-header {
    margin-bottom: 0;
}

.detective-fees-title {
    font-size: 54px;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.detective-fees-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

.pricing-plans {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.pricing-plan {
    background: #E7F4FD;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 15px;
    align-items: flex-start;
    position: relative;
    padding-left: 40px;
}

.plan-icon {
    width: 28px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: absolute;
    left: -3px;
    top: 20px;
}

.plan-icon img {
    width: 28px;
    height: 48px;
    object-fit: contain;
}

.plan-content {
    flex: 1;
}

.plan-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
}

.plan-description {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

.fees-advice-sections {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.advice-section {
    background: #E8F1EA;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding-left: 40px;
    position: relative;
}

.advice-content {
    flex: 1;
}

.advice-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
}

.advice-title::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 15px;
    width: 8px;
    height: 33px;
    border-radius: 10px;
    background: #14722A;
}

.advice-intro {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin: 0 0 15px 0;
}

.advice-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.advice-list li {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.advice-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #14722A;
    font-weight: bold;
}

.advice-list li:last-child {
    margin-bottom: 0;
}

.advice-list ol {
    counter-reset: item;
    list-style: none;
    padding: 0;
}

.advice-list ol li {
    counter-increment: item;
    padding-left: 30px;
}

.advice-list ol li::before {
    content: counter(item) '.';
    position: absolute;
    left: 0;
    color: #14722A;
    font-weight: bold;
}

.detective-fees-conclusion p {
    font-size: 16px;
    line-height: 1.8;
    color: #1C1C1C;
    margin: 0;
}

/* =============================== actions section =============================== */
.actions-section {
    position: relative;
    padding: 80px 40px;
    background-size: cover;
    background-position: center;
    min-height: 600px;
}

.actions-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.actions-header {
    margin-bottom: 50px;
}

.actions-title {
    font-size: 54px;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.4;
    text-align: left;
}

.actions-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.action-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.action-card-image {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    padding: 20px;
}

.action-image-frame {
    width: 100%;
    height: 100%;
}

.action-image-frame img {
    width: 100%;
    height: 100%;
}

.action-card-content {
    padding: 20px;
    text-align: center;
}

.action-card-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0;
}

.action-card-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    margin: 0;
    padding: 0;
}

.map-section {
    padding: 40px 16px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    background: #FFFFFF;
}

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

.map-frame {
    border-radius: 16px;
    margin-bottom: 24px;
}

.map-frame iframe {
    width: 100%;
    height: 420px;
    border: 0;
    border-radius: 10px;
}

.map-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 26px;
}

.map-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 15px;
    min-width: 300px;
    color: #101828;
    background: #E7F4FD;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 700;
    flex: 1;
    font-size: 12px;
}

.map-link .link-icon {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    background: #00B5EB;
    color: #fff;
    border-radius: 50%;
    flex: 0 0 auto;
}

/* =============================== column lawyers listing =============================== */
.column-lawyers-page {
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 60px 20px 40px;
}

.column-lawyers-header {
    margin: 20px 0 30px;
}

.column-lawyers-title {
    font-size: 32px;
    font-weight: bold;
    color: #1C1C1C;
    margin: 0;
    line-height: 1.3;
}

.lawyer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.lawyer-card-page {
    display: flex;
    gap: 65px;
    background: #fff;
    overflow: hidden;
}

.lawyer-card-page .card-image {
    width: 480px;
    height: 480px;
    flex-shrink: 0;
    padding: 35px;
    background: white;
}

.lawyer-card-page .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.lawyer-card-page .card-body {
    padding: 16px 16px 14px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lawyer-card-page .card-title {
    font-size: 32px;
    font-weight: 800;
    color: #1C1C1C;
    margin: 0;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lawyer-card-page .card-title a {
    color: inherit;
    text-decoration: none;
}

.lawyer-card-page .card-meta {
    font-size: 18px;
    color: #828282;
}

.lawyer-card-page .card-excerpt {
    font-size: 18px;
    line-height: 1.8;
    color: #1C1C1C;
    margin: 0;
}

.lawyer-card-page .card-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.lawyer-card-page .meta-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #4b4b4b;
}

.meta-text {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
    text-decoration: none;
    color: #4b4b4b;
}

.meta-text.lawyer-card {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    transition: none;
}

.meta-text.lawyer-card:hover {
    transform: none;
    box-shadow: none;
    transition: none;
}


.card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #14722A;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    transition: background 0.3s, transform 0.2s;
}

.card-button:hover {
    background: #0e5a1f;
    transform: translateY(-2px);
}

.lawyer-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.page-nav {
    padding: 8px 14px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    color: #126826;
    text-decoration: none;
    font-size: 13px;
}

.page-nav.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.page-numbers {
    display: flex;
    gap: 8px;
}

.page-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    display: grid;
    place-items: center;
    text-decoration: none;
    color: #126826;
    font-size: 13px;
}

.page-number.active {
    background: #126826;
    color: #fff;
    border-color: #126826;
}

.page-ellipsis {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    color: #666;
    font-size: 13px;
    user-select: none;
}

/* =============================== footer summary section =============================== */
.footer-summary-section {
    padding: 0px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: absolute;
    bottom: 110px;
    left: 0;
    width: 100%;
}

.footer-summary-inner {
    max-width: 1720px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.footer-header-label {
    z-index: 3;
    text-align: right;
    margin-bottom: 15px;
}

.footer-header-label a {
    color: #14722A;
    font-size: 14px;
    text-decoration: none;
}

.summary-card {
    background: url('../images/footer-bg.png') no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    height: 384px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.summary-title {
    font-size: 54px;
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0;
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: 1.2;
}

.summary-content {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    text-align: center;
}

.summary-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

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

.summary-button-wrapper {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.summary-button {
    display: inline-block;
    background: linear-gradient(to right, #54DCEF, #0994E9);
    color: #fff;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.summary-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* =============================== main footer =============================== */
.main-footer {
    background: #083012;
    padding: 30px 40px;
    color: #fff;
    padding-top: 100px;
    position: relative;
    margin-top: 350px;
}

.footer-inner {
    max-width: 1720px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.footer-logo {
    background: white;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.footer-logo img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

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

.footer-title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.footer-location {
    font-size: 14px;
    color: #ccc;
    margin: 0;
}

.footer-right {
    display: flex;
    align-items: center;
}

.footer-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-nav-link:hover {
    color: #B3E5FC;
}

.footer-nav-separator {
    color: #666;
    font-size: 14px;
}

.footer-contact-bar-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-contact-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

.btn-email {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.footer-contact-bar .contact-text {
    font-size: 16px;
}

/* =============================== ranking card in column lawyers detail =============================== */
.ranking-card {
    background: #E7F4FD;
    border-radius: 20px;
    padding: 30px 30px 30px 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ranking-card-content {
    position: relative;
    z-index: 1;
}

.ranking-card-gradient-bar {
    position: absolute;
    top: 0;
    left: -35px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ranking-card-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0 0 25px 0;
    line-height: 1.4;
}

.ranking-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ranking-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ranking-medal {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ranking-medal img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ranking-text {
    font-size: 20px;
    line-height: 1.6;
    color: #333;
    flex: 1;
    padding-top: 4px;
    text-decoration: none;
}

/* =============================== column lawyers detail page =============================== */
.column-lawyers-detail-page {
    padding: 0;
    background: transparent;
    position: relative;
}

.column-lawyers-detail-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: -75px;
    padding-top: 0px;
    z-index: 5;
    background: transparent;
    border-radius: 20px 20px 0 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
}

.column-lawyers-detail-header {
    margin-bottom: 20px;
}

.column-lawyers-detail-page .card-title {
    font-size: 54px;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.6;
}

.column-lawyers-detail-page .card-meta {
    margin-bottom: 10px;
}

.column-lawyers-detail-page .meta-date {
    font-size: 16px;
    color: #666;
}

.column-lawyers-detail-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.column-lawyers-detail-content-left {
    flex: 1;
    min-width: 0;
}

.column-lawyers-detail-content-left p,
.column-lawyers-detail-content-left h1,
.column-lawyers-detail-content-left h2,
.column-lawyers-detail-content-left h3,
.column-lawyers-detail-content-left h4,
.column-lawyers-detail-content-left h5,
.column-lawyers-detail-content-left h6,
.column-lawyers-detail-content-left ul,
.column-lawyers-detail-content-left ol,
.column-lawyers-detail-content-left li,
.column-lawyers-detail-content-left span {
    font-family: 'Noto Sans JP', sans-serif !important;
}

.column-lawyers-detail-content-left li {
    white-space: normal !important;
}

.column-lawyers-detail-content-left-image {
    margin-bottom: 0;
}

.column-lawyers-detail-content-left-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 30px;
    display: block;
}

.column-lawyers-detail-content-left-image p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 0 0 20px 0;
}

.column-lawyers-detail-content-left-image p:last-child {
    margin-bottom: 0;
}

.column-lawyers-detail-content-right {
    flex: 0 0 350px;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

.column-lawyers-detail-content-right-content {
    width: 100%;
}

/* =============================== price hero =============================== */
.price-hero {
    position: relative;
    background-size: cover;
    background-position: center right;
    padding: 80px 40px;
}

.price-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.price-hero-left {
    flex: 1.5;
    max-width: 55%;
}

.price-title {
    font-size: 54px;
    font-weight: 800;
    color: #1C1C1C;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.price-subtitle {
    font-size: 24px;
    color: #14722A;
    font-weight: bold;
    margin: 0 0 12px 0;
}

.price-subtitle span {
    color: #126826;
}

.price-desc {
    font-size: 18px;
    color: #4b4b4b;
    margin: 0 0 20px 0;
}

.price-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.price-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 10px;
    padding: 12px 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.price-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
}

.price-item-text {
    font-size: 18px;
    color: #1C1C1C;
}

.price-note {
    font-size: 18px;
    color: #1C1C1C;
    margin: 0;
    line-height: 1.6;
}

.price-hero-right {
    flex: 1;
}

/* =============================== price plans =============================== */
.price-plans {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 60px 20px 70px;
}

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

.price-plans-header {
    margin-bottom: 30px;
}

.price-plans-title {
    font-size: 54px;
    font-weight: 800;
    color: #1C1C1C;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.price-plans-subtitle {
    font-size: 24px;
    color: #14722A;
    font-weight: bold;
    margin: 0;
}

.plan-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.plan-card {
    background: #F8FDFF;
    border-radius: 10px;
    padding: 15px 15px 15px 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plan-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    position: relative;
}

.plan-dot {
    position: absolute;
    left: -30px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-tag {
    font-size: 20px;
    font-weight: 700;
    color: #1C1C1C;
    margin: 0 0 4px 0;
}

.plan-label {
    font-size: 14px;
    font-weight: 700;
    color: #14722A;
    margin: 0;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 25px;
    background: #cde4e4;
}

.plan-bullets {
    list-style: disc;
    padding-left: 22px;
    margin: 0 0 12px 0;
    color: #4b4b4b;
    font-size: 14px;
    line-height: 1.6;
}

.plan-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.plan-meta-block {
    background: #F4F4F4;
    border-radius: 8px;
    padding: 10px 12px;
    min-height: 70px;
}

.plan-meta-title {
    font-size: 18px;
    font-weight: 700;
    color: #1C1C1C;
    margin: 0 0 6px 0;
}

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

.plan-note {
    margin-top: 18px;
    background: #FFF992;
    border-radius: 14px;
    padding: 15px 12px;
    font-size: 18px;
    color: #14722A;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.price-hero-warning {
    padding: 155px 40px;
}

/* =============================== price tips =============================== */
.price-tips {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 60px 20px 50px;
}

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

.price-tips-header {
    margin-bottom: 30px;
}

.price-tips-title {
    font-size: 54px;
    font-weight: 800;
    color: #1C1C1C;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.price-tips-subtitle-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-tips-subtitle {
    font-size: 24px;
    color: #14722A;
    font-weight: bold;
    margin: 0;
}

.tip-cards-wrapper {
    padding: 20px;
    background: #E7F4FD;
    border-radius: 24px;
}

.tip-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-bottom: 24px;
}

.tip-card {
    background: #fff;
    border-radius: 24px;
    padding: 16px 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.tip-title {
    font-size: 16px;
    font-weight: 800;
    color: #1C1C1C;
    margin: 0 0 10px 0;
    line-height: 1.4;
    text-align: center;
}

.tip-icon {
    margin: 4px 0 8px;
}

.tip-icon img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.tip-text {
    font-size: 14px;
    color: #4b4b4b;
    margin: 0;
    line-height: 1.6;
    text-align: center;
}

.tip-faq-title {
    font-size: 18px;
    font-weight: 800;
    color: #14722A;
    margin: 0 0 14px 0;
}

.tip-faq-list {
    display: flex;
    gap: 12px;
}

.tip-faq-item {
    background: transparent;
    border: 1px solid #0E511E;
    border-radius: 24px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
    color: #1C1C1C;
}

.guide-hero {
    position: relative;
    background-size: cover;
    padding: 80px 40px;
}

.guide-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.guide-hero-left {
    flex: 1;
    max-width: 60%;
}

.guide-title {
    font-size: 54px;
    font-weight: 800;
    color: #1C1C1C;
    margin: 0 0 25px 0;
    line-height: 1.3;
}

.guide-subtitle {
    font-size: 24px;
    color: #14722A;
    font-weight: bold;
    margin: 0 0 12px 0;
}

.guide-desc {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin: 0;
    margin-bottom: 30px;
}

.guide-hero-right {
    flex: 0.8;
}

.guide-cards {
    background: #f9fdfb;
    padding: 40px 20px 60px;
}

.guide-cards-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.guide-card {
    background: #E8F1EA;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.guide-card-title {
    font-size: 20px;
    font-weight: 800;
    color: #1C1C1C;
    margin: 0;
}

.guide-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 18px;
    color: #1C1C1C;
    line-height: 1.6;
    margin-top: 20px;
}

.guide-card-list li {
    position: relative;
    padding-left: 30px;
}

.guide-card-list li::before {
    content: url('../images/check-mark-no-bg.png');
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.guide-card-tip {
    margin-top: auto;
    background: white;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-top: 20px;
}

.guide-card-tip p {
    font-size: 14px;
    color: #126826;
    line-height: 1.5;
    font-weight: 700;
}

/* compare section */
.guide-compare {
    padding: 60px 20px 70px;
    background-size: cover;
    background-position: center;
}

.guide-compare-top {
    max-width: 1200px;
    margin: 0 auto 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.guide-compare-title {
    font-size: 54px;
    font-weight: 800;
    color: #1C1C1C;
    line-height: 1.3;
    flex: 1;
}

.guide-compare-subtitle {
    text-align: right;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}

.guide-compare-subtitle .subtitle-main {
    font-size: 24px;
    font-weight: 800;
    color: #14722A;
    margin: 0 0 8px 0;
}

.guide-compare-subtitle .subtitle-desc {
    margin: 0;
}

.guide-compare-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}

.compare-card {
    background: #F8FDFF;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    flex: 1;
}

.compare-title {
    font-size: 18px;
    font-weight: 800;
    color: #1C1C1C;
    margin: 0 0 16px 0;
}

.compare-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 12px;
    font-size: 14px;
    color: #1C1C1C;
    line-height: 1.6;
}

.compare-list li {
    position: relative;
    padding: 20px 10px;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
}

.guide-compare-left .compare-list li {
    padding: 34px 10px;
}

.guide-compare-right .compare-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 12px;
}

/* Hai ô đầu tiên ở hàng đầu */
.guide-compare-right .compare-list li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.guide-compare-right .compare-list li:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

/* Hai ô hàng thứ hai */
.guide-compare-right .compare-list li:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
}

.guide-compare-right .compare-list li:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}

/* Ô cuối cùng chiếm cả hàng thứ ba */
.guide-compare-right .compare-list li:nth-child(5) {
    grid-column: 1 / span 2;
    grid-row: 3;
}

.guide-compare-btn {
    text-align: center;
    margin-top: 30px;
}

.guide-lawyer-rec {
    padding: 60px 20px;
}

.guide-lawyer-rec-container {
    max-width: 1200px;
    margin: 0 auto;
}

.guide-lawyer-rec-title {
    font-size: 54px;
    font-weight: 800;
    color: #1C1C1C;
    line-height: 1.3;
    margin: 0 0 20px 0;
}

.guide-lawyer-rec-subtitle {
    font-size: 24px;
    color: #14722A;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.lawyer-rec-content {
    display: flex;
    gap: 30px;
    align-items: center;
}

.lawyer-rec-image {
    position: relative;
    width: 45%;
}

.ellipse-bg {
    width: 100%;
    height: auto;
}

.ellipse-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
}

.lawyer-rec-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.lawyer-item {
    display: flex;
    gap: 12px;
    background: #E7F4FD;
    border-radius: 12px;
    padding: 20px 14px;
    align-items: flex-start;
}

.lawyer-dot {
    width: 16px;
    height: 25px;
    margin-top: 0px;
}

.lawyer-text {
    flex: 1;
}

.lawyer-title {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 800;
    color: #1C1C1C;
}

.lawyer-desc {
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
    color: #1C1C1C;
    line-height: 1.6;
}

/* =============================== review section =============================== */
.review-section {
    position: relative;
    padding: 60px 20px;
    background-repeat: no-repeat;
}

.review-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.review-header {
    margin-bottom: 40px;
}

.review-header-left {
    flex: 1;
    width: 55%;
}

.review-title {
    font-size: 54px;
    font-weight: 800;
    color: #1C1C1C;
    line-height: 1.3;
    margin: 0 0 20px 0;
}

.review-intro {
    font-size: 16px;
    color: #1C1C1C;
    line-height: 1.8;
    margin: 0;
    max-width: 800px;
}

.review-comparison-section {
    background: #E8F1EA;
    padding: 40px 30px;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    border-radius: 24px;
}

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

.review-comparison-header {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #14722A;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    line-height: 1.3;
}

.review-comparison-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.review-column {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.review-column-icon-wrapper {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    padding-top: 5px;
}

.review-column-icon {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.review-column-content {
    flex: 1;
}

.review-column-title {
    font-size: 20px;
    font-weight: 800;
    color: #1C1C1C;
    margin: 0 0 15px 0;
}

.review-feedback-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.review-feedback-category {
    margin-bottom: 0;
}

.review-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.review-category-list li {
    font-size: 18px;
    color: #1C1C1C;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
}

.review-category-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: -5px;
    color: black;
    font-weight: bold;
    font-size: 18px;
}

/* =============================== review testimonials section =============================== */
.review-testimonials-section {
    padding: 60px 20px;
    background: #FFFFFF;
}

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

.review-testimonials-title {
    font-size: 54px;
    font-weight: 800;
    color: #1C1C1C;
    line-height: 1.3;
    margin: 0 0 20px 0;
}


.review-testimonials-subtitle {
    font-size: 24px;
    color: #14722A;
    font-weight: 800;
    margin: 0 0 50px 0;
}

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

.review-testimonial-card {
    background: #E7F4FD;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

.testimonial-case-label {
    position: absolute;
    top: 0px;
    right: 20px;
    background: #FEF113;
    color: #1C1C1C;
    font-size: 18px;
    font-weight: 800;
    padding: 8px 16px;
    border-radius: 0px 0px 12px 12px;
    z-index: 2;
}

.testimonial-content {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.testimonial-quote-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
}

.testimonial-text {
    font-size: 18px;
    color: #1C1C1C;
    line-height: 1.8;
    margin: 0 0 20px 0;
    flex: 1;
}

.testimonial-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
    margin-top: auto;
    padding-top: 15px;
    justify-content: flex-end;
}

.testimonial-meta-left {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
}

.testimonial-demographic {
    font-weight: 600;
    color: #1C1C1C;
}

.testimonial-type {
    color: #666;
}

.testimonial-info-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.review-summary-container {
    background: #edf4ef;
    padding: 40px 20px;
}

.review-summary-section .summary-card {
    background: url('../images/review/review-bg2.png') no-repeat center center;
    height: unset;
    padding: 20px 0px;
}

.review-summary-title {
    color: #14722A;
    font-size: 24px;
    font-weight: 800;
    margin: 10px 0 10px 0;
}

@media (max-width: 1024px) {
    .review-testimonials-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .review-comparison-content {
        grid-template-columns: 1fr;
    }

    .review-comparison-header {
        font-size: 20px;
        margin: 0 0 10px 0;
        padding-bottom: 10px;
        text-align: left;
    }

    .review-testimonials-cards {
        grid-template-columns: 1fr;
    }

    .review-testimonials-title {
        font-size: 32px;
    }

    .review-testimonials-subtitle {
        font-size: 20px;
    }
}

/* =============================== review FAQ section =============================== */
.review-faq-section {
    padding: 60px 20px;
    background: #FFFFFF;
}

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

.review-faq-title {
    font-size: 54px;
    font-weight: 800;
    color: #1C1C1C;
    line-height: 1.3;
    margin: 0 0 50px 0;
    text-align: center;
}

.review-faq-subtitle {
    font-size: 24px;
    color: #14722A;
    font-weight: 800;
    margin: 0 0 40px 0;
}

.review-faq-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.review-faq-item {
    border-radius: 12px;
    overflow: hidden;
}

.review-faq-item.active .review-faq-question {
    background: #E7F4FD;
}

.review-faq-title-sub {
    color: #14722A;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 10px 0;
}

.review-faq-item:not(.active) .review-faq-question {
    background: #F0F8F0;
}

.review-faq-question {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
}

.faq-icon-wrapper {
    flex-shrink: 0;
}

.faq-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    color: #FFFFFF;
}

.faq-icon-q {
    background: #14722A;
}

.faq-icon-a {
    background: #54DCEF;
}

.faq-question-text {
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    color: #1C1C1C;
    line-height: 1.6;
}

.faq-toggle-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.faq-toggle-line {
    width: 20px;
    height: 3px;
    background: #14722A;
    border-radius: 2px;
    display: none;
    position: absolute;
}

.review-faq-item.active .faq-toggle-line {
    display: block;
}

.faq-toggle-plus {
    font-size: 24px;
    font-weight: 800;
    color: #14722A;
    line-height: 1;
    display: block;
}

.review-faq-item.active .faq-toggle-plus {
    display: none;
}

.review-faq-answer {
    display: none;
    padding: 20px 25px;
    background: #E7F4FD;
    border-radius: 0 0 12px 12px;
    border-top: 1px solid white;
}

.review-faq-item.active .review-faq-answer {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.faq-answer-text {
    flex: 1;
    font-size: 16px;
    color: #1C1C1C;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .review-faq-title {
        font-size: 36px;
    }

    .review-faq-subtitle {
        font-size: 20px;
    }

    .review-faq-answer {
        padding-left: 25px;
        flex-direction: column;
    }

    .faq-icon-wrapper {
        align-self: flex-start;
    }
}

/* =============================== contact form section =============================== */
.contact-form-section {
    padding: 60px 20px;
    background: #FFFFFF;
    min-height: 80vh;
}

.contact-form-container {
    max-width: 1000px;
    margin: 0 auto;
}

.contact-form-title {
    font-size: 32px;
    font-weight: 800;
    color: #14722A;
    margin: 0 0 30px 0;
    text-align: left;
}

.contact-form-intro {
    margin-bottom: 40px;
}

.contact-form-intro p {
    font-size: 20px;
    color: #1C1C1C;
    line-height: 1.8;
    margin: 0;
}

.contact-link {
    color: #0994E9;
    font-weight: bold;
    text-decoration: underline;
}

.contact-link:hover {
    color: #14722A;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-label {
    font-size: 16px;
    font-weight: 600;
    color: #1C1C1C;
}

.required {
    color: #E74C3C;
    font-size: 14px;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #1C1C1C;
    transition: border-color 0.3s ease;
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: #14722A;
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
}

.radio-group {
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
}

.radio-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #D0D0D0;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.radio-input:checked+.radio-custom {
    border-color: #14722A;
}

.radio-input:checked+.radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #14722A;
    border-radius: 50%;
}

.radio-text {
    font-size: 16px;
    color: #1C1C1C;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #D0D0D0;
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
    transition: all 0.3s ease;
}

.checkbox-input:checked+.checkbox-custom {
    background: #14722A;
    border-color: #14722A;
}

.checkbox-input:checked+.checkbox-custom::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

.checkbox-text {
    font-size: 16px;
    color: #1C1C1C;
    line-height: 1.6;
}

.form-submit-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}

.form-submit-btn {
    background: #14722A;
    color: #FFFFFF;
    border: none;
    padding: 14px 50px;
    border-radius: 90px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: 'Noto Sans JP', sans-serif;
}

.form-submit-btn:hover {
    background: #0f5a1f;
}

.form-submit-btn:active {
    transform: translateY(1px);
}

@media (max-width: 768px) {
    .contact-form-title {
        font-size: 24px;
    }

    .radio-group {
        flex-direction: column;
        gap: 15px;
    }

    .form-submit-wrapper {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .contact-form-submit-wrapper {
        width: 100%;
    }

    .form-submit-btn {
        width: 100%;
    }
}

/* =============================== topics type section =============================== */
.topics-type-section {
    padding: 60px 20px;
    background: #FFFFFF;
    position: relative;
}

.topics-type-picker {
    max-width: 1200px;
    position: absolute;
    top: -175px;
    right: 25%;
}

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

/* Topics Dropdown */
.topics-dropdown {
    position: relative;
    max-width: 400px;
}

.topics-dropdown-selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #FFFFFF;
    border: 1px solid #E8F1EA;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    gap: 30px;
}

.topics-dropdown-selected:hover {
    border-color: #14722A;
}

.topics-dropdown-selected.active {
    border-color: #14722A;
    border-radius: 8px 8px 0 0;
}

.dropdown-text {
    font-size: 16px;
    font-weight: 600;
    color: #1C1C1C;
}

.dropdown-icon {
    font-size: 14px;
    color: #666;
    transition: transform 0.3s ease;
}

.topics-dropdown-selected.active .dropdown-icon {
    transform: rotate(180deg);
}

.topics-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border: 1px solid #E8F1EA;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 100;
    overflow: hidden;
}

.topics-dropdown-menu.show {
    display: block;
}

.topics-dropdown-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    text-decoration: none;
    color: #1C1C1C;
    transition: background 0.3s ease;
    border-bottom: 1px solid #F0F0F0;
}

.topics-dropdown-option:last-child {
    border-bottom: none;
}

.topics-dropdown-option:hover {
    background: #F8F8F8;
}

.topics-dropdown-option.active {
    background: #E8F1EA;
}

.option-text {
    font-size: 16px;
    font-weight: 600;
}

.option-check {
    font-size: 14px;
    color: #14722A;
}

.topics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.topic-card {
    background: #E8F1EA;
    border-radius: 12px;
    padding: 25px;
    position: relative;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.topic-card-decorative {
    position: absolute;
    top: 30px;
    left: 0;
    width: 0;
    height: 0;
}

.topic-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    margin-top: 5px;
}

.topic-title {
    font-size: 20px;
    font-weight: 800;
    color: #1C1C1C;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.topic-description {
    font-size: 14px;
    color: #1C1C1C;
    line-height: 1.6;
    margin: 0 0 15px 0;
    flex: 1;
}

.topic-source {
    font-size: 12px;
    color: #14722A;
    line-height: 1.5;
    margin-top: auto;
}

.no-topics {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 18px;
    color: #666;
    padding: 40px;
}

/* Pagination */
.topics-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}

.pagination-link {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #1C1C1C;
    text-decoration: none;
    padding: 8px 15px;
    transition: color 0.3s ease;
}

.pagination-link:hover:not(.disabled) {
    color: #14722A;
}

.pagination-link.disabled {
    color: #999;
    cursor: not-allowed;
}

.pagination-numbers {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pagination-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #1C1C1C;
    background: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #E0E0E0;
}

.pagination-number:hover {
    background: #F0F0F0;
    border-color: #14722A;
}

.pagination-number.active {
    background: #14722A;
    color: #FFFFFF;
    border-color: #14722A;
}

.pagination-ellipsis {
    color: #666;
    padding: 0 5px;
}

@media (max-width: 1024px) {
    .topics-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .topics-grid {
        grid-template-columns: 1fr;
    }

    .topics-pagination {
        flex-wrap: wrap;
        gap: 10px;
    }

    .pagination-numbers {
        order: 3;
        width: 100%;
        justify-content: center;
        margin: 10px 0;
    }

    .pagination-link {
        font-size: 14px;
        padding: 6px 12px;
    }

    .pagination-number {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* =============================== topic detail section =============================== */
.topic-detail-section {
    padding: 60px 20px;
    background: #FFFFFF;
}

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

.topic-detail-header {
    margin-bottom: 40px;
}

.topic-detail-title {
    font-size: 54px;
    font-weight: 800;
    color: #1C1C1C;
    line-height: 1.4;
    margin: 0 0 20px 0;
}

.topic-detail-date {
    font-size: 18px;
    color: #828282;
}

.topic-detail-separator {
    height: 100%;
    background: #828282;
}

.topic-detail-source {
    font-size: 18px;
    color: #14722A;
}



.topic-detail-content-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.topic-detail-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}


.topic-info-text p {
    margin: 0 0 15px 0;
}

.topic-info-text p:last-child {
    margin-bottom: 0;
}

.topic-points-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: point-counter;
}

.topic-point-item {
    counter-increment: point-counter;
    margin-bottom: 30px;
    padding-left: 40px;
    position: relative;
}

.topic-point-item::before {
    content: counter(point-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #14722A;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
}

.topic-point-item strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #1C1C1C;
    margin-bottom: 10px;
}

.topic-point-item p {
    font-size: 16px;
    color: #1C1C1C;
    line-height: 1.8;
    margin: 0;
}

.topic-detail-right {
    flex: 0 0 400px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.topic-content {
    border-radius: 12px;
    min-height: 200px;
}

.topic-content p {
    font-size: 16px;
    color: #1C1C1C;
    line-height: 1.8;
    margin: 0 0 15px 0;
}

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

.topic-content h2,
.topic-content h3,
.topic-content h4 {
    color: #1C1C1C;
    margin: 20px 0 10px 0;
}

.topic-content ul,
.topic-content ol {
    margin: 15px 0;
    padding-left: 25px;
}

.topic-content li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Related Topics */
.related-topics-title {
    font-size: 20px;
    font-weight: 800;
    color: #1C1C1C;
    margin: 0 0 20px 0;
}

.related-topics-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.related-topic-card {
    background: #E8F1EA;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-topic-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.related-topic-decorative {
    position: absolute;
    top: 20px;
    left: -10px;
    width: 40px;
    height: 40px;
}

.related-topic-decorative img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.related-topic-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    margin-top: 5px;
}

.related-topic-title {
    font-size: 18px;
    font-weight: 800;
    color: #1C1C1C;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.related-topic-subtitle {
    font-size: 14px;
    color: #1C1C1C;
    line-height: 1.6;
    margin: 0 0 15px 0;
    flex: 1;
}

.related-topic-source {
    font-size: 12px;
    color: #14722A;
    line-height: 1.5;
    margin-top: auto;
}

@media (max-width: 1024px) {
    .topic-detail-content-wrapper {
        flex-direction: column;
    }

    .topic-detail-right {
        flex: 1;
    }

    .topic-detail-title {
        font-size: 36px;
    }
}

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

.company-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.company-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: center;
    background: #E8F1EA;
    border-radius: 16px;
    padding: 24px 28px;
    gap: 20px;
}

.company-label {
    font-size: 20px;
    font-weight: 800;
    color: #14722A;
}

.company-value {
    font-size: 18px;
    color: #1C1C1C;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .company-row {
        grid-template-columns: 1fr;
        padding: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .company-label {
        max-width: 120px;
        width: 100%;
        font-size: 18px;
    }

    .company-value {
        font-size: 16px;
        text-align: left;
    }
}

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

.policy-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.policy-block {
    background: transparent;
    border-radius: 12px;
}

.policy-title {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 16px;
}

.policy-index {
    width: 8px;
    height: 48px;
    border-radius: 12px;
    background: #14722A;
}

.policy-heading {
    font-size: 32px;
    font-weight: 800;
    color: #1C1C1C;
}

.policy-list,
.policy-sublist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.policy-list li,
.policy-sublist li {
    position: relative;
    padding-left: 0px;
    font-size: 16px;
    color: #1C1C1C;
    line-height: 1.5;
}

.policy-list li i,
.policy-sublist li i,
.policy-text p i {
    margin-right: 30px;
    color: #058078;
}

.policy-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 16px;
    color: #1C1C1C;
    line-height: 1.8;
}

.policy-text p {
    margin: 0;
}

.mobile-only {
    display: none;
}

.column-lawyers-detail-content-left-image h1,
.column-lawyers-detail-content-left-image p,
.column-lawyers-detail-content-left-image h2 {
    line-height: normal;
}

@media (max-width: 768px) {
    .policy-heading {
        font-size: 20px;
    }

    .ranking-section {
        margin: 0px auto;
    }

    .policy-title {
        gap: 10px;
    }

    .policy-index {
        height: 38px;
    }

    .mobile-only {
        display: block;
    }

    .nav-menu, .review-summary-section {
        display: none;
    }

    .lawyer-background-image-mobile {
        display: block;
    }

    .price-hero {
        background-image: unset !important;
        padding: 0px;
    }

    .review-column,
    .review-comparison-section {
        padding: 15px;
    }

    .review-summary-section-mobile .summary-card {
        padding: 0px;
        background: url('../images/review/review-bg-mobile.png') no-repeat center center;
    }

    .review-summary-section-mobile .summary-title {
        margin-bottom: 10px;
    }

    .review-summary-section-mobile .review-summary-container{
        padding: 30px 15px;
    }

    .reasons-purpose-inner,
    .guide-cards-container,
    .review-section
    {
        padding: 0px 15px;
    }

    .reasons-purpose-section,
    .guide-hero,
    .top-nav {
        padding: 0px;
    }

    .header-content-page {
        padding-top: 0px !important;
    }

    .contact-section-breadcrumb {
        padding: 10px 15px;
        gap: 0;
    }

    .contact-section-breadcrumb p, .contact-section-breadcrumb a {
        font-size: 16px;
        line-height: 1.5;
        flex: 0 1 auto;
        min-width: 0;
    }

    .contact-section-breadcrumb p img {
        flex-shrink: 0;
    }

    .contact-section-breadcrumb p svg {
        flex-shrink: 0;
    }

    .review-testimonials-section {
        padding: 20px 0px;
    }

    .header-subtitle,
    .price-subtitle,
    .price-plans-subtitle,
    .price-tips-subtitle,
    .guide-subtitle,
    .guide-compare-subtitle .subtitle-main,
    .guide-lawyer-rec-subtitle,
    .review-summary-title,
    .review-faq-title-sub {
        font-size: 20px;
    }

    .lawyers-main-title,
    .lawyer-background-main-title,
    .lawyer-overview-main-title,
    .reasons-purpose-title,
    .five-point-title,
    .certifications-title,
    .benefits-title,
    .process-title,
    .detective-fees-title,
    .actions-title,
    .summary-title,
    .price-title,
    .price-plans-title,
    .price-tips-title,
    .guide-title,
    .guide-compare-title,
    .review-title,
    .header-content-page h1,
    .header-left h1,
    .ranking-title {
        font-size: 32px;
    }

    .nav-container,
    .lawyers-section,
    .lawyer-background-section,
    .lawyer-overview-section,
    .certifications-section,
    .benefits-section,
    .process-section,
    .detective-fees-section,
    .actions-section,
    .column-lawyers-page,
    .header-content-page,
    .column-lawyers-detail-container,
    .price-hero-left,
    .price-tips,
    .guide-hero-left,
    .guide-compare,
    .guide-lawyer-rec,
    .review-faq-section,
    .contact-form-section,
    .topics-type-section,
    .topic-detail-section,
    .company-section,
    .policy-section,
    .ranking-section {
        padding: 20px 15px;
    }

    .title-line1,
    .title-line2 {
        font-size: 24px;
    }

    .header-highlight {
        font-size: 18px;
        margin: 15px 0px;
        gap: 10px;
    }

    .lawyer-overview-intro,
    .card-text,
    .summary-content p,
    .contact-form-intro p,
    .header-content-page .header-subtitle,
    .header-description,
    .feature-box p,
    .logo-title {
        font-size: 16px;
    }

    .logo-location {
        font-size: 14px;
    }

    .price-tips-subtitle-wrapper .btn-ranking {
        display: none;
    }

    .tip-faq-list,
    .guide-compare-container,
    .lawyer-rec-content,
    .review-container {
        flex-direction: column;
    }

    .duration-items,
    .detective-fees-content-wrapper,
    .guide-compare-top {
        flex-direction: column;
        gap: 10px;
    }

    .lawyer-background-content-wrapper,
    .price-hero-container,
    .price-hero.price-hero-warning,
    .guide-hero-container{
        flex-direction: column-reverse;
        align-items: center;
    }

    .price-hero-container,
    .guide-hero-container {
        gap: 0px;
    }

    .lawyer-background-images,
    .lawyer-background-image-mobile,
    .reasons-purpose-image-mobile img,
    .certifications-image-mobile img,
    .benefits-image-mobile img,
    .guide-hero-right-image,
    .guide-hero-right,
    .guide-hero-right-image img,
    .lawyer-rec-image,
    .lawyer-rec-image img,
    .review-header-left,
    .review-header-right-image {
        width: 100%;
    }

    .detective-fees-left,
    .price-hero-left,
    .guide-hero-left,
    .review-header-left,
    .lawyer-background-text {
        max-width: 100%;
        flex: unset;
    }

    .detective-fees-right {
        flex: 1;
    }

    .guide-compare-subtitle {
        text-align: left;
    }

    .lawyer-background-section {
        background: #f1f7e9;
    }

    .review-header-right-image {
        display: flex;
    }

    .header-left {
        flex: unset;
        padding: 0px 10px;
        padding-top: 445px;
        padding-bottom: 30px;
    }

    .header-highlight,
    .bottom-steps,
    .review-column {
        flex-direction: column;
    }

    .five-point-cards,
    .certifications-footnotes,
    .examples-grid,
    .process-steps,
    .actions-cards,
    .plan-cards,
    .tip-cards,
    .guide-cards-container,
    .compare-list,
    .guide-compare-right .compare-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .guide-compare-right .compare-list li:nth-child(1), 
    .guide-compare-right .compare-list li:nth-child(2),
    .guide-compare-right .compare-list li:nth-child(3),
    .guide-compare-right .compare-list li:nth-child(4),
    .guide-compare-right .compare-list li:nth-child(5) {
        grid-column: unset;
        grid-row: unset;
    }
    
    .five-card-header {
        display: flex;
        align-items: center;
        gap: 20px;
        height: fit-content;
    }

    .five-card {
        min-height: fit-content;
        height: fit-content;
    }

    .five-card-icon {
        width: 52px;
        height: 52px;
        margin: 0px;
    }

    .five-card-title {
        margin: 0px;
    }

    .lawyer-overview-content,
    .lawyer-background-risks.price-header-list {
        display: flex;
        flex-direction: column;
    }

    .lawyer-card-page {
        flex-direction: column;
        gap: 10px;
    }

    .lawyer-background-risks li {
        padding: 15px;
        width: -webkit-fill-available !important;
    }

    .form-input, .form-textarea {
        width: -webkit-fill-available;
    }

    .lawyer-card-page .card-image {
        padding: 0px;
        width: 100%;
        height: 343px;
    }

    .lawyer-overview-left,
    .lawyer-overview-right {
        background-position: right;
    }

    .lawyer-overview-column {
        padding: 15px;
        padding-top: 30px;
    }

    /* Lawyers Cards Horizontal Scroll on Mobile */
    .lawyers-cards-grid {
        display: flex;
        flex-direction: row;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 10px;
        margin-left: 0px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }

    .lawyers-see-more {
        margin-top: 10px;
    }

    .lawyers-cards-grid::-webkit-scrollbar {
        display: none;
    }

    .lawyer-card {
        flex: 0 0 auto;
        width: calc(85vw - 20px);
        max-width: 320px;
        min-width: 280px;
        scroll-snap-align: start;
    }

    .logo-icon img {
        height: 32px;
        width: 32px;
    }

    .btn-ranking,
    .card-button {
        width: -webkit-fill-available;
        text-align: center;
    }

    .reasons-purpose-section {
        background: unset !important;
    }

    .reasons-purpose-image-mobile,
    .price-hero-right,
    .price-hero-right-image img,
    .certifications-content {
        width: 100%;
    }

    /* Mobile Menu Icon */
    .nav-menu-mobile {
        display: block !important;
        cursor: pointer;
    }

    /* Show mobile menu elements on mobile */
    .nav-menu-mobile-overlay,
    .nav-menu-mobile-content {
        display: block;
    }

    .nav-menu-mobile-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #379993;
        font-size: 24px;
    }

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

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

    /* Mobile Menu Content */
    .nav-menu-mobile-content {
        position: fixed;
        top: 0;
        right: 0%;
        width: 75%;
        height: 100%;
        background-color: #FFFFFF;
        z-index: 9999;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        overflow-y: auto;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    }

    .nav-menu-mobile-content.active {
        transform: translateX(0);
    }

    /* Close Button */
    .nav-menu-mobile-close {
        position: absolute;
        top: 20px;
        right: 20px;
        background: none;
        border: none;
        font-size: 24px;
        color: #000000;
        cursor: pointer;
        padding: 8px;
        z-index: 10000;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        transition: color 0.2s ease;
    }

    .nav-menu-mobile-close:hover {
        color: #333333;
    }

    /* Mobile Menu List */
    .nav-menu-mobile-list {
        list-style: none;
        margin: 0;
        padding: 60px 20px 20px 20px;
        display: flex;
        flex-direction: column;
    }

    .nav-menu-mobile-list li {
        margin: 0;
        margin-bottom: 12px;
    }

    .nav-menu-mobile-list .nav-link {
        display: block;
        padding: 14px 20px;
        color: #333333;
        text-decoration: none;
        font-size: 16px;
        border-radius: 9999px;
        transition: all 0.2s ease;
        text-align: left;
        width: fit-content;
    }

    .nav-menu-mobile-list .nav-link:hover {
        background-color: #f5f5f5;
        color: #000000;
    }

    .nav-menu-mobile-list .nav-link.active {
        background-color: #388E3C;
        color: #FFFFFF;
        font-weight: 500;
    }

    .footer-summary-section .summary-card {
        background: url('../images/footer-bg-mobile.png') no-repeat center center;
        height: 550px;
        padding: 0px 20px;
        justify-content: center;
        padding-top: 15px;
    }

    .main-footer {
        margin-top: 505px;
        padding: 0px 15px;
        padding-top: 100px;
    }

    .footer-summary-inner {
        max-width: 343px;
    }

    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .footer-nav {
        justify-content: space-between;
        width: 100%;
    }

    .footer-right {
        padding: 10px 0px;
        border-top: 1px solid #fff;
        width: 100%;
    }

    .lawyer-card-page .card-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .top-header-mobile {
        background-image: url('../images/header-page-bg-mobile.png') !important;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .column-lawyers-detail-content-right {
        display: none;
    }

    .topics-type-picker {
        top: -100px;
        width: 90%;
        right: unset;
    }
}

/* Hyperlinks Section */
.hyperlinks-section {
    padding: 40px 20px;
    background-color: #FFFFFF;
}

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

/* Tab Navigation */
.hyperlinks-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
    justify-content: flex-start;
    width: fit-content;
    padding: 5px;
    border: 1px solid #E0E2E7;
    border-radius: 12px;
}

.hyperlinks-tab {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    background-color: white;
    color: #333333;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.hyperlinks-tab:hover {
    background-color: #E0E0E0;
}

.hyperlinks-tab.active {
    background-color: #14722A;
    color: #FFFFFF;
}

/* Domains Grid */
.hyperlinks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 40px;
}

.hyperlinks-card {
    background-color: #E8F1EA;
    border-radius: 8px;
    padding: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hyperlinks-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.hyperlinks-card-title {
    font-size: 24px;
    font-weight: 600;
    color: #1C1C1C;
    line-height: 1.4;
}

.hyperlinks-card-subtitle {
    font-size: 20px;
    color: #666666;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hyperlinks-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
    color: #666666;
    font-size: 16px;
}

/* Hyperlinks Detail Grid - Tag Style */
.hyperlinks-grid-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
}

.hyperlinks-card-domain {
    display: inline-block;
    padding: 8px 16px;
    background-color: #E8F1EA;
    border: 1px solid #14722A;
    border-radius: 20px;
    color: #14722A;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.hyperlinks-card-domain:hover {
    background-color: #D4E9D6;
    border-color: #9BC19E;
    transform: translateY(-1px);
}

/* Station Search Section */
.hyperlinks-station-info {
    margin-top: 0px;
    margin-bottom: 40px;
}

.hyperlinks-station-info-container {
    max-width: 1200px;
    margin: 0 auto;
}

.station-search-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.station-line-container {
    background-color: #E7F4FD;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
}

.station-line-title {
    font-size: 20px;
    font-weight: bold;
    color: #0D94E8;
    margin-bottom: 20px;
}

.station-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.station-button {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    padding: 15px 16px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.station-button:hover {
    background-color: #F5F5F5;
    border-color: #126826;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

/* Pagination */
.hyperlinks-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
}

.pagination-btn {
    padding: 8px 16px;
    font-size: 14px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    background-color: #FFFFFF;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-btn:hover:not(.disabled) {
    background-color: #F5F5F5;
    border-color: #CCCCCC;
}

.pagination-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-numbers {
    display: flex;
    gap: 8px;
    align-items: center;
}

.pagination-number {
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    background-color: #FFFFFF;
    color: #333333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination-number:hover {
    background-color: #F5F5F5;
    border-color: #CCCCCC;
}

.pagination-number.active {
    background-color: #14722A;
    color: #FFFFFF;
    border-color: #14722A;
}

.pagination-ellipsis {
    padding: 0 8px;
    color: #666666;
}


/* Mobile Styles for Hyperlinks */
@media (max-width: 768px) {
    .hyperlinks-section {
        padding: 20px 15px;
    }

    .hyperlinks-tabs, .ranking-tabs, .ranking-table tr{
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        gap: 8px;
        padding: 5px;
        max-width: 101%;
        position: relative;
    }

    .ranking-table tr{ 
        padding: 0px;
        gap: 0px;
    }

    .ranking-tabs, .ranking-tables {
        padding: 0px;
    }

    .hyperlinks-tabs::-webkit-scrollbar {
        display: none;
    }

    .hyperlinks-tab, .ranking-tab, .ranking-table thead tr th{
        flex: 0 0 auto;
        width: auto;
        min-width: fit-content;
        white-space: nowrap;
        text-align: center;
        touch-action: pan-x;
    }

    .ranking-tab {
        flex: 1 0 50%;
    }

    .ranking-table thead tr th{
        width: 100%;
    }
    
    .ranking-table thead tr th:first-child {
        flex: 1 0 57%;
        text-align: left;
    }

    .ranking-table thead tr th:nth-child(2) {
        flex: 1 0 45%;  
        text-align: left;
    }


    .office-image img {
        width: 190px;
        height: 80px;
        object-fit: cover;
    }

    .ranking-table td {
        flex: 0 0 auto;
        width: auto;
        min-width: fit-content;
        text-align: left;
    }

    .ranking-table td:nth-child(2) {
        flex: 1 0 45%;  
        text-align: left;
    }

    .hyperlinks-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hyperlinks-grid-detail {
        gap: 10px;
    }

    .hyperlinks-card-domain {
        font-size: 12px;
        padding: 6px 12px;
    }

    .hyperlinks-station-info {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .station-search-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .station-line-container {
        padding: 20px;
        margin-bottom: 20px;
    }

    .station-line-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .station-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .station-button {
        padding: 10px 12px;
        font-size: 13px;
    }

    .hyperlinks-pagination {
        flex-wrap: wrap;
        gap: 8px;
    }

    .pagination-numbers {
        order: 2;
        width: 100%;
        justify-content: center;
        margin: 10px 0;
    }

    .pagination-btn {
        font-size: 12px;
        padding: 6px 12px;
    }

    .pagination-number {
        min-width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .header-contact-bar {
        padding: 12px 15px;
    }

    .header-contact-bar.fixed {
        padding: 12px 15px;
    }

    .contact-bar-container {
        gap: 10px;
    }

    .contact-text {
        font-size: 12px;
    }

    .btn-ranking-again {
        font-size: 12px;
        padding: 8px 20px;
        width: 100%;
        text-align: center;
    }

    .footer-left {
        flex-direction: column;
    }

    .footer-left-inner {
        flex-direction: row;
        gap: 10px;
    }

    .footer-summary-section {
        bottom: 170px;
    }

    .action-buttons.mobile-only {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .btn-phone, .btn-official {
        padding: 10px;
    }

    .cell-action.mobile-only td{
        width: -webkit-fill-available;
        padding: 10px;
        border-top: none;
    }

    .desktop-only {
        display: none;
    }
}

/* Toast Messages */
#toast-container {
    position: fixed;
    bottom: 75px;
    right: 20px;
    z-index: 10000;
    max-width: 490px;
}

.toast-message-inner {
    display: flex;
    gap: 10px;
}

.toast-message.rank-1{
    background: #FFFEE7;
}

.toast-message.rank-2{
    background: #FAFAFA;
}

.toast-message.rank-3{
    background: #FEF3E6;
}

.toast-message.rank-4{
    background: #E9EDF7;
}

.toast-message.rank-5{
    background: #F2FCFC;
}

.toast-message.rank-6{
    background: #E8F8E9;
}

.toast-message.rank-1 .toast-highlighted {
    color: #B4AB0D;
}

.toast-message.rank-2 .toast-highlighted {
    color: #F28301;
}

.toast-message.rank-3 .toast-highlighted {
    color: #F04438
}

.toast-message.rank-4 .toast-highlighted {
    color: #0D94E8;
}

.toast-message.rank-5 .toast-highlighted {
    color: #14722A;
}

.toast-message.rank-6 .toast-highlighted {
    color: #14722A;
}

.toast-highlighted {
    font-weight: bold;
}

.toast-message {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 16px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    transform: translateX(100%);
    transition: all 0.3s ease;
    position: relative;
}

.toast-message.toast-show {
    opacity: 1;
    transform: translateX(0);
}

.toast-message.toast-hide {
    opacity: 0;
    transform: translateX(100%);
}

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

.toast-medal-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 48px;
}

.toast-medal-icon img {
    width: 100%;
    object-fit: cover;
}

.toast-content {
    flex: 1;
    min-width: 0;
}

.toast-message-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}

.toast-action {
    flex-shrink: 0;
    margin-top: 0;
}

.toast-call-link {
    display: inline-block;
    color: #14722A;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.2s ease;
}

.toast-call-link:hover {
    color: #0d4d1a;
    text-decoration: underline;
}

/* .toast-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
    line-height: 1;
}

.toast-close:hover {
    background: #f0f0f0;
    color: #666;
} */

/* Mobile responsive */
@media (max-width: 768px) {
    #toast-container {
        bottom: 55px;
        right: 10px;
        left: 10px;
        max-width: none;
    }

    .toast-message {
        padding: 12px;
        margin-bottom: 10px;
    }

    .toast-medal-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .toast-message-text {
        font-size: 13px;
    }

    .toast-call-link {
        font-size: 12px;
    }
}

/* =============================== Lawyer Popup =============================== */
.lawyer-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lawyer-popup--active {
    opacity: 1;
    visibility: visible;
}

.lawyer-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.lawyer-popup__container {
    position: relative;
    background-color: #FFFFFF;
    border: 1.354px solid #D9DBE9;
    border-radius: 12px;
    box-shadow: 0px 19px 57px rgba(8, 15, 52, 0.06);
    padding: 32px;
    max-width: 900px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.lawyer-popup--active .lawyer-popup__container {
    transform: scale(1);
}

.lawyer-popup__content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* Popup Card (Left Side) */
.lawyer-popup__card {
    flex-shrink: 0;
    width: 200px;
    background-color: #FFFFFF;
    border: 1px solid #B8BFCA;
    border-radius: 12px;
    overflow: hidden;
}

.lawyer-popup__card-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #F5F7FA;
    overflow: hidden;
}

.lawyer-popup__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lawyer-popup__card-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.lawyer-popup__card-type {
    font-family: var(--font-inter), var(--font-noto-sans);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #64738B;
}

.lawyer-popup__card-name {
    font-family: var(--font-noto-sans);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    color: #2A303A;
    margin: 0;
    text-align: center;
}

/* Popup Details (Right Side) */
.lawyer-popup__details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
}

.lawyer-popup__intro {
    font-family: var(--font-noto-sans);
    font-size: 24px;
    line-height: 1.5;
    color: #2A303A;
}

.lawyer-popup__intro .profile,
.lawyer-popup__intro p {
    margin: 0;
}

.lawyer-popup__intro ul {
    margin: 0;
    padding-left: 24px;
}

.lawyer-popup__intro li {
    font-weight: 400;
}

.lawyer-popup__description {
    padding-top: 24px;
    border-top: 1px solid #E1E5EA;
}

.lawyer-popup__description,
.lawyer-popup__description .row,
.lawyer-popup__description .l-txt,
.lawyer-popup__description p {
    font-family: var(--font-noto-sans);
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: #2A303A;
    margin: 0;
}

/* Close Button */
.lawyer-popup__close {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 24px;
    height: 24px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.lawyer-popup__close:hover {
    opacity: 0.7;
}

.lawyer-popup__close svg {
    width: 24px;
    height: 24px;
}

/* Popup Responsive */
@media screen and (max-width: 768px) {
    .lawyer-popup__container {
        padding: 24px;
        width: 95%;
        max-height: 85vh;
    }

    .lawyer-popup__content {
        flex-direction: column;
        gap: 24px;
    }

    .lawyer-popup__card {
        width: 160px;
        align-self: center;
    }

    .lawyer-popup__card-type {
        font-size: 14px;
    }

    .lawyer-popup__card-name {
        font-size: 18px;
    }

    .lawyer-popup__intro,
    .lawyer-popup__description,
    .lawyer-popup__description .row,
    .lawyer-popup__description .l-txt,
    .lawyer-popup__description p {
        font-size: 16px;
    }

    .lawyer-popup__close {
        top: 16px;
        right: 16px;
    }
}

@media screen and (max-width: 480px) {
    .lawyer-popup__container {
        padding: 16px;
        padding-top: 48px;
    }

    .lawyer-popup__card {
        width: 140px;
    }

    .lawyer-popup__card-type {
        font-size: 12px;
    }

    .lawyer-popup__card-name {
        font-size: 16px;
    }

    .lawyer-popup__intro,
    .lawyer-popup__description,
    .lawyer-popup__description .row,
    .lawyer-popup__description .l-txt,
    .lawyer-popup__description p {
        font-size: 14px;
    }

    .lawyer-popup__details {
        gap: 16px;
    }

    .lawyer-popup__description {
        padding-top: 16px;
    }
}