



/* =========================================================
   Calibration request page
========================================================= */
.tm-support-page {
    background: #fff;
}
.tm-calibration-page {
    color: #0f172a;
}
.tm-calibration-page * {
    box-sizing: border-box;
}
.tm-cal-hero,
.tm-cal-section {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}
.tm-cal-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    padding: 70px 0 42px;
    align-items: stretch;
}
.tm-cal-hero__copy {
    padding: 42px;
    border-radius: 28px;
    background: linear-gradient(135deg, #f8fafc 0%, #ecfdf5 100%);
    border: 1px solid #e2e8f0;
}
.tm-cal-hero__copy p,
.tm-section-head p {
    margin: 0 0 12px;
    color: var(--tm-point, #059669);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
}
.tm-cal-hero__copy h2,
.tm-section-head h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.18;
    letter-spacing: -.05em;
}
.tm-cal-hero__copy span,
.tm-section-head span {
    display: block;
    margin-top: 16px;
    color: #475569;
    font-size: 16px;
    line-height: 1.8;
    word-break: keep-all;
}
.tm-cal-hero__panel {
    padding: 32px;
    border-radius: 28px;
    background: #0f172a;
    color: #fff;
}
.tm-cal-hero__panel strong {
    display: block;
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 900;
}
.tm-cal-hero__panel ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.tm-cal-hero__panel li {
    position: relative;
    padding-left: 18px;
    color: #dbeafe;
    font-size: 14px;
    line-height: 1.5;
}
.tm-cal-hero__panel li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .62em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--tm-point, #059669);
}
.tm-cal-section {
    padding: 52px 0;
    border-top: 1px solid #e2e8f0;
}
.tm-section-head {
    max-width: 780px;
    margin-bottom: 26px;
}
.tm-cal-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.tm-cal-category-grid article {
    min-height: 210px;
    padding: 26px;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .05);
}
.tm-cal-category-grid b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 28px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: #ecfdf5;
    color: var(--tm-point, #059669);
    font-size: 12px;
    font-weight: 900;
}
.tm-cal-category-grid h3 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -.03em;
}
.tm-cal-category-grid p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
}
.tm-cal-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.tm-cal-process li {
    padding: 24px;
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}
.tm-cal-process b {
    display: block;
    margin-bottom: 24px;
    color: var(--tm-point, #059669);
    font-size: 13px;
    font-weight: 900;
}
.tm-cal-process strong {
    display: block;
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
}
.tm-cal-process span {
    display: block;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
}
.tm-cal-form-section {
    padding-bottom: 90px;
}
.tm-cal-form {
    padding: 32px;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    background: #f8fafc;
}
.tm-cal-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.tm-cal-form label {
    display: grid;
    gap: 8px;
}
.tm-cal-form label span {
    color: #0f172a;
    font-size: 14px;
    font-weight: 850;
}
.tm-cal-form input,
.tm-cal-form select,
.tm-cal-form textarea {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    background: #fff;
    color: #0f172a;
    font-size: 15px;
    outline: none;
}
.tm-cal-form input,
.tm-cal-form select {
    height: 48px;
    padding: 0 14px;
}
.tm-cal-form textarea {
    resize: vertical;
    padding: 14px;
    line-height: 1.7;
}
.tm-cal-form input:focus,
.tm-cal-form select:focus,
.tm-cal-form textarea:focus {
    border-color: var(--tm-point, #059669);
    box-shadow: 0 0 0 4px rgba(5, 150, 105, .12);
}
.tm-cal-form__full {
    grid-column: 1 / -1;
}
.tm-cal-form__notice {
    margin-top: 20px;
    padding: 18px 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e2e8f0;
}
.tm-cal-form__notice strong {
    display: block;
    margin-bottom: 6px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
}
.tm-cal-form__notice p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.7;
    word-break: keep-all;
}
.tm-cal-form__actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 24px;
}
.tm-cal-form__actions a,
.tm-cal-form__actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}
.tm-cal-form__actions a {
    background: #e2e8f0;
    color: #0f172a;
}
.tm-cal-form__actions button {
    background: var(--tm-point, #059669);
    color: #fff;
}
@media (max-width: 1024px) {
    .tm-cal-hero,
    .tm-cal-category-grid,
    .tm-cal-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 760px) {
    .tm-cal-hero,
    .tm-cal-section {
        width: min(100% - 28px, 1180px);
    }
    .tm-cal-hero,
    .tm-cal-category-grid,
    .tm-cal-process,
    .tm-cal-form__grid {
        grid-template-columns: 1fr;
    }
    .tm-cal-hero {
        padding-top: 42px;
    }
    .tm-cal-hero__copy,
    .tm-cal-hero__panel,
    .tm-cal-form {
        padding: 24px;
        border-radius: 22px;
    }
    .tm-cal-form__actions {
        flex-direction: column;
    }
    .tm-cal-form__actions a,
    .tm-cal-form__actions button {
        width: 100%;
    }
}




/* =========================================================
   Calibration page light card correction
   - 진한색 카드 사용 금지 기준 반영
========================================================= */
.tm-cal-hero__panel {
    background: #ffffff !important;
    color: #0f172a !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .05) !important;
}
.tm-cal-hero__panel strong {
    color: #0f172a !important;
}
.tm-cal-hero__panel li {
    color: #475569 !important;
}




/* =========================================================
   Calibration page contact-section integration
   - 기존 문의하기 섹션 기능 사용
   - 진한색 카드 사용 금지
========================================================= */
.tm-calibration-page .tm-cal-hero__panel {
    background: #ffffff !important;
    color: #0f172a !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .05) !important;
}
.tm-calibration-page .tm-cal-hero__panel strong {
    color: #0f172a !important;
}
.tm-calibration-page .tm-cal-hero__panel li {
    color: #475569 !important;
}
.tm-cal-contact-page {
    padding: 52px 0 90px !important;
    border-top: 1px solid #e2e8f0;
}
.tm-cal-contact-page .tm-contact-page__inner {
    align-items: start;
}
.tm-calibration-contact-form select,
.tm-calibration-contact-form input,
.tm-calibration-contact-form textarea {
    font-family: inherit;
}



/* =========================================================
   Wandi gas quote rebuild
   - Tamtec bright style
   - no dark cards
   - existing inquiry form integration
========================================================= */
.tm-wandi-quote-page {
    background: #fff;
    color: #0f172a;
}
.tm-wandi-quote-page * {
    box-sizing: border-box;
}
.tm-wandi-quote-hero,
.tm-wandi-quote-guide {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}
.tm-wandi-quote-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    padding: 70px 0 42px;
    align-items: stretch;
}
.tm-wandi-quote-hero__copy,
.tm-wandi-quote-hero__check,
.tm-wandi-quote-guide__grid article {
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .05);
}
.tm-wandi-quote-hero__copy {
    padding: 42px;
    background: linear-gradient(135deg, #f8fafc 0%, #ecfdf5 100%);
}
.tm-wandi-quote-hero__copy p,
.tm-wandi-quote-guide .tm-section-head p {
    margin: 0 0 12px;
    color: var(--tm-point, #059669);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
}
.tm-wandi-quote-hero__copy h2,
.tm-wandi-quote-guide .tm-section-head h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.18;
    letter-spacing: -.05em;
}
.tm-wandi-quote-hero__copy span,
.tm-wandi-quote-guide .tm-section-head span {
    display: block;
    margin-top: 16px;
    color: #475569;
    font-size: 16px;
    line-height: 1.8;
    word-break: keep-all;
}
.tm-wandi-quote-hero__check {
    padding: 32px;
}
.tm-wandi-quote-hero__check strong {
    display: block;
    margin-bottom: 18px;
    color: #0f172a;
    font-size: 20px;
    font-weight: 900;
}
.tm-wandi-quote-hero__check ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.tm-wandi-quote-hero__check li {
    position: relative;
    padding-left: 18px;
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
}
.tm-wandi-quote-hero__check li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .65em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--tm-point, #059669);
}
.tm-wandi-quote-guide {
    padding: 52px 0;
    border-top: 1px solid #e2e8f0;
}
.tm-wandi-quote-guide .tm-section-head {
    max-width: 780px;
    margin-bottom: 26px;
}
.tm-wandi-quote-guide__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.tm-wandi-quote-guide__grid article {
    min-height: 210px;
    padding: 26px;
}
.tm-wandi-quote-guide__grid b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 28px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: #ecfdf5;
    color: var(--tm-point, #059669);
    font-size: 12px;
    font-weight: 900;
}
.tm-wandi-quote-guide__grid h3 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -.03em;
}
.tm-wandi-quote-guide__grid p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
}
.tm-wandi-quote-contact {
    padding: 52px 0 90px !important;
    border-top: 1px solid #e2e8f0;
}
.tm-wandi-quote-contact .tm-contact-page__inner {
    align-items: start;
}
.tm-wandi-gas-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 14px;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    background: #fff;
}
.tm-wandi-gas-options label {
    display: flex !important;
    align-items: center;
    gap: 8px !important;
    min-height: 34px;
    margin: 0;
    color: #334155;
    font-size: 13px;
    font-weight: 750;
}
.tm-wandi-gas-options input {
    width: 16px !important;
    height: 16px !important;
    min-height: 16px !important;
    margin: 0;
    accent-color: var(--tm-point, #059669);
}
.tm-wandi-gas-options span {
    font-size: 13px !important;
    color: #334155 !important;
    font-weight: 750 !important;
}
.tm-wandi-gas-help {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
}
.tm-wandi-gas-help.is-warning {
    color: #b45309;
}
@media (max-width: 1024px) {
    .tm-wandi-quote-hero,
    .tm-wandi-quote-guide__grid {
        grid-template-columns: 1fr;
    }
    .tm-wandi-gas-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 760px) {
    .tm-wandi-quote-hero,
    .tm-wandi-quote-guide {
        width: min(100% - 28px, 1180px);
    }
    .tm-wandi-quote-hero {
        padding-top: 42px;
    }
    .tm-wandi-quote-hero__copy,
    .tm-wandi-quote-hero__check,
    .tm-wandi-quote-guide__grid article {
        padding: 24px;
        border-radius: 22px;
    }
    .tm-wandi-gas-options {
        grid-template-columns: 1fr;
    }
}
