html,
body {
    overflow-x: hidden;
}

.inquiry-page {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.section-lead {
    max-width: 760px;
}

.icon-badge {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.timeline-no {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0d6efd;
    color: #fff;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(13, 110, 253, 0.22);
}

.hover-lift {
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12) !important;
}

.inquiry-tech-hero {
    position: relative;
    overflow: hidden;
    padding: 5rem 0 4.5rem;
    background:
        radial-gradient(circle at 12% 20%, rgba(37, 99, 235, .20), transparent 32%),
        radial-gradient(circle at 90% 10%, rgba(6, 182, 212, .18), transparent 30%),
        linear-gradient(135deg, #f8fbff 0%, #ffffff 45%, #eef6ff 100%);
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.inquiry-tech-grid {
    position: absolute;
    inset: 0;
    opacity: .52;
    background-image:
        linear-gradient(rgba(37, 99, 235, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 235, .08) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, black, transparent 88%);
}

.inquiry-tech-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(10px);
    opacity: .65;
}

.inquiry-tech-orb--blue {
    width: 280px;
    height: 280px;
    background: rgba(37, 99, 235, .22);
    right: -80px;
    top: -80px;
}

.inquiry-tech-orb--cyan {
    width: 220px;
    height: 220px;
    background: rgba(6, 182, 212, .18);
    left: -90px;
    bottom: -100px;
}

.inquiry-tech-badge {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    padding: .65rem .9rem;
    border: 1px solid rgba(37, 99, 235, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 14px 35px rgba(15, 23, 42, .08);
    backdrop-filter: blur(10px);
}

.inquiry-tech-badge span {
    color: #2563eb;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.inquiry-tech-badge strong {
    color: #0f172a;
    font-size: .9rem;
}

.inquiry-tech-title {
    font-size: clamp(2.35rem, 5vw, 4.5rem);
    line-height: 1.08;
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -.04em;
}

.inquiry-tech-lead {
    color: #334155;
    font-size: 1.18rem;
    line-height: 1.9;
    max-width: 900px;
}

.inquiry-tech-sublead {
    color: #64748b;
    line-height: 1.9;
}

.inquiry-tech-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: .75rem 1rem;
    background: #fff;
    color: #0f172a;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
    font-weight: 700;
    font-size: .94rem;
}

.inquiry-command-card {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    padding: 1.5rem;
    color: #fff;
    background: linear-gradient(145deg, #0f172a 0%, #1d4ed8 58%, #0891b2 100%);
    box-shadow: 0 26px 70px rgba(15, 23, 42, .26);
}

.inquiry-command-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: calc(2rem - 1px);
    border: 1px solid rgba(255, 255, 255, .18);
    pointer-events: none;
}

.inquiry-command-top,
.inquiry-command-footer {
    position: relative;
    z-index: 1;
}

.inquiry-command-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.inquiry-command-top span,
.inquiry-command-footer {
    color: rgba(255, 255, 255, .68);
    font-size: .82rem;
}

.inquiry-command-top strong {
    display: block;
    font-size: 1.25rem;
}

.inquiry-command-top i {
    font-size: 2.4rem;
    color: rgba(255, 255, 255, .9);
}

.inquiry-command-list {
    position: relative;
    z-index: 1;
    padding: 1.25rem 0;
}

.inquiry-command-list li {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    margin-bottom: .9rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, .86);
}

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

.inquiry-command-list i {
    color: #7dd3fc;
    margin-top: .25rem;
}

.inquiry-command-footer {
    display: flex;
    align-items: center;
    gap: .55rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.inquiry-live-dot {
    width: .55rem;
    height: .55rem;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 .3rem rgba(34, 197, 94, .16);
}

.inquiry-form-card,
.inquiry-confirm-card,
.inquiry-complete-card {
    border: 1px solid rgba(15, 23, 42, .06) !important;
}

.inquiry-note-box {
    border-radius: 1.25rem;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, .06);
    padding: 1rem;
    line-height: 1.9;
}

.inquiry-side-dark,
.inquiry-final-card {
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 52%, #0ea5e9 100%);
}

.inquiry-final-card {
    border-radius: 2rem;
    color: #fff;
    padding: 2rem;
}

.inquiry-final-card p {
    color: rgba(255, 255, 255, .78);
    max-width: 850px;
}

.inquiry-flow-card {
    border: 1px solid rgba(15, 23, 42, .06) !important;
}

.inquiry-confirm-list dt {
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1rem;
}

.inquiry-confirm-list dd {
    color: #475569;
    margin-bottom: 1rem;
    line-height: 1.75;
}

.reveal-on-scroll {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .inquiry-tech-hero {
        padding: 4rem 0 3.5rem;
    }

    .inquiry-command-card {
        border-radius: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .inquiry-tech-title {
        font-size: 2.25rem;
    }

    .inquiry-tech-lead {
        font-size: 1.02rem;
    }

    .inquiry-final-card {
        border-radius: 1.5rem;
        padding: 1.5rem;
    }

    .inquiry-confirm-list dt {
        margin-bottom: .25rem;
    }

    .inquiry-confirm-list dd {
        margin-bottom: 1rem;
    }
}
.inquiry-final-title-white {
    color: #ffffff !important;
}