@charset "utf-8";
/* CSS Document */ :root {
    --color_001: linear-gradient(135deg, #0099FF 0%, #003da6 100%);
    --color_002: linear-gradient(90deg, #0099ff, #99d6ff);
    --color_003: #003da6;
    --color_004: #dcf1ff;
    --color_005: #3c6df8;
    --color_006: #DCEEE5;
    --color_007: linear-gradient(180deg, #b7e2ff 0%, #dbf0ff 100%);
    --color_008: #eff4ff;
    --surface: #FFFFFF;
    --ink: #10192B;
    --ink-soft: #57647A;
    --line: #e7e7e7;
    --radius: 2px;
}
.marker_b {
    background: linear-gradient(transparent 60%, #dcf1ff 50%);
}
.section_inner {
    padding: 80px 0;
}
@media print, screen and (max-width:768px) {
    .section_inner {
        padding: 20px 0;
        width: 90%;
        margin: 0 auto;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.section_inner p {
    font-size: 18px;
}

@media screen and (max-width:480px) {
    .section_inner p {
        font-size: 16px;
    }
}
/* ========================================= */
/* CSS Document */
a {
    text-decoration: none !important;
}
a.conspicuous {
    font-weight: bold;
    color: #3C6DF8;
}
figure {
    margin: 0 0 20px 0;
}
h3.tit {
    font-weight: bold;
    font-size: 150%;
    color: #000;
}
/* 2 */
.ly_card_2column > div + div, .ly_card_2column > div + li, .ly_card_2column > li + div, .ly_card_2column > li + li {
    margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
    .ly_card_2column {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ly_card_2column > div, .ly_card_2column > li {
        width: calc(100% / 2 - 15px);
    }
    .ly_card_2column > div + div, .ly_card_2column > div + li, .ly_card_2column > li + div, .ly_card_2column > li + li {
        margin-top: 0;
    }
    .ly_card_2column > div:nth-child(n+3), .ly_card_2column > li:nth-child(n+3) {
        margin-top: 30px;
    }
}
/* 3 */
.ly_card_3column > div, .ly_card_3column > div + div, .ly_card_3column > div + li, .ly_card_3column > li + div, .ly_card_3column > li + li {
    /*margin-top: 16px;
    margin: 0 auto;*/
}
@media print, screen and (min-width: 768px) {
    .ly_card_3column {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ly_card_3column::after {
        content: "";
        display: block;
        width: calc(100% / 3 - 25px);
    }
    .ly_card_3column > div, .ly_card_3column > li {
        width: calc(100% / 3 - 25px);
    }
    .ly_card_3column > div + div, .ly_card_3column > div + li, .ly_card_3column > li + div, .ly_card_3column > li + li {
        margin-top: 0;
    }
    .ly_card_3column > div:nth-child(n+4), .ly_card_3column > li:nth-child(n+4) {
        margin-top: 30px;
    }
}
.sub_catch {
    font-weight: 700;
    font-size: 20px;
    color: #333;
    margin: 15px auto;
    text-align: left !important;
}
/* ========================================= */
/* =============================
ボタン
===============================*/
.button-group {
    margin: 30px 0 0 0;
}
.btn {
    padding: 15px 10px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    max-width: 280px;
    margin: 10px;
}
.btn a:hover {
    text-decoration: none;
    color: inherit;
}
.btn-primary {
    background-color: #ffc107;
    color: #003da6;
    border: 1px solid #ffc107;
}
.btn-primary:hover {
    background-color: #ffb300;
    transform: scale(1.05);
}
.btn-secondary {
    background-color: #fff;
    border: 1px solid #ffc107;
}
.btn-secondary:hover {
    background-color: #f0f0f0;
}
/* =============================

===============================*/
/* =============================

===============================*/
.breadcrumbs {
    position: absolute;
    margin-top: 0;
    top: auto;
    padding-top: 10px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 6px 15px 0;
    text-align: left;
    line-height: 1.1;
    font-size: 10px;
}
.waku_deco {
    padding: 30px;
    border: 2px solid #003da6;
    border-radius: 8px;
    background: #edf3fb;
}
.retail-bg_01 {
    background: var(--color_004);
}
.retail-bg_02 {
    background: var(--color_007);
}
.retail-bg_03 {
    background: var(--color_008);
}
#retail-business {
    color: #000;
}
#retail-business h3 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 26px;
    text-align: center;
}
#problem h3 {
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center;
}
#flow h3 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 26px;
    text-align: center;
}
#retail-business .btn-primary {
    background: var(--color_001);
    color: #fff;
    border: 0;
    box-shadow: 0px 0px 8px 0px rgba(153, 214, 255, 0.8);
}
#retail-business .btn-primary a {
    color: #fff;
}
#retail-business .btn-secondary {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: 0;
    box-shadow: 0px 0px 8px 0px rgba(153, 214, 255, 0.8);
    overflow: hidden;
    transition: color .3s;
    z-index: 1;
}
#retail-business .btn-secondary {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
#retail-business .btn-secondary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--color_002);
    transform: translateX(-100%);
    transition: transform .4s ease;
    z-index: -1;
}
#retail-business .btn-secondary:hover::before {
    transform: translateX(0);
}
#retail-business .btn-secondary a {
    position: relative;
    z-index: 1;
    color: transparent;
    background: var(--color_001);
    background-clip: text;
    -webkit-background-clip: text;
    display: block;
    width: 100%;
    height: 100%;
    white-space: normal;
}
#retail-business .btn-secondary:hover a {
    color: #fff;
    opacity: 1;
}
#retail-solution {}
/* ================================================== tx deco */
.tx_deco_gradation {
    position: relative;
    z-index: 1;
    color: transparent;
    background: var(--color_001);
    background-clip: text;
    -webkit-background-clip: text;
    display: block;
    width: 100%;
    height: 100%;
}
.tx_deco_emphasis {
    color: var(--color_005);
    font-weight: 700;
}
.tx_deco_small {
    font-size: 1.4rem;
}
/* ================================================== */
.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    position: relative;
    margin: 30px 0;
}
.step {
    position: relative;
    display: flex;
}
.step-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 26px 22px 28px;
    text-align: center;
    /*box-shadow: 0 6px 18px rgba(20, 30, 60, .05);*/
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}
.step-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--badge);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .04em;
    padding: 8px 18px;
    border-radius: 999px;
    margin-bottom: 16px;
}
.step-title {
    font-size: 15.5px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.5;
}
.step-illust {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.step-num {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--color_003);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 14px;
    padding: 3px 0 0 0
}
.step-label {
    letter-spacing: .14em;
    color: var(--color_003);
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 1.5rem;
}
.step-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.5;
}
.step-desc {
    font-size: 1.8rem;
    line-height: 1.8;
}
/* ---- arrows ---- */
.arrow {
    display: none;
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--color_003);
    z-index: 3;
    box-shadow: 0 2px 6px rgba(20, 30, 60, .06);
}
.arrow-right {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}
.arrow-down {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
}
/* ▶ をCSSのボーダートリックで表現 */
.arrow::after {
    content: "";
    width: 0;
    height: 0;
}
.arrow-right::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid var(--color_003);
    margin-left: 2px;
}
.arrow-down::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid var(--color_003);
    margin-top: 2px;
}
/* ================= 576px以下：1列並び ================= */
@media print, screen and (max-width:576px) {
    .steps {
        grid-template-columns: 1fr;
        gap: 44px;
    }
    .step:not(:last-child) .arrow-down {
        display: flex;
    }
}
/* ================= 577px〜767px：2列並び ================= */
@media print, screen and (min-width: 576px) {
    .steps {
        grid-template-columns: repeat(2, 1fr);
    }
    .step:not(:nth-child(2n)):not(:last-child) .arrow-right {
        display: flex;
    }
    .step:nth-child(2n):not(:last-child) .arrow-down {
        display: flex;
    }
    .step:nth-child(2n):not(:last-child) .arrow-down {
        transform: translate(-50%, 50%) rotate(45deg);
    }
}
/* ================= 768px以上：4列並び ================= */
@media print, screen and (min-width: 768px) {
    .steps {
        grid-template-columns: repeat(4, 1fr);
    }
    .step:not(:nth-child(4n)):not(:last-child) .arrow-right {
        display: flex;
    }
    .step:nth-child(4n):not(:last-child) .arrow-down {
        display: flex;
    }
    /* 行末（4→5、8→9）の矢印だけ斜め45度に */
    .step:nth-child(2n):not(:last-child) .arrow-down {
        transform: translate(-50%, 50%) rotate(45deg);
    }
    .step:nth-child(4n+2):not(:last-child) .arrow-down {
        display: none;
    }
}
/* ================= 768px以上：3列並び ================= */
@media print, screen and (min-width: 768px) {
    #retail-solution .steps {
        grid-template-columns: repeat(3, 1fr);
    }
    #retail-solution .step:not(:nth-child(3n)):not(:last-child) .arrow-right {
        display: flex;
    }
    #retail-solution .step:nth-child(3n):not(:last-child) .arrow-down {
        display: flex;
    }
    /* 行末（4→5、8→9）の矢印だけ斜め45度に */
    #retail-solution .step:nth-child(2n):not(:last-child) .arrow-down {
        transform: translate(-50%, 50%) rotate(45deg);
    }
    #retail-solution .step:nth-child(3n+2):not(:last-child) .arrow-down {
        display: none;
    }
}
img, svg {
    display: block;
    max-width: 100%;
}
@media(max-width:640px) {}
@media(max-width:768px) {}
/* ---- utility ---- */
h2.section-title {
    font-size: clamp(26px, 3.2vw, 38px);
    font-weight: 900;
    line-height: 1.5;
    margin: 16px 0 18px;
    color: var(--color_003);
}
/* ---- top-title ---- */
.top-title {
    padding: 88px 0 56px;
}
.top-title-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}
.top-title-grid div.top_tx {
    width: 97%;
}
.top-title-title {
    font-size: 4.2rem;
    font-weight: 900;
    line-height: 1.55;
    margin: 20px 0 24px;
    color: #000;
}
.top-title-title .hl {
    position: relative;
    z-index: 1;
    font-size: 4.6rem;
    color: transparent;
    background: var(--color_001);
    background-clip: text;
    -webkit-background-clip: text;
}
.top-title-visual {
    position: relative;
    width: 100%;
    margin: 40px 0 0 0;
}
@media print, screen and (min-width: 1100px) {
    .top-title-grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 5px;
        align-items: center;
    }
    .top-title-visual {
        margin: 0 0 0 0;
    }
}
/* ---- problem grid ---- */
.problem-grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.problem-card {
    background: var(--surface);
    padding: 30px;
    margin: 20px 0;
    border: 1px solid var(--line);
    border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
    .problem-grid {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }
    .problem-card {
        width: calc(100% / 2 - 7px);
        margin: 5px 0;
    }
}
@media print, screen and (min-width: 992px) {
    .problem-card {
        width: calc(100% / 3 - 7px);
    }
}
.problem-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.problem-card h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.6;
    color: var(--color_003);
}
/* ---- before after ---- */
.ba-panel {
    border: 1px solid var(--line);
    padding: 52px;
    margin-top: 44px;
    align-content: flex-start;
    align-items: flex-start;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    box-shadow: 0px 0px 8px 0px rgba(153, 214, 255, 0.2);
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    height: auto;
    justify-content: center;
    /*transition-delay: 500ms;
    transition-duration: 1400ms;
    max-width: calc(100% - 160px);*/
    backdrop-filter: blur(20px);
}
@media(max-width:640px) {
    .ba-panel {}
}
.ba-panel h3 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 26px;
    text-align: center;
}
.ba-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    align-items: stretch;
    margin: 30px 0 0 0;
}
@media(max-width:760px) {
    .ba-grid {
        grid-template-columns: 1fr;
    }
}
.ba-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--ink-soft);
}
@media(max-width:760px) {
    .ba-arrow {
        transform: rotate(90deg);
        padding: 6px 0;
    }
}
.ba-card {
    background: var(--surface);
    border: 1px solid var(--line);
    padding: 28px;
    border-radius: 8px;
}
.ba-card.after {
    border: 2px solid var(--color_003);
}
.ba-tag {
    display: inline-block;
    font-weight: 700;
    letter-spacing: .08em;
    border-radius: 50px;
    padding: 10px 30px;
    margin-bottom: 16px;
    font-size: 1.8rem;
}
.ba-card.before .ba-tag {
    background: var(--line);
    color: var(--ink-soft);
}
.ba-card.after .ba-tag {
    background: var(--color_001);
    color: #fff;
}
.ba-card ul {
    list-style: none;
}
.ba-card li {
    padding: 5px;
    /* border-bottom: 1px dashed var(--line); */
    text-align: left;
    display: inline-block;
    margin: 5px;
}
.ba-card.after li {
    color: var(--ink);
    font-weight: 500;
}
.ba-card li:last-child {
    border-bottom: none;
}
/* ---- feature grid (VSS) ---- */
.feature-grid {
    display: flex;
    justify-content: center;
    margin-top: 44px;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
@media print, screen and (min-width: 576px) {
    .feature-grid {
        display: flex;
        justify-content: space-between;
    }
}
@media print, screen and (min-width: 768px) {
    .feature-grid {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}
.feature-cell {
    background: var(--surface);
    padding: 20px;
    border: 1px solid var(--line);
    margin: 0 0 30px 0;
    border-radius: 8px;
}
.feature-cell .fc-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    position: relative;
}
.feature-cell h4 {
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color_005);
    text-align: center;
    margin: 0 0 20px 0;
}
.feature-cell p {
}
@media print, screen and (min-width: 576px) {
    .feature-cell {
        width: calc(100% / 2 - 55px);
        margin: 20px 0;
    }
    .feature-cell:last-of-type {}
}
@media print, screen and (min-width: 768px) {
    .feature-cell {
        width: 24%;
        margin: 0;
    }
    .feature-cell:last-of-type {}
}
/* ---- device features (small grid) ---- */
.device-block {
    margin-top: 34px;
}
.device-block h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.device-block h4::before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--color_003);
}
.mini-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
@media(max-width:700px) {
    .mini-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media(max-width:460px) {
    .mini-grid {
        grid-template-columns: 1fr;
    }
}
.mini-card {
    background: var(--surface);
    border: 1px solid var(--line);
    padding: 20px;
    text-align: center;
    border-radius: 8px;
}
.mini-card .mi {
    width: 26px;
    height: 26px;
    margin: 0 auto 12px;
    border: 1.5px solid var(--color_003);
}
.mini-card h5 {
    font-weight: 700;
    margin: 0 0 6px 0;
    font-size: 2.2rem;
    color: var(--color_005);
}
/* ---- cost comparison ---- */
.cost-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 44px;
}
@media(max-width:760px) {
    .cost-grid {
        grid-template-columns: 1fr;
    }
}
.cost-card {
    background: var(--surface);
    border: 1px solid var(--line);
    padding: 34px;
    border-radius: 8px;
}
.cost-card.ai {
    border: 3px solid var(--color_003);
}
.cost-card h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 6px;
}
.cost-card .cost-num {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 16px;
}
.cost-card.ai .cost-num {
    color: var(--color_005);
}
.bar-track {
    height: 10px;
    background: var(--color_004);
    width: 100%;
    margin-bottom: 6px;
}
.bar-fill {
    height: 10px;
    background: var(--ink-soft);
}
.cost-card.ai .bar-fill {
    background: var(--color_001);
}
.cost-card ul {
    list-style: none;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cost-card li {
    padding: 5px 0;
    width: calc(100%/2 - 20px);
}
.cost-card li::before {
    content: " ";
}
.savings-banner {
    margin-top: 28px;
    background: var(--color_001);
    border: 1px solid var(--color_003);
    padding: 30px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    border-radius: 8px;
}
.savings-banner p {
    color: #fff;
}
.savings-banner .sv-label p {
    font-weight: 700;
}
.savings-banner .sv-num {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
}
.cost-note {
    margin-top: 20px;
    line-height: 2;
    text-align: left;
}
/* ---- solutions (2 col) ---- */
.sol-grid {
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    margin: 30px 0 0 0;
}
@media print, screen and (max-width:768px) {}
.sol-grid a {
    background: var(--surface);
    padding: 40px;
    border-radius: 8px;
    border: 1px solid var(--line);
    margin: 0 15px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}
.sol-card {}
.sol-card img {
    width: 100%;
    height: auto;
    max-width: 500px !important;
}
.sol-card h4 {
    font-weight: 900;
    margin: 0;
    color: var(--color_005);
}
.sol-card ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}
.sol-card li {
    /*border-top: 1px solid var(--line);*/
    text-align: left;
    display: inline-block;
    margin: 5px;
    font-weight: 700;
    color: var(--color_003);
    background: var(--color_004);
    padding: 5px 30px;
    border-radius: 50px;
}

.sol-card li:first-child {
    border-top: none;
}
.sol-card h5 {
    background: var(--color_001);
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 10px 30px;
    margin: 20px 0 0 0;
    font-size: 1.8rem;
}
/* ---- FAQ ---- */
#faq .q-icon {
    background: #003da6;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}
#faq .a-icon {
    background: #0099FF;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}
/*===================================================================*/
img {
    border-radius: 8px;
}
#retail_solutions a {
    color: #000;
}
/* 特徴セクション */
.feature-with-image {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.feature-with-image02 {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    flex-direction: column;
}
.feature-with-image-img {
    flex: 1;
    min-width: 250px;
    text-align: center;
}
.feature-with-image-img img {
    max-width: 100%;
    height: auto;
}
.feature-with-image-text {
    flex: 1;
    min-width: 300px;
}
.feature-with-image-text h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.feature-with-image-text p {
    text-align: left;
    margin-bottom: 15px;
    line-height: 1.7;
}
@media print, screen and (min-width:768px) {
    .feature-with-image {
        flex-direction: row;
    }
    .feature-with-image02 {
        flex-direction: row;
    }
}
/* ================================
Q&A
================================= */
.qa-item {
    position: relative;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.question {
    position: relative;
    padding: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: background 0.3s;
    transition: transform 0.3s;
}
/* 横棒 */
.question::before {
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    width: 14px;
    height: 3px;
    background: #003da6;
    transform: translateY(-50%);
}
/* 縦棒 */
.question::after {
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    width: 14px;
    height: 3px;
    background: #003da6;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform 0.3s;
}
/* 開いたらマイナスに */
.qa-item.active .question::after {
    transform: translateY(-50%) rotate(0deg);
}
.question-text {
    font-size: 3em;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 12px;
}
.q-icon {
    background: #003da6;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}
.qa-item:hover {
    /*transform: translateY(-2px);*/
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 24px;
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}
.qa-item.active .answer {
    max-height: 500px;
    opacity: 1;
    padding: 0 24px 24px 24px;
}
.answer-content {
    display: flex;
    gap: 12px;
    color: #555;
    line-height: 1.8;
    transform: translateY(0);
    transition: none;
    text-align: left;
    font-size: 2rem;
}
.a-icon {
    background: #0099FF;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}
@media (max-width: 600px) {
    .question {
        padding: 20px;
    }
    .question-text {
        font-size: 1em;
    }
}
/* ================================= */