.hft-service-page {
    background: linear-gradient(180deg, #eef7f5 0, #f7faf9 420px, #ffffff 100%);
    color: #12312f;
}

.hft-service-hero {
    position: relative;
    overflow: hidden;
    padding: 74px 0 58px;
    background:
        radial-gradient(circle at 14% 20%, rgba(217, 154, 43, 0.18), transparent 28%),
        radial-gradient(circle at 86% 10%, rgba(73, 180, 174, 0.24), transparent 32%),
        linear-gradient(135deg, #12312f 0%, #1a6b65 58%, #49b4ae 100%);
}

.hft-service-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.4;
}

.hft-service-hero .container {
    position: relative;
    z-index: 1;
}

.hft-service-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 34px;
    align-items: center;
}

.hft-service-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 14px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 8px;
    background: rgba(255,255,255,0.12);
    color: #e4fffb;
    font-size: 13px;
    font-weight: 800;
}

.hft-service-hero-copy h1 {
    max-width: 760px;
    margin: 18px 0 14px;
    color: #fff;
    font-size: clamp(32px, 5vw, 58px);
    font-weight: 900;
    line-height: 1.12;
}

.hft-service-hero-copy p {
    max-width: 700px;
    margin: 0;
    color: rgba(255,255,255,0.82);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.9;
}

.hft-service-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.hft-service-primary,
.hft-service-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.hft-service-primary {
    background: #fff;
    color: #135d58;
}

.hft-service-secondary {
    border: 1px solid rgba(255,255,255,0.32);
    color: #fff;
}

.hft-service-hero-panel {
    padding: 24px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 8px;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.hft-service-hero-panel strong {
    display: block;
    color: #12312f;
    font-size: 18px;
    font-weight: 900;
}

.hft-service-hero-panel ul {
    display: grid;
    gap: 12px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.hft-service-hero-panel li {
    position: relative;
    padding-inline-start: 22px;
    color: #526260;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
}

.hft-service-hero-panel li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #49b4ae;
}

.hft-service-section {
    padding: 62px 0;
}

.hft-service-band {
    background: #f5f8f7;
}

.hft-section-heading {
    max-width: 760px;
    margin-bottom: 26px;
}

.hft-section-heading span {
    display: inline-flex;
    margin-bottom: 10px;
    color: #2f9f98;
    font-size: 13px;
    font-weight: 900;
}

.hft-section-heading h2 {
    margin: 0;
    color: #12312f;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 900;
    line-height: 1.35;
}

.hft-process-grid,
.hft-solution-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.hft-process-card,
.hft-solution-card {
    min-height: 210px;
    padding: 22px;
    border: 1px solid #dbe8e6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(19, 93, 88, 0.08);
}

.hft-process-card span {
    display: inline-flex;
    color: #d99a2b;
    font-size: 28px;
    font-weight: 900;
}

.hft-process-card h3,
.hft-solution-card h3 {
    margin: 14px 0 10px;
    color: #12312f;
    font-size: 18px;
    font-weight: 900;
}

.hft-process-card p,
.hft-solution-card p {
    margin: 0;
    color: #64706f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
}

.hft-solution-card i {
    display: inline-flex;
    color: #2f9f98;
}

.hft-service-split {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 34px;
    align-items: start;
}

.hft-service-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.hft-service-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 12px 14px;
    border: 1px solid #dbe8e6;
    border-radius: 8px;
    background: #fff;
    color: #12312f;
    font-size: 14px;
    font-weight: 800;
}

.hft-service-list-item i {
    flex: 0 0 auto;
    color: #2f9f98;
}

.hft-focus-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hft-focus-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid #cfe4e1;
    border-radius: 8px;
    background: #fff;
    color: #135d58;
    font-size: 13px;
    font-weight: 900;
}

@media (max-width: 991px) {
    .hft-service-hero {
        padding: 52px 0 42px;
    }

    .hft-service-hero-grid,
    .hft-service-split {
        grid-template-columns: 1fr;
    }

    .hft-process-grid,
    .hft-solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .hft-service-hero-copy h1 {
        font-size: 30px;
    }

    .hft-service-hero-copy p {
        font-size: 14px;
    }

    .hft-process-grid,
    .hft-solution-grid,
    .hft-service-list {
        grid-template-columns: 1fr;
    }

    .hft-service-actions a {
        width: 100%;
    }
}

.hft-plan-page {
    background: linear-gradient(180deg, #eef7f5 0, #f7faf9 380px, #fff 100%);
    color: #12312f;
}

.hft-plan-hero {
    padding: 62px 0 46px;
    background:
        radial-gradient(circle at 18% 16%, rgba(217, 154, 43, 0.16), transparent 28%),
        linear-gradient(135deg, #12312f 0%, #1a6b65 58%, #49b4ae 100%);
}

.hft-plan-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 24px;
    align-items: end;
}

.hft-plan-hero h1 {
    max-width: 780px;
    margin: 18px 0 12px;
    color: #fff;
    font-size: clamp(32px, 4.4vw, 54px);
    font-weight: 900;
    line-height: 1.16;
}

.hft-plan-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,0.82);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.9;
}

.hft-plan-stat {
    min-height: 132px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    background: rgba(255,255,255,0.13);
    color: #fff;
}

.hft-plan-stat strong {
    display: block;
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
}

.hft-plan-stat span {
    display: block;
    margin-top: 12px;
    color: rgba(255,255,255,0.78);
    font-size: 13px;
    font-weight: 800;
}

.hft-plan-body {
    padding: 34px 0 72px;
}

.hft-plan-filters {
    padding: 16px;
    border: 1px solid #dbe8e6;
    border-radius: 8px;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 10px 30px rgba(19, 93, 88, 0.08);
}

.hft-plan-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.hft-plan-filter-head span,
.hft-plan-filter-head small {
    display: block;
}

.hft-plan-filter-head span {
    color: #12312f;
    font-size: 16px;
    font-weight: 900;
}

.hft-plan-filter-head small {
    margin-top: 4px;
    color: #64706f;
    font-size: 12px;
    font-weight: 800;
}

.hft-plan-filter-head a {
    color: #b45309;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.hft-plan-filter-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.55fr) minmax(280px, 1fr);
    gap: 12px;
}

.hft-plan-filter-grid .form-control {
    min-height: 46px;
    border-color: #dbe8e6;
    border-radius: 8px;
    font-weight: 700;
}

.hft-plan-search {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hft-plan-search input {
    flex: 1;
}

.hft-plan-search button {
    min-height: 46px;
    padding: 10px 18px;
    border: 0;
    border-radius: 8px;
    background: #135d58;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.hft-plan-table-wrap {
    margin-top: 18px;
    overflow: hidden;
    border: 1px solid #dbe8e6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(19, 93, 88, 0.08);
}

.hft-plan-sample-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid rgba(217, 154, 43, 0.28);
    border-radius: 8px;
    background: #fff8eb;
    color: #8a5a12;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.7;
}

.hft-plan-sample-note i {
    flex: 0 0 auto;
}

.hft-plan-table {
    margin: 0;
    min-width: 980px;
}

.hft-plan-table thead {
    background: #135d58;
    color: #fff;
}

.hft-plan-table th,
.hft-plan-table td {
    padding: 14px 12px !important;
    border-color: #dbe8e6 !important;
    vertical-align: middle !important;
    font-size: 13px;
}

.hft-plan-table tbody tr:nth-child(even) {
    background: #f7fbfa;
}

.hft-plan-sample-row {
    background: #fffcf6;
}

.hft-plan-sample-row td {
    color: #53615f;
}

.hft-plan-course-title {
    min-width: 220px;
    color: #12312f;
    font-weight: 900;
}

.hft-plan-sample-badge {
    display: inline-flex;
    align-items: center;
    margin-inline-end: 8px;
    padding: 3px 8px;
    border-radius: 8px;
    background: #fff1d6;
    color: #9a640f;
    font-size: 11px;
    font-weight: 900;
}

.hft-plan-old-price {
    display: inline-block;
    margin-inline-end: 6px;
    color: #b91c1c;
    font-size: 12px;
    font-weight: 800;
    text-decoration: line-through;
}

.hft-plan-details {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 12px;
    border-radius: 8px;
    background: #2f9f98;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.hft-plan-example-details {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 10px;
    border-radius: 8px;
    background: #edf8f6;
    color: #135d58;
    font-size: 12px;
    font-weight: 900;
}

.hft-plan-empty {
    padding: 34px !important;
    color: #64706f;
    text-align: center;
    font-weight: 800;
}

.hft-plan-pagination {
    margin-top: 26px;
}

@media (max-width: 991px) {
    .hft-plan-hero-grid,
    .hft-plan-filter-grid {
        grid-template-columns: 1fr;
    }

    .hft-plan-stat {
        min-height: 96px;
    }
}

@media (max-width: 575px) {
    .hft-plan-hero {
        padding: 42px 0 34px;
    }

    .hft-plan-search {
        flex-direction: column;
        align-items: stretch;
    }

    .hft-plan-filter-head {
        align-items: flex-start;
        flex-direction: column;
    }
}

.hft-course-detail-page {
    background: linear-gradient(180deg, #eef7f5 0, #f7faf9 420px, #fff 100%);
    color: #12312f;
}

.hft-course-detail-hero {
    padding: 66px 0 52px;
    background:
        radial-gradient(circle at 12% 22%, rgba(217, 154, 43, 0.16), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(73, 180, 174, 0.22), transparent 30%),
        linear-gradient(135deg, #12312f 0%, #1a6b65 58%, #49b4ae 100%);
}

.hft-course-detail-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
    gap: 32px;
    align-items: center;
}

.hft-course-detail-copy h1 {
    max-width: 840px;
    margin: 18px 0 14px;
    color: #fff;
    font-size: clamp(32px, 4.8vw, 58px);
    font-weight: 900;
    line-height: 1.14;
}

.hft-course-detail-copy p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,0.84);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.9;
}

.hft-course-detail-copy p * {
    color: inherit !important;
}

.hft-course-detail-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 620px;
    margin-top: 28px;
}

.hft-course-detail-stats span {
    min-height: 78px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 8px;
    background: rgba(255,255,255,0.12);
    color: #fff;
}

.hft-course-detail-stats strong,
.hft-course-detail-stats small {
    display: block;
}

.hft-course-detail-stats strong {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.hft-course-detail-stats small {
    margin-top: 8px;
    color: rgba(255,255,255,0.78);
    font-size: 12px;
    font-weight: 800;
}

.hft-course-detail-panel {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.hft-course-detail-panel img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.hft-course-panel-body {
    padding: 18px;
}

.hft-course-panel-body strong {
    display: block;
    color: #12312f;
    font-size: 17px;
    font-weight: 900;
}

.hft-course-panel-body ul {
    display: grid;
    gap: 8px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    color: #64706f;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.7;
}

.hft-course-detail-body {
    padding: 36px 0 72px;
}

.hft-course-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 24px;
    align-items: start;
}

.hft-course-main {
    display: grid;
    gap: 18px;
}

.hft-course-card,
.hft-course-side-card {
    border: 1px solid #dbe8e6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(19, 93, 88, 0.08);
}

.hft-course-card {
    padding: 22px;
}

.hft-course-section-head {
    margin-bottom: 18px;
}

.hft-course-section-head span {
    display: inline-flex;
    margin-bottom: 8px;
    color: #2f9f98;
    font-size: 13px;
    font-weight: 900;
}

.hft-course-section-head h2 {
    margin: 0;
    color: #12312f;
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 900;
    line-height: 1.35;
}

.hft-course-accordion {
    display: grid;
    gap: 10px;
}

.hft-course-accordion details {
    border: 1px solid #dbe8e6;
    border-radius: 8px;
    background: #f9fcfb;
}

.hft-course-accordion summary {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 16px;
    color: #12312f;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
}

.hft-course-accordion summary::marker {
    content: "";
}

.hft-course-accordion summary span {
    color: #d99a2b;
    font-weight: 900;
}

.hft-course-accordion details > div {
    padding: 0 16px 16px;
    color: #64706f;
    font-size: 14px;
    line-height: 1.9;
}

.hft-schedule-list {
    display: grid;
    gap: 12px;
}

.hft-schedule-card {
    display: grid;
    grid-template-columns: 44px minmax(170px, 1.1fr) minmax(160px, 0.9fr) minmax(100px, 0.55fr) 100px;
    gap: 12px;
    align-items: center;
    min-height: 92px;
    padding: 14px;
    border: 1px solid #dbe8e6;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.hft-schedule-card:hover,
.hft-schedule-card:has(input:checked) {
    border-color: #2f9f98;
    box-shadow: 0 14px 36px rgba(19, 93, 88, 0.12);
    transform: translateY(-1px);
}

.hft-schedule-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.hft-schedule-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #e7f7f5;
    color: #135d58;
    font-weight: 900;
}

.hft-schedule-info strong,
.hft-schedule-info small,
.hft-schedule-meta b {
    display: block;
}

.hft-schedule-info strong {
    color: #12312f;
    font-size: 15px;
    font-weight: 900;
}

.hft-schedule-info small,
.hft-schedule-meta {
    color: #64706f;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.7;
}

.hft-schedule-meta b {
    color: #12312f;
    font-size: 11px;
}

.hft-schedule-price {
    justify-self: end;
    color: #135d58;
    font-size: 18px;
    font-weight: 900;
}

.hft-schedule-price del {
    display: block;
    color: #b91c1c;
    font-size: 12px;
}

.hft-schedule-card.is-disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.hft-course-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 18px;
}

.hft-course-register {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 22px;
    border: 0;
    border-radius: 8px;
    background: #135d58;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.hft-course-register.is-disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.hft-course-note,
.hft-course-empty {
    color: #64706f;
    font-size: 14px;
    font-weight: 800;
}

.hft-course-empty {
    padding: 28px;
    text-align: center;
}

.hft-course-side {
    position: sticky;
    top: 18px;
}

.hft-course-side-card {
    padding: 20px;
}

.hft-course-side-card > span {
    display: block;
    color: #12312f;
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 16px;
}

.hft-course-side-card dl,
.hft-course-side-card div {
    margin: 0;
}

.hft-course-side-card dl {
    display: grid;
    gap: 12px;
}

.hft-course-side-card dl div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #edf3f2;
}

.hft-course-side-card dt {
    color: #64706f;
    font-size: 12px;
    font-weight: 800;
}

.hft-course-side-card dd {
    margin: 0;
    color: #12312f;
    font-size: 13px;
    font-weight: 900;
    text-align: end;
}

@media (max-width: 991px) {
    .hft-course-detail-hero-grid,
    .hft-course-detail-layout {
        grid-template-columns: 1fr;
    }

    .hft-course-side {
        position: static;
    }

    .hft-schedule-card {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .hft-schedule-meta,
    .hft-schedule-price {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 575px) {
    .hft-course-detail-hero {
        padding: 42px 0 34px;
    }

    .hft-course-detail-stats {
        grid-template-columns: 1fr;
    }

    .hft-course-card {
        padding: 16px;
    }

    .hft-course-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hft-course-register {
        width: 100%;
    }
}

.hft-consult-page {
    background: linear-gradient(180deg, #eef7f5 0, #f7faf9 420px, #fff 100%);
    color: #12312f;
}

.hft-consult-hero {
    padding: 66px 0 52px;
    background:
        radial-gradient(circle at 14% 18%, rgba(217, 154, 43, 0.17), transparent 28%),
        radial-gradient(circle at 88% 10%, rgba(73, 180, 174, 0.22), transparent 31%),
        linear-gradient(135deg, #12312f 0%, #1a6b65 58%, #49b4ae 100%);
}

.hft-consult-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
    gap: 34px;
    align-items: center;
}

.hft-consult-copy h1 {
    max-width: 840px;
    margin: 18px 0 14px;
    color: #fff;
    font-size: clamp(32px, 4.8vw, 58px);
    font-weight: 900;
    line-height: 1.14;
}

.hft-consult-copy p {
    max-width: 740px;
    margin: 0;
    color: rgba(255,255,255,0.84);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.9;
}

.hft-consult-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.hft-consult-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 9px 12px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.hft-consult-panel {
    padding: 24px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 8px;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.hft-consult-panel strong {
    display: block;
    color: #12312f;
    font-size: 18px;
    font-weight: 900;
}

.hft-consult-panel ol {
    display: grid;
    gap: 12px;
    margin: 16px 0 0;
    padding-inline-start: 22px;
    color: #526260;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.8;
}

.hft-consult-body {
    padding: 38px 0 76px;
}

.hft-consult-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.hft-consult-info,
.hft-consult-form-card {
    border: 1px solid #dbe8e6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(19, 93, 88, 0.08);
}

.hft-consult-info {
    padding: 24px;
    position: sticky;
    top: 18px;
}

.hft-consult-info span {
    display: inline-flex;
    margin-bottom: 10px;
    color: #2f9f98;
    font-size: 13px;
    font-weight: 900;
}

.hft-consult-info h2 {
    margin: 0;
    color: #12312f;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 900;
    line-height: 1.35;
}

.hft-consult-info p {
    margin: 14px 0 0;
    color: #64706f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.9;
}

.hft-consult-form-card {
    padding: 24px;
}

.hft-consult-alert {
    margin-bottom: 16px;
    padding: 13px 15px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 900;
}

.hft-consult-alert.is-success {
    border: 1px solid #b9e4d7;
    background: #edf9f5;
    color: #136b4f;
}

.hft-consult-alert.is-error {
    border: 1px solid #fecaca;
    background: #fff5f5;
    color: #b91c1c;
}

.hft-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.hft-form-grid label {
    display: grid;
    gap: 8px;
    margin: 0;
}

.hft-form-grid label span {
    color: #12312f;
    font-size: 13px;
    font-weight: 900;
}

.hft-form-grid input,
.hft-form-grid textarea {
    width: 100%;
    border: 1px solid #dbe8e6;
    border-radius: 8px;
    background: #fff;
    color: #12312f;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.hft-form-grid input {
    min-height: 48px;
    padding: 10px 13px;
}

.hft-form-grid textarea {
    resize: vertical;
    min-height: 150px;
    padding: 13px;
    line-height: 1.8;
}

.hft-form-grid input:focus,
.hft-form-grid textarea:focus {
    border-color: #2f9f98;
    box-shadow: 0 0 0 3px rgba(73, 180, 174, 0.14);
}

.hft-form-grid .is-invalid {
    border-color: #dc2626;
}

.hft-form-grid small {
    color: #dc2626;
    font-size: 12px;
    font-weight: 800;
}

.hft-form-full {
    grid-column: 1 / -1;
}

.hft-consult-submit {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.hft-consult-submit button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 11px 22px;
    border: 0;
    border-radius: 8px;
    background: #135d58;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.hft-consult-submit button:hover {
    background: #0f4f4a;
}

@media (max-width: 991px) {
    .hft-consult-hero-grid,
    .hft-consult-layout {
        grid-template-columns: 1fr;
    }

    .hft-consult-info {
        position: static;
    }
}

@media (max-width: 575px) {
    .hft-consult-hero {
        padding: 42px 0 34px;
    }

    .hft-form-grid {
        grid-template-columns: 1fr;
    }

    .hft-consult-form-card,
    .hft-consult-info,
    .hft-consult-panel {
        padding: 18px;
    }

    .hft-consult-submit button {
        width: 100%;
    }
}
