/* ── page-abnormal-item.css ── */

html {
    scroll-behavior: smooth;
}

.abi-top-container {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.abi-top-bg-green {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    height: 288px;
    background: #00C48A;
    z-index: 1;
}

.abi-top-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.abi-category-label {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
    height: auto;
    min-height: 63px;
    background: rgba(0, 143, 141, 0.7);
    backdrop-filter: blur(6px);
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.abi-breadcrumb {
    margin-bottom: 48px;
    padding: 0 40px !important;
}
@media (max-width: 768px) {
    .abi-top-wrapper { padding-right: 16px; padding-left: 16px; }
    .abi-breadcrumb { padding-right: 16px !important; padding-left: 16px !important; }
}
@media (max-width: 480px) {
    .abi-top-wrapper { padding-right: 12px; padding-left: 12px; }
    .abi-breadcrumb { padding-right: 12px !important; padding-left: 12px !important; }
}

.abi-main-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 48px;
}

.abi-line {
    flex: 1;
    height: 1px;
    background: #008F8D;
}

.abi-main-title {
    font-size: 36px;
    font-weight: 700;
    color: #008F8D;
    margin: 0;
    white-space: nowrap;
}

.abi-hero-cards {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.abi-card {
    width: 100%;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    /* Removed border and shadow from wrapper as per Figma */
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.abi-card:hover {
    transform: translateY(-2px);
}

.abi-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 520 / 760;
    height: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* padding is kept in case text overlay is still used, but image height is fixed to 760px */
    padding: 40px 32px;
}

/* Text elements inside abi-card-image removed because they are baked into image_164.png */

.abi-card-bottom {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 162.16px;
    background: #FFFFFF;
    border: 1px solid #008F8D;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 40px 40px;
    padding: 30px 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.abi-card-btitle {
    color: #061C3D;
    font-size: 41.6px;
    font-weight: 700;
    line-height: 67px;
    letter-spacing: 0.9px;
    margin-bottom: 4px;
}

.abi-card-bsub {
    color: #42526B;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.9px;
}

/* Responsive */
@media (max-width: 768px) {
    .abi-hero-cards {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .abi-main-title {
        font-size: 24px;
    }
    .abi-card-badge {
        font-size: 20px;
    }
    .abi-card-title {
        font-size: 24px;
    }
    .abi-card-btitle {
        font-size: 22px;
        line-height: 1.3;
    }
    .abi-top-bg-green {
        top: 25%;
        height: 50%;
    }
}

/* Contact Banner Section */
.abi-contact-banner {
    position: relative;
    width: 100%;
    height: 356px;
    margin: 50px 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.abi-contact-banner .contact-banner-overlay {
    position: absolute;
    inset: 0;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Dark Box Section */
.abi-darkbox-section {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
    border-radius: 40px;
    padding: 0;
    position: relative;
    overflow: hidden;
    scroll-margin-top: 120px;
}
.abi-darkbox-bg {
    position: relative;
    width: 100%;
    aspect-ratio: 1200 / 636;
    height: auto;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 1;
}
.abi-trouble-section {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 60px;
    background: #044F4E;
    border-radius: 40px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.abi-trouble-links {
    display: flex;
    gap: 20px;
    margin-bottom: 100px;
    width: 100%;
}
.abi-tlink-card {
    flex: 1;
    background: #FFF;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.16);
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}
.abi-tlink-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.abi-tlink-top {
    height: 136.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.abi-tlink-toptext {
    font-size: 17.6px;
    font-weight: 700;
    color: #061C3D;
    text-align: center;
}
.abi-tlink-bottom {
    background: #00C48A;
    height: 113px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.abi-tlink-bottext {
    color: #FFF;
    font-size: 22.4px;
    font-weight: 700;
    text-align: center;
}
.abi-trouble-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.abi-trouble-title {
    font-size: 48px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.9px;
    margin: 0;
}
.abi-trouble-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    font-size: 17.6px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.9px;
}
.abi-trouble-desc p {
    margin: 0;
}


/* About Section */
.abi-about-section {
    max-width: 1200px;
    margin: 50px auto 60px;
    padding: 0 20px;
}
.abi-about-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.abi-acard {
    box-sizing: border-box;
    flex: 1 1 280px;
    max-width: 387px;
    min-height: 249.26px;
    background: #FFFFFF;
    border: 3px solid #008F8D;
    border-radius: 30px;
    padding: 40px 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.16);
}
/* Merged single body field: first block = heading (large/bold), rest = body text */
.abi-acard-body { text-align: center; letter-spacing: -0.02em; }
.abi-acard-body > * { margin: 0; }
.abi-acard-body > :first-child {
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    color: #061C3D;
    margin: 0 0 10px;
}
.abi-acard-body > :first-child .c-green { color: #008F8D; }
.abi-acard-body p:not(:first-child) {
    font-size: 16px;
    font-weight: 700;
    color: #42526B;
    line-height: 24px;
}

.abi-acard-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    line-height: 43px;
    letter-spacing: -0.02em;
    margin: 0;
}
.abi-acard-title .c-green {
    color: #008F8D;
}
.abi-acard-title .c-dark {
    color: #061C3D;
}
.abi-acard-text {
    font-size: 16px;
    font-weight: 700;
    color: #42526B;
    text-align: center;
    line-height: 24px;
    letter-spacing: -0.02em;
    margin: 0;
}

@media (max-width: 768px) {
    .abi-darkbox-section {
        padding: 0 16px;
    }
    .abi-contact-banner {
        height: auto;
    }
    .abi-contact-banner .contact-banner-overlay {
        position: static;
        padding: 3rem 16px;
    }
    .abi-contact-inner {
        flex-direction: column;
        padding: 0 20px;
    }
    .abi-trouble-links {
        flex-direction: column;
        gap: 24px;
    }
    .abi-trouble-section {
        padding: 40px 20px;
    }
    .abi-trouble-title {
        font-size: 28px;
    }
    .abi-trouble-desc {
        font-size: 14px;
    }
    .abi-about-cards {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .abi-acard {
        flex: 1 1 auto;
        width: 100%;
        max-width: 387px;
        min-height: 0;
        height: auto;
        padding: 30px;
    }
    .abi-acard-title {
        font-size: 28px;
    }
    .abi-acard-body > :first-child {
        font-size: 24px;
        line-height: 1.35;
    }
}

/* Express Service Section */
.abi-express-wrapper {
    background: #007973;
    border-radius: 0 0 200px 200px;
    padding: 40px;
    display: flex;
    justify-content: center;
    scroll-margin-top: 120px;
}
.abi-express-section {
    width: 100%;
    max-width: 1201px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.abi-express-head {
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    line-height: 43px;
    letter-spacing: -0.02em;
    margin: 0;
}
.abi-express-head .c-neon {
    color: #33FF88;
}
.abi-express-card {
    background: #FFFFFF;
    border-radius: 0 200px 150px 150px;
    padding: 50px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}
.abi-express-card > * {
    margin-bottom: 55px;
}
.abi-express-card > *:last-child {
    margin-bottom: 0;
}
.abi-exc-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
.abi-exc-t1, .abi-exc-t3 {
    font-size: 32px;
    font-weight: 700;
    color: #061C3D;
    line-height: 51px;
    letter-spacing: 0.9px;
}
.abi-exc-t2 {
    width: 485px;
    height: 62px;
    font-size: 32px;
    font-weight: 700;
    color: #FE7F00;
    background: url('../../images/svg/express_service.svg') center/100% 100% no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.02em;
    margin: 10px 0;
}
.abi-exc-balloon {
    background: url('../../images/svg/chatbox.svg') center/100% 100% no-repeat;
    width: 485px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.abi-exc-b1 {
    color: #221816;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.abi-exc-b2 {
    color: #008F8D;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.abi-exc-b3 {
    color: #221816;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.abi-exc-desc {
    font-size: 20px;
    font-weight: 700;
    color: #42526B;
    text-align: center;
    line-height: 32px;
    letter-spacing: -0.02em;
    max-width: 876px;
    margin-bottom: 25px;
    word-break: break-word;
    overflow-wrap: break-word;
}
.abi-exc-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 308px;
    height: 56px;
    background: url('../../images/Btn_background.png') center/cover no-repeat, #008F8D;
    border-radius: 8px;
    padding: 10px 16px;
    gap: 10px;
    text-decoration: none;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.abi-exc-btn span:first-child {
    font-size: 26px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
}
.abi-exc-btn-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abi-exc-after-btn {
    font-size: 26px;
    font-weight: 700;
    color: #061C3D;
    text-align: center;
    letter-spacing: -0.02em;
}
.abi-exc-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 280px;
    box-sizing: border-box;
    margin: 0 auto;
}
.abi-exc-tr {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 4px 0;
}
.abi-exc-tr.head {
    gap: 10px;
    min-height: 36px;
}
.abi-exc-tr .th {
    font-size: 16px;
    font-weight: 700;
    color: #061C3D;
    width: 77px;
    flex-shrink: 0;
}
.abi-exc-tr .td {
    font-size: 16px;
    font-weight: 700;
    color: #061C3D;
    flex: 1;
}
.abi-exc-tr.head .th {
    font-size: 17.6px;
    width: 100%;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
}
.abi-exc-tr.head .th span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #061C3D;
    white-space: nowrap;
}
.abi-exc-contact-req {
    font-size: 25.6px;
    text-align: center;
    letter-spacing: 0.9px;
    display: flex;
    align-items: center;
    gap: 13px;
}
.abi-exc-contact-req .t-dark {
    font-weight: 700;
    color: #061C3D;
}
.abi-exc-contact-req .t-underline {
    font-weight: 700;
    color: #061C3D;
    border-bottom: 6px solid #00C48A;
    padding-bottom: 2px;
}
.abi-exc-contact-req .t-gray {
    font-weight: 400;
    color: #42526B;
}
.abi-exc-note {
    background: #EAF4F2;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    max-width: 666px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
}
.abi-exc-note-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.abi-exc-check {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0;
    align-self: center;
}
.abi-exc-note-item p {
    font-size: 16px;
    font-weight: 500;
    color: #061C3D;
    margin: 0;
    line-height: 26px;
    letter-spacing: -0.02em;
    flex: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
.abi-exc-note-item.note-large {
    gap: 10px;
}
.abi-exc-note-item.note-large p {
    font-size: 17.6px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.9px;
    color: #061C3D;
}
.abi-exc-note-item p strong,
.abi-exc-note-item p b {
    font-weight: 700;
    color: #061C3D;
}

/* Compound Section */
.abi-compound-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 20px;
    gap: 50px;
    max-width: 1280px;
    margin: 0 auto;
    background: #FFFFFF;
    box-sizing: border-box;
}
.abi-compound-title-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 1200px;
}
.abi-compound-line {
    flex: 1;
    height: 1px;
    background: #008F8D;
}
.abi-compound-title {
    font-size: 36px;
    font-weight: 700;
    color: #008F8D;
    text-align: center;
    letter-spacing: -0.02em;
    margin: 0;
    line-height: 1.3;
    flex-shrink: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
    padding: 0 8px;
    position: relative;
}
/* FAQ section title — standalone with teal underline; side rules hidden. */
.abi-faq-section .abi-compound-title-wrap {
    justify-content: center;
    max-width: 100%;
}
.abi-faq-section .abi-compound-line {
    display: none;
}
.abi-faq-section .abi-compound-title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 6px 24px 12px;
    border-bottom: 3px solid #008F8D;
}
.abi-faq-section .abi-compound-title::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='11' stroke='%23008F8D' stroke-width='2'/%3E%3Cpath d='M8 10.5c0-2.2 1.8-4 4-4s4 1.8 4 4c0 1.5-1 2.5-2 3.2-.7.5-1 1-1 1.8v.5' stroke='%23008F8D' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='18' r='1' fill='%23008F8D'/%3E%3C/svg%3E") center/contain no-repeat;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .abi-faq-section .abi-compound-title { padding: 4px 16px 10px; gap: 8px; border-bottom-width: 2px; }
    .abi-faq-section .abi-compound-title::before { width: 20px; height: 20px; }
}
@media (max-width: 480px) {
    .abi-faq-section .abi-compound-title { padding: 4px 12px 8px; gap: 6px; }
    .abi-faq-section .abi-compound-title::before { width: 18px; height: 18px; }
}
.abi-compound-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 14px;
    background: #E7F5F5;
    border: 1px solid rgba(0, 143, 141, 0.7);
    font-size: 32px;
    font-weight: 700;
    color: #008F8D;
    letter-spacing: -0.02em;
    min-width: 311px;
    box-sizing: border-box;
}
.abi-compound-tables {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 958px;
    justify-content: center;
}
.abi-compound-table {
    width: 100%;
    max-width: 469px;
    border-collapse: collapse;
}
.abi-compound-table th,
.abi-compound-table td {
    height: 31.5px;
    padding: 4px 5px;
    box-sizing: border-box;
}
.abi-compound-table th {
    background: #008F8D;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #008F8D;
}
.abi-compound-table td {
    border: 1px solid #CDD2D8;
    font-size: 12.8px;
    font-weight: 500;
    color: #061C3D;
    letter-spacing: 0.9px;
}
.abi-compound-table th:first-child,
.abi-compound-table td:first-child {
    width: 211px;
}
.abi-other-section {
    padding-top: 0;
}
.abi-compound-desc {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    letter-spacing: -0.02em;
    margin: 0;
}
.abi-compound-desc.c-dark {
    color: #061C3D;
}
.abi-compound-desc.c-gray {
    color: #42526B;
}
.abi-other-table {
    width: 100%;
    max-width: 1099px;
    border-collapse: collapse;
}
.abi-other-table th,
.abi-other-table td {
    height: 49.16px;
    box-sizing: border-box;
    font-size: 17.6px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.9px;
    border: 1px solid #CDD2D8;
    vertical-align: middle;
}
.abi-other-table th {
    background: #008F8D;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #008F8D;
}
.abi-other-table td {
    color: #061C3D;
    text-align: center;
}
.abi-other-table td:first-child {
    text-align: left;
    padding-left: 20.5px;
}
.abi-other-table .col-item {
    width: 45%;
}
.abi-other-table .col-normal,
.abi-other-table .col-express {
    width: 27.5%;
}

/* Result Example Section */
.abi-result-example {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 40px;
    gap: 50px;
    max-width: 1280px;
    margin: 0 auto;
    background: #FFFFFF;
    box-sizing: border-box;
}
.abi-result-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #061C3D;
    text-align: center;
    letter-spacing: -0.02em;
    margin: 0;
}
.abi-result-card {
    width: 100%;
    max-width: 891px;
    display: block;
}
/* Collapse/expand via <details>/<summary> — reset native marker. */
.abi-rc-head {
    background: #008F8D;
    border: 1px solid #008F8D;
    border-radius: 16px 16px 0 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    height: 80px;
    cursor: pointer;
    list-style: none;
    user-select: none;
}
.abi-rc-head::-webkit-details-marker { display: none; }
/* When collapsed (no [open]), round all 4 corners. */
.abi-result-card:not([open]) .abi-rc-head {
    border-radius: 16px;
}
.abi-rc-title {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.4;
}
@media (max-width: 1024px) { .abi-rc-title { font-size: 22px; } }
@media (max-width: 768px)  { .abi-rc-title { font-size: 19px; } }
@media (max-width: 480px)  { .abi-rc-title { font-size: 16px; line-height: 1.35; } }
@media (max-width: 420px)  { .abi-rc-title { font-size: 15px; } }
@media (max-width: 359px)  { .abi-rc-title { font-size: 14px; } }
/* +/- icon (FAQ style) — white circle, teal bars when open, white bars when closed. */
.abi-rc-icon {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #FFFFFF;
    flex-shrink: 0;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abi-rc-icon::before,
.abi-rc-icon::after {
    content: '';
    position: absolute;
    background: #008F8D;
}
.abi-rc-icon::before { width: 16px; height: 2px; }
.abi-rc-icon::after  { width: 2px; height: 16px; transition: transform 0.3s ease, opacity 0.2s ease; }
/* Open: hide the vertical bar → becomes a minus sign. */
.abi-result-card[open] .abi-rc-icon::after { transform: rotate(90deg); opacity: 0; }
.abi-rc-body {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-top: none;
    border-radius: 0 0 16px 16px;
    padding: 20px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    box-sizing: border-box;
}
.abi-rc-pill-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}
.abi-rc-pill-circle {
    width: 79px;
    height: 79px;
    background: #008F8D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}
.abi-rc-pill-text {
    font-size: 24px;
    font-weight: 700;
    color: #061C3D;
}
.abi-rc-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.abi-rc-text {
    font-size: 20px;
    font-weight: 500;
    color: #42526B;
    text-align: center;
    line-height: 1.4;
    margin: 10px 0;
}
.abi-rc-graphs {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
}
.abi-rc-graph {
    border: 2px solid #00C48A;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
    width: 340px;
}
.abi-rc-graph .graph-title {
    font-size: 24px;
    font-weight: 700;
    color: #061C3D;
    margin: 0;
    text-align: center;
}
.abi-rc-graph .graph-img-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #f5f5f5;
    min-height: 190px;
}
.abi-rc-graph .graph-img-wrap img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.abi-rc-summary {
    font-size: 24px;
    font-weight: 700;
    color: #061C3D;
    text-align: center;
    margin-top: 20px;
}
.abi-rc-summary .c-teal {
    color: #008F8D;
}

/* Flow Section */
.abi-flow-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 40px 0;
    gap: 50px;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}
.abi-flow-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 782px;
    gap: 40px;
}
.abi-flow-step {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 108px;
    border: 2px solid #008F8D;
    border-radius: 10px;
    padding: 20px 32px;
    box-sizing: border-box;
    background: #FFFFFF;
    gap: 20px;
    position: relative;
}
.abi-fs-num {
    font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
    font-size: 64px;
    font-weight: 700;
    color: #008F8D;
    line-height: 1;
    min-width: 40px;
}
.abi-fs-title {
    font-size: 26px;
    font-weight: 700;
    color: #008F8D;
    min-width: 180px;
}
.abi-fs-desc {
    font-size: 16px;
    font-weight: 700;
    color: #061C3D;
    line-height: 1.5;
}
.abi-flow-arrow {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    margin: 0;
}

/* FAQ Section */
.abi-faq-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 40px 0;
    gap: 50px;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}
.abi-faq-list {
    width: 100%;
    max-width: 891px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.abi-faq-item {
    width: 100%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.abi-faq-q {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 20px 90px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 16px;
    cursor: pointer;
    list-style: none;
    user-select: none;
    min-height: 76px;
    box-sizing: border-box;
    transition: background .2s, border-color .2s, color .2s, border-radius .2s, min-height .2s;
}
.abi-faq-q::-webkit-details-marker { display: none; }
.abi-faq-item[open] .abi-faq-q {
    background: #008F8D;
    border-color: #008F8D;
    border-radius: 16px 16px 0 0;
    min-height: 80px;
}
.abi-faq-q-badge {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 70px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #008F8D;
    border-radius: 16px 0 26px 0;
    font-size: 30px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 31px;
    transition: background .2s, color .2s, border .2s;
}
.abi-faq-item[open] .abi-faq-q-badge {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #008F8D;
}
.abi-faq-q-text {
    font-size: 16px;
    font-weight: 700;
    color: #061C3D;
    margin: 0;
    line-height: 1.5;
    transition: color .2s;
}
.abi-faq-item[open] .abi-faq-q-text {
    color: #FFFFFF;
}
.abi-faq-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #008F8D;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 15px;
    transition: background .2s;
}
.abi-faq-icon::before,
.abi-faq-icon::after {
    content: '';
    position: absolute;
    background: #FFFFFF;
}
.abi-faq-icon::before { width: 16px; height: 2px; }
.abi-faq-icon::after  { width: 2px; height: 16px; transition: transform 0.3s ease, opacity 0.2s ease; }
.abi-faq-item[open] .abi-faq-icon {
    background: #FFFFFF;
}
.abi-faq-item[open] .abi-faq-icon::before,
.abi-faq-item[open] .abi-faq-icon::after {
    background: #008F8D;
}
.abi-faq-item[open] .abi-faq-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}
.abi-faq-a {
    display: flex;
    gap: 30px;
    padding: 20px 20px 20px 30px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-top: none;
    border-radius: 0 0 16px 16px;
}
.abi-faq-a-badge {
    font-size: 30px;
    font-weight: 900;
    color: #FE7F00;
    line-height: 1;
    flex-shrink: 0;
}
.abi-faq-a-text {
    font-size: 16px;
    font-weight: 700;
    color: #061C3D;
    line-height: 1.6;
    margin-top: 3px;
    flex: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* Custom CTA Section */
.abi-custom-contact {
    margin-top: 60px;
}
.abi-cta-titles {
    text-align: center;
    color: #FFFFFF;
    margin-bottom: clamp(32px, 6vw, 76px);
}
.abi-cta-titles .t-large {
    font-size: clamp(20px, 4.8vw, 36px);
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 clamp(6px, 1.5vw, 10px) 0;
}
.abi-cta-titles .t-small {
    font-size: clamp(15px, 3.4vw, 26px);
    font-weight: 700;
    line-height: 1.4;
}

/* Related Info */
.abi-related-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 40px;
    gap: 50px;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}
.abi-doc-button-group {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    max-width: 739px;
}
.abi-rel-btn,
.abi-relinfo-btn {
    position: relative;
    overflow: hidden;
}
/* Decorative path.webp pattern on document buttons; fluid height & width for responsive precision. */
.abi-rel-btn::after,
.abi-relinfo-btn::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: clamp(60px, 22vw, 171px);
    height: 100%;
    background: url('../../images/build-webp/path.webp') right center / 100% 100% no-repeat;
    pointer-events: none;
    z-index: 1;
    border-radius: 0 8px 8px 0;
}
.abi-rel-btn-text,
.abi-relinfo-btn-text,
.abi-rel-btn-icon {
    position: relative;
    z-index: 2;
}
.abi-rel-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 739px;
    max-width: 100%;
    height: 56px;
    background: #008F8D;
    border-radius: 8px;
    text-decoration: none;
    color: #FFFFFF;
    padding: 10px 16px;
    box-sizing: border-box;
}
.abi-rel-btn:hover {
    color: #FFFFFF;
    background: #006B68;
}
.abi-rel-btn-text {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    flex-grow: 1;
}
.abi-rel-btn-icon {
    width: clamp(20px, 4.5vw, 40px);
    height: auto;
    flex-shrink: 0; /* stay square when text is long or button is narrow */
}

/* Company Box */
.abi-company-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px 60px;
    box-sizing: border-box;
}
.abi-related-company {
    width: 100%;
    max-width: 1200px;
    background: #044F4E;
    border-radius: 40px;
    padding: 100px 120px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 50px;
    color: #FFFFFF;
}
.abi-rc-top {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.abi-rc-left {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.abi-rc-left > * {
    margin-bottom: 15px;
}
.abi-rc-left > *:last-child {
    margin-bottom: 0;
}
.abi-rc-org {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.9px;
    color: #FFFFFF;
    margin-bottom: 22px;
}
.abi-rc-phone-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
}
.abi-rc-phone-wrap img {
    width: 20px;
    height: auto;
}
.abi-rc-phone {
    font-family: 'Oswald', 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 38.4px;
    line-height: 42px;
    letter-spacing: 0.384px;
    color: #FFFFFF;
    text-decoration: none;
}
.abi-rc-time {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 12.8px;
    line-height: 18px;
    letter-spacing: 0.9px;
    color: #FFFFFF;
}
.abi-rc-email {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.9px;
    color: #FFFFFF;
    margin-bottom: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
.abi-rc-note {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 11.2px;
    line-height: 18px;
    letter-spacing: 0.9px;
    color: #FFFFFF;
    margin-bottom: 23px;
}
.abi-rc-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: fit-content;
    height: 49px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    padding: 10px 30px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.9px;
    transition: background 0.3s ease;
}
.abi-rc-contact-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
}
.abi-rc-contact-btn img {
    width: 30px;
    height: auto;
}
.abi-rc-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 55px;
}
.abi-rc-catch {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22.4px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.9px;
    color: #FFFFFF;
    margin: 0;
}
.abi-rc-desc {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.9px;
    color: #FFFFFF;
}
.abi-rc-desc p {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.9px;
    color: #FFFFFF;
}
.abi-rc-bottom {
    background: #00C48A;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 45px;
    box-sizing: border-box;
}
.abi-rc-send-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22.4px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.9px;
    color: #FFFFFF;
    margin: 0;
}
.abi-rc-send-addr {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.9px;
    color: #FFFFFF;
    word-break: break-word;
    overflow-wrap: break-word;
}
.abi-rc-send-req-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    width: 100%;
}
.abi-rc-send-req-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 19.2px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.9px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 10px 30px;
    margin: 0;
    margin-top: 20px;
    display: inline-block;
    box-sizing: border-box;
}
.abi-rc-send-req-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.abi-rc-send-req-list li {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.9px;
    color: #FFFFFF;
    position: relative;
    padding-left: 20px;
}
.abi-rc-send-req-list li::before {
    content: '・';
    position: absolute;
    left: 0;
    font-family: 'Noto Sans JP', sans-serif;
}


/* Responsive updates for new section */
@media (max-width: 768px) {
    .abi-darkbox-section {
        padding: 0 20px;
        margin: 30px auto;
    }
    .abi-trouble-section {
        padding: 40px 20px;
        margin-bottom: 20px;
    }
    .abi-trouble-links {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 50px;
    }
    .abi-about-section {
        margin: 40px auto;
    }
    .abi-express-wrapper {
        border-radius: 0 0 60px 60px;
        padding: 40px 20px;
    }
    .abi-express-card {
        border-radius: 0 60px 40px 40px;
        padding: 40px 20px;
        flex-direction: column;
    }
    .abi-express-card > * {
        margin-bottom: 30px;
    }
    .abi-exc-title {
        width: 100%;
    }
    .abi-express-head {
        font-size: 28px;
        line-height: 1.4;
    }
    .abi-exc-t1, .abi-exc-t3 {
        font-size: 24px;
    }
    .abi-exc-t2 {
        font-size: 20px;
        width: 100%;
        max-width: 320px;
        height: 44px;
        padding: 4px 10px;
    }
    .abi-exc-balloon {
        width: 100%;
        max-width: 300px;
        height: auto;
        padding: 30px 15px;
        gap: 4px;
    }
    .abi-exc-b1,
    .abi-exc-b3 {
        font-size: 18px;
    }
    .abi-exc-b2 {
        font-size: 24px;
    }
    .abi-exc-redtext {
        font-size: 20px;
        line-height: 1.5;
    }
    .abi-exc-desc {
        font-size: 15px;
        line-height: 1.65;
    }
    .abi-exc-desc br {
        display: none;
    }
    .abi-exc-after-btn {
        font-size: 16px;
        line-height: 1.5;
    }
    .abi-exc-btn span:first-child {
        font-size: 20px;
    }
    .abi-exc-contact-req {
        flex-direction: column;
        gap: 8px;
    }
    .abi-exc-note {
        padding: 16px;
        gap: 14px;
    }
    .abi-exc-note-item p,
    .abi-exc-note-item.note-large p {
        font-size: 14.5px;
        line-height: 23px;
    }
    .abi-exc-note-item br {
        display: none;
    }
    .abi-compound-tables {
        flex-direction: column;
        align-items: center;
    }
    .abi-compound-title-wrap {
        flex-direction: column;
        gap: 12px;
    }
    .abi-compound-title {
        font-size: 28px;
        white-space: normal;
    }
    .abi-compound-subtitle {
        font-size: 24px;
        min-width: auto;
    }
    .abi-compound-desc {
        font-size: 16px;
    }
    .abi-other-table th, .abi-other-table td {
        font-size: 14px;
        padding: 10px;
        height: auto;
    }
    .abi-rc-graphs {
        flex-direction: column;
        align-items: center;
    }
    .abi-rc-graph {
        width: 100%;
        max-width: 340px;
    }
    .abi-rc-text, .abi-rc-summary {
        font-size: 16px;
    }
    .abi-rc-pill-wrap {
        flex-direction: column;
        text-align: center;
    }
    /* Mobile: mirror .abi-inspflow-step — number on the left, title/desc grid on the right. */
    .abi-flow-step {
        display: grid;
        grid-template-columns: 44px 1fr;
        grid-template-areas: "num title" "num desc";
        align-items: center;
        gap: 6px 14px;
        padding: 16px 18px;
        min-height: 0;
    }
    .abi-fs-num { grid-area: num; font-size: 40px; align-self: center; min-width: 0; }
    .abi-fs-title { grid-area: title; font-size: 18px; line-height: 24px; min-width: auto; }
    .abi-fs-desc { grid-area: desc; font-size: 13px; line-height: 20px; }
    .abi-faq-q {
        padding: 20px 20px 20px 60px;
    }
    .abi-faq-q-badge {
        width: 50px;
        font-size: 24px;
    }
    .abi-faq-q-text {
        font-size: 14px;
    }
    .abi-faq-icon {
        width: 24px;
        height: 24px;
        margin-left: 10px;
    }
    .abi-faq-icon::before {
        width: 12px;
    }
    .abi-faq-icon::after {
        height: 12px;
    }
    .abi-faq-a {
        padding: 20px;
        gap: 15px;
        flex-direction: column;
    }
    .abi-result-example,
    .abi-related-section,
    .abi-compound-section {
        padding: 40px 20px;
        gap: 30px;
    }
    .abi-other-section {
        padding-top: 0;
    }
    .abi-flow-section,
    .abi-faq-section {
        padding: 40px 20px 0;
        gap: 30px;
    }
    .abi-compound-line {
        width: 40px !important;
        height: 2px !important;
        flex: none !important;
    }
    .abi-faq-a-badge {
        font-size: 24px;
    }
    .abi-company-wrap {
        padding: 0 16px 40px;
    }
    .abi-related-company {
        padding: 36px 20px;
        border-radius: 24px;
        gap: 32px;
    }
    .abi-rc-top {
        flex-direction: column;
        gap: 28px;
    }
    .abi-rc-org {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 16px;
    }
    .abi-rc-phone-wrap {
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
    }
    .abi-rc-phone {
        font-size: 26px;
        line-height: 1.2;
    }
    .abi-rc-time {
        font-size: 12px;
        line-height: 17px;
    }
    .abi-rc-email {
        font-size: 16px;
        line-height: 24px;
    }
    .abi-rc-note {
        font-size: 11.5px;
        line-height: 17px;
        margin-bottom: 16px;
    }
    .abi-rc-contact-btn {
        width: 100%;
        max-width: 280px;
        height: 46px;
        padding: 8px 20px;
        font-size: 16px;
        margin: 0 auto;
    }
    .abi-rc-right {
        gap: 20px;
    }
    .abi-rc-catch {
        font-size: 19px;
        line-height: 30px;
    }
    .abi-rc-catch br {
        display: none;
    }
    .abi-rc-desc {
        font-size: 14.5px;
        line-height: 26px;
    }
    .abi-rc-bottom {
        padding: 24px 18px;
        gap: 24px;
        border-radius: 16px;
    }
    .abi-rc-send-title {
        font-size: 20px;
        line-height: 28px;
    }
    .abi-rc-send-addr {
        font-size: 14.5px;
        line-height: 24px;
    }
    .abi-rc-send-req-wrap {
        gap: 20px;
    }
    .abi-rc-send-req-title {
        font-size: 15px;
        line-height: 20px;
        padding: 8px 20px;
        margin-top: 10px;
    }
    .abi-rc-send-req-list li {
        font-size: 13.5px;
        line-height: 22px;
        margin-bottom: 4px;
    }
    .abi-doc-button-group {
        gap: 24px;
    }
    .abi-rel-btn,
    .abi-relinfo-btn {
        height: auto;
        padding: 12px 14px;
        border-radius: 8px;
    }
    .abi-rel-btn-text,
    .abi-relinfo-btn-text {
        font-size: 16px;
    }
    /* .abi-rel-btn-icon already scales fluidly via clamp() in the base rule. */
    .abi-faq-a { padding: 18px 20px; gap: 16px; }
    .abi-faq-a-badge { font-size: 24px; }
    .abi-faq-a-text { font-size: 14.5px; line-height: 1.6; margin-top: 2px; }
    .abi-faq-a-text br { display: none; }
}

/* ── Tablet (769–1024px) — fills the gap between desktop and mobile ── */
@media (min-width: 769px) and (max-width: 1024px) {
    .abi-hero-cards { gap: 24px; }
    .abi-card-btitle { font-size: 32px; line-height: 1.3; }

    .abi-trouble-section { padding: 40px; }
    .abi-trouble-title { font-size: 36px; line-height: 1.35; }

    .abi-express-card { padding: 40px 40px; }
    .abi-express-card > * { margin-bottom: 40px; }

    .abi-compound-tables { flex-direction: column; align-items: center; }
    .abi-compound-table { max-width: 100%; width: 100%; }
    .abi-compound-section { padding: 48px 30px; gap: 36px; }
    .abi-other-section { padding-top: 0; }

    .abi-fs-title { min-width: auto; }

    .abi-related-company { padding: 40px 40px; }
    .abi-rc-phone { font-size: 28px; }
    .abi-doc-button-group { gap: 32px; }
    .abi-rel-btn, .abi-relinfo-btn { padding: 14px 16px; }
    .abi-rel-btn-text { font-size: 20px; }
}

/* Arrow icons (abi-card-bright / abi-tlink-arrow / abi-flow-arrow) — scale down on mobile. */
.abi-card-bright img,
.abi-tlink-arrow img { width: 50px; height: auto; }
.abi-flow-arrow img  { width: 44px; height: auto; }
@media (max-width: 1024px) {
    .abi-card-bright img, .abi-tlink-arrow img { width: 42px; }
    /* .abi-flow-arrow stays 44px down to 768px — matches inspflow ::before arrow. */
}
@media (max-width: 768px) {
    .abi-card-bright img, .abi-tlink-arrow img { width: 36px; }
    .abi-flow-list { gap: 30px; }
    .abi-flow-arrow { top: -24px; }
    .abi-flow-arrow img { width: 24px; }
}
@media (max-width: 480px) {
    .abi-card-bright img, .abi-tlink-arrow img { width: 30px; }
    .abi-flow-list { gap: 24px; }
    .abi-flow-arrow { top: -20px; }
    .abi-flow-arrow img { width: 20px; }
}
@media (max-width: 420px) {
    .abi-card-bright img, .abi-tlink-arrow img { width: 26px; }
    /* .abi-flow-arrow stays 20px — matches inspflow, don't shrink further. */
}
@media (max-width: 359px) {
    .abi-card-bright img, .abi-tlink-arrow img { width: 22px; }
    .abi-flow-arrow img { width: 20px; }
}

/* ── Overflow safety — big rounded sections + fixed-width balloon/SVG bg ── */
.abi-express-wrapper,
.abi-trouble-section,
.abi-darkbox-section,
.abi-related-company,
.abi-express-card,
.abi-compound-section { max-width: 100%; box-sizing: border-box; overflow-x: clip; }
@supports not (overflow-x: clip) {
    .abi-express-wrapper,
    .abi-trouble-section,
    .abi-darkbox-section,
    .abi-related-company,
    .abi-express-card,
    .abi-compound-section { overflow-x: hidden; }
}
.abi-exc-balloon,
.abi-exc-t2 { max-width: 100%; }

/* ── Small landscape phones ── */
@media (max-width: 480px) {
    .abi-top-wrapper { padding: 0 12px; }
    .abi-category-label { width: fit-content; max-width: 100%; height: auto; font-size: 16px; padding: 6px 12px; }
    .abi-main-title-wrapper { gap: 12px; margin-bottom: 28px; }
    .abi-main-title { font-size: 18px; }
    .abi-hero-cards { gap: 16px; }
    .abi-card-image { padding: 24px 16px; }
    .abi-card-bottom { padding: 20px 24px; border-radius: 0 0 28px 28px; min-height: 0; }
    .abi-card-btitle { font-size: 18px; line-height: 1.3; }
    .abi-card-bsub { font-size: 13px; line-height: 20px; }

    .abi-darkbox-section { padding: 0 12px; margin: 24px auto; border-radius: 24px; }
    .abi-trouble-section { padding: 32px 16px; border-radius: 28px; margin-bottom: 16px; }
    .abi-trouble-title { font-size: 22px; line-height: 1.35; }
    .abi-trouble-desc { font-size: 13px; line-height: 1.7; }
    .abi-trouble-links { gap: 16px; margin-bottom: 32px; }
    .abi-tlink-top { height: 108px; gap: 12px; }
    .abi-tlink-toptext { font-size: 15px; }
    .abi-tlink-bottom { height: 88px; gap: 8px; }
    .abi-tlink-bottext { font-size: 18px; }
    .abi-trouble-text-wrap { gap: 24px; }

    .abi-about-section { margin: 28px auto; padding: 0 12px; }
    .abi-about-cards { gap: 16px; }
    .abi-acard { padding: 24px 20px; border-radius: 20px; border-width: 2px; }
    .abi-acard-body > :first-child { font-size: 20px; line-height: 1.35; }
    .abi-acard-body p:not(:first-child) { font-size: 13px; line-height: 20px; }
    .abi-acard-title { font-size: 20px; line-height: 1.35; }
    .abi-acard-text { font-size: 13px; line-height: 20px; }

    .abi-express-wrapper { padding: 32px 16px; border-radius: 0 0 80px 80px; }
    .abi-express-card { padding: 32px 16px; border-radius: 0 100px 60px 60px; }
    .abi-express-card > * { margin-bottom: 24px; }
    .abi-express-head { font-size: 22px; line-height: 1.4; }
    .abi-exc-title { gap: 10px; }
    .abi-exc-t1, .abi-exc-t3 { font-size: 20px; line-height: 1.35; }
    .abi-exc-t2 { font-size: 17px; height: 40px; padding: 4px 8px; max-width: 280px; }
    .abi-exc-balloon { max-width: 260px; padding: 24px 12px; gap: 4px; }
    .abi-exc-b1, .abi-exc-b3 { font-size: 15px; }
    .abi-exc-b2 { font-size: 20px; }
    .abi-exc-redtext { font-size: 17px; line-height: 1.4; }
    .abi-exc-desc { font-size: 13.5px; line-height: 1.6; margin-bottom: 20px; }
    .abi-exc-after-btn { font-size: 14px; }
    .abi-exc-btn { width: 100%; max-width: 280px; height: 48px; }
    .abi-exc-btn span:first-child { font-size: 16px; }
    .abi-exc-note { padding: 14px; gap: 12px; }
    .abi-exc-check { width: 20px; height: 20px; margin-top: 0; }
    .abi-exc-note-item p,
    .abi-exc-note-item.note-large p { font-size: 13.5px; line-height: 21px; }

    .abi-compound-title { font-size: 22px; }
    .abi-compound-subtitle { font-size: 18px; }
    .abi-compound-desc { font-size: 13px; line-height: 20px; }
    .abi-compound-line { width: 32px !important; }
    .abi-other-table th, .abi-other-table td { font-size: 12px; padding: 8px; }

    .abi-rc-graph { max-width: 100%; }
    .abi-rc-text, .abi-rc-summary { font-size: 14px; }

    .abi-flow-step { grid-template-columns: 36px 1fr; gap: 6px 10px; padding: 14px 14px; }
    .abi-fs-num { font-size: 32px; }
    .abi-fs-title { font-size: 16px; line-height: 22px; }
    .abi-fs-desc { font-size: 12.5px; line-height: 18px; }

    .abi-faq-q { padding: 16px 16px 16px 52px; }
    .abi-faq-q-badge { width: 42px; font-size: 20px; }
    .abi-faq-q-text { font-size: 13px; line-height: 20px; }
    .abi-faq-a { padding: 14px 14px; gap: 12px; }
    .abi-faq-a-badge { font-size: 20px; }
    .abi-faq-a-text { font-size: 13.5px; line-height: 1.55; margin-top: 1px; }

    .abi-result-example,
    .abi-related-section,
    .abi-flow-section,
    .abi-faq-section,
    .abi-compound-section { padding: 28px 14px; gap: 24px; }
    .abi-other-section { padding-top: 0; }
    .abi-flow-section,
    .abi-faq-section { padding-bottom: 0; }
    .abi-related-section { padding-bottom: 28px; } /* keep padding-bottom on related (last item before company) */

    .abi-company-wrap { padding: 0 12px 28px; }
    .abi-related-company { padding: 28px 16px; gap: 24px; border-radius: 16px; }
    .abi-rc-org { font-size: 15px; line-height: 24px; }
    .abi-rc-phone { font-size: 22px; }
    .abi-rc-time { font-size: 11.5px; line-height: 16px; }
    .abi-rc-email { font-size: 14.5px; line-height: 22px; }
    .abi-rc-contact-btn { max-width: 100%; height: 44px; font-size: 15px; }
    .abi-rc-catch { font-size: 17.5px; line-height: 28px; }
    .abi-rc-desc { font-size: 13.5px; line-height: 23px; }
    .abi-rc-bottom { padding: 18px 14px; gap: 18px; border-radius: 14px; }
    .abi-rc-send-title { font-size: 18px; line-height: 24px; }
    .abi-rc-send-addr { font-size: 13.5px; line-height: 22px; }
    .abi-rc-send-req-title { font-size: 14px; padding: 6px 14px; }
    .abi-rc-send-req-list li { font-size: 12.5px; line-height: 20px; padding-left: 16px; }
    .abi-doc-button-group { gap: 16px; }
    .abi-rel-btn,
    .abi-relinfo-btn { padding: 10px 12px; }
    .abi-rel-btn-text,
    .abi-relinfo-btn-text { font-size: 14px; }

    .abi-contact-banner { margin: 24px 0; }
    .abi-contact-banner .contact-banner-overlay { padding: 24px 12px; }
}

/* ── Small portrait phones ── */
@media (max-width: 420px) {
    .abi-top-wrapper { padding: 0 10px; }
    .abi-category-label { width: fit-content; max-width: 100%; height: auto; font-size: 14px; padding: 5px 10px; }
    .abi-main-title { font-size: 16px; }
    .abi-card-btitle { font-size: 16px; }
    .abi-card-bsub { font-size: 12px; line-height: 18px; }

    .abi-trouble-title { font-size: 19px; }
    .abi-trouble-desc { font-size: 12px; }
    .abi-tlink-toptext { font-size: 14px; }
    .abi-tlink-bottext { font-size: 16px; }

    .abi-acard-body > :first-child,
    .abi-acard-title { font-size: 18px; }
    .abi-acard-body p:not(:first-child),
    .abi-acard-text { font-size: 12px; }

    .abi-express-head { font-size: 19px; }
    .abi-exc-t1, .abi-exc-t3 { font-size: 17px; }
    .abi-exc-t2 { font-size: 15px; height: 36px; max-width: 240px; }
    .abi-exc-balloon { max-width: 220px; padding: 20px 10px; }
    .abi-exc-b1, .abi-exc-b3 { font-size: 13px; }
    .abi-exc-b2 { font-size: 17px; }
    .abi-exc-desc { font-size: 13px; line-height: 1.55; }
    .abi-exc-note { padding: 12px; gap: 10px; }
    .abi-exc-note-item p,
    .abi-exc-note-item.note-large p { font-size: 12.5px; line-height: 19px; }

    .abi-compound-title { font-size: 18px; }
    .abi-compound-subtitle { font-size: 16px; }
    .abi-compound-desc { font-size: 12px; }

    /* .abi-fs-*: drop the 420px override; use the 480px value down to 360px (matches inspflow). */

    .abi-faq-q { padding: 12px 12px 12px 44px; }
    .abi-faq-q-badge { width: 36px; font-size: 17px; }
    .abi-faq-q-text { font-size: 12px; }

    .abi-related-company { padding: 22px 12px; gap: 20px; }
    .abi-rc-org { font-size: 14px; line-height: 22px; }
    .abi-rc-phone { font-size: 20px; }
    .abi-rc-time { font-size: 11px; line-height: 15px; }
    .abi-rc-email { font-size: 13.5px; }
    .abi-rc-catch { font-size: 16px; line-height: 24px; }
    .abi-rc-desc { font-size: 12.5px; line-height: 20px; }
    .abi-rc-bottom { padding: 16px 12px; gap: 16px; }
    .abi-rc-send-title { font-size: 16.5px; }
    .abi-rc-send-addr { font-size: 12.5px; line-height: 20px; }
    .abi-rc-send-req-title { font-size: 13px; padding: 5px 12px; }
    .abi-rc-send-req-list li { font-size: 12px; line-height: 19px; }
    .abi-doc-button-group { gap: 14px; }
    .abi-rel-btn,
    .abi-relinfo-btn { padding: 8px 10px; }
    .abi-rel-btn-text,
    .abi-relinfo-btn-text { font-size: 13px; }
}

/* ── Very small phones (iPhone SE 1st gen) ── */
@media (max-width: 359px) {
    .abi-category-label { font-size: 13px; }
    .abi-main-title { font-size: 15px; }
    .abi-card-btitle { font-size: 14px; }
    .abi-trouble-title { font-size: 17px; }
    .abi-acard-body > :first-child,
    .abi-acard-title { font-size: 16px; }
    .abi-express-head { font-size: 17px; }
    .abi-exc-t1, .abi-exc-t3 { font-size: 15px; }
    .abi-exc-t2 { font-size: 13px; height: 32px; max-width: 200px; }
    .abi-exc-balloon { max-width: 200px; padding: 16px 8px; }
    .abi-exc-b1, .abi-exc-b3 { font-size: 12px; }
    .abi-exc-b2 { font-size: 15px; }
    .abi-exc-desc { font-size: 12px; line-height: 1.5; }
    .abi-exc-note { padding: 10px; gap: 8px; }
    .abi-exc-note-item p,
    .abi-exc-note-item.note-large p { font-size: 12px; line-height: 18px; }
    .abi-compound-title { font-size: 16px; }
    .abi-compound-section { padding: 22px 10px; gap: 18px; }
    .abi-other-section { padding-top: 0; }
    .abi-doc-button-group { gap: 12px; }
    .abi-rel-btn,
    .abi-relinfo-btn { padding: 8px 8px; }
    .abi-rel-btn-text,
    .abi-relinfo-btn-text { font-size: 12px; }
    .abi-flow-step { grid-template-columns: 32px 1fr; padding: 12px; }
    .abi-fs-num { font-size: 28px; }
    .abi-fs-title { font-size: 14px; line-height: 20px; }
    .abi-fs-desc { font-size: 12px; line-height: 17px; }
    .abi-faq-q { padding: 10px 10px 10px 40px; }
    .abi-faq-q-badge { width: 32px; font-size: 15px; }
    .abi-faq-a-badge { font-size: 18px; }
    .abi-faq-a-text { font-size: 12.5px; line-height: 1.5; }
    .abi-exc-phrase { font-size: 13.5px; line-height: 22px; }
    .abi-exc-phrase-hl::before { height: 3px; bottom: 2px; }
    .abi-exc-table { max-width: 210px; }
    .abi-exc-tr.head .th { font-size: 13.5px; }
    .abi-exc-tr.head .th span { font-size: 10.5px; }
    .abi-exc-tr .th, .abi-exc-tr .td { font-size: 12px; }
    .abi-exc-tr .th { width: 56px; }
    .abi-related-company { padding: 16px 10px; gap: 16px; }
    .abi-rc-org { font-size: 13px; line-height: 20px; }
    .abi-rc-phone { font-size: 18px; }
    .abi-rc-contact-btn { font-size: 14px; height: 40px; padding: 6px 16px; }
    .abi-rc-catch { font-size: 14.5px; line-height: 22px; }
    .abi-rc-desc { font-size: 12px; line-height: 18px; }
    .abi-rc-bottom { padding: 14px 10px; gap: 14px; }
    .abi-rc-send-title { font-size: 15px; }
    .abi-rc-send-addr { font-size: 12px; line-height: 18px; }
    .abi-rc-send-req-title { font-size: 12px; padding: 4px 10px; }
    .abi-rc-send-req-list li { font-size: 11.5px; line-height: 18px; }
}

/* ═══════════════════════════════════════════════════════════════════════
   Express Service V2 — Figma "Frame 2121459171" (block #abi-express-wrapper)
   ═══════════════════════════════════════════════════════════════════════ */

/* Orange chip on 特急サービス — box with border + offset shadow */
.abi-exc-t2--boxed {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 18px;
    background: #FFFFFF;
    border: 3px solid #FE7F00;
    box-shadow: 6px 4px 0px #FE7F00;
    color: #FE7F00;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -0.02em;
    height: auto;
    width: auto;
    max-width: 100%;
    /* Reset the SVG background from the base .abi-exc-t2 */
    background-image: none;
}

/* Balloon v2 — green outline speech bubble (no SVG bg). */
.abi-exc-balloon--v2 {
    background: transparent;
    border: 3px solid #00C48A;
    border-radius: 20px;
    width: 360px;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    padding: 32px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    text-align: center;
}
.abi-exc-balloon--v2::after {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%) rotate(-6deg);
    width: 32px;
    height: 32px;
    background: inherit;
    border-right: 3px solid #00C48A;
    border-bottom: 3px solid #00C48A;
    background: #FFFFFF;
}
.abi-exc-balloon--v2 .abi-exc-b1,
.abi-exc-balloon--v2 .abi-exc-b3 {
    color: #221816;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.abi-exc-balloon--v2 .abi-exc-b2 {
    color: #008F8D;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
}

/* Red 2-liner text + small caveat */
.abi-exc-redtext {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
    margin-bottom: 25px;
}
.abi-exc-redtext p {
    margin: 0;
    color: #E7380D;
    font-size: 26px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.abi-exc-redtext-note {
    margin-top: 8px;
    color: #42526B;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

/* Highlighted phrase: 前営業日までの [事前連絡] が必須です。 */
.abi-exc-phrase {
    display: block;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 25.6px;
    line-height: 41px;
    letter-spacing: 0.9px;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.abi-exc-phrase-lead {
    display: inline;
    color: #061C3D;
    font-weight: 700;
}
.abi-exc-phrase-tail {
    display: inline;
    color: #42526B;
    font-weight: 400;
}
.abi-exc-phrase-hl {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    z-index: 0; /* invisible stacking context so ::before (z-index:-1) doesn't fall behind the card bg; visual output unchanged */
    color: #061C3D;
    font-weight: 700;
    padding: 0 2px;
}
.abi-exc-phrase-hl::before {
    content: '';
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 6px;
    height: 6px;
    background: #00C48A;
    z-index: -1;
}

/* Notes container v2 — light-teal bg, green arrow circles */
.abi-exc-note--v2 {
    background: #EAF4F2;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
}
.abi-exc-note--v2 .abi-exc-note-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 0;
    background: transparent;
    border: none;
}
.abi-exc-note--v2 .abi-exc-note-item p {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #061C3D;
    flex: 1 1 auto;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.abi-exc-note-arrow {
    flex: none;
    width: 24px;
    height: 24px;
    object-fit: contain;
    background: url('../../images/svg/checked_v2.svg') center/contain no-repeat;
    margin-top: 0;
    align-self: center;
}
.abi-exc-note-arrow::before {
    display: none;
}

/* Responsive for V2 */
@media (max-width: 768px) {
    .abi-exc-t2--boxed { font-size: 22px; line-height: 30px; padding: 5px 14px; box-shadow: 4px 3px 0px #FE7F00; border-width: 2px; }
    .abi-exc-balloon--v2 { width: 100%; max-width: 340px; min-height: 180px; padding: 24px 16px 32px; }
    .abi-exc-balloon--v2 .abi-exc-b1,
    .abi-exc-balloon--v2 .abi-exc-b3 { font-size: 18px; line-height: 24px; }
    .abi-exc-balloon--v2 .abi-exc-b2 { font-size: 30px; line-height: 38px; }
    .abi-exc-redtext p { font-size: 20px; }
    .abi-exc-phrase { font-size: 20px; line-height: 32px; }
    .abi-exc-phrase-hl::before { height: 5px; bottom: 4px; }
    .abi-exc-table { max-width: 260px; }
    .abi-exc-tr.head .th { font-size: 16.5px; }
    .abi-exc-tr.head .th span { font-size: 12px; }
    .abi-exc-tr .th, .abi-exc-tr .td { font-size: 15px; }
    .abi-exc-note--v2 { padding: 16px; gap: 14px; }
    .abi-exc-note--v2 .abi-exc-note-item p { font-size: 14px; line-height: 22px; }
}

@media (max-width: 480px) {
    .abi-exc-t2--boxed { font-size: 17px; line-height: 24px; padding: 4px 12px; box-shadow: 3px 2px 0px #FE7F00; }
    .abi-exc-balloon--v2 { max-width: 280px; min-height: 160px; padding: 20px 14px 28px; }
    .abi-exc-balloon--v2 .abi-exc-b1,
    .abi-exc-balloon--v2 .abi-exc-b3 { font-size: 15px; line-height: 22px; }
    .abi-exc-balloon--v2 .abi-exc-b2 { font-size: 24px; line-height: 30px; }
    .abi-exc-redtext p { font-size: 15px; }
    .abi-exc-redtext-note { font-size: 12px; }
    .abi-exc-phrase { font-size: 16px; line-height: 26px; }
    .abi-exc-phrase-hl::before { height: 4px; bottom: 3px; }
    .abi-exc-table { max-width: 240px; }
    .abi-exc-tr.head .th { font-size: 15.5px; }
    .abi-exc-tr.head .th span { font-size: 11.5px; }
    .abi-exc-tr .th, .abi-exc-tr .td { font-size: 14px; }
    .abi-exc-tr .th { width: 70px; }
    .abi-exc-note--v2 { padding: 14px; gap: 12px; }
    .abi-exc-note--v2 .abi-exc-note-item { gap: 8px; }
    .abi-exc-note--v2 .abi-exc-note-item p { font-size: 12.5px; line-height: 20px; }
    .abi-exc-note-arrow { width: 20px; height: 20px; }
}

@media (max-width: 420px) {
    .abi-exc-t2--boxed { font-size: 15px; padding: 3px 10px; }
    .abi-exc-balloon--v2 { max-width: 240px; min-height: 140px; padding: 18px 12px 24px; }
    .abi-exc-balloon--v2 .abi-exc-b2 { font-size: 20px; line-height: 26px; }
    .abi-exc-redtext p { font-size: 13px; }
    .abi-exc-phrase { font-size: 14.5px; line-height: 24px; }
    .abi-exc-phrase-hl::before { height: 4px; bottom: 2px; }
    .abi-exc-table { max-width: 230px; }
    .abi-exc-tr.head .th { font-size: 14.5px; }
    .abi-exc-tr.head .th span { font-size: 11px; }
    .abi-exc-tr .th, .abi-exc-tr .td { font-size: 13px; }
    .abi-exc-tr .th { width: 64px; }
}

/* ═══════════════════════════════════════════════════════════════════════
   Shared section pattern — 5 sections share wrapper/title-wrap/title-line/title.
   Per-section overrides live below (price section overrides padding + gap).
   ═══════════════════════════════════════════════════════════════════════ */
.abi-report-section,
.abi-price-section,
.abi-inspflow-section,
.abi-inspfaq-section,
.abi-relinfo-section {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.abi-report-title-wrap,
.abi-price-title-wrap,
.abi-inspflow-title-wrap,
.abi-inspfaq-title-wrap,
.abi-relinfo-title-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 1200px;
}
.abi-report-title-line,
.abi-price-title-line,
.abi-inspflow-title-line,
.abi-inspfaq-title-line,
.abi-relinfo-title-line {
    flex: 1;
    height: 1px;
    background: #008F8D;
}
.abi-report-title,
.abi-price-title,
.abi-inspflow-title,
.abi-inspfaq-title,
.abi-relinfo-title {
    margin: 0;
    padding: 0 8px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #008F8D;
    flex-shrink: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Shared section responsive — price section has its own padding/gap override below. */
@media (max-width: 768px) {
    .abi-report-section,
    .abi-inspflow-section,
    .abi-inspfaq-section,
    .abi-relinfo-section { padding: 40px 20px; gap: 32px; }
    .abi-report-title-wrap,
    .abi-price-title-wrap,
    .abi-inspflow-title-wrap,
    .abi-inspfaq-title-wrap,
    .abi-relinfo-title-wrap { gap: 12px; }
    .abi-report-title,
    .abi-price-title,
    .abi-inspflow-title,
    .abi-inspfaq-title,
    .abi-relinfo-title { font-size: 24px; line-height: 32px; }
}
@media (max-width: 480px) {
    .abi-report-section,
    .abi-inspflow-section,
    .abi-inspfaq-section,
    .abi-relinfo-section { padding: 32px 14px; gap: 24px; }
    .abi-report-title,
    .abi-price-title,
    .abi-inspflow-title,
    .abi-inspfaq-title,
    .abi-relinfo-title { font-size: 20px; line-height: 28px; }
}
@media (max-width: 359px) {
    .abi-report-title,
    .abi-price-title,
    .abi-inspflow-title,
    .abi-inspfaq-title,
    .abi-relinfo-title { font-size: 18px; line-height: 24px; }
}

/* ═══════════════════════════════════════════════════════════════════════
   Report Examples & Schedule — Figma "Frame 2121459172"
   ═══════════════════════════════════════════════════════════════════════ */

/* Small teal button "納期 →" — uses btn_background_blue_short.png. */
.abi-report-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 142px;
    height: 56px;
    padding: 10px 16px;
    background: url('../../images/btn_background_blue_short.png') center/cover no-repeat, #008F8D;
    border-radius: 8px;
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: -0.02em;
    transition: opacity 0.2s;
}
.abi-report-btn:hover { opacity: 0.9; color: #FFFFFF; }
.abi-report-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.abi-report-btn-icon img { width: clamp(20px, 4.5vw, 40px); height: auto; flex-shrink: 0; }

/* Schedule table + notes */
.abi-report-schedule {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    width: 100%;
    max-width: 334px;
    margin: 0 auto;
}
.abi-report-table {
    width: 100%;
    max-width: 334px;
    border-collapse: collapse;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #061C3D;
}
.abi-report-table td {
    padding: 15px 8px;
    text-align: center;
    border-bottom: 1px dashed rgba(6, 28, 61, 0.35);
    height: 49px;
    box-sizing: border-box;
}
.abi-report-table tr:last-child td { border-bottom: 1px dashed rgba(6, 28, 61, 0.35); }
.abi-report-table td.th {
    width: 48px;
    font-weight: 400;
    text-align: center;
}
.abi-report-notes {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    width: 100%;
    max-width: 334px;
}
.abi-report-notes p {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #061C3D;
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Examples list (collapsibles) */
.abi-report-examples {
    display: flex;
    flex-direction: column;
    gap: 26px;
    width: 100%;
    max-width: 891px;
}
.abi-report-example {
    display: block;
    width: 100%;
}
/* Summary (header) — closed: white bg + grey border + dark text + teal + icon.
   Open: teal bg + white text + minus icon. */
.abi-report-example-head {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    min-height: 76px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 16px;
    cursor: pointer;
    list-style: none;
    user-select: none;
    transition: background 0.2s, border-color 0.2s, border-radius 0.2s;
}
.abi-report-example-head::-webkit-details-marker { display: none; }
.abi-report-example[open] .abi-report-example-head {
    background: #008F8D;
    border-color: #008F8D;
    border-radius: 16px 16px 0 0;
}
.abi-report-example-title {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #061C3D;
    overflow-wrap: anywhere;
    word-break: break-word;
    transition: color 0.2s;
}
.abi-report-example[open] .abi-report-example-title { color: #FFFFFF; }

/* Icon — circle with ± bars, colors invert per state. */
.abi-report-example-icon {
    position: relative;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #008F8D;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}
.abi-report-example-icon::before,
.abi-report-example-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #FFFFFF;
    transition: background 0.2s ease, transform 0.3s ease, opacity 0.2s ease;
}
.abi-report-example-icon::before { width: 16px; height: 2px; transform: translate(-50%, -50%); }
.abi-report-example-icon::after  { width: 2px; height: 16px; transform: translate(-50%, -50%); }
.abi-report-example[open] .abi-report-example-icon { background: #FFFFFF; }
.abi-report-example[open] .abi-report-example-icon::before { background: #008F8D; }
.abi-report-example[open] .abi-report-example-icon::after {
    background: #008F8D;
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

/* Body — visible when open. */
.abi-report-example-body {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-top: none;
    border-radius: 0 0 16px 16px;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.abi-report-example-images {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.abi-report-example-fig {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 350px;
}
.abi-report-example-fig figcaption {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.9px;
    color: #061C3D;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abi-report-example-fig img {
    width: 100%;
    max-width: 260px;
    height: auto;
    aspect-ratio: 260/180;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}
.abi-report-example-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 43px;
}
.abi-report-example-arrow img { width: 44px; height: auto; }
.abi-report-example-result {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.abi-report-example-badge {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #008F8D;
    color: #FFFFFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.012em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.abi-report-example-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.012em;
    color: #061C3D;
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Responsive — shared section/title breakpoints at end of file (see "Shared section responsive"). */
@media (max-width: 768px) {
    .abi-report-btn { width: 128px; height: 48px; font-size: 20px; }
    .abi-report-btn-icon { width: 32px; height: 32px; }
    .abi-report-btn-icon img { width: 20px; }
    .abi-report-schedule { gap: 20px; }
    .abi-report-table { font-size: 14px; }
    .abi-report-table td { padding: 12px 8px; }
    .abi-report-table td.th { width: 64px; }
    .abi-report-notes p { font-size: 13px; line-height: 20px; }
    .abi-report-examples { gap: 14px; }
    .abi-report-example-head { padding: 16px; min-height: 64px; }
    .abi-report-example-title { font-size: 18px; line-height: 26px; }
    .abi-report-example-icon { width: 30px; height: 30px; margin-left: 12px; }
    .abi-report-example-icon::before { width: 14px; }
    .abi-report-example-icon::after  { height: 14px; }
    .abi-report-example-body { padding: 24px 16px; gap: 14px; }
    .abi-report-example-fig figcaption { font-size: 14px; line-height: 22px; min-height: 0; }
    .abi-report-example-badge { width: 52px; height: 52px; font-size: 20px; }
    .abi-report-example-text { font-size: 18px; line-height: 26px; }
    .abi-report-example-arrow { width: 36px; height: 32px; }
    .abi-report-example-arrow img { width: 36px; }
}

@media (max-width: 560px) {
    .abi-report-example-images { flex-direction: column; align-items: center; }
    .abi-report-example-fig { max-width: 100%; width: 100%; }
    .abi-report-example-fig img { max-width: 320px; margin: 0 auto; }
}

@media (max-width: 480px) {
    .abi-report-btn { width: 110px; height: 44px; font-size: 17px; }
    .abi-report-btn-icon { width: 28px; height: 28px; }
    .abi-report-table td { padding: 10px 6px; }
    .abi-report-table td.th { width: 56px; }
    .abi-report-notes p { font-size: 12px; line-height: 18px; }
    .abi-report-example-head { padding: 14px; min-height: 56px; }
    .abi-report-example-title { font-size: 16px; line-height: 22px; }
    .abi-report-example-icon { width: 26px; height: 26px; margin-left: 10px; }
    .abi-report-example-icon::before { width: 12px; }
    .abi-report-example-icon::after  { height: 12px; }
    .abi-report-example-body { padding: 18px 12px; }
    .abi-report-example-fig figcaption { font-size: 13px; }
    .abi-report-example-badge { width: 44px; height: 44px; font-size: 16px; }
    .abi-report-example-text { font-size: 15px; line-height: 22px; }
    .abi-report-example-result { gap: 10px; }
}

@media (max-width: 359px) {
    .abi-report-btn { width: 100px; height: 40px; font-size: 15px; }
    .abi-report-example-title { font-size: 14px; line-height: 20px; }
    .abi-report-example-badge { width: 40px; height: 40px; font-size: 14px; }
    .abi-report-example-text { font-size: 13px; line-height: 20px; }
}

/* ═══════════════════════════════════════════════════════════════════════
   Price About — Figma "Frame 2121459184"
   ═══════════════════════════════════════════════════════════════════════ */
/* Override: drop padding-bottom + tighter gap than the shared pattern. */
.abi-price-section { padding: 60px 40px 0; gap: 30px; }
.abi-price-body {
    max-width: 578px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.abi-price-body p {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #061C3D;
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Responsive — section overrides (padding/gap differ from shared pattern); title uses shared. */
@media (max-width: 768px) {
    .abi-price-section { padding: 40px 20px 0; gap: 20px; }
    .abi-price-body p { font-size: 14px; line-height: 22px; }
}
@media (max-width: 480px) {
    .abi-price-section { padding: 32px 14px 0; gap: 16px; }
    .abi-price-body p { font-size: 13px; line-height: 20px; }
}
@media (max-width: 359px) {
    .abi-price-body p { font-size: 12px; line-height: 18px; }
}

/* ═══════════════════════════════════════════════════════════════════════
   Inspection Flow — Figma "Frame 2121459173" (異物検査の流れ)
   Wrapper/title-wrap/title-line/title use the shared pattern (see top of file).
   ═══════════════════════════════════════════════════════════════════════ */
.abi-inspflow-list {
    width: 100%;
    max-width: 782px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.abi-inspflow-step {
    position: relative;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 60px 200px 1fr;
    align-items: center;
    gap: 32px;
    padding: 22px 32px;
    min-height: 108px;
    background: #FFFFFF;
    border: 2px solid #008F8D;
    border-radius: 10px;
}
/* Arrow between steps — teal chevron down */
.abi-inspflow-step:not(:first-child)::before {
    content: '';
    position: absolute;
    top: -34px;
    left: calc(50% + 12px);
    transform: translateX(-50%);
    width: 44px;
    height: 27px;
    background: url('../../images/svg/arrow_down.svg') center / contain no-repeat;
}
.abi-inspflow-num {
    font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    letter-spacing: 0.9px;
    color: #008F8D;
    text-align: left;
}
.abi-inspflow-step-title {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: -0.02em;
    color: #008F8D;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.abi-inspflow-step-desc {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #061C3D;
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Responsive */
@media (max-width: 900px) {
    .abi-inspflow-step { grid-template-columns: 50px 160px 1fr; gap: 20px; padding: 18px 22px; min-height: 92px; }
    .abi-inspflow-num { font-size: 48px; }
    .abi-inspflow-step-title { font-size: 22px; line-height: 28px; }
    .abi-inspflow-step-desc { font-size: 14px; line-height: 22px; }
}
@media (max-width: 768px) {
    .abi-inspflow-list { gap: 30px; }
    .abi-inspflow-step {
        grid-template-columns: 44px 1fr;
        grid-template-areas: "num title" "num desc";
        gap: 6px 14px;
        padding: 16px 18px;
        min-height: 0;
    }
    .abi-inspflow-num { grid-area: num; font-size: 40px; align-self: center; }
    .abi-inspflow-step-title { grid-area: title; font-size: 18px; line-height: 24px; }
    .abi-inspflow-step-desc { grid-area: desc; font-size: 13px; line-height: 20px; }
    .abi-inspflow-step:not(:first-child)::before {
        top: -24px;
        width: 24px;
        height: 16px;
        left: 50%;
    }
}
@media (max-width: 480px) {
    .abi-inspflow-list { gap: 24px; }
    .abi-inspflow-step { grid-template-columns: 36px 1fr; gap: 6px 10px; padding: 14px 14px; }
    .abi-inspflow-num { font-size: 32px; }
    .abi-inspflow-step-title { font-size: 16px; line-height: 22px; }
    .abi-inspflow-step-desc { font-size: 12.5px; line-height: 18px; }
    .abi-inspflow-step:not(:first-child)::before { top: -20px; width: 20px; height: 14px; }
}
@media (max-width: 359px) {
    .abi-inspflow-step { grid-template-columns: 32px 1fr; padding: 12px; }
    .abi-inspflow-num { font-size: 28px; }
    .abi-inspflow-step-title { font-size: 14px; line-height: 20px; }
    .abi-inspflow-step-desc { font-size: 12px; line-height: 17px; }
}

/* ═══════════════════════════════════════════════════════════════════════
   Inspection FAQ — Figma "Frame 2121459174" (よくある質問（FAQ）)
   Reuse .abi-faq-* item styles; wrapper/title-* use the shared pattern.
   ═══════════════════════════════════════════════════════════════════════ */
.abi-inspfaq-list {
    width: 100%;
    max-width: 891px;
    gap: 20px;
}

/* Responsive — section/title use shared breakpoints. */
@media (max-width: 768px) {
    .abi-inspfaq-list { gap: 14px; }
}

/* ═══════════════════════════════════════════════════════════════════════
   Related Info — Figma "Frame 2121459175" (関連情報)
   Wrapper/title-wrap/title-line/title use the shared pattern (see top of file).
   ═══════════════════════════════════════════════════════════════════════ */
/* Per-section spacing tuning — each block is standalone now */
.abi-relinfo-links           { padding-bottom: 30px; }
.abi-relinfo-hero-section    { padding-top: 30px; padding-bottom: 30px; }
.abi-relinfo-cta-section     { padding-top: 30px; }

/* Contact section: full-width like .abi-contact-banner — drop padding + max-width. */
.abi-relinfo-contact-section {
    max-width: none;
    padding: 0;
    margin: 50px 0;
}

/* 2 wide teal buttons */
.abi-relinfo-btn {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 739px;
    max-width: 100%;
    height: 56px;
    padding: 10px 16px;
    background: #008F8D;
    border-radius: 8px;
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    transition: opacity 0.2s;
}
.abi-relinfo-btn:hover { color: #FFFFFF; background: #006B68; }
.abi-relinfo-btn-text {
    flex-grow: 1;
    text-align: center;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.abi-relinfo-btn-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.abi-relinfo-btn-icon img { max-width: 100%; height: auto; filter: brightness(0) invert(1); }

/* Contact banner — same style as .abi-contact-banner (bg image + overlay + cards). */
.abi-relinfo-contact {
    position: relative;
    width: 100%;
    height: 356px;
    margin: 0;
    overflow: hidden;
    background: url('../../images/build-webp/IMG_0606.webp') center/cover no-repeat, #90D1D0;
}
.abi-relinfo-contact::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(144, 209, 208, 0.6);
    z-index: 0;
}
.abi-relinfo-contact-cards {
    position: absolute;
    inset: 0;
    padding: 0 40px;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: clamp(1.5rem, 5vw, 90px);
}
.abi-relinfo-contact-card {
    flex: 1;
    max-width: 480px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    text-decoration: none;
    color: #243752;
    transition: transform 0.2s, box-shadow 0.2s;
}
.abi-relinfo-contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    color: #243752;
}
.abi-relinfo-contact-card img { display: block; max-width: 100%; height: auto; }
.abi-relinfo-contact-label {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #243752;
}
.abi-relinfo-contact-desc {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #243752;
    text-align: center;
}

/* Hero image — uses only .abi-darkbox-section + .abi-darkbox-bg; text is baked into the image. */
.abi-relinfo-hero-wrap { position: relative; }

/* Dark green CTA section */
.abi-relinfo-cta {
    width: 100%;
    max-width: 1200px;
    background: #044F4E;
    border-radius: 40px;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.abi-relinfo-cta-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}
.abi-relinfo-cta-card {
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: #061C3D;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    min-height: 249px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.abi-relinfo-cta-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    color: #061C3D;
}
.abi-relinfo-cta-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 10px;
}
.abi-relinfo-cta-card-icon img { width: 50px; height: 50px; }
.abi-relinfo-cta-card-top {
    flex: 1 1 auto;
    padding: 4px 16px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #061C3D;
}
.abi-relinfo-cta-card-foot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #00C48A;
    padding: 20px 16px;
    min-height: 113px;
    box-sizing: border-box;
}

.abi-report-section {
    scroll-margin-top: 40px;
}

.abi-price-section {
    scroll-margin-top: 40px;
}

.abi-inspfaq-section {
    scroll-margin-top: 40px;
}

.abi-compound-section {
    scroll-margin-top: 40px;
}

.abi-faq-section {
    scroll-margin-top: 40px;
}
.abi-relinfo-cta-card-label {
    color: #FFFFFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: center;
}
.abi-relinfo-cta-card-arrow img {
    width: 32px;
    height: auto;
    filter: brightness(0) invert(1);
    display: block;
}

/* CTA message text */
.abi-relinfo-cta-msg {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    max-width: 720px;
}
.abi-relinfo-cta-msg-title {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.abi-relinfo-cta-msg-body {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Responsive */
@media (max-width: 1024px) {
    .abi-relinfo-hero-title { font-size: 30px; }
    .abi-relinfo-hero-badge { font-size: 24px; }
    .abi-relinfo-cta { padding: 40px 32px; gap: 36px; }
    .abi-relinfo-cta-msg-title { font-size: 26px; }
    .abi-relinfo-cta-msg-body { font-size: 16px; line-height: 28px; }
}
@media (max-width: 768px) {
    .abi-relinfo-btn { height: 48px; padding: 8px 16px; font-size: 18px; line-height: 22px; }
    .abi-relinfo-btn-icon { width: 28px; height: 28px; }
    .abi-relinfo-contact { height: auto; }
    .abi-relinfo-contact-cards {
        position: static;
        padding: 3rem 16px;
        flex-direction: row;
        gap: 30px;
    }
    .abi-relinfo-contact-card { padding: 16px; min-height: 80px; flex-direction: column; }
    .abi-relinfo-contact-card img { max-height: 40px; width: auto; }
    .abi-relinfo-contact-label { font-size: 14px; line-height: 17px; }
    .abi-relinfo-contact-desc { font-size: 8px; line-height: 10px; }
    .abi-relinfo-hero { aspect-ratio: 4/3; }
    .abi-relinfo-hero-content { padding: 24px 20px; gap: 12px; }
    .abi-relinfo-hero-badge { font-size: 18px; line-height: 28px; padding: 6px 12px; box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15); }
    .abi-relinfo-hero-title { font-size: 22px; line-height: 1.3; text-align: left; align-self: flex-start; }
    .abi-relinfo-hero-bullets li { font-size: 14px; padding-left: 28px; }
    .abi-relinfo-hero-bullets li::before { width: 18px; height: 18px; background-size: 10px; }
    .abi-relinfo-cta { padding: 32px 20px; gap: 28px; border-radius: 24px; }
    .abi-relinfo-cta-cards { grid-template-columns: 1fr; gap: 14px; }
    .abi-relinfo-cta-card { min-height: 0; flex-direction: row; }
    .abi-relinfo-cta-card-icon { padding: 14px 12px; flex: none; }
    .abi-relinfo-cta-card-icon img { width: 36px; height: 36px; }
    .abi-relinfo-cta-card-top { flex: 1 1 auto; padding: 12px; font-size: 15px; line-height: 22px; text-align: left; justify-content: flex-start; }
    .abi-relinfo-cta-card-foot { flex-direction: row; padding: 12px 14px; min-height: 0; gap: 8px; flex-basis: 40%; }
    .abi-relinfo-cta-card-label { font-size: 15px; line-height: 20px; text-align: left; }
    .abi-relinfo-cta-card-arrow img { width: 20px; }
    .abi-relinfo-cta-msg { gap: 16px; }
    .abi-relinfo-cta-msg-title { font-size: 20px; line-height: 1.35; }
    .abi-relinfo-cta-msg-body { font-size: 14px; line-height: 22px; }
}
@media (max-width: 560px) {
    .abi-relinfo-contact-cards { flex-direction: column; gap: 14px; padding: 2rem 16px; }
    .abi-relinfo-contact-card { max-width: 100%; width: 100%; }
    .abi-relinfo-cta-card { flex-direction: column; }
    .abi-relinfo-cta-card-foot { flex-basis: auto; padding: 12px 16px; }
    .abi-relinfo-cta-card-label,
    .abi-relinfo-cta-card-top { text-align: center; justify-content: center; }
}
@media (max-width: 480px) {
    .abi-relinfo-btn { font-size: 15px; line-height: 20px; padding: 8px 12px; }
    .abi-relinfo-contact-cards { padding: 1.5rem 12px; }
    .abi-relinfo-hero-title { font-size: 18px; }
    .abi-relinfo-hero-badge { font-size: 15px; line-height: 22px; padding: 5px 10px; }
    .abi-relinfo-hero-bullets li { font-size: 12.5px; padding-left: 24px; }
    .abi-relinfo-cta { padding: 24px 14px; }
    .abi-relinfo-cta-msg-title { font-size: 17px; }
    .abi-relinfo-cta-msg-body { font-size: 13px; line-height: 20px; }
}
@media (max-width: 359px) {
    .abi-relinfo-btn { font-size: 13px; }
    .abi-relinfo-hero-title { font-size: 16px; }
    .abi-relinfo-hero-badge { font-size: 13px; }
    .abi-relinfo-cta-msg-title { font-size: 15px; }
    .abi-relinfo-cta-msg-body { font-size: 12px; }
}
