@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("./controllers/home.css?v=20260620-home-news-mobile-fix");
@import url("./controllers/vehicles.css");
@import url("./controllers/booking.css");
@import url("./controllers/errors.css");
@import url("./controllers/bang-gia.css?v=20260620-price-route-board-v5");
@import url("./controllers/tin-tuc.css?v=20260622-summary-toggle");
@import url("./controllers/lien-he.css?v=20260620-contact-modern");
@import url("./controllers/xe-ghep.css?v=20260619-proof-ui");
@import url("./controllers/thue-xe-co-tai.css");
@import url("./controllers/xe-hoa.css");
@import url("./controllers/lai-xe-ho.css");
@import url("./controllers/modern-template.css?v=20260620-service-related-light");

:root {
    --txqn-color-primary: #003b71;
    --txqn-color-primary-700: #002f5c;
    --txqn-color-primary-900: #001f3d;
    --txqn-color-accent: #ff7900;
    --txqn-color-accent-700: #e75f00;
    --txqn-color-blue: #1467dc;
    --txqn-color-green: #78a92d;
    --txqn-color-pink: #e4346c;
    --txqn-color-text: #13213a;
    --txqn-color-muted: #5f6f86;
    --txqn-color-line: #dce6f2;
    --txqn-color-soft: #f5f9ff;
    --txqn-color-white: #ffffff;
    --txqn-shadow-card: 0 16px 36px rgba(0, 38, 75, 0.12);
    --txqn-shadow-soft: 0 10px 24px rgba(0, 38, 75, 0.1);
    --txqn-radius-sm: 6px;
    --txqn-radius-md: 8px;
    --txqn-radius-lg: 12px;
    --txqn-container: 1180px;
    --txqn-header-height: 78px;
    --txqn-body-font-size: 18px;
    --txqn-body-line-height: 1.72;
    --txqn-eyebrow-font-size: 16px;
    --txqn-font-sans: "Manrope", "Be Vietnam Pro", Inter, Arial, Helvetica, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--txqn-color-text);
    background: var(--txqn-color-white);
    font-family: var(--txqn-font-sans);
    font-size: var(--txqn-body-font-size);
    line-height: var(--txqn-body-line-height);
}

img,
svg {
    display: block;
}

img {
    max-width: 100%;
}

svg {
    width: 1em;
    height: 1em;
}

.txqn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
    color: currentColor;
    font-size: 1em;
    line-height: 1;
}

.txqn-icon::before {
    display: block;
    line-height: 1;
}

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

button,
input,
select,
textarea {
    font: inherit;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

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

.txqn-section {
    padding: 38px 0;
}

.txqn-section-kicker {
    margin-bottom: 12px;
    color: var(--txqn-color-accent);
    font-size: var(--txqn-eyebrow-font-size);
    font-weight: 800;
    text-transform: uppercase;
}

.txqn-section-kicker--light {
    color: var(--txqn-color-white);
}

.txqn-section-heading {
    margin-bottom: 28px;
}

.txqn-section-heading--center {
    text-align: center;
}

.txqn-section-heading--dark {
    color: var(--txqn-color-white);
}

.txqn-section-heading__title {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    color: inherit;
    font-size: clamp(30px, 3.4vw, 46px);
    font-weight: 900;
    line-height: 1.16;
    text-transform: uppercase;
}

.txqn-section-heading__title::after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 52px;
    height: 3px;
    content: "";
    background: var(--txqn-color-accent);
    border-radius: 999px;
    transform: translateX(-50%);
}

.txqn-section-heading__description {
    max-width: 760px;
    margin: 22px auto 0;
    color: var(--txqn-color-muted);
    font-size: 17px;
    font-weight: 650;
    line-height: 1.72;
}

.txqn-section-heading--dark .txqn-section-heading__description {
    color: rgba(255, 255, 255, 0.76);
}

.txqn-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 22px;
    color: var(--txqn-color-white);
    border: 1px solid transparent;
    border-radius: var(--txqn-radius-md);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.txqn-button:hover {
    transform: translateY(-1px);
}

.txqn-button--accent {
    background: linear-gradient(180deg, #ff8e1d 0%, var(--txqn-color-accent) 100%);
    box-shadow: 0 10px 20px rgba(255, 121, 0, 0.28);
}

.txqn-button--blue {
    background: linear-gradient(180deg, #287ef4 0%, var(--txqn-color-blue) 100%);
    box-shadow: 0 10px 20px rgba(20, 103, 220, 0.24);
}

.txqn-button--light {
    color: var(--txqn-color-accent);
    background: var(--txqn-color-white);
}

.txqn-button--outline {
    min-height: 38px;
    color: var(--txqn-color-blue);
    background: var(--txqn-color-white);
    border-color: var(--txqn-color-blue);
}

.txqn-page {
    min-width: 320px;
}

.txqn-form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.txqn-submit-loading { position: fixed; inset: 0; z-index: 1000; display: grid; padding: 20px; place-items: center; background: rgba(0, 25, 50, .72); backdrop-filter: blur(8px); }
.txqn-submit-loading[hidden] { display: none; }
.txqn-submit-loading__panel { width: min(380px, 100%); padding: 30px; color: var(--txqn-color-primary-900); background: #fff; border-radius: 8px; box-shadow: 0 26px 70px rgba(0, 20, 42, .28); text-align: center; }
.txqn-submit-loading__panel strong { display: block; margin-top: 16px; font-size: 20px; }
.txqn-submit-loading__panel p { margin: 8px 0 0; color: var(--txqn-color-muted); font-size: 15px; }
.txqn-submit-loading__spinner { display: block; width: 48px; height: 48px; margin: 0 auto; border: 4px solid #dbe9f6; border-top-color: var(--txqn-color-accent); border-radius: 50%; animation: txqn-submit-spin .8s linear infinite; }
.txqn-page--submitting { overflow: hidden; }
@keyframes txqn-submit-spin { to { transform: rotate(360deg); } }

.txqn-header {
    position: sticky;
    top: 0;
    z-index: 120;
    min-height: var(--txqn-header-height);
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--txqn-color-line);
    box-shadow: 0 8px 24px rgba(0, 45, 91, 0.08);
}

.txqn-header__inner {
    width: min(1260px, calc(100% - 32px));
    min-height: var(--txqn-header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-inline: auto;
}

.txqn-header__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 188px;
    color: var(--txqn-color-primary);
}

.txqn-header__brand--image {
    min-width: 238px;
    justify-content: flex-start;
}

.txqn-header__brand-image {
    display: block;
    width: min(238px, 100%);
    height: auto;
    max-height: 60px;
    object-fit: contain;
}

.txqn-header__brand--image .txqn-header__brand-icon,
.txqn-header__brand--image .txqn-header__brand-text,
.txqn-footer__logo--image .txqn-header__brand-icon,
.txqn-footer__logo--image .txqn-header__brand-text {
    display: none;
}

.txqn-header__brand-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 38px;
    flex: 0 0 54px;
    color: var(--txqn-color-accent);
    border: 3px solid var(--txqn-color-accent);
    border-radius: 18px 7px 18px 7px;
    font-size: 1.9rem;
}

.txqn-header__brand-text {
    display: grid;
    gap: 0;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.05;
    text-transform: uppercase;
}

.txqn-header__brand-text strong {
    color: var(--txqn-color-accent);
    font-size: 0.9rem;
}

.txqn-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex: 1;
}

.txqn-header__nav-link {
    position: relative;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--txqn-color-primary-900);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.txqn-header__nav-link::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    content: "";
    background: var(--txqn-color-blue);
    border-radius: 999px;
    transform: translateX(-50%);
    transition: width 0.18s ease;
}

.txqn-header__nav-link:hover::after,
.txqn-header__nav-link--active::after {
    width: 28px;
}

.txqn-header__contact {
    display: flex;
    align-items: center;
    gap: 14px;
}

.txqn-header__phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 134px;
    color: var(--txqn-color-primary-900);
    font-weight: 900;
    line-height: 1.1;
}

.txqn-header__phone-icon {
    color: var(--txqn-color-accent);
    font-size: 1.85rem;
}

.txqn-header__phone small {
    display: block;
    color: var(--txqn-color-muted);
    font-size: 0.7rem;
    font-weight: 700;
}

.txqn-header__cta {
    min-height: 42px;
    padding-inline: 18px;
    font-size: 0.82rem;
}

.txqn-mobile-nav__checkbox {
    position: fixed;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.txqn-header__menu-button {
    display: none;
    align-content: center;
    justify-items: start;
    gap: 6px;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    padding: 0 6px;
    color: var(--txqn-color-primary-900);
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
}

.txqn-header__menu-button span {
    width: 25px;
    height: 2.5px;
    background: currentColor;
    border-radius: 999px;
    transition: width 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.txqn-header__menu-button span:nth-child(2) {
    width: 19px;
}

.txqn-header__menu-button span:nth-child(3) {
    width: 22px;
}

.txqn-header__menu-button:hover,
.txqn-header__menu-button:focus-visible {
    color: var(--txqn-color-accent);
}

.txqn-header__menu-button:hover span:nth-child(2),
.txqn-header__menu-button:focus-visible span:nth-child(2) {
    width: 25px;
}

.txqn-header__menu-button:hover span:nth-child(3),
.txqn-header__menu-button:focus-visible span:nth-child(3) {
    width: 16px;
}

.txqn-mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 90;
    visibility: hidden;
    pointer-events: none;
}

.txqn-mobile-nav__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 22, 44, 0.52);
    opacity: 0;
    transition: opacity 0.22s ease;
}

.txqn-mobile-nav__panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: min(430px, 100vw);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    color: var(--txqn-color-text);
    background: var(--txqn-color-white);
    box-shadow: 24px 0 54px rgba(0, 24, 48, 0.18);
    transform: translateX(-104%);
    transition: transform 0.26s ease;
}

.txqn-mobile-nav__checkbox:checked ~ .txqn-mobile-nav {
    visibility: visible;
    pointer-events: auto;
}

.txqn-mobile-nav__checkbox:checked ~ .txqn-mobile-nav .txqn-mobile-nav__backdrop {
    opacity: 1;
}

.txqn-mobile-nav__checkbox:checked ~ .txqn-mobile-nav .txqn-mobile-nav__panel {
    transform: translateX(0);
}

.txqn-mobile-nav__head {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 18px;
    border-bottom: 1px solid var(--txqn-color-line);
}

.txqn-mobile-nav__head .txqn-header__brand {
    min-width: 0;
}

.txqn-mobile-nav__close {
    position: relative;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    background: #f2f6fb;
    border: 1px solid var(--txqn-color-line);
    border-radius: 14px;
    cursor: pointer;
}

.txqn-mobile-nav__close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background: var(--txqn-color-primary-900);
    border-radius: 999px;
}

.txqn-mobile-nav__close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.txqn-mobile-nav__close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.txqn-mobile-nav__contact {
    display: grid;
    gap: 10px;
    padding: 16px 18px;
    background: linear-gradient(180deg, #f7fbff, #ffffff);
    border-bottom: 1px solid var(--txqn-color-line);
}

.txqn-mobile-nav__phone {
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    column-gap: 12px;
    padding: 12px;
    border: 1px solid rgba(20, 103, 220, 0.15);
    border-radius: 16px;
}

.txqn-mobile-nav__phone {
    background: linear-gradient(135deg, var(--txqn-color-primary-900), var(--txqn-color-blue));
    color: var(--txqn-color-white);
    box-shadow: 0 16px 30px rgba(20, 103, 220, 0.18);
}

.txqn-mobile-nav__phone span {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: var(--txqn-color-white);
    background: var(--txqn-color-accent);
    border-radius: 14px;
    font-size: 1.35rem;
}

.txqn-mobile-nav__phone strong {
    min-width: 0;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.txqn-mobile-nav__phone small {
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.txqn-mobile-nav__body {
    display: grid;
    gap: 0;
    padding: 8px 18px;
}

.txqn-mobile-nav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 52px;
    color: var(--txqn-color-primary-900);
    border-bottom: 1px solid #edf3fa;
    font-size: 17px;
    font-weight: 850;
}

.txqn-mobile-nav__link svg,
.txqn-mobile-nav__link .txqn-icon {
    width: 19px;
    height: 19px;
    color: var(--txqn-color-blue);
}

.txqn-mobile-nav__link--active {
    color: var(--txqn-color-blue);
}

.txqn-mobile-nav__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: auto;
    padding: 16px 18px calc(18px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--txqn-color-line);
}

.txqn-flash {
    width: min(var(--txqn-container), calc(100% - 32px));
    margin: 16px auto 0;
    padding: 13px 16px;
    border-radius: var(--txqn-radius-md);
    font-weight: 800;
}

.txqn-flash--success {
    color: #126236;
    background: #e1f6e9;
}

.txqn-flash--error {
    color: #9a2a18;
    background: #ffe6de;
}

.txqn-service-form__control {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    min-height: 52px;
    overflow: hidden;
    background: var(--txqn-color-white);
    border: 1px solid #cbdced;
    border-radius: 12px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.txqn-service-form__control:focus-within {
    border-color: rgba(20, 103, 220, 0.65);
    box-shadow: 0 0 0 4px rgba(20, 103, 220, 0.1);
}

.txqn-service-form__icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 100%;
    color: var(--txqn-color-blue);
    font-size: 1.25rem;
}

.txqn-service-form__control input {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 0 14px 0 0;
    color: var(--txqn-color-text);
    background: transparent;
    border: 0;
    outline: 0;
}

.txqn-service-audience {
    background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.txqn-service-audience__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.txqn-service-audience__card {
    min-height: 250px;
    padding: 24px;
    background: var(--txqn-color-white);
    border: 1px solid rgba(20, 103, 220, 0.14);
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(0, 42, 82, 0.08);
}

.txqn-service-audience__icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    color: var(--txqn-color-white);
    background: linear-gradient(180deg, #287ef4, var(--txqn-color-blue));
    border-radius: 15px;
    font-size: 1.55rem;
}

.txqn-service-audience__title {
    margin-bottom: 10px;
    color: var(--txqn-color-primary-900);
    font-size: 20px;
    font-weight: 900;
}

.txqn-service-audience__text {
    margin-bottom: 0;
    color: var(--txqn-color-muted);
    font-size: 15.5px;
    font-weight: 650;
}

.txqn-service-pricing {
    background: var(--txqn-color-white);
}

.txqn-service-pricing__grid,
.txqn-service-area__grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 36px;
    align-items: center;
}

.txqn-service-pricing__copy {
    padding: 34px;
    color: var(--txqn-color-white);
    background: linear-gradient(135deg, var(--txqn-color-primary-900), var(--txqn-color-blue));
    border-radius: 22px;
    box-shadow: 0 20px 46px rgba(0, 42, 82, 0.16);
}

.txqn-service-pricing__copy h2,
.txqn-service-area__grid h2 {
    margin-bottom: 14px;
    color: inherit;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 900;
    line-height: 1.14;
}

.txqn-service-pricing__copy p {
    color: rgba(255, 255, 255, 0.84);
    font-weight: 650;
}

.txqn-service-pricing__table {
    display: grid;
    overflow: hidden;
    background: var(--txqn-color-white);
    border: 1px solid var(--txqn-color-line);
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(0, 42, 82, 0.08);
}

.txqn-service-pricing__row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    padding: 18px 22px;
    border-bottom: 1px solid #edf2f8;
    color: var(--txqn-color-text);
    font-size: 16px;
}

.txqn-service-pricing__row:last-child {
    border-bottom: 0;
}

.txqn-service-pricing__row strong {
    color: var(--txqn-color-accent);
    white-space: nowrap;
}

.txqn-service-seo-copy {
    background: linear-gradient(180deg, #f7fbff, #ffffff);
}

.txqn-service-seo-copy__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.txqn-service-seo-copy__item {
    padding: 30px;
    background: var(--txqn-color-white);
    border: 1px solid var(--txqn-color-line);
    border-radius: 20px;
    box-shadow: 0 16px 34px rgba(0, 42, 82, 0.08);
}

.txqn-service-seo-copy__item h2 {
    margin-bottom: 12px;
    color: var(--txqn-color-primary-900);
    font-size: 26px;
    font-weight: 900;
    line-height: 1.22;
}

.txqn-service-seo-copy__item p,
.txqn-service-seo-copy__text {
    margin-bottom: 0;
    color: var(--txqn-color-muted);
    font-size: 17px;
    font-weight: 650;
}

.txqn-service-seo-copy__text p,
.txqn-service-seo-copy__text ul,
.txqn-service-seo-copy__text ol {
    margin: 12px 0 0;
}

.txqn-service-seo-copy__text p:first-child,
.txqn-service-seo-copy__text ul:first-child,
.txqn-service-seo-copy__text ol:first-child {
    margin-top: 0;
}

.txqn-service-area {
    background: var(--txqn-color-white);
}

.txqn-service-area__grid > div {
    padding: 30px;
    background: #f6faff;
    border: 1px solid var(--txqn-color-line);
    border-radius: 20px;
}

.txqn-service-area__grid h2 {
    color: var(--txqn-color-primary-900);
}

.txqn-service-area__grid p {
    margin-bottom: 0;
    color: var(--txqn-color-muted);
    font-weight: 650;
}

.txqn-service-area__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.txqn-service-area__list li {
    padding: 10px 14px;
    color: var(--txqn-color-primary-900);
    background: var(--txqn-color-white);
    border: 1px solid rgba(20, 103, 220, 0.18);
    border-radius: 999px;
    box-shadow: 0 10px 20px rgba(0, 42, 82, 0.06);
    font-size: 15px;
    font-weight: 800;
}

.txqn-service-related {
    background: linear-gradient(180deg, #ffffff, #f6fbff);
}

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

.txqn-service-related__card {
    display: grid;
    gap: 10px;
    padding: 28px;
    background: var(--txqn-color-white);
    border: 1px solid rgba(20, 103, 220, 0.16);
    border-radius: 20px;
    box-shadow: 0 16px 34px rgba(0, 42, 82, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.txqn-service-related__card:hover {
    box-shadow: 0 22px 44px rgba(0, 42, 82, 0.13);
    transform: translateY(-3px);
}

.txqn-service-related__card h3 {
    margin-bottom: 0;
    color: var(--txqn-color-primary-900);
    font-size: 24px;
    font-weight: 900;
}

.txqn-service-related__card p {
    margin-bottom: 0;
    color: var(--txqn-color-muted);
    font-size: 16px;
    font-weight: 650;
}

.txqn-service-related__card span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--txqn-color-blue);
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.txqn-main {
    overflow: hidden;
}

.txqn-footer {
    color: var(--txqn-color-white);
    background: var(--txqn-color-primary-900);
}

.txqn-footer__cta {
    display: grid;
    grid-template-columns: 150px 1fr auto auto auto auto;
    align-items: center;
    gap: 18px;
    padding: 12px max(16px, calc((100vw - var(--txqn-container)) / 2));
    color: var(--txqn-color-white);
    background: var(--txqn-color-accent);
}

.txqn-footer__cta-car {
    height: 56px;
    overflow: hidden;
}

.txqn-footer__cta-car img {
    width: 140px;
    height: 74px;
    object-fit: cover;
    object-position: center;
}

.txqn-footer__cta-copy {
    display: grid;
    line-height: 1.08;
}

.txqn-footer__cta-copy strong {
    font-size: 1.9rem;
    font-weight: 900;
    text-transform: uppercase;
}

.txqn-footer__cta-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    line-height: 1.1;
}

.txqn-footer__cta-phone svg,
.txqn-footer__cta-phone .txqn-icon {
    font-size: 1.8rem;
}

.txqn-footer__main {
    width: min(var(--txqn-container), calc(100% - 32px));
    display: grid;
    grid-template-columns: 1.35fr 0.78fr 0.88fr 0.98fr 1.15fr;
    gap: 30px;
    margin-inline: auto;
    padding: 38px 0 34px;
}

.txqn-footer__brand {
    display: grid;
    gap: 16px;
    align-content: start;
}

.txqn-footer__logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}

.txqn-footer__brand-image {
    display: block;
    width: min(250px, 100%);
    height: auto;
    max-height: 64px;
    object-fit: contain;
}

.txqn-footer__logo .txqn-header__brand-icon {
    color: var(--txqn-color-accent);
}

.txqn-footer__brand p {
    max-width: 350px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 1.72;
}

.txqn-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.txqn-footer__social a {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--txqn-color-white);
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    font-size: 1.2rem;
    transition: background-color 0.18s ease, transform 0.18s ease;
}

.txqn-footer__social a:hover {
    background: var(--txqn-color-accent);
    transform: translateY(-2px);
}

.txqn-footer__group,
.txqn-footer__contact {
    min-width: 0;
}

.txqn-footer__group h2,
.txqn-footer__contact h2 {
    color: var(--txqn-color-white);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
}

.txqn-footer__list,
.txqn-footer__contact-list {
    display: grid;
    gap: 9px;
    padding: 0;
    margin: 14px 0 0;
    list-style: none;
}

.txqn-footer__list a {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15.5px;
    font-weight: 650;
    line-height: 1.55;
    transition: color 0.18s ease, transform 0.18s ease;
}

.txqn-footer__list a:hover {
    color: var(--txqn-color-white);
    transform: translateX(3px);
}

.txqn-footer__contact-list li {
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: start;
    gap: 10px;
}

.txqn-footer__contact-list span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: var(--txqn-color-accent);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    font-size: 1.05rem;
}

.txqn-footer__contact-list p,
.txqn-footer__contact-list a {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15.5px;
    font-weight: 650;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.txqn-footer__contact-button {
    width: 100%;
    margin-top: 18px;
}

.txqn-footer__bottom {
    width: min(var(--txqn-container), calc(100% - 32px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-inline: auto;
    padding: 18px 0 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.txqn-footer__bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14.5px;
    font-weight: 650;
}

.txqn-footer__policy {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.txqn-footer__policy a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14.5px;
    font-weight: 800;
}

.txqn-mobile-bottom-bar {
    display: none;
}

.txqn-mobile-bottom-bar a {
    min-width: 0;
}

@media (max-width: 1180px) {
    .txqn-header__inner {
        position: relative;
        min-height: var(--txqn-header-height);
        flex-wrap: nowrap;
        justify-content: center;
        padding-block: 0;
    }

    .txqn-header__menu-button {
        position: absolute;
        left: 0;
        display: grid;
    }

    .txqn-header__nav,
    .txqn-header__contact {
        display: none;
    }

    .txqn-header__brand {
        margin-inline: auto;
    }

    .txqn-footer__main {
        grid-template-columns: 1.2fr 1fr 1fr;
    }

    .txqn-footer__contact {
        grid-column: span 2;
    }
}

@media (max-width: 860px) {
    :root {
        --txqn-header-height: 70px;
    }

    body {
        padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px));
    }

    .txqn-section {
        padding: 32px 0;
    }

    .txqn-section-heading__title {
        font-size: 1.88rem;
    }

    .txqn-header__inner {
        width: min(100% - 24px, 1260px);
        gap: 12px;
    }

    .txqn-header__brand {
        min-width: 0;
    }

    .txqn-header__brand--image {
        width: min(205px, calc(100vw - 112px));
        justify-content: center;
    }

    .txqn-header__brand-image {
        width: 100%;
        max-height: 48px;
    }

    .txqn-header__brand-icon {
        width: 48px;
        height: 34px;
        flex-basis: 48px;
        font-size: 1.65rem;
    }

    .txqn-header__brand-text {
        font-size: 0.9rem;
    }

    .txqn-header__brand-text strong {
        font-size: 0.78rem;
    }

    .txqn-mobile-nav__panel {
        width: min(390px, 100vw);
    }

    .txqn-mobile-nav__actions {
        grid-template-columns: 1fr;
    }

    .txqn-footer__cta,
    .txqn-footer__main {
        grid-template-columns: 1fr;
    }

    .txqn-footer__cta-car {
        display: none;
    }

    .txqn-footer__cta-copy strong {
        font-size: 1.45rem;
    }

    .txqn-footer {
        padding-bottom: 82px;
    }

    .txqn-footer__main {
        padding: 30px 0;
    }

    .txqn-footer__contact {
        grid-column: auto;
    }

    .txqn-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        padding-bottom: 26px;
    }

    .txqn-mobile-bottom-bar {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 70;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        min-height: 66px;
        padding-bottom: env(safe-area-inset-bottom, 0px);
        background: var(--txqn-color-white);
        border-top: 1px solid var(--txqn-color-line);
        box-shadow: 0 -12px 28px rgba(0, 42, 82, 0.12);
    }

    .txqn-mobile-bottom-bar a {
        display: grid;
        place-items: center;
        gap: 3px;
        min-height: 66px;
        color: var(--txqn-color-primary-900);
        font-size: 12px;
        font-weight: 850;
        line-height: 1.1;
    }

    .txqn-mobile-bottom-bar svg,
    .txqn-mobile-bottom-bar .txqn-icon {
        width: 22px;
        height: 22px;
        color: var(--txqn-color-blue);
    }

    .txqn-mobile-bottom-bar__hot {
        color: var(--txqn-color-accent) !important;
    }

    .txqn-mobile-bottom-bar__hot svg,
    .txqn-mobile-bottom-bar__hot .txqn-icon {
        color: var(--txqn-color-accent);
    }

    .txqn-service-audience__grid,
    .txqn-service-pricing__grid,
    .txqn-service-seo-copy__grid,
    .txqn-service-area__grid,
    .txqn-service-related__grid {
        grid-template-columns: 1fr;
    }
}

.txqn-footer__cta {
    position: relative;
    isolation: isolate;
    display: block;
    grid-template-columns: none;
    align-items: initial;
    gap: 0;
    overflow: hidden;
    padding: 26px max(16px, calc((100vw - var(--txqn-container)) / 2));
    color: var(--txqn-color-white);
    background:
        linear-gradient(110deg, rgba(0, 25, 50, 0.98) 0%, rgba(0, 58, 109, 0.96) 52%, rgba(9, 84, 123, 0.94) 100%);
}

.txqn-footer__cta::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 72px),
        radial-gradient(circle at 8% 26%, rgba(255, 121, 0, 0.28), transparent 28%),
        radial-gradient(circle at 92% 20%, rgba(20, 103, 220, 0.28), transparent 24%);
}

.txqn-footer__cta::after {
    position: absolute;
    inset: 0 0 auto;
    z-index: -1;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, var(--txqn-color-accent), #ffb248, var(--txqn-color-blue));
}

.txqn-footer__cta-inner {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) minmax(300px, 360px);
    gap: clamp(24px, 3vw, 44px);
    align-items: center;
}

.txqn-footer__cta-visual {
    position: relative;
    display: grid;
    min-height: 142px;
    place-items: center;
}

.txqn-footer__cta-visual::before {
    position: absolute;
    width: 150px;
    height: 104px;
    content: "";
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 26px;
    transform: rotate(-5deg);
}

.txqn-footer__cta-visual img {
    position: relative;
    z-index: 1;
    width: 188px;
    height: 112px;
    object-fit: cover;
    object-position: center;
    filter: drop-shadow(0 20px 22px rgba(0, 0, 0, 0.32));
}

.txqn-footer__cta-status {
    position: absolute;
    right: -4px;
    bottom: 2px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 12px;
    color: var(--txqn-color-primary-900);
    background: var(--txqn-color-white);
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(0, 10, 24, 0.24);
    font-size: 12px;
    font-weight: 900;
}

.txqn-footer__cta-status .txqn-icon {
    color: var(--txqn-color-accent);
}

.txqn-footer__cta-copy {
    display: grid;
    gap: 9px;
    min-width: 0;
    line-height: normal;
}

.txqn-footer__cta-kicker {
    color: #ffb15a;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.txqn-footer__cta-copy strong {
    color: var(--txqn-color-white);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 900;
    line-height: 1.08;
    text-transform: none;
}

.txqn-footer__cta-copy p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15.5px;
    font-weight: 650;
    line-height: 1.62;
}

.txqn-footer__cta-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 4px;
}

.txqn-footer__cta-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 800;
}

.txqn-footer__cta-trust .txqn-icon {
    color: #ffb15a;
}

.txqn-footer__cta-contact {
    display: grid;
    gap: 12px;
    min-width: 0;
    padding: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    box-shadow: 0 22px 48px rgba(0, 10, 24, 0.22);
    backdrop-filter: blur(14px);
}

.txqn-footer__cta-phone {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: var(--txqn-color-white);
    font-weight: 800;
    line-height: 1.1;
}

.txqn-footer__cta-contact-icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    color: var(--txqn-color-white);
    background: linear-gradient(145deg, #ff9c39, var(--txqn-color-accent));
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(255, 121, 0, 0.28);
    font-size: 1.38rem;
}

.txqn-footer__cta-contact-icon .txqn-icon {
    color: var(--txqn-color-white);
}

.txqn-footer__cta-phone small,
.txqn-footer__cta-phone strong {
    display: block;
}

.txqn-footer__cta-phone small {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.txqn-footer__cta-phone strong {
    color: var(--txqn-color-white);
    font-size: 22px;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.txqn-footer__cta-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.txqn-footer__cta-actions .txqn-button {
    min-width: 0;
    min-height: 46px;
    padding-inline: 14px;
    border-radius: 14px;
}

.txqn-footer__cta-actions .txqn-button--light {
    color: var(--txqn-color-primary-900);
    background: var(--txqn-color-white);
}

@media (max-width: 1040px) {
    .txqn-footer__cta-inner {
        grid-template-columns: 160px 1fr;
    }

    .txqn-footer__cta-contact {
        grid-column: 1 / -1;
        grid-template-columns: minmax(250px, 0.8fr) minmax(340px, 1.2fr);
        align-items: center;
    }
}

@media (max-width: 720px) {
    .txqn-section-heading__description {
        margin-top: 20px;
        font-size: 16px;
    }

    .txqn-footer__cta {
        padding-block: 30px;
    }

    .txqn-footer__cta-inner {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .txqn-footer__cta-visual {
        min-height: 112px;
    }

    .txqn-footer__cta-visual img {
        width: 180px;
        height: 106px;
    }

    .txqn-footer__cta-copy {
        text-align: center;
    }

    .txqn-footer__cta-copy strong {
        font-size: 30px;
    }

    .txqn-footer__cta-copy p {
        margin-inline: auto;
    }

    .txqn-footer__cta-trust {
        justify-content: center;
    }

    .txqn-footer__cta-contact {
        grid-column: auto;
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .txqn-footer__cta-actions {
        grid-template-columns: 1fr;
    }
}
