@font-face {
    font-family: "IRANSans";
    src: url("../fonts/iransans/IRANSansWeb.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANSans";
    src: url("../fonts/iransans/IRANSansWeb_Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANSans";
    src: url("../fonts/iransans/IRANSansWeb_Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --hc-bg: #f3f7fc;
    --hc-surface: #ffffff;
    --hc-ink: #10233f;
    --hc-muted: #667085;
    --hc-line: #dce6f2;
    --hc-primary: #1558a8;
    --hc-primary-dark: #0d3f7d;
    --hc-primary-soft: #eaf3ff;
    --hc-accent: #e81828;
    --hc-accent-soft: #fff1f2;
    --hc-success: #126e6a;
    --hc-success-soft: #e9fbf8;
    --hc-warning: #b54708;
    --hc-warning-soft: #fff6e8;
    --hc-danger: #d7192a;
    --hc-danger-soft: #fef2f2;
    --hc-sidebar: #0d2d57;
}

* {
    letter-spacing: 0;
}

body {
    min-height: 100vh;
    background: var(--hc-bg);
    color: var(--hc-ink);
    font-family: "IRANSans";
    font-size: calc(0.94rem + 0px);
    line-height: 1.85;
}

body,
body :where(:not(.fa):not(.fa-solid):not(.fa-regular):not(.fa-brands):not(.fas):not(.far):not(.fab):not([class^="fa-"]):not([class*=" fa-"])) {
    font-family: "IRANSans" !important;
}

button,
input,
textarea,
select,
table {
    font-family: "IRANSans" !important;
}

a {
    text-decoration: none;
}

.text-muted {
    color: var(--hc-muted) !important;
}

.hc-public {
    background:
        linear-gradient(180deg, #ffffff 0%, #f7fbff 45%, #eef4fb 100%);
}

.hc-navbar {
    border-bottom: 1px solid rgba(229, 231, 235, 0.9);
    background: rgba(255, 255, 255, 0.96);
}

.hc-hero {
    padding: 56px 0 34px;
}

.hc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--hc-success);
    background: var(--hc-success-soft);
    border: 1px solid #b9d7f7;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: calc(0.8rem + 0px);
    font-weight: 500;
}

.hc-logo-word {
    width: 118px;
    max-width: 34vw;
    height: auto;
    display: block;
}

.hc-title {
    font-size: calc(2rem + 0px);
    font-weight: 700;
    line-height: 1.55;
    color: #111827;
}

.hc-subtitle {
    font-size: calc(1rem + 0px);
    color: var(--hc-muted);
    max-width: 720px;
}

.hc-section-title {
    font-size: calc(1.32rem + 0px);
    font-weight: 700;
}

.hc-surface,
.hc-card {
    background: var(--hc-surface);
    border: 1px solid var(--hc-line);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

.hc-card {
    padding: 18px;
}

.hc-stat {
    min-height: 104px;
}

.hc-stat strong {
    display: block;
    font-size: calc(1.45rem + 0px);
    line-height: 1.4;
}

.hc-public-hero {
    padding: 58px 0 28px;
    background: #ffffff;
    border-bottom: 1px solid var(--hc-line);
}

.hc-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 28px;
    align-items: center;
}

.hc-hero-copy {
    max-width: 780px;
}

.hc-hero-visual {
    position: relative;
    display: grid;
    gap: 12px;
    padding: 18px;
    background: #f8fbff;
    border: 1px solid var(--hc-line);
    border-radius: 8px;
}

.hc-visual-line {
    position: absolute;
    inset-block: 35px 35px;
    inset-inline-start: 39px;
    width: 2px;
    background: var(--hc-line);
}

.hc-visual-node {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 9px 10px;
    background: #ffffff;
    border: 1px solid var(--hc-line);
    border-radius: 8px;
}

.hc-visual-node i {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    color: var(--hc-primary);
    background: var(--hc-primary-soft);
}

.hc-visual-node.is-active {
    border-color: #b9d7f7;
}

.hc-metrics-band {
    padding: 18px 0;
    background: #f7fbff;
}

.hc-metric {
    min-height: 88px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid var(--hc-line);
    border-radius: 8px;
}

.hc-metric span {
    display: block;
    color: var(--hc-muted);
    font-size: calc(0.82rem + 0px);
}

.hc-metric strong {
    display: block;
    margin-top: 4px;
    font-size: calc(1.35rem + 0px);
}

.hc-section {
    padding: 48px 0;
}

.hc-section-tint {
    background: #f7fbff;
    border-block: 1px solid var(--hc-line);
}

.hc-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.hc-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.hc-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    padding: 0;
    color: var(--hc-ink);
    background: #ffffff;
    border: 1px solid var(--hc-line);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hc-product-card:hover {
    border-color: #b9d7f7;
    box-shadow: 0 18px 38px rgba(16, 35, 63, 0.09);
    transform: translateY(-2px);
}

.hc-product-card-media {
    position: relative;
    margin: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f6f9fd;
    border-bottom: 1px solid var(--hc-line);
}

.hc-product-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.hc-product-card:hover .hc-product-card-media img {
    transform: scale(1.025);
}

.hc-product-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px 16px 46px;
}

.hc-product-card-icon,
.hc-product-visual-icon {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: var(--hc-primary-soft);
    color: var(--hc-primary);
    flex: 0 0 48px;
}

.hc-product-card-icon.success,
.hc-product-visual-icon.success {
    background: var(--hc-success-soft);
    color: var(--hc-success);
}

.hc-product-card-icon.accent,
.hc-product-visual-icon.accent {
    background: var(--hc-accent-soft);
    color: var(--hc-accent);
}

.hc-product-card-body span {
    display: block;
    color: var(--hc-muted);
    font-size: calc(0.76rem + 0px);
    direction: ltr;
    text-align: right;
}

.hc-product-card h2,
.hc-product-card h3 {
    margin: 6px 0 8px;
    font-size: calc(1.05rem + 0px);
    font-weight: 700;
}

.hc-product-card p {
    margin: 0;
    color: var(--hc-muted);
    font-size: calc(0.84rem + 0px);
}

.hc-card-arrow {
    position: absolute;
    inset-inline-start: 16px;
    inset-block-end: 16px;
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: var(--hc-primary);
    background: var(--hc-primary-soft);
    border-radius: 999px;
}

.hc-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.hc-keywords em {
    padding: 4px 8px;
    border-radius: 999px;
    background: #f3f7fc;
    color: var(--hc-muted);
    font-size: calc(0.74rem + 0px);
    font-style: normal;
}

.hc-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.hc-process-step {
    min-height: 172px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid var(--hc-line);
    border-radius: 8px;
}

.hc-process-step i {
    color: var(--hc-primary);
    font-size: calc(1.25rem + 0px);
}

.hc-process-step h3 {
    margin: 12px 0 7px;
    font-size: calc(1rem + 0px);
    font-weight: 700;
}

.hc-process-step p {
    margin: 0;
    color: var(--hc-muted);
    font-size: calc(0.84rem + 0px);
}

.hc-form-panel,
.hc-content-block,
.hc-spec-panel,
.hc-contact-info {
    padding: 18px;
    background: #ffffff;
    border: 1px solid var(--hc-line);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.04);
}

.hc-page-hero,
.hc-product-hero {
    padding: 42px 0;
    background: #ffffff;
    border-bottom: 1px solid var(--hc-line);
}

.hc-page-hero-inner {
    max-width: 760px;
}

.hc-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: var(--hc-muted);
    font-size: calc(0.82rem + 0px);
}

.hc-breadcrumb a {
    color: var(--hc-muted);
}

.hc-product-visual {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    background: #f8fbff;
    border: 1px solid var(--hc-line);
    border-radius: 8px;
}

.hc-product-visual-photo {
    display: grid;
    gap: 14px;
    overflow: hidden;
    padding: 0;
    background: #ffffff;
}

.hc-product-visual-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    background: #f6f9fd;
    border-bottom: 1px solid var(--hc-line);
}

.hc-product-visual-photo div {
    padding: 0 18px 18px;
}

.hc-product-visual strong,
.hc-product-visual span {
    display: block;
}

.hc-product-visual span {
    color: var(--hc-muted);
    font-size: calc(0.82rem + 0px);
}

.hc-content-block h2,
.hc-spec-panel h2,
.hc-contact-info h2 {
    margin-bottom: 14px;
    font-size: calc(1.05rem + 0px);
    font-weight: 700;
}

.hc-feature-list {
    display: grid;
    gap: 10px;
}

.hc-feature-list div,
.hc-contact-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.hc-feature-list i,
.hc-contact-row i {
    margin-top: 7px;
    color: var(--hc-success);
}

.hc-spec-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid var(--hc-line);
}

.hc-spec-row:last-child {
    border-bottom: 0;
}

.hc-spec-row span {
    color: var(--hc-muted);
}

.hc-spec-row strong {
    text-align: left;
}

.hc-related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.hc-related-link {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 64px;
    padding: 14px;
    color: var(--hc-ink);
    background: #ffffff;
    border: 1px solid var(--hc-line);
    border-radius: 8px;
}

.hc-related-link i {
    color: var(--hc-primary);
}

.hc-public-footer {
    padding: 28px 0;
    background: #ffffff;
    border-top: 1px solid var(--hc-line);
}

.hc-footer-logo {
    width: 130px;
    height: auto;
}

.hc-panel {
    display: flex;
    min-height: 100vh;
}

.hc-sidebar {
    width: 280px;
    flex: 0 0 280px;
    color: #e5edf8;
    background: var(--hc-sidebar);
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 18px;
}

.hc-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 8px 20px;
    color: #ffffff;
    font-weight: 700;
}

.hc-brand-mark {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #ffffff;
    color: var(--hc-primary);
    overflow: hidden;
}

.hc-brand-logo {
    width: 132px;
    max-width: 100%;
    height: auto;
    display: block;
    background: #ffffff;
    border-radius: 8px;
    padding: 7px 9px;
}

.hc-menu {
    display: grid;
    gap: 7px;
}

.hc-menu a,
.hc-menu button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border: 0;
    border-radius: 8px;
    color: #cbd5e1;
    background: transparent;
    padding: 10px 12px;
    text-align: right;
}

.hc-menu a.active,
.hc-menu a:hover,
.hc-menu button:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.11);
}

.hc-content {
    flex: 1;
    min-width: 0;
}

.hc-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 72px;
    padding: 16px 24px;
    background: #ffffff;
    border-bottom: 1px solid var(--hc-line);
}

.hc-page {
    padding: 24px;
}

.hc-topbar-title {
    min-width: 0;
    flex: 1;
}

.hc-page-title {
    font-size: calc(1.28rem + 0px);
    font-weight: 700;
    margin: 0;
}

.hc-small {
    font-size: calc(0.82rem + 0px);
}

.hc-table {
    vertical-align: middle;
}

.hc-table th {
    color: var(--hc-muted);
    font-weight: 500;
    white-space: nowrap;
}

.hc-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: calc(0.78rem + 0px);
    font-weight: 500;
    background: var(--hc-primary-soft);
    color: var(--hc-primary);
}

.hc-badge.success {
    background: var(--hc-success-soft);
    color: var(--hc-success);
}

.hc-badge.warning {
    background: var(--hc-warning-soft);
    color: var(--hc-warning);
}

.hc-badge.danger {
    background: var(--hc-danger-soft);
    color: var(--hc-danger);
}

.hc-table tbody tr.is-cancelled > * {
    background: var(--hc-danger-soft);
    color: #7f1d1d;
}

.hc-table tbody tr.is-cancelled .btn {
    background: #ffffff;
    border-color: #f1a7ad;
    color: var(--hc-danger);
}

.hc-mobile-card.is-cancelled {
    background: var(--hc-danger-soft);
    border-color: #f1a7ad;
}

.hc-mobile-card.is-cancelled .hc-order-number {
    color: #7f1d1d;
}

.hc-timeline {
    display: grid;
    gap: 12px;
}

.hc-timeline-item {
    border-inline-start: 3px solid var(--hc-primary);
    padding: 6px 14px;
}

.hc-pipeline {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(290px, 1fr);
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.hc-pipeline-column {
    background: #f9fafb;
    border: 1px solid var(--hc-line);
    border-radius: 8px;
    min-height: 420px;
}

.hc-pipeline-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 14px;
    border-bottom: 1px solid var(--hc-line);
    background: #ffffff;
    border-radius: 8px 8px 0 0;
}

.hc-pipeline-head h3 {
    margin: 0;
    font-size: calc(0.98rem + 0px);
    font-weight: 700;
}

.hc-pipeline-head span,
.hc-pipeline-head a {
    font-size: calc(0.78rem + 0px);
}

.hc-pipeline-body {
    display: grid;
    gap: 10px;
    padding: 12px;
}

.hc-order-tile {
    background: #ffffff;
    border: 1px solid var(--hc-line);
    border-radius: 8px;
    padding: 12px;
}

.hc-empty-stage {
    min-height: 160px;
    display: grid;
    place-items: center;
    gap: 8px;
    color: var(--hc-muted);
    font-size: calc(0.84rem + 0px);
}

.hc-stepper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    gap: 8px;
}

.hc-step {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid var(--hc-line);
    color: var(--hc-muted);
    background: #ffffff;
}

.hc-step span {
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f3f4f6;
    font-size: calc(0.75rem + 0px);
    flex: 0 0 26px;
}

.hc-step strong {
    font-size: calc(0.78rem + 0px);
    font-weight: 500;
}

.hc-step.done {
    border-color: #b9d7f7;
    color: var(--hc-success);
    background: var(--hc-success-soft);
}

.hc-step.current {
    border-color: #b7d6fb;
    color: var(--hc-primary);
    background: var(--hc-primary-soft);
}

.hc-action-card {
    height: 100%;
    padding: 14px;
    border: 1px solid var(--hc-line);
    border-radius: 8px;
    background: #ffffff;
}

.hc-action-card > .d-flex i {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--hc-primary-soft);
    color: var(--hc-primary);
    flex: 0 0 40px;
}

.form-control,
.form-select,
.btn {
    border-radius: 8px;
    font-size: calc(0.92rem + 0px);
}

.hc-otp-input {
    text-align: center;
    font-size: calc(1.55rem + 0px);
    font-weight: 700;
    min-height: 54px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    white-space: nowrap;
}

.btn-primary {
    background: var(--hc-primary);
    border-color: var(--hc-primary);
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--hc-primary-dark);
    border-color: var(--hc-primary-dark);
}

.btn-success {
    background: var(--hc-success);
    border-color: var(--hc-success);
}

.btn-accent {
    background: var(--hc-accent);
    border-color: var(--hc-accent);
    color: #ffffff;
}

.btn-accent:hover,
.btn-accent:focus {
    background: #bd1422;
    border-color: #bd1422;
    color: #ffffff;
}

.hc-user-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    background: linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
}

.hc-user-hero h2 {
    font-size: calc(1.2rem + 0px);
    font-weight: 700;
    margin: 0;
}

.hc-action-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hc-mini-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.hc-mini-stat {
    border: 1px solid var(--hc-line);
    border-radius: 8px;
    padding: 12px;
    background: #ffffff;
    min-height: 82px;
}

.hc-mini-stat span {
    display: block;
    color: var(--hc-muted);
    font-size: calc(0.76rem + 0px);
}

.hc-mini-stat strong {
    display: block;
    margin-top: 4px;
    font-size: calc(1rem + 0px);
}

.hc-mobile-list {
    display: none;
}

.hc-order-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.hc-order-number {
    direction: ltr;
    unicode-bidi: plaintext;
    white-space: nowrap;
    color: var(--hc-ink);
}

.hc-list-toolbar p {
    min-width: 0;
}

.hc-auth {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
    background: #f8fafc;
}

.hc-auth-box {
    width: min(100%, 460px);
}

.hc-auth-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 460px);
    gap: 18px;
    width: min(100%, 980px);
    align-items: stretch;
}

.hc-auth-aside,
.hc-auth-card {
    background: #ffffff;
    border: 1px solid var(--hc-line);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

.hc-auth-aside {
    display: grid;
    align-content: center;
    padding: 28px;
}

.hc-auth-aside h1 {
    margin: 16px 0 10px;
    font-size: calc(1.45rem + 0px);
    font-weight: 700;
}

.hc-auth-aside p {
    margin: 0;
    color: var(--hc-muted);
}

.hc-auth-card {
    padding: 22px;
}

.hc-mobile-toggle {
    display: none;
}

.hc-sidebar-backdrop {
    display: none;
}

@media (max-width: 991.98px) {
    .hc-panel {
        display: block;
    }

    .hc-sidebar {
        position: fixed;
        z-index: 1040;
        inset-block: 0;
        inset-inline-start: 0;
        transform: translateX(100%);
        transition: transform 180ms ease;
    }

    body.hc-sidebar-open .hc-sidebar {
        transform: translateX(0);
    }

    .hc-sidebar-backdrop {
        position: fixed;
        inset: 0;
        z-index: 1030;
        background: rgba(15, 23, 42, 0.35);
    }

    body.hc-sidebar-open .hc-sidebar-backdrop {
        display: block;
    }

    .hc-mobile-toggle {
        display: inline-flex;
    }

    .hc-topbar,
    .hc-page {
        padding-inline: 16px;
    }

    .hc-hero {
        padding-top: 34px;
    }

    .hc-title {
        font-size: calc(1.55rem + 0px);
    }

    .hc-hero-layout,
    .hc-product-grid,
    .hc-process-grid {
        grid-template-columns: 1fr;
    }

    .hc-section-head {
        align-items: stretch;
        flex-direction: column;
    }

    .hc-related-grid {
        grid-template-columns: 1fr;
    }

    .hc-auth-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    body {
        font-size: calc(0.9rem + 0px);
    }

    .hc-topbar {
        display: grid;
        grid-template-columns: 46px minmax(0, 1fr) 46px;
        align-items: center;
        min-height: 68px;
        padding: 10px 14px;
    }

    .hc-topbar .hc-mobile-toggle,
    .hc-topbar > a.btn {
        width: 46px;
        min-width: 46px;
        height: 46px;
        padding: 0;
    }

    .hc-topbar .btn-label,
    .hc-mobile-hide-label {
        display: none;
    }

    .hc-page-title {
        font-size: calc(1rem + 0px);
        line-height: 1.45;
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .hc-topbar .text-muted {
        font-size: calc(0.72rem + 0px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

    .hc-page {
        padding: 14px;
    }

    .hc-card,
    .hc-surface {
        box-shadow: 0 10px 22px rgba(16, 35, 63, 0.04);
    }

    .hc-card {
        padding: 14px;
    }

    .hc-section-title {
        font-size: calc(1.05rem + 0px);
    }

    .hc-user-hero {
        grid-template-columns: 1fr;
    }

    .hc-action-strip {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .hc-action-strip .btn {
        min-width: 0;
        padding-inline: 10px;
    }

    .hc-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hc-mobile-list {
        display: grid;
        gap: 10px;
    }

    .hc-mobile-card {
        border: 1px solid var(--hc-line);
        border-radius: 8px;
        padding: 12px;
        background: #ffffff;
    }

    .hc-mobile-card-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding-block: 5px;
    }

    .hc-mobile-card-row span:first-child {
        color: var(--hc-muted);
        font-size: calc(0.78rem + 0px);
    }

    .hc-order-card-head {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 7px;
    }

    .hc-order-card-head .hc-badge {
        width: fit-content;
        max-width: 100%;
    }

    .hc-order-number {
        font-size: calc(1rem + 0px);
    }

    .hc-list-toolbar {
        flex-direction: column;
        align-items: stretch !important;
    }

    .hc-list-toolbar .btn {
        width: 100%;
    }

    .hc-desktop-table {
        display: none;
    }

    .hc-public-hero,
    .hc-page-hero,
    .hc-product-hero {
        padding: 28px 0;
    }

    .hc-section {
        padding: 32px 0;
    }

    .hc-product-card {
        grid-template-columns: minmax(0, 1fr);
    }

    .hc-card-arrow {
        display: none;
    }

    .hc-hero-visual,
    .hc-form-panel,
    .hc-content-block,
    .hc-spec-panel,
    .hc-contact-info {
        padding: 14px;
    }

    .hc-spec-row {
        display: grid;
        gap: 4px;
    }

    .hc-spec-row strong {
        text-align: right;
    }

    .hc-auth {
        padding: 14px;
    }

    .hc-auth-aside,
    .hc-auth-card {
        padding: 16px;
    }

    .hc-auth-aside h1 {
        font-size: calc(1.15rem + 0px);
    }
}

/* === PROFESSIONAL LANDING PAGE REDESIGN === */

/* Navbar Transparency */
.hc-public .hc-navbar {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease;
}
.hc-public .hc-navbar * {
    color: #ffffff !important;
}
.hc-public .hc-navbar .btn-outline-primary {
    border-color: rgba(255,255,255,0.4) !important;
    background: rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(5px);
}
.hc-public .hc-navbar .btn-outline-primary:hover {
    background: #ffffff !important;
    color: #000000 !important;
}
.hc-public .hc-navbar.scrolled {
    background: rgba(10, 15, 25, 0.9) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* Hero Section with AI Background */
.landing-hero {
    position: relative;
    padding: 180px 0 120px;
    background: url('../images/ai/hero_bg.png') no-repeat center center;
    background-size: cover;
    color: #ffffff;
    overflow: hidden;
    margin-top: -77px; /* Pull up under transparent navbar */
}
.landing-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(5, 10, 20, 0.9) 0%, rgba(20, 40, 80, 0.6) 100%);
    z-index: 1;
}
.landing-hero .container {
    position: relative;
    z-index: 2;
}
.hero-glass-card {
    background: rgba(15, 25, 45, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.5);
    animation: float 6s ease-in-out infinite;
}
.hero-glass-card .hc-title {
    color: #ffffff;
    font-size: 3.5rem;
    text-shadow: 0 0 20px rgba(50, 150, 255, 0.5);
}
.hero-glass-card .hc-subtitle {
    color: #d1d5db;
    font-size: 1.2rem;
}
.btn-glow {
    background: linear-gradient(45deg, #f97316, #ef4444);
    border: none;
    color: white;
    box-shadow: 0 0 20px rgba(249, 115, 22, 0.5);
    transition: all 0.3s ease;
}
.btn-glow:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(249, 115, 22, 0.8);
    color: white;
}

/* Animations */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* Dark Industrial Sections */
.landing-section-dark {
    background: #0f172a;
    color: #e2e8f0;
    padding: 80px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.landing-section-dark .hc-section-title {
    color: #ffffff;
}
.landing-section-dark .hc-eyebrow {
    background: rgba(249, 115, 22, 0.2);
    color: #f97316;
    border-color: rgba(249, 115, 22, 0.3);
}

/* AI Process Background Section */
.landing-process {
    position: relative;
    padding: 100px 0;
    background: url('../images/ai/process_bg.png') no-repeat center center fixed;
    background-size: cover;
    color: #ffffff;
}
.landing-process::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10, 15, 30, 0.85);
}
.landing-process .container {
    position: relative;
    z-index: 2;
}

/* Glass Metrics & Process Cards */
.glass-metric, .glass-process {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, background 0.3s ease;
}
.glass-metric:hover, .glass-process:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
}
.glass-metric strong {
    font-size: 2.5rem;
    color: var(--hc-primary);
    text-shadow: 0 0 10px rgba(21, 88, 168, 0.5);
}
.glass-metric span {
    color: #94a3b8;
}
.glass-process i {
    font-size: 3rem;
    color: #f97316;
    margin-bottom: 15px;
    display: block;
}
.glass-process h3 {
    color: #ffffff;
    font-size: 1.25rem;
}
.glass-process p {
    color: #cbd5e1;
}

/* Products Grid Enhancements */
.dark-product-card {
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.dark-product-card:hover {
    border-color: var(--hc-primary);
    box-shadow: 0 10px 30px rgba(21, 88, 168, 0.2);
    transform: translateY(-5px);
}
.dark-product-card .hc-product-card-body {
    background: #1e293b;
    color: #f8fafc;
}
.dark-product-card h3 {
    color: #ffffff;
}
.dark-product-card p {
    color: #94a3b8;
}

/* === FOOTER & FORM FIXES === */
.hc-public-footer {
    background: #0f172a !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #94a3b8 !important;
}
.hc-public-footer .fw-bold {
    color: #ffffff !important;
}
.hc-public-footer a {
    color: #94a3b8 !important;
    transition: color 0.2s ease;
}
.hc-public-footer a:hover {
    color: var(--hc-primary) !important;
}
.hc-public-footer .text-muted {
    color: #94a3b8 !important;
}

.dark-form-wrapper .hc-form-panel {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #f8fafc !important;
    box-shadow: 0 25px 50px rgba(0,0,0,0.3) !important;
}
.dark-form-wrapper .form-label {
    color: #e2e8f0 !important;
}
.dark-form-wrapper .form-control, 
.dark-form-wrapper .form-select {
    background: rgba(15, 23, 42, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}
.dark-form-wrapper .form-control:focus, 
.dark-form-wrapper .form-select:focus {
    background: rgba(15, 23, 42, 0.8) !important;
    border-color: var(--hc-primary) !important;
    box-shadow: 0 0 0 0.25rem rgba(21, 88, 168, 0.25) !important;
    color: #ffffff !important;
}
.dark-form-wrapper .btn-outline-primary {
    border-color: var(--hc-primary) !important;
    color: var(--hc-primary) !important;
}
.dark-form-wrapper .btn-outline-primary:hover {
    background: var(--hc-primary) !important;
    color: #0f172a !important;
}

/* === MOBILE OVERFLOW FIX === */
body.hc-public {
    overflow-x: hidden;
}
.landing-hero, .landing-section-dark, .landing-process {
    overflow-x: hidden;
}

/* === STRICT MOBILE OVERFLOW FIX === */
html, body {
    overflow-x: hidden !important;
    width: 100%;
    position: relative;
}
