/*
 * Chỉ bổ sung những chi tiết chưa có sẵn trong UX Builder/Flatsome.
 * Bố cục và nội dung trang được quản lý trong UX Builder.
 */
@font-face { font-display: swap; font-family: "Be Vietnam Pro"; font-style: normal; font-weight: 400; src: url("../fonts/be-vietnam-pro-400.ttf") format("truetype"); }
@font-face { font-display: swap; font-family: "Be Vietnam Pro"; font-style: normal; font-weight: 500; src: url("../fonts/be-vietnam-pro-500.ttf") format("truetype"); }
@font-face { font-display: swap; font-family: "Be Vietnam Pro"; font-style: normal; font-weight: 600; src: url("../fonts/be-vietnam-pro-600.ttf") format("truetype"); }
@font-face { font-display: swap; font-family: "Be Vietnam Pro"; font-style: normal; font-weight: 700; src: url("../fonts/be-vietnam-pro-700.ttf") format("truetype"); }
@font-face { font-display: swap; font-family: "Manrope"; font-style: normal; font-weight: 500; src: url("../fonts/manrope-500.ttf") format("truetype"); }
@font-face { font-display: swap; font-family: "Manrope"; font-style: normal; font-weight: 600; src: url("../fonts/manrope-600.ttf") format("truetype"); }
@font-face { font-display: swap; font-family: "Manrope"; font-style: normal; font-weight: 700; src: url("../fonts/manrope-700.ttf") format("truetype"); }
@font-face { font-display: swap; font-family: "Manrope"; font-style: normal; font-weight: 800; src: url("../fonts/manrope-800.ttf") format("truetype"); }

:root {
  --ta-navy: #142a4f;
  --ta-blue: #1f4b83;
  --ta-orange: #ff7a00;
  --ta-cream: #fff8f1;
}

html { scroll-behavior: smooth; }
body { color: #263245; }
h1, h2, h3, h4, h5, h6 { color: var(--ta-navy); letter-spacing: -.02em; }
.header-wrapper { box-shadow: 0 8px 24px rgba(20, 42, 79, .08); }
.header-top { letter-spacing: .02em; }
.nav > li > a { font-weight: 600; }
.button { border-radius: 8px; }
.section-title-container { margin-bottom: 26px; }
.section-title-normal { border-bottom: 0; }
.section-title-normal span { border-bottom: 3px solid var(--ta-orange); padding-bottom: 10px; }
.box { border-radius: 14px; overflow: hidden; }
.box-image img { transition: transform .45s ease; }
.box:hover .box-image img { transform: scale(1.035); }
.product-small.box { background: #fff; box-shadow: 0 8px 28px rgba(20, 42, 79, .08); }
.product-small .box-text { padding: 16px 14px 20px; }
.price-wrapper .amount { color: var(--ta-orange); font-weight: 700; }
.ta-highlight { color: var(--ta-orange); }
.ta-kicker { color: var(--ta-orange); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.ta-hero-copy h1 { font-size: clamp(34px, 4.8vw, 66px); line-height: 1.08; margin-bottom: 18px; }
.ta-hero-copy p { font-size: 18px; line-height: 1.65; max-width: 620px; }
.ta-hero-copy .button { margin-top: 12px; }
.ta-number { color: var(--ta-orange); font-size: 42px; font-weight: 800; line-height: 1; }
.ta-feature-card { background: #fff; border: 1px solid #e8edf3; border-radius: 14px; height: 100%; padding: 24px; }
.ta-feature-card h3 { font-size: 18px; margin: 12px 0 8px; }
.ta-feature-card p { margin-bottom: 0; color: #647084; }
.ta-step { border-left: 3px solid var(--ta-orange); padding: 4px 0 4px 18px; }
.ta-step strong { color: var(--ta-navy); display: block; font-size: 18px; }
.ta-testimonial { background: #fff; border-radius: 16px; box-shadow: 0 10px 32px rgba(20, 42, 79, .08); padding: 28px; }
.ta-testimonial p { font-style: italic; }
.ta-testimonial strong { color: var(--ta-navy); }

.ta-quote-form { margin: 0; }
.ta-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.ta-quote-form label { color: var(--ta-navy); display: block; font-size: 13px; font-weight: 700; margin-bottom: 14px; }
.ta-quote-form label span { color: #d33232; }
.ta-quote-form input,
.ta-quote-form select,
.ta-quote-form textarea { background: #fff; border: 1px solid #dfe5ed; border-radius: 8px; box-shadow: none; color: #263245; margin: 7px 0 0; min-height: 46px; padding: 10px 13px; width: 100%; }
.ta-quote-form input:focus,
.ta-quote-form select:focus,
.ta-quote-form textarea:focus { border-color: var(--ta-orange); box-shadow: 0 0 0 3px rgba(255, 122, 0, .12); }
.ta-quote-form button { background: var(--ta-orange); border: 0; border-radius: 8px; color: #fff; cursor: pointer; font-weight: 800; min-height: 48px; padding: 12px 24px; text-transform: uppercase; width: 100%; }
.ta-form-note { color: #6b7586; font-size: 12px; margin: 12px 0 0; text-align: center; }
.ta-quote-card .ta-quote-form label { color: var(--ta-navy); }
.ta-quote-card .ta-form-note { color: #6b7586; }
.ta-honeypot { height: 0; left: -9999px; overflow: hidden; position: absolute; width: 0; }
.ta-form-success { background: #ecf8ef; border-left: 4px solid #2f9e44; color: #256b34; margin-bottom: 18px; padding: 14px 16px; }

/* White brand header; structure and spacing remain controlled by Flatsome. */
.header-main { background: #fff; }
.header-main .header-bg-color { background: #fff !important; }
.header-main .header-bg-image { background-image: none !important; }
.header-main .nav > li > a,
.header-main .header-button .button,
.header-main .header-search a,
.header-main .cart-icon strong,
.header-main .nav-icon a,
.header-main .mobile-nav > li > a { color: var(--ta-navy) !important; }
.header-main .nav > li > a:hover,
.header-main .nav > li.active > a,
.header-main .nav > li.current-menu-item > a,
.header-main .nav > li.current-menu-ancestor > a { color: var(--ta-blue) !important; }
.header-main .cart-icon strong { border-color: var(--ta-navy) !important; }
.header-main .cart-icon strong:after { border-color: var(--ta-navy) !important; }
body.home .header-top { background: var(--ta-orange); color: #fff; }
body.home .header-top a { color: #fff; }
#logo img { filter: brightness(0) saturate(100%); }
body.home .ta-gh-mobile-tabs,
body.home .ta-gh-mobile-sticky { display: none; }
/* Stable UX Builder hero: uploaded artwork stays fully visible on desktop. */
body.home .ta-gh-slider .ta-gh-hero { padding-top: 608px !important; }
body.home .ta-gh-slider .ta-gh-hero .banner-bg { background: #dfe8ef; overflow: hidden; }
body.home .ta-gh-slider .ta-gh-hero .banner-bg.ta-safe-banner-media:before {
  background-image: var(--ta-safe-image);
  background-position: center;
  background-size: cover;
  content: "";
  filter: blur(22px);
  inset: -28px;
  opacity: .54;
  position: absolute;
  transform: scale(1.08);
}
body.home .ta-gh-slider .ta-gh-hero .banner-bg.ta-safe-banner-media img.bg {
  background: transparent;
  object-fit: cover !important;
  z-index: 1;
}
body.home .ta-gh-slider .ta-gh-hero .banner-bg .overlay { z-index: 2; }
body.home .ta-gh-slider .ta-gh-hero .banner-layers { z-index: 3; }
body.home .ta-gh-hero-copy { max-width: 680px; }
body.home .ta-gh-hero h1,
body.home .ta-gh-hero h2 { color: #fff; font-size: clamp(42px, 4.25vw, 66px); line-height: 1.08; text-shadow: 0 2px 18px rgba(0, 0, 0, .25); }
body.home .ta-gh-hero p { font-size: 18px; line-height: 1.65; }
body.home .ta-gh-section .section-title-container { margin-bottom: 30px; }
body.home .ta-gh-section .section-title-bold-center { border-bottom: 1px solid #aeb8c5; }
body.home .ta-gh-section .section-title-bold-center:before,
body.home .ta-gh-section .section-title-bold-center:after { border-top: 1px solid #aeb8c5; content: ""; flex: 1; }
body.home .ta-gh-section .section-title-bold-center span { background: #fff; border: 2px solid var(--ta-orange); color: var(--ta-navy); margin: 0 18px; padding: 11px 26px; }
body.home .ta-gh-section[style*="background-color"] .section-title-bold-center span,
body.home .ta-gh-product-grid[style*="background-color"] .section-title-bold-center span { background: #fafbfd; }
body.home .ta-gh-actions { display: flex; gap: 10px; justify-content: center; margin: -12px 0 14px; }
body.home .ta-gh-actions a { background: #fff; border: 1px solid #dc3e32; border-radius: 4px; color: #dc3e32; font-size: 11px; font-weight: 800; padding: 8px 18px; }
body.home .ta-gh-actions a:last-child { background: linear-gradient(90deg, #0aa35b, var(--ta-blue)); border-color: transparent; color: #fff; }
body.home .ta-gh-category-tabs { margin: 0 0 18px; }
body.home .ta-gh-category-tabs > .nav { gap: 8px; justify-content: center; margin: 0 0 24px; }
body.home .ta-gh-category-tabs > .nav > li { margin: 0; }
body.home .ta-gh-category-tabs > .nav > li > a { background: #eef2f7; border: 1px solid transparent; border-radius: 3px; color: var(--ta-navy); font-size: 11px; font-weight: 800; min-height: 34px; padding: 8px 14px; }
body.home .ta-gh-category-tabs > .nav > li.active > a,
body.home .ta-gh-category-tabs > .nav > li > a:hover { background: var(--ta-navy); border-color: var(--ta-navy); color: #fff; }
body.home .ta-gh-category-tabs .tab-panels { padding-top: 0; }
body.home .ta-gh-category-tabs .panel { padding: 0; }
body.home .ta-gh-category-tabs .product-small .category { display: none; }
body.home .ta-gh-section .product-small.box { border: 1px solid #e1e6ed; border-radius: 2px; box-shadow: none; }
body.home .ta-gh-section .product-small.box:hover { box-shadow: 0 10px 28px rgba(20, 42, 79, .12); }
body.home .ta-gh-section .product-small .box-text { min-height: 106px; padding: 14px 12px 18px; }
body.home .ta-gh-product-grid .product-small .box-image,
body.home .ta-gh-ready .product-small .box-image { background: #f2f4f7; }
body.home .ta-gh-product-grid .product-small .box-image img,
body.home .ta-gh-ready .product-small .box-image img { object-fit: cover; }
body.home .ta-gh-product-grid .product-small .box-image { height: 300px; overflow: hidden; }
body.home .ta-gh-product-grid .product-small .box-image > .image-fade_in_back,
body.home .ta-gh-product-grid .product-small .box-image > .image-fade_in_back > a { display: block; height: 100%; }
body.home .ta-gh-product-grid .product-small .box-image img { height: 100%; width: 100%; }
body.home .ta-gh-product-grid .ta-gh-grid-col .product-small .box-image { height: 260px; }
body.home .ta-gh-side-banner { border: 1px solid #e1e6ed; overflow: hidden; }
body.home .ta-gh-side-banner h3 { color: #fff; font-size: 28px; margin-bottom: 0; text-shadow: 0 2px 12px rgba(0,0,0,.28); }
body.home .ta-gh-side-actions { display: flex; gap: 10px; margin: 14px 0 0; }
body.home .ta-gh-side-actions a { flex: 1; padding: 10px 8px; text-align: center; }
body.home .ta-gh-reason > .section-content > .row > .col:first-child { margin-bottom: 22px; }
body.home .ta-gh-reason h2 { font-size: clamp(28px, 3vw, 42px); }
body.home .ta-gh-capacity { background: linear-gradient(115deg, #142a4f 0%, #1f4b83 55%, #08758d 100%) !important; overflow: hidden; }
body.home .ta-gh-capacity:before { background: radial-gradient(circle at 50% 120%, rgba(255,255,255,.18), transparent 48%); content: ""; inset: 0; position: absolute; }
body.home .ta-gh-capacity h2 { color: #fff; font-size: clamp(34px, 4vw, 58px); margin-bottom: 16px; }
body.home .ta-gh-capacity-lead { color: rgba(255, 255, 255, .82); font-size: 18px; margin: 0 auto 36px; max-width: 760px; }
body.home .ta-gh-stat { border: 1px solid rgba(255, 255, 255, .28); min-height: 166px; padding: 34px 12px; }
body.home .ta-gh-stat strong { color: #fff; display: block; font-size: 52px; line-height: 1; }
body.home .ta-gh-stat span { color: rgba(255, 255, 255, .84); display: block; font-size: 13px; margin-top: 14px; }
body.home .ta-gh-ready .ux-banner { margin-bottom: 0; }
body.home .ta-gh-ready .ta-gh-ready-actions { margin: 28px 0 14px; }
body.home .ta-gh-partners { overflow: hidden; }
body.home .ta-gh-partners > .section-content > .row { max-width: 1260px !important; }
body.home .ta-gh-partners .section-title-container { margin-bottom: 34px; max-width: 1260px; }
body.home .ta-partner-marquee { --ta-partner-gap: 18px; overflow: hidden; padding: 7px 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); user-select: none; width: 100%; }
body.home .ta-partner-marquee + .ta-partner-marquee { margin-top: 12px; }
body.home .ta-partner-track { animation: ta-partner-left 30s linear infinite; display: flex; gap: var(--ta-partner-gap); width: max-content; will-change: transform; }
body.home .ta-partner-marquee--right .ta-partner-track { animation-name: ta-partner-right; animation-duration: 27s; }
body.home .ta-partner-marquee:hover .ta-partner-track { animation-play-state: paused; }
body.home .ta-partner-item { align-items: center; background: #fff; border: 1px solid #e0e6ed; box-shadow: 0 5px 16px rgba(20, 42, 79, .07); color: var(--ta-navy); display: flex; flex: 0 0 210px; justify-content: center; min-height: 72px; padding: 12px 18px; }
body.home .ta-partner-item img { display: block; height: auto; max-height: 46px; max-width: 174px; object-fit: contain; width: auto; }
body.home .ta-partner-item strong { align-items: center; background: linear-gradient(140deg, var(--ta-navy), var(--ta-blue)); border-radius: 9px 3px 9px 3px; color: #fff; display: flex; flex: 0 0 46px; font-size: 15px; height: 46px; justify-content: center; letter-spacing: -.4px; position: relative; }
body.home .ta-partner-item strong:after { background: var(--ta-orange); content: ""; height: 25px; position: absolute; right: 6px; top: 5px; transform: skew(-14deg); width: 4px; }
body.home .ta-partner-item span { font-size: 13px; font-weight: 800; letter-spacing: .05em; line-height: 1.2; }
@keyframes ta-partner-left { from { transform: translateX(0); } to { transform: translateX(calc(-50% - (var(--ta-partner-gap) / 2))); } }
@keyframes ta-partner-right { from { transform: translateX(calc(-50% - (var(--ta-partner-gap) / 2))); } to { transform: translateX(0); } }

/* Shop archive: native WooCommerce data inside an editable UX Builder header. */
.woocommerce-shop .ta-shop-category-hero,
.tax-product_cat .ta-shop-category-hero { border-bottom: 1px solid #e5eaf0; }
.woocommerce-shop .ta-shop-category-hero h2,
.tax-product_cat .ta-shop-category-hero h2 { font-size: clamp(28px, 2.4vw, 40px); margin: 0 0 8px; }
.woocommerce-shop .ta-shop-category-hero .section-content > .row > .col > .col-inner > p,
.tax-product_cat .ta-shop-category-hero .section-content > .row > .col > .col-inner > p { max-width: 760px; }
.woocommerce-shop .ta-shop-category-grid,
.tax-product_cat .ta-shop-category-grid { margin-top: 26px; }
.woocommerce-shop .ta-shop-category-grid .product-category .box,
.tax-product_cat .ta-shop-category-grid .product-category .box { background: #fff; border: 1px solid #e0e6ed; border-radius: 4px; box-shadow: none; height: 100%; }
.woocommerce-shop .ta-shop-category-grid .product-category .box-image,
.tax-product_cat .ta-shop-category-grid .product-category .box-image { background: #edf1f5; }
.woocommerce-shop .ta-shop-category-grid .product-category .box-text,
.tax-product_cat .ta-shop-category-grid .product-category .box-text { min-height: 68px; padding: 13px 12px 15px; text-align: left; }
.woocommerce-shop .ta-shop-category-grid .product-category .header-title,
.tax-product_cat .ta-shop-category-grid .product-category .header-title { color: var(--ta-navy); font-size: 14px; font-weight: 800; line-height: 1.35; }
.woocommerce-shop .ta-shop-category-grid .product-category .count,
.tax-product_cat .ta-shop-category-grid .product-category .count { display: none; }
.woocommerce-shop .category-page-row,
.tax-product_cat .category-page-row { padding-top: 24px; }
.woocommerce-shop #shop-sidebar,
.tax-product_cat #shop-sidebar { background: #f8fafc; border: 1px solid #e0e6ed; border-radius: 6px; padding: 22px; }
.woocommerce-shop #shop-sidebar .widget,
.tax-product_cat #shop-sidebar .widget { margin-bottom: 26px; }
.woocommerce-shop #shop-sidebar .widget-title,
.tax-product_cat #shop-sidebar .widget-title { color: var(--ta-navy); display: block; font-size: 15px; font-weight: 800; margin-bottom: 12px; text-transform: none; }
.woocommerce-shop #shop-sidebar .product-categories,
.tax-product_cat #shop-sidebar .product-categories { margin: 0; }
.woocommerce-shop #shop-sidebar .product-categories li,
.tax-product_cat #shop-sidebar .product-categories li { border-bottom: 1px solid #e3e8ee; margin: 0; padding: 9px 0; }
.woocommerce-shop #shop-sidebar .product-categories .children,
.tax-product_cat #shop-sidebar .product-categories .children { border-left: 2px solid #e4e9ef; margin: 7px 0 0 5px; padding-left: 13px; }
.woocommerce-shop #shop-sidebar .product-search-field,
.tax-product_cat #shop-sidebar .product-search-field { background: #fff; border: 1px solid #dbe2ea; border-radius: 5px; box-shadow: none; }
.woocommerce-shop #shop-sidebar .price_slider_amount .button,
.tax-product_cat #shop-sidebar .price_slider_amount .button { background: var(--ta-navy); border-radius: 4px; }
.woocommerce-shop .shop-container .product-small.box,
.tax-product_cat .shop-container .product-small.box { border: 1px solid #e0e6ed; border-radius: 4px; box-shadow: none; height: 100%; }
.woocommerce-shop .shop-container .product-small .box-image,
.tax-product_cat .shop-container .product-small .box-image { aspect-ratio: 247 / 296; background: #f3f5f7; overflow: hidden; }
.product-small .box-image > .image-fade_in_back,
.product-small .box-image > .image-fade_in_back > a { height: 100%; }
.product-small .box-image img {
  background: #f3f5f7;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  width: 100% !important;
}
.woocommerce-shop .shop-container .product-small .box-text,
.tax-product_cat .shop-container .product-small .box-text { min-height: 116px; }
.woocommerce-shop .shop-container .products > .product-small,
.tax-product_cat .shop-container .products > .product-small { margin-bottom: 24px; }
.ta-shop-sidebar-cta { border-radius: 5px; overflow: hidden; }
.ta-shop-sidebar-cta h3 { color: #fff; font-size: 21px; }
.ta-shop-sidebar-cta p { color: rgba(255,255,255,.82); font-size: 13px; }

/* Client consultation popup: its content is stored in an editable UX Block. */
body.ta-dialog-open { overflow: hidden; }
.ta-client-dialog[hidden] { display: none !important; }
.ta-client-dialog { align-items: center; display: flex; inset: 0; justify-content: center; padding: 24px; position: fixed; z-index: 99999; }
.ta-client-dialog__backdrop { background: rgba(7, 20, 39, .72); inset: 0; opacity: 0; position: absolute; transition: opacity .22s ease; }
.ta-client-dialog__panel { background: #fff; border-radius: 4px; box-shadow: 0 24px 80px rgba(4, 18, 39, .34); max-height: calc(100vh - 48px); max-width: 920px; opacity: 0; overflow: auto; position: relative; transform: translateY(18px) scale(.985); transition: opacity .22s ease, transform .22s ease; width: 100%; z-index: 1; }
.ta-client-dialog.is-visible .ta-client-dialog__backdrop,
.ta-client-dialog.is-visible .ta-client-dialog__panel { opacity: 1; }
.ta-client-dialog.is-visible .ta-client-dialog__panel { transform: translateY(0) scale(1); }
.ta-client-dialog__close { align-items: center; background: #fff; border: 0; border-radius: 50% !important; box-shadow: 0 3px 14px rgba(10, 28, 55, .18); color: var(--ta-navy); cursor: pointer; display: flex; font-size: 24px; height: 40px !important; justify-content: center; line-height: 1; margin: 0; max-height: 40px; max-width: 40px; min-height: 40px !important; min-width: 40px !important; outline: 0 !important; padding: 0 !important; position: absolute; right: 12px; top: 12px; transform: none; transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease; width: 40px !important; z-index: 5; }
.ta-client-dialog__close::before,
.ta-client-dialog__close::after { content: none !important; display: none !important; }
.ta-client-dialog__close:hover,
.ta-client-dialog__close:focus-visible { background: #f2f5f9; box-shadow: 0 4px 18px rgba(10, 28, 55, .22); color: var(--ta-navy); transform: scale(1.04); }
.ta-client-dialog__close:active { transform: scale(.96); }
.ta-popup-layout { align-items: stretch; margin: 0 !important; max-width: none !important; }
.ta-popup-layout > .col { padding-bottom: 0 !important; }
.ta-popup-media .col-inner { height: 100%; }
.ta-popup-layout .banner { height: 100%; min-height: 100%; padding-top: 0 !important; }
.ta-popup-layout .banner-inner,
.ta-popup-layout .banner-bg { height: 100%; }
.ta-popup-layout .banner-bg img { object-position: 50% 50%; }
.ta-popup-layout .text-box h3 { color: #fff; font-size: 30px; line-height: 1.12; text-shadow: 0 2px 12px rgba(0,0,0,.3); }
.ta-popup-copy { padding: 34px 34px 28px; }
.ta-popup-copy h2 { font-size: 30px; margin: 0 0 8px; text-align: center; }
.ta-popup-copy > p { color: #5c6778; margin-bottom: 18px; text-align: center; }
.ta-popup-copy .ta-popup-eyebrow { color: #0a9961; font-size: 11px; font-weight: 800; letter-spacing: .13em; margin-bottom: 7px; text-transform: uppercase; }
.ta-quote-form--popup label { margin-bottom: 10px; }
.ta-quote-form--popup input { margin-top: 0; }
.ta-quote-form--popup button { background: linear-gradient(90deg, #08a657, var(--ta-blue)); margin-top: 2px; }
.ta-popup-direct { font-size: 12px; margin: 12px 0 0 !important; }
.ta-floating-contact { bottom: 18px; display: flex; gap: 8px; left: 50%; position: fixed; transform: translateX(-50%); z-index: 9990; }
.ta-floating-contact a { align-items: center; border-radius: 999px; box-shadow: 0 8px 24px rgba(6, 24, 48, .22); color: #fff; display: flex; flex-direction: column; justify-content: center; min-height: 50px; padding: 8px 22px; text-align: center; white-space: nowrap; }
.ta-floating-contact a:hover { color: #fff; transform: translateY(-2px); }
.ta-floating-contact strong { color: #fff; font-size: 13px; line-height: 1.1; }
.ta-floating-contact span { font-size: 9px; margin-top: 3px; opacity: .86; text-transform: uppercase; }
.ta-floating-contact__zalo { background: #0878d1; }
.ta-floating-contact__phone { background: linear-gradient(90deg, #d95d19, var(--ta-orange)); }
body.home .ta-gh-feedback { background: linear-gradient(135deg, #f8fafc 0%, #f2f6fb 58%, #fff8f1 100%); }
body.home .ta-gh-feedback .section-title-bold-center span { background: #f7f9fc; }
body.home .ta-gh-feedback .banner { border-radius: 14px; box-shadow: 0 18px 48px rgba(20, 42, 79, .14); overflow: hidden; }
body.home .ta-gh-feedback .ta-testimonial { background: rgba(255,255,255,.96); border: 1px solid #e1e8f0; border-radius: 14px; box-shadow: 0 12px 30px rgba(20, 42, 79, .08); margin-bottom: 16px; padding: 28px 30px 26px; position: relative; }
body.home .ta-gh-feedback .ta-testimonial:before { color: var(--ta-orange); content: "“"; font-family: Georgia, serif; font-size: 48px; font-weight: 700; left: 22px; line-height: 1; opacity: .9; position: absolute; top: 16px; }
body.home .ta-gh-feedback .ta-testimonial > p:first-child { color: #3b485b; font-style: normal; line-height: 1.7; margin: 12px 0 18px; }
body.home .ta-gh-feedback .ta-testimonial > p:last-child { margin: 0; }
body.home .ta-gh-feedback .ta-testimonial strong { color: var(--ta-navy); font-family: "Manrope", sans-serif; font-size: 14px; }
body.home .ta-gh-feedback .ta-testimonial span { color: #6b7586; font-size: 12px; }
body.home .ta-gh-contact { background: linear-gradient(110deg, var(--ta-navy), var(--ta-blue), #0e6287) !important; }
body.home .ta-gh-contact h2 { color: #fff; font-size: clamp(32px, 3.4vw, 48px); }

@media (max-width: 849px) {
  body.home .ta-gh-slider .ta-gh-hero { padding-top: 544px !important; }
  .ta-hero-copy h1 { font-size: 38px; }
  .ta-hero-copy p { font-size: 16px; }
  body.home { padding-bottom: 64px; }
  body.home .ta-gh-mobile-tabs { background: linear-gradient(90deg, #dd3e27, var(--ta-orange)); display: block; }
  body.home .ta-gh-mobile-tabs .row { max-width: none; }
  body.home .ta-gh-mobile-tabs .col { border-right: 1px solid rgba(255,255,255,.32); padding: 0 !important; }
  body.home .ta-gh-mobile-tabs .col:last-child { border-right: 0; }
  body.home .ta-gh-mobile-tabs a { color: #fff; display: block; font-size: 11px; font-weight: 800; padding: 10px 2px; }
  body.home .ta-gh-hero h1,
  body.home .ta-gh-hero h2 { font-size: 40px; }
  body.home .ta-gh-hero p { font-size: 15px; }
  body.home .ta-gh-section .section-title-bold-center:before,
  body.home .ta-gh-section .section-title-bold-center:after { display: none; }
  body.home .ta-gh-stat { min-height: 124px; padding: 22px 8px; }
  body.home .ta-gh-product-grid .product-small .box-image { height: 280px; }
  body.home .ta-gh-product-grid .ta-gh-grid-col .product-small .box-image { height: 250px; }
  body.home .ta-gh-ready .ta-gh-ready-actions { margin: 24px 0 12px; }
  body.home .ta-gh-category-tabs > .nav { gap: 6px; margin-bottom: 18px; }
  body.home .ta-gh-category-tabs > .nav > li > a { font-size: 10px; padding: 7px 9px; }
  body.home .ta-partner-marquee { --ta-partner-gap: 12px; margin-left: -15px; width: calc(100% + 30px); }
  body.home .ta-partner-item { flex-basis: 168px; min-height: 62px; padding: 9px 12px; }
  body.home .ta-partner-item img { max-height: 38px; max-width: 142px; }
  body.home .ta-partner-item strong { flex-basis: 40px; height: 40px; }
  body.home .ta-partner-item span { font-size: 11px; }
  body.home .ta-gh-side-col { margin-top: 22px; }
  body.home .ta-gh-mobile-sticky { display: none !important; }
  body.home .ta-gh-mobile-sticky .row { max-width: none; }
  body.home .ta-gh-mobile-sticky .col { border-right: 1px solid rgba(255,255,255,.18); padding: 0 !important; }
  body.home .ta-gh-mobile-sticky a { color: #fff; display: flex; flex-direction: column; font-size: 12px; min-height: 62px; justify-content: center; }
  body.home .ta-gh-mobile-sticky strong { color: #fff; font-size: 18px; line-height: 1.1; }
  body.home .ta-gh-mobile-sticky small { display: block; font-size: 10px; margin-top: 4px; }
  .woocommerce-shop .ta-shop-category-hero,
  .tax-product_cat .ta-shop-category-hero { padding-bottom: 24px !important; padding-top: 30px !important; }
}

@media (max-width: 549px) {
  body.home .ta-gh-slider .ta-gh-hero { padding-top: 496px !important; }
  .ta-client-dialog { padding: 12px; }
  .ta-client-dialog__panel { max-height: calc(100vh - 24px); }
  .ta-popup-media { display: none; }
  .ta-popup-copy { padding: 44px 20px 22px; }
  .ta-popup-copy h2 { font-size: 25px; }
  .ta-floating-contact { bottom: 10px; gap: 6px; width: calc(100% - 20px); }
  .ta-floating-contact a { flex: 1; min-width: 0; padding: 8px 10px; }
  .ta-floating-contact strong { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  body.home .ta-partner-track { animation-play-state: paused; }
}

@media (max-width: 549px) {
  .ta-form-grid { grid-template-columns: 1fr; gap: 0; }
  .ta-hero-copy h1 { font-size: 32px; }
  .ta-number { font-size: 34px; }
  body.home .ta-gh-section .section-title-bold-center span { font-size: 17px; padding: 8px 14px; }
  body.home .ta-gh-category-tabs > .nav { align-items: stretch; }
  body.home .ta-gh-category-tabs > .nav > li { display: flex; }
  body.home .ta-gh-category-tabs > .nav > li > a { align-items: center; display: flex; line-height: 1.25; text-align: center; }
  body.home .ta-gh-stat strong { font-size: 34px; }
  body.home .ta-gh-section .product-small .box-text { min-height: 100px; padding: 12px 8px 15px; }
  body.home .ta-gh-product-grid .product-small .box-image { height: 235px; }
  body.home .ta-gh-product-grid .ta-gh-grid-col .product-small .box-image { height: 235px; }
  body.home .ta-gh-actions a { font-size: 10px; padding: 7px 12px; }
  body.home .ta-gh-side-actions { gap: 8px; }
}
