/* ====================================================================================================
   top.css 整理版 完全版
   - front-page.php 専用
   - 重複定義を整理
   - HERO / INFORMATION / COLUMN / BUSINESS / WORK FLOW / QR ORDER / RESERVE / E-COMMERCE を統一
==================================================================================================== */

/* ====================================================================================================
   ROOT / COMMON
==================================================================================================== */
:root {
    --header-h: 90px;

    --hero-ink: #0b1f3a;
    --hero-sub: #5f6f82;
    --hero-cyan: #00abef;
    --hero-navy: #0d2d5c;
    --hero-line: rgba(13, 45, 92, 0.12);

    --cp-bg: #f5fdff;
    --cp-ink: #0f172a;
    --cp-muted: rgba(15, 23, 42, 0.72);
    --cp-navy: #041e3a;
    --cp-cyan: #00abef;
    --cp-purple: #7c3aed;
    --cp-line: rgba(4, 30, 58, 0.12);
    --cp-shadow: 0 18px 55px rgba(4, 30, 58, 0.10);

    --wf-bg: #f5fdff;
    --wf-ink: #0f172a;
    --wf-muted: rgba(15, 23, 42, 0.72);
    --wf-line: rgba(4, 30, 58, 0.12);
    --wf-shadow: 0 18px 55px rgba(4, 30, 58, 0.10);
    --wf-cyan: #00abef;
    --wf-purple: #7c3aed;
    --wf-navy: #041e3a;

    --ssl-bg: #ffffff;
    --ssl-subbg: #f5fdff;
    --ssl-ink: #0f172a;
    --ssl-muted: rgba(15, 23, 42, 0.72);
    --ssl-navy: #041e3a;
    --ssl-cyan: #00abef;
    --ssl-purple: #7c3aed;
    --ssl-line: rgba(4, 30, 58, 0.12);
    --ssl-shadow: 0 18px 55px rgba(4, 30, 58, 0.10);
    --ssl-radius: 18px;

    --bg1: #f7fbff;
    --bg2: #f4f1ff;
    --card: #ffffffcc;
    --text: #0f172a;
    --muted: #475569;
    --line: #e5e7eb;
    --shadow: 0 18px 40px rgba(2, 8, 23, 0.10);
    --shadow2: 0 10px 30px rgba(2, 8, 23, 0.08);
    --radius: 22px;
    --radius2: 16px;
    --primary: #1f5eff;
    --primary2: #7c3aed;
    --btnText: #fff;
    --max: 1100px;
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    color: var(--text);
    font-family: ui-sans-serif, system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

h2 {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
}

.title {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    letter-spacing: 0.12em;
    color: #0b2545;
    line-height: 1.05;
    font-size: clamp(20px, 4vw, 46px);
    text-align: center;
}

.sub-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    letter-spacing: 0.18em;
    color: #7a8796;
    margin-top: 10px;
    font-size: clamp(14px, 1.2vw, 18px);
    opacity: 0.75;
    text-align: center;
}

.top-page {
    position: relative;
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.flex {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(4, 30, 58, 0.10);
    box-shadow: 0 12px 28px rgba(4, 30, 58, 0.08);
    color: #0b2346;
    font-weight: 700;
    transition: transform .18s ease, box-shadow .18s ease;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(4, 30, 58, 0.12);
}

@media (max-width: 430px) {
    .sub-title {
        margin: 0;
    }
}

/* ====================================================================================================
   COMMON TITLE CARD
==================================================================================================== */
.p-lg-5.p-3.text-center.container,
.p-lg-5.p-3.text-center {
    padding: clamp(24px, 3vw, 34px) clamp(24px, 3vw, 42px) !important;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--ssl-line);
    border-radius: 24px;
    box-shadow: var(--ssl-shadow);
    position: relative;
    overflow: hidden;
}

.p-lg-5.p-3.text-center.container::before,
.p-lg-5.p-3.text-center::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, var(--ssl-navy), var(--ssl-cyan), var(--ssl-purple));
}

/* ====================================================================================================
   HERO
==================================================================================================== */
.top-page .top-contents,
.top-contents {
    position: relative;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: calc(100svh - var(--header-h));
    padding: calc(var(--header-h) + 32px) clamp(20px, 5vw, 72px) clamp(40px, 6vw, 80px);
    margin-bottom: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(320px, 620px) minmax(320px, 1fr);
    align-items: center;
    gap: clamp(24px, 4vw, 60px);
    background:
        radial-gradient(circle at 14% 20%, rgba(0, 171, 239, 0.05), transparent 28%),
        radial-gradient(circle at 88% 30%, rgba(15, 82, 153, 0.06), transparent 30%),
        linear-gradient(90deg, #eef2fb 0%, #eef1fb 55%, #eff8f7 100%);
}

@supports not (overflow: clip) {
    .top-contents {
        overflow-x: hidden;
    }
}

.top-contents .hero-copy {
    position: relative;
    z-index: 5;
    max-width: 620px;
    padding-left: clamp(4px, 1vw, 12px);
}

.top-contents .hero-copy .hero-eyebrow {
    margin: 0 0 18px;
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    font-size: clamp(11px, 0.9vw, 14px);
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #0d5ca3;
    opacity: 0.95;
}

.top-contents .hero-copy h1 {
    margin: 0;
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: clamp(36px, 2.4vw, 68px);
    line-height: 0.98;
    letter-spacing: 0.01em;
    color: var(--hero-ink);
    text-wrap: balance;
}

.top-contents .hero-copy .hero-lead {
    margin: clamp(20px, 2.2vw, 28px) 0 0;
    max-width: 40ch;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(19px, 11.1vw, 25px);
    line-height: 2;
    letter-spacing: 0.02em;
    color: var(--hero-sub);
}

.top-contents .hero-copy .hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: clamp(22px, 2.6vw, 34px);
}

.top-contents .hero-copy .hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.03em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.top-contents .hero-copy .hero-btn:hover {
    transform: translateY(-2px);
}

.top-contents .hero-copy .hero-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--hero-navy), #12478f);
    box-shadow: 0 18px 40px rgba(13, 45, 92, 0.25);
}

.top-contents .hero-copy .hero-btn-primary:hover {
    box-shadow: 0 24px 48px rgba(0, 171, 239, 0.22);
}

.top-contents .img {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-contents .img img {
    display: block;
    width: min(760px, 48vw);
    max-width: 100%;
    height: auto;
    margin-left: auto;
    position: relative;
    z-index: 10;
    filter: drop-shadow(0 28px 60px rgba(13, 45, 92, 0.12));
}

/* HERO decoration */
.top-page,
.top-contents {
    position: relative;
}

.circle-01,
.circle-02,
.circle-03,
.circle-04,
.circle-05,
.arrow-1,
.arrow-2,
.arrow-3 {
    position: absolute;
    pointer-events: none;
}

.circle-01 {
    width: clamp(260px, 34vw, 520px);
    height: clamp(260px, 34vw, 520px);
    border-radius: 50%;
    background: #00abef;
    left: clamp(-150px, -8vw, -60px);
    top: clamp(-180px, -10vw, -50px);
    opacity: 0.92;
    z-index: 1;
    animation: floatY1 6s ease-in-out infinite;
}

.circle-02 {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(3, 94, 130, 0.95);
    left: 38%;
    top: 18%;
    z-index: 2;
    opacity: 0.9;
    animation: floatY2 5s ease-in-out infinite;
}

.circle-03 {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(4, 30, 58, 0.85);
    left: 45%;
    top: 8%;
    z-index: 2;
    opacity: 0.9;
    animation: floatY3 7s ease-in-out infinite;
}

.circle-04 {
    width: clamp(180px, 18vw, 300px);
    height: clamp(180px, 18vw, 300px);
    border-radius: 50%;
    border: 1px solid rgba(131, 215, 248, 0.72);
    left: 54%;
    top: clamp(-70px, -4vw, -20px);
    z-index: 1;
    opacity: 0.9;
    animation: floatY4 5.5s ease-in-out infinite;
}

.circle-05 {
    width: clamp(240px, 28vw, 420px);
    height: clamp(240px, 28vw, 420px);
    border-radius: 50%;
    background: #0f5299;
    right: clamp(-170px, -10vw, -60px);
    top: clamp(150px, 16vw, 240px);
    z-index: 1;
    opacity: 0.95;
    animation: floatY5 8s ease-in-out infinite;
}

.arrow-1,
.arrow-2,
.arrow-3 {
    left: 50%;
    width: 18px;
    height: 18px;
    border-right: 3px solid #1f3f78;
    border-bottom: 3px solid #1f3f78;
    z-index: 3;
}

.arrow-1 {
    bottom: 90px;
    animation: scrollArrow1 1.6s ease-in-out infinite;
}

.arrow-2 {
    bottom: 68px;
    animation: scrollArrow2 1.6s ease-in-out infinite .2s;
}

.arrow-3 {
    bottom: 46px;
    animation: scrollArrow3 1.6s ease-in-out infinite .4s;
}

@keyframes floatY1 {
    0% { transform: translate3d(0, 0, 0) translateY(0); }
    50% { transform: translate3d(0, 18px, 0) translateY(70px); }
    100% { transform: translate3d(0, 0, 0) translateY(0); }
}

@keyframes floatY2 {
    0% { transform: translate3d(0, 0, 0) translateY(0); }
    50% { transform: translate3d(0, -12px, 0) translateY(60px); }
    100% { transform: translate3d(0, 0, 0) translateY(0); }
}

@keyframes floatY3 {
    0% { transform: translate3d(0, 0, 0) translateX(0); }
    50% { transform: translate3d(0, 10px, 0) translateX(50px); }
    100% { transform: translate3d(0, 0, 0) translateX(0); }
}

@keyframes floatY4 {
    0% { transform: translate3d(0, 0, 0) translateY(0); }
    50% { transform: translate3d(0, -16px, 0) translateY(80px); }
    100% { transform: translate3d(0, 0, 0) translateY(0); }
}

@keyframes floatY5 {
    0% { transform: translate3d(0, 0, 0) translateX(0); }
    50% { transform: translate3d(0, 22px, 0) translateX(90px); }
    100% { transform: translate3d(0, 0, 0) translateX(0); }
}

@keyframes scrollArrow1 {
    0% { transform: translateX(-50%) rotate(45deg); opacity: 0; }
    40% { transform: translateX(-50%) rotate(45deg); opacity: 1; }
    100% { transform: translateX(-50%) rotate(45deg); opacity: 0; }
}

@keyframes scrollArrow2 {
    0% { transform: translateX(-50%) rotate(45deg); opacity: 0; }
    40% { transform: translateX(-50%) rotate(45deg); opacity: 1; }
    100% { transform: translateX(-50%) rotate(45deg); opacity: 0; }
}

@keyframes scrollArrow3 {
    0% { transform: translateX(-50%) rotate(45deg); opacity: 0; }
    40% { transform: translateX(-50%) rotate(45deg); opacity: 1; }
    100% { transform: translateX(-50%) rotate(45deg); opacity: 0; }
}

/* HERO responsive */
@media (max-width: 1100px) {
    .top-page .top-contents,
    .top-contents {
        grid-template-columns: minmax(300px, 560px) minmax(280px, 1fr);
        gap: 30px;
        padding-top: calc(var(--header-h) + 24px);
    }

    .top-contents .hero-copy h1 {
        font-size: clamp(20px, 4vw, 46px);
    }

    .top-contents .img img {
        width: min(620px, 46vw);
    }
}

@media (max-width: 900px) {
    .top-page .top-contents,
    .top-contents {
        grid-template-columns: 1fr;
        justify-items: center;
        align-items: start;
        text-align: center;
        min-height: auto;
        padding: calc(var(--header-h) + 18px) 20px 56px;
        gap: 18px;
        background: linear-gradient(180deg, #eef4fb 0%, #f6fbff 52%, #ffffff 100%);
    }

    .top-contents .hero-copy {
        max-width: 680px;
        width: 100%;
        padding-left: 0;
    }

    .top-contents .hero-copy .hero-eyebrow {
        margin: 0 0 10px;
        font-size: 10px;
        letter-spacing: 0.12em;
        line-height: 1.6;
    }

    .top-contents .hero-copy h1 {
        font-size: clamp(34px, 8.2vw, 62px);
        line-height: 1.18;
    }

    .top-contents .hero-copy .hero-lead {
        margin: 14px auto 0;
        max-width: 28ch;
        font-size: 15px;
        line-height: 1.8;
        color: #334155;
    }

    .top-contents .hero-copy .hero-actions {
        margin-top: 18px;
        justify-content: center;
        gap: 10px;
    }

    .top-contents .hero-copy .hero-btn {
        width: min(100%, 320px);
        min-height: 48px;
        font-size: 14px;
    }

    .top-contents .img {
        justify-content: center;
        width: 100%;
        margin-top: 6px;
        z-index: 2;
    }

    .top-contents .img img {
        width: min(520px, 92vw);
        margin: 0 auto;
        filter: drop-shadow(0 18px 38px rgba(13, 45, 92, 0.10));
    }

    .circle-02,
    .circle-03,
    .circle-04,
    .arrow-1,
    .arrow-2,
    .arrow-3 {
        display: none;
    }

    .circle-01 {
        width: 220px;
        height: 220px;
        left: -90px;
        top: -70px;
        opacity: 0.18;
    }

    .circle-05 {
        width: 210px;
        height: 210px;
        right: -90px;
        top: 150px;
        opacity: 0.12;
    }
}

@media (max-width: 540px) {
    .top-page .top-contents,
    .top-contents {
        padding: calc(var(--header-h) + 14px) 16px 44px;
        gap: 16px;
    }

    .top-contents .hero-copy .hero-eyebrow {
        font-size: 9px;
        letter-spacing: 0.10em;
        opacity: 0.9;
    }

    .top-contents .hero-copy h1 {
        font-size: clamp(30px, 9vw, 42px);
        line-height: 1.2;
    }

    .top-contents .hero-copy .hero-lead {
        max-width: 24ch;
        font-size: 14px;
        line-height: 1.75;
    }

    .top-contents .hero-copy .hero-actions {
        flex-direction: column;
    }

    .top-contents .hero-copy .hero-btn {
        width: 100%;
        max-width: 300px;
    }

    .top-contents .img img {
        width: min(420px, 94vw);
    }

    .circle-01,
    .circle-05 {
        display: none;
    }
}

/* ====================================================================================================
   INFORMATION
==================================================================================================== */
.top-page section.info {
    padding: clamp(28px, 4vw, 44px) 0 clamp(42px, 5vw, 60px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(245, 253, 255, 0.72) 100%);
}

.top-page section.info .container {
    width: min(1120px, calc(100% - 32px));
    margin-inline: auto;
    margin-bottom: clamp(18px, 2vw, 24px);
}

.top-page .info-row {
    width: min(980px, calc(100% - 32px));
    margin: 0 auto;
}

.top-page .info-lists {
    margin: 0;
    padding: 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(4, 30, 58, 0.10);
    border-radius: 22px;
    box-shadow: 0 18px 50px rgba(4, 30, 58, 0.08);
    overflow: hidden;
}

.top-page .info-content {
    padding: 0;
    border-bottom: 1px solid rgba(4, 30, 58, 0.08);
}

.top-page .info-content:last-child {
    border-bottom: 0;
}

.top-page .info-link {
    display: grid;
    grid-template-columns: 132px 1fr 20px;
    gap: 16px;
    align-items: center;
    padding: 18px 22px;
    transition: background .2s ease;
    position: relative;
}

.top-page .info-link::after {
    content: "›";
    font-size: 24px;
    line-height: 1;
    color: rgba(11, 35, 70, 0.34);
    justify-self: end;
    transition: transform .2s ease, color .2s ease;
}

.top-page .info-link:hover {
    background: rgba(0, 171, 239, 0.04);
}

.top-page .info-link:hover::after {
    transform: translateX(3px);
    color: #0b2346;
}

.top-page .info-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.top-page .info-category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    min-height: 30px;
    padding: 4px 12px;
    margin: 0;
    border-radius: 999px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 8px 18px rgba(4, 30, 58, 0.08);
}

.top-page .info-category01 {
    background: linear-gradient(135deg, #0d5ca3, #1b86d7);
    color: #ffe26d;
}

.top-page .info-category02 {
    background: linear-gradient(135deg, #ffb800, #ffc933);
    color: #fff;
}

.top-page .info-category03 {
    background: linear-gradient(135deg, #36a8f1, #59c2ff);
    color: #fff;
}

.top-page .info-msg {
    display: block;
    min-width: 0;
    color: #24364d;
    font-size: clamp(15px, 0.35vw + 14px, 17px);
    line-height: 1.8;
    font-weight: 500;
}

.top-page .info-empty {
    padding: 22px;
    color: #64748b;
    text-align: center;
}

.top-page .info-btn {
    margin-top: 22px;
    text-align: center;
}

.top-page .info-btn .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .top-page .info-link {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 16px 16px 18px;
    }

    .top-page .info-link::after {
        position: absolute;
        right: 16px;
        bottom: 14px;
    }

    .top-page .info-meta {
        padding-right: 28px;
    }

    .top-page .info-category {
        min-width: 88px;
        min-height: 28px;
        font-size: 11px;
    }

    .top-page .info-msg {
        font-size: 14px;
        line-height: 1.75;
        padding-right: 28px;
    }
}

@media (max-width: 540px) {
    .top-page section.info {
        padding: 20px 0 30px;
    }

    .top-page section.info .container,
    .top-page .info-row {
        width: calc(100% - 22px);
    }

    .top-page .info-lists {
        border-radius: 16px;
    }
}

/* ====================================================================================================
   COLUMN
==================================================================================================== */
.top-column {
    padding: clamp(18px, 2vw, 26px) 0 clamp(56px, 7vw, 90px);
    background:
        radial-gradient(820px 360px at 10% 0%, rgba(0, 171, 239, 0.05), transparent 60%),
        radial-gradient(820px 360px at 100% 100%, rgba(124, 58, 237, 0.04), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.top-column .container {
    width: min(1120px, calc(100% - 32px));
    margin-inline: auto;
}

.top-column .p-lg-5.p-3.text-center {
    width: 100%;
    margin: 0 auto clamp(22px, 2.4vw, 28px);
}

.top-column .title,
.top-column .sub-title {
    text-align: center;
}

.top-column .column-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.top-column .column-card {
    height: 100%;
}

.top-column .column-card__link {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(4, 30, 58, 0.10);
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(4, 30, 58, 0.08);
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.top-column .column-card__link::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: linear-gradient(180deg, #041e3a, #00abef, #7c3aed);
    opacity: .95;
    z-index: 2;
}

.top-column .column-card__link::after {
    content: "›";
    position: absolute;
    right: 20px;
    bottom: 16px;
    font-size: 28px;
    line-height: 1;
    color: rgba(11, 35, 70, 0.24);
    transition: transform .22s ease, color .22s ease;
}

.top-column .column-card__link:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 171, 239, 0.18);
    box-shadow: 0 24px 56px rgba(4, 30, 58, 0.12);
}

.top-column .column-card__link:hover::after {
    transform: translateX(4px);
    color: #0b2346;
}

.top-column .column-card__thumb {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #eef6ff, #f7fbff);
}

.top-column .column-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.top-column .column-card__link:hover .column-card__thumb img {
    transform: scale(1.04);
}

.top-column .column-card__thumbPlaceholder {
    width: 100%;
    height: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eef6ff, #f8fbff);
    color: #7a8796;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.top-column .column-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 20px 24px;
}

.top-column .column-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    margin-bottom: 12px;
    padding-right: 28px;
    color: #7a8796;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.top-column .column-card__meta time {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(4, 30, 58, 0.05);
    color: #5f6f82;
}

.top-column .column-card__cats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.top-column .column-card__cat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(13, 92, 163, 0.12), rgba(0, 171, 239, 0.14));
    color: #0d5ca3;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.top-column .column-card__title {
    margin: 0 0 10px;
    color: #0b2346;
    font-size: clamp(18px, 0.7vw + 15px, 22px);
    line-height: 1.55;
    font-weight: 800;
    letter-spacing: 0.01em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.top-column .column-card__excerpt {
    margin: 0;
    color: #687789;
    font-size: 14px;
    line-height: 1.85;
    font-weight: 500;
    padding-right: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.top-column .column-empty {
    width: 100%;
    padding: 28px 20px;
    text-align: center;
    color: #64748b;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(4, 30, 58, 0.10);
    border-radius: 20px;
    box-shadow: 0 14px 40px rgba(4, 30, 58, 0.06);
}

.top-column .info-btn {
    margin-top: 24px;
    text-align: center;
}

@media (max-width: 1024px) {
    .top-column .column-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .top-column {
        padding: 12px 0 44px;
    }

    .top-column .column-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .top-column .column-card__body {
        padding: 16px 16px 22px;
    }

    .top-column .column-card__title {
        font-size: 18px;
    }

    .top-column .column-card__excerpt {
        font-size: 13px;
        line-height: 1.8;
    }
}

@media (max-width: 540px) {
    .top-column .container {
        width: calc(100% - 22px);
    }

    .top-column .p-lg-5.p-3.text-center {
        border-radius: 18px;
        padding: 18px 16px !important;
        margin-bottom: 14px;
    }

    .top-column .column-card__link {
        border-radius: 18px;
    }

    .top-column .column-card__link::after {
        right: 16px;
        bottom: 14px;
        font-size: 24px;
    }

    .top-column .column-card__meta {
        gap: 6px 8px;
        margin-bottom: 10px;
    }

    .top-column .column-card__thumb {
        aspect-ratio: 16 / 9;
    }
}

/* ====================================================================================================
   BUSINESS
==================================================================================================== */
.top-service-header {
    width: 100%;
    padding: clamp(18px, 2vw, 28px) 0 clamp(18px, 2vw, 26px);
    background:
        radial-gradient(820px 360px at 10% 0%, rgba(0, 171, 239, 0.05), transparent 60%),
        radial-gradient(820px 360px at 100% 100%, rgba(124, 58, 237, 0.04), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.top-service-header .container,
.top-service-links .container {
    width: min(1120px, calc(100% - 32px));
    margin-inline: auto;
}

.top-service-header .container {
    position: relative;
    padding: clamp(26px, 3vw, 38px) clamp(24px, 3vw, 42px);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(4, 30, 58, 0.10);
    border-radius: 26px;
    box-shadow: 0 18px 55px rgba(4, 30, 58, 0.10);
    overflow: hidden;
}

.top-service-header .container::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, #041e3a, #00abef, #7c3aed);
}

.top-service-header .title {
    margin: 0;
    color: #0b2346;
    text-align: center;
}

.top-service-header .sub-title {
    margin-top: 10px;
    color: #95a1af;
    text-align: center;
}

.top-service-links {
    padding: 0 0 clamp(64px, 7vw, 104px);
    background:
        radial-gradient(820px 360px at 10% 0%, rgba(0, 171, 239, 0.06), transparent 60%),
        radial-gradient(820px 360px at 100% 100%, rgba(124, 58, 237, 0.05), transparent 60%),
        linear-gradient(180deg, #f7fbff 0%, #f7fbff 100%);
}

.top-service-links .service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.top-service-links .service-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 210px;
    padding: 30px 28px 30px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(4, 30, 58, 0.10);
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(4, 30, 58, 0.08);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
    position: relative;
    overflow: hidden;
}

.top-service-links .service-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: linear-gradient(180deg, #041e3a, #00abef, #7c3aed);
    opacity: 0.95;
}

.top-service-links .service-card::after {
    content: "›";
    position: absolute;
    right: 24px;
    bottom: 18px;
    font-size: 30px;
    line-height: 1;
    color: rgba(11, 35, 70, 0.26);
    transition: transform .2s ease, color .2s ease;
}

.top-service-links .service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 171, 239, 0.18);
    box-shadow: 0 24px 56px rgba(4, 30, 58, 0.12);
    background: #fff;
}

.top-service-links .service-card:hover::after {
    transform: translateX(4px);
    color: #0b2346;
}

.top-service-links .service-card h3 {
    margin: 0 0 14px;
    padding-right: 30px;
    color: #0b2346;
    font-size: clamp(23px, 1vw + 18px, 30px);
    line-height: 1.32;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.top-service-links .service-card p {
    margin: 0;
    max-width: 30ch;
    color: #687789;
    font-size: clamp(14px, 0.25vw + 14px, 16px);
    line-height: 1.85;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .top-service-links .service-card {
        min-height: 196px;
        padding: 26px 24px 26px;
    }
}

@media (max-width: 820px) {
    .top-service-links .service-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 540px) {
    .top-service-header {
        padding: 10px 0 14px;
    }

    .top-service-header .container,
    .top-service-links .container {
        width: calc(100% - 22px);
    }

    .top-service-header .container {
        border-radius: 18px;
        padding: 18px 16px !important;
    }

    .top-service-links {
        padding: 0 0 44px;
    }

    .top-service-links .service-grid {
        gap: 14px;
    }

    .top-service-links .service-card {
        min-height: auto;
        padding: 20px 18px 24px;
        border-radius: 18px;
    }

    .top-service-links .service-card h3 {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 1.35;
    }

    .top-service-links .service-card p {
        max-width: none;
        font-size: 14px;
        line-height: 1.8;
    }

    .top-service-links .service-card::after {
        right: 18px;
        bottom: 16px;
        font-size: 24px;
    }
}

/* ====================================================================================================
   WORK FLOW
==================================================================================================== */
.work-flow {
    padding: clamp(26px, 4vw, 48px) 0 clamp(60px, 7vw, 96px);
    background:
        radial-gradient(820px 360px at 0% 0%, rgba(0, 171, 239, 0.05), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.work-flow .container {
    width: min(1120px, calc(100% - 32px));
    margin-inline: auto;
}

.work-flow__heading {
    width: 100%;
    margin: 0 auto 22px;
}

.work-flow__lead {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}

.work-flow__lead p {
    margin: 0;
    color: #5f6f82;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 500;
}

.work-flow__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.work-flow__card {
    position: relative;
    padding: 28px 24px 24px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(4, 30, 58, 0.10);
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(4, 30, 58, 0.08);
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.work-flow__card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: linear-gradient(180deg, #041e3a, #00abef, #7c3aed);
}

.work-flow__card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 171, 239, 0.18);
    box-shadow: 0 24px 56px rgba(4, 30, 58, 0.12);
}

.work-flow__step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 12px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(13, 92, 163, 0.12), rgba(0, 171, 239, 0.14));
    color: #0d5ca3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.work-flow__title {
    margin: 0 0 12px;
    color: #0b2346;
    font-size: clamp(20px, 0.9vw + 15px, 24px);
    line-height: 1.5;
    font-weight: 800;
}

.work-flow__text {
    margin: 0;
    color: #687789;
    font-size: 14px;
    line-height: 1.9;
    font-weight: 500;
}

.work-flow__priceWrap {
    margin-top: 34px;
}

.work-flow__priceLead {
    margin-bottom: 14px;
    text-align: center;
    color: #5f6f82;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.work-flow__price {
    display: flex;
    justify-content: center;
}

.work-flow__priceBox {
    width: min(430px, 100%);
    padding: 26px 24px 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(4, 30, 58, 0.10);
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(4, 30, 58, 0.08);
    position: relative;
    overflow: hidden;
}

.work-flow__priceBox::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, #041e3a, #00abef, #7c3aed);
}

.work-flow__priceTitle {
    margin-bottom: 16px;
    text-align: center;
    color: #0b2346;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.work-flow__priceMain {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    margin-bottom: 18px;
    color: #0b2346;
}

.work-flow__priceMain .yen {
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.work-flow__priceMain .amount {
    font-size: clamp(42px, 4vw, 56px);
    line-height: 1;
    font-weight: 900;
    background: linear-gradient(90deg, #0d5ca3, #00abef, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.work-flow__priceMain .tax {
    font-size: 16px;
    font-weight: 700;
    color: #5f6f82;
    padding-bottom: 6px;
}

.work-flow__priceList {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.work-flow__priceList li {
    position: relative;
    padding-left: 22px;
    color: #5f6f82;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
}

.work-flow__priceList li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #00abef;
    font-weight: 800;
}

.work-flow__bottom {
    margin-top: 26px;
    text-align: center;
}

@media (max-width: 1024px) {
    .work-flow__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .work-flow {
        padding: 18px 0 48px;
    }

    .work-flow .container {
        width: calc(100% - 22px);
    }

    .work-flow__heading {
        border-radius: 18px;
        padding: 18px 16px !important;
        margin-bottom: 16px;
    }

    .work-flow__lead {
        margin-bottom: 18px;
    }

    .work-flow__lead p {
        font-size: 14px;
        line-height: 1.8;
    }

    .work-flow__card {
        border-radius: 18px;
        padding: 22px 18px 20px;
    }

    .work-flow__title {
        font-size: 18px;
    }

    .work-flow__text {
        font-size: 13px;
        line-height: 1.8;
    }

    .work-flow__priceWrap {
        margin-top: 24px;
    }

    .work-flow__priceBox {
        border-radius: 18px;
        padding: 22px 18px 20px;
    }

    .work-flow__priceTitle {
        font-size: 15px;
    }

    .work-flow__priceMain .yen {
        font-size: 18px;
    }

    .work-flow__priceMain .amount {
        font-size: 40px;
    }

    .work-flow__priceMain .tax {
        font-size: 14px;
        padding-bottom: 4px;
    }

    .work-flow__priceList li {
        font-size: 13px;
        line-height: 1.75;
    }
}

/* ====================================================================================================
   QR ORDER / RESERVE / E-COMMERCE
==================================================================================================== */
.qr-order {
    position: relative;
    overflow: hidden;
    padding: clamp(20px, 7vw, 110px) 0;
    background:
        radial-gradient(900px 420px at 12% 10%, rgba(0, 171, 239, 0.10), transparent 60%),
        radial-gradient(900px 420px at 90% 85%, rgba(124, 58, 237, 0.08), transparent 60%),
        linear-gradient(180deg, #ffffff, #f5fdff);
}

.qr-order__inner {
    width: min(1120px, calc(100% - 32px));
    margin-inline: auto;
}

.qr-order__title {
    padding: clamp(10px, 3vw, 44px);
    text-align: center;
    margin-bottom: clamp(18px, 3vw, 32px);
}

.qr-order__lead {
    margin: 14px auto 0;
    max-width: 38ch;
    color: var(--cp-muted);
    font-size: clamp(15px, 0.45vw + 14px, 18px);
    line-height: 1.9;
}

.qr-order__grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: clamp(16px, 2.8vw, 28px);
    align-items: start;
}

.qr-order__hero {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--cp-line);
    border-radius: 20px;
    box-shadow: var(--cp-shadow);
    padding: clamp(18px, 2.2vw, 28px);
    position: relative;
    overflow: hidden;
}

.qr-order__hero::before {
    content: "";
    position: absolute;
    inset: -60px;
    background:
        radial-gradient(circle at 15% 25%, rgba(0, 171, 239, 0.12), transparent 55%),
        radial-gradient(circle at 80% 70%, rgba(124, 58, 237, 0.10), transparent 55%);
    pointer-events: none;
}

.qr-order__hero h3 {
    margin: 14px 0 12px;
    font-size: clamp(22px, 1.4vw + 14px, 30px);
    line-height: 1.35;
    letter-spacing: 0.03em;
    color: var(--cp-ink);
    font-weight: 900;
    position: relative;
    z-index: 1;
}

.qr-order__visual {
    margin: 18px 0 22px;
    height: clamp(260px, 28vw, 420px);
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}

.qr-order__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qr-order__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(4, 30, 58, 0.35), rgba(4, 30, 58, 0) 60%);
    pointer-events: none;
}

.qr-order__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 900;
    letter-spacing: 0.03em;
    color: #fff;
    background: linear-gradient(135deg, var(--cp-cyan), var(--cp-purple));
    position: relative;
    z-index: 1;
}

.qr-order__points {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 1;
}

.qr-order__points li {
    display: grid;
    grid-template-columns: 1.1em 1fr;
    gap: 0.5em;
    align-items: start;
    padding: 10px 0;
    border-top: 1px solid rgba(4, 30, 58, 0.10);
    color: var(--cp-muted);
    font-size: clamp(15px, 0.45vw + 14px, 18px);
    line-height: 1.8;
}

.qr-order__points li:first-child {
    border-top: 0;
}

.qr-order__points li::before {
    content: "✓";
    font-weight: 900;
    color: var(--cp-cyan);
    line-height: 1.2;
    margin-top: 2px;
}

.qr-order__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.qr-order__card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--cp-line);
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(4, 30, 58, 0.06);
    padding: 16px 16px 14px;
}

.qr-order__cardIcon {
    font-size: 20px;
    margin-bottom: 8px;
}

.qr-order__card h4 {
    margin: 0 0 6px;
    color: var(--cp-ink);
    font-weight: 900;
    letter-spacing: 0.02em;
    font-size: 16px;
}

.qr-order__card p {
    margin: 0;
    color: var(--cp-muted);
    line-height: 1.75;
    font-size: 14.5px;
}

.qr-order__flow {
    margin-top: clamp(18px, 3vw, 32px);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--cp-line);
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(4, 30, 58, 0.06);
    padding: 16px 16px 12px;
}

.qr-order__flowTitle {
    font-weight: 900;
    color: var(--cp-navy);
    letter-spacing: 0.03em;
    margin-bottom: 10px;
}

.qr-order__flowList {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.qr-order__flowList li {
    display: grid;
    grid-template-columns: 2.2em 1fr;
    gap: 0.6em;
    align-items: center;
    color: var(--cp-muted);
    line-height: 1.7;
}

.qr-order__flowList li span {
    display: grid;
    place-items: center;
    width: 2em;
    height: 2em;
    border-radius: 12px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--cp-cyan), var(--cp-purple));
}

.qr-order__heroBox {
    height: 100%;
}

.qr-order__priceWrap {
    margin-top: 34px;
}

.qr-order__priceLead {
    margin-bottom: 14px;
    text-align: center;
    color: #5f6f82;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.qr-order__price {
    margin-top: clamp(24px, 4vw, 50px);
    display: flex;
    justify-content: center;
    padding: 24px 0 30px;
}

.qr-order__priceBox {
    width: min(430px, 100%);
    background: #fff;
    border-radius: 22px;
    padding: clamp(18px, 4.5vw, 28px) clamp(16px, 4vw, 26px);
    text-align: center;
    border: 1px solid rgba(4, 30, 58, 0.12);
    box-shadow: 0 25px 70px rgba(4, 30, 58, 0.12);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.qr-order__priceBox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #041e3a, #00abef, #7c3aed);
}

.qr-order__priceTitle {
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #041e3a;
    margin: 4px 0 10px;
    font-size: clamp(14px, 2.2vw, 16px);
}

.qr-order__priceMain {
    margin: 10px 0 14px;
    font-weight: 900;
    line-height: 1.05;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 8px;
}

.qr-order__priceMain .yen {
    font-size: clamp(18px, 4.5vw, 26px);
    vertical-align: top;
}

.qr-order__priceMain .amount {
    font-size: clamp(20px, 4vw, 46px);
    background: linear-gradient(90deg, #4158D0, #32cfe8 40%, #FFCC70);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.qr-order__priceMain .tax {
    font-size: clamp(12px, 3.5vw, 16px);
    color: #475569;
    white-space: normal;
}

.qr-order__priceList {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: grid;
    gap: 10px;
}

.qr-order__priceList li {
    position: relative;
    padding-left: 26px;
    color: #334155;
    line-height: 1.7;
    font-size: clamp(13px, 1.9vw, 15px);
    word-break: keep-all;
}

.qr-order__priceList li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.1em;
    color: #00abef;
    font-weight: 800;
}

.qr-order__option {
    background: #f5fdff;
    padding: 12px;
    border-radius: 14px;
    font-size: clamp(13px, 1.9vw, 15px);
    margin: 14px 0 10px;
}

.qr-order__option strong {
    color: #041e3a;
}

.qr-order__priceNote {
    font-size: 13px;
    color: #475569;
    background: #f8fafc;
    padding: 10px 12px;
    border-radius: 10px;
    margin-top: 12px;
    line-height: 1.6;
}

.qr-order__flow--note {
    margin-bottom: 16px;
}

.qr-order__bottom {
    margin-top: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.qr-order__usecase {
    margin-top: 34px;
}

.qr-order__usecaseTitle {
    text-align: center;
    margin-bottom: 18px;
    color: #0b2346;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.qr-order__usecaseGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.qr-order__usecaseItem {
    padding: 20px 16px 18px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(4, 30, 58, 0.10);
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 12px 28px rgba(4, 30, 58, 0.06);
    transition: transform .2s ease, box-shadow .2s ease;
}

.qr-order__usecaseItem:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(4, 30, 58, 0.10);
}

.qr-order__usecaseItem .icon {
    font-size: 28px;
    margin-bottom: 10px;
}

.qr-order__usecaseItem h4 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 800;
    color: #0b2346;
}

.qr-order__usecaseItem p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: #5f6f82;
}

/* CTA buttons */
.qr-order__cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
    position: relative;
    z-index: 1;
}

.qr-order__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.qr-order__btn:hover {
    transform: translateY(-1px);
}

.qr-order__btn--primary {
    color: #fff;
    background: linear-gradient(135deg, #041e3a, #0d5ca3);
    box-shadow: 0 14px 30px rgba(4, 30, 58, 0.16);
}

.qr-order__btn--ghost {
    color: #0b2346;
    background: #fff;
    border: 1px solid rgba(4, 30, 58, 0.12);
    box-shadow: 0 10px 24px rgba(4, 30, 58, 0.08);
}

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

@media (max-width: 900px) {
    .qr-order__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .qr-order__priceWrap {
        margin-top: 24px;
    }

    .qr-order__priceLead {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .qr-order__bottom {
        margin-top: 22px;
        gap: 10px;
    }

    .qr-order__usecaseGrid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .qr-order__usecaseItem {
        padding: 16px;
        border-radius: 16px;
    }

    .qr-order__usecaseItem h4 {
        font-size: 14px;
    }

    .qr-order__usecaseItem p {
        font-size: 12.5px;
    }

    .qr-order__cta {
        flex-direction: column;
    }

    .qr-order__btn {
        width: 100%;
    }
}

@media (max-width: 540px) {
    .qr-order__inner {
        width: calc(100% - 22px);
    }
}

@media (max-width: 480px) {
    .qr-order__priceMain .tax {
        width: 100%;
        text-align: center;
        margin-top: 2px;
        color: #64748b;
    }

    .qr-order__priceMain .amount {
        height: 40px;
        padding-top: 10px;
    }
}

/* ====================================================================================================
   REDUCED MOTION
==================================================================================================== */
@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
        animation: none !important;
    }
}