@font-face { font-family: "Vazirmatn Variable"; src: url("../fonts/vazirmatn-arabic.woff2") format("woff2"); font-style: normal; font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Vazirmatn Variable"; src: url("../fonts/vazirmatn-latin.woff2") format("woff2"); font-style: normal; font-weight: 100 900; font-display: swap; unicode-range: U+0000-024F; }

:root {
  --blue: #064db8;
  --blue-dark: #073b83;
  --navy: #082b5c;
  --orange: #ff7c43;
  --orange-soft: #fff1e9;
  --warm: #f7f5ef;
  --ice: #f5f8fc;
  --line: #dce5f0;
  --ink: #10213a;
  --muted: #667085;
  --white: #fff;
  --shadow: 0 18px 55px rgba(8, 43, 92, .11);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Tahoma, "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

.topbar { background: var(--ice); border-bottom: 1px solid var(--line); color: #435270; font-size: 12px; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; gap: 28px; }
.topbar-inner a, .topbar-address { display: flex; align-items: center; gap: 7px; }
.topbar-inner a { color: var(--blue-dark); direction: ltr; font-weight: 700; }
.topbar-address { margin-inline-start: auto; }
.site-header { height: 92px; position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(220,229,240,.72); }
.nav-shell { height: 100%; display: flex; align-items: center; gap: 26px; }
.brand-link { width: 168px; height: 78px; overflow: hidden; display: grid; place-items: center; flex: 0 0 auto; }
.brand-logo { display: block; width: 168px; height: 76px; background: url("../images/technomilk-logo.png") center / 248px auto no-repeat; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-inline-start: auto; }
.desktop-nav a { position: relative; color: #273b5d; font-size: 14px; font-weight: 700; white-space: nowrap; transition: color .18s ease; }
.desktop-nav a::after { content: ""; position: absolute; inset-inline: 50% 50%; bottom: -18px; height: 2px; background: var(--orange); transition: inset .18s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--blue); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { inset-inline: 0 0; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.language-link { width: 40px; height: 40px; display: grid; place-items: center; border-left: 1px solid var(--line); color: var(--blue-dark); font-weight: 800; }
[dir="rtl"] .language-link { border-left: 0; border-right: 1px solid var(--line); }
.nav-quote { background: var(--orange-soft); color: #d64e12; border: 1px solid #ffd4c1; padding: 11px 16px; border-radius: 10px; font-size: 12px; font-weight: 800; white-space: nowrap; transition: .18s ease; }
.nav-quote:hover { background: var(--orange); color: var(--white); transform: translateY(-2px); }
.mobile-menu { display: none; margin-inline-start: auto; position: relative; }
.mobile-menu summary { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; list-style: none; display: grid; align-content: center; gap: 5px; padding: 11px; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary i { display: block; height: 2px; background: var(--blue-dark); border-radius: 3px; }
.mobile-menu nav { position: absolute; inset-inline-end: 0; top: 54px; min-width: 240px; background: var(--white); padding: 12px; border-radius: 14px; box-shadow: var(--shadow); border: 1px solid var(--line); display: grid; }
.mobile-menu nav a { padding: 12px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.mobile-menu nav a:last-child { border-bottom: 0; color: var(--orange); }

.hero { padding: 38px 0 0; background: linear-gradient(135deg, #fff 0%, #fff 52%, #f8fafc 100%); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5; background-image: linear-gradient(rgba(6,77,184,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(6,77,184,.04) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to left, #000, transparent 70%); }
.hero-grid { min-height: 600px; display: grid; grid-template-columns: 1fr 1.08fr; gap: 64px; align-items: center; position: relative; }
.hero-copy { position: relative; z-index: 2; padding-block: 58px 90px; }
.since-badge { display: inline-flex; padding: 8px 14px; border: 1px solid var(--orange); border-radius: 9px; color: #e85e22; font-size: 14px; font-weight: 800; background: rgba(255,255,255,.84); }
.hero h1 { margin: 26px 0 18px; color: var(--blue-dark); font-size: clamp(42px, 4.4vw, 66px); line-height: 1.24; letter-spacing: -2px; font-weight: 900; max-width: 650px; }
.hero-copy > p { max-width: 610px; margin: 0; color: #526174; font-size: 18px; line-height: 2; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 24px; border-radius: 11px; border: 1px solid transparent; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--blue), #003e9c); box-shadow: 0 10px 30px rgba(6,77,184,.22); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 14px 34px rgba(6,77,184,.3); }
.button-outline { border-color: var(--blue); color: var(--blue); background: var(--white); }
.button-outline:hover { background: var(--ice); }
.button-orange { background: var(--orange); color: var(--white); box-shadow: 0 10px 30px rgba(255,124,67,.2); }
.button-orange:hover { background: #ee6428; }
.hero-signature { margin-top: 27px; display: flex; align-items: center; gap: 12px; color: #78859a; font-size: 12px; font-weight: 700; }
.hero-signature > span:first-child { width: 32px; height: 2px; flex: 0 0 32px; background: var(--orange); }
.hero-media { height: 520px; border-radius: 120px 20px 120px 20px; overflow: visible; position: relative; box-shadow: var(--shadow); }
[dir="ltr"] .hero-media { border-radius: 20px 120px 20px 120px; }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; object-position: 46% center; border-radius: inherit; }
.service-float { position: absolute; inset-inline-end: -30px; bottom: 28px; padding: 19px 22px; min-width: 255px; border: 1px solid rgba(220,229,240,.9); border-radius: 14px; background: rgba(255,255,255,.95); box-shadow: var(--shadow); display: grid; gap: 7px; }
.service-float::before { content: "⚙"; position: absolute; inset-inline-end: 16px; top: -22px; width: 44px; height: 44px; display: grid; place-items: center; color: var(--blue); background: #eaf2ff; border-radius: 12px; font-size: 21px; }
.service-float b { color: var(--blue-dark); font-size: 15px; }
.service-float span { color: var(--muted); font-size: 11px; }
.trust-row { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: -10px; background: var(--white); border: 1px solid var(--line); border-radius: 18px 18px 0 0; box-shadow: 0 -10px 34px rgba(8,43,92,.05); }
.trust-card { min-height: 112px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 20px 30px; border-inline-end: 1px solid var(--line); }
.trust-card:last-child { border-inline-end: 0; }
.trust-icon { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #ffd0bc; border-radius: 13px; color: var(--orange); background: #fff9f6; font-size: 22px; }
.trust-card div { display: grid; gap: 8px; }
.trust-card b { color: var(--blue-dark); font-size: 15px; }
.trust-card small { color: var(--muted); font-size: 11px; line-height: 1.7; }

.section { padding: 96px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 38px; }
.section-heading > div { max-width: 680px; }
.eyebrow { display: inline-block; margin-bottom: 12px; color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .05em; }
.eyebrow.light { color: #ffb391; }
.section-heading h2, .split-copy h2, .quote-copy h2, .contact-form-shell h2 { margin: 0 0 14px; color: var(--blue-dark); font-size: clamp(30px, 3vw, 44px); line-height: 1.45; letter-spacing: -.8px; }
.section-heading p, .split-copy p, .quote-copy p, .contact-form-shell > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 2; }
.text-link { color: var(--blue); font-size: 13px; font-weight: 900; white-space: nowrap; padding-bottom: 6px; border-bottom: 2px solid var(--orange); }
.products-section { background: var(--ice); }
.entry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.entry-grid-project { grid-template-columns: repeat(2, 1fr); }
.entry-card { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.entry-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #b9ccec; }
.entry-card-clickable { cursor: pointer; touch-action: manipulation; }
.entry-card-hitarea { position: absolute; inset: 0; z-index: 1; display: block; border-radius: inherit; }
.entry-card-hitarea:focus-visible { outline: 3px solid var(--orange); outline-offset: -5px; }
.entry-card-clickable .entry-content p a { position: relative; z-index: 2; }
.entry-image { aspect-ratio: 16 / 10; overflow: hidden; background: #e9eff6; }
.entry-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.entry-card:hover .entry-image img { transform: scale(1.035); }
.entry-content { position: relative; padding: 24px; }
.entry-number { position: absolute; inset-inline-end: 22px; top: 18px; color: #dfe8f6; font-size: 31px; font-weight: 900; }
.entry-category { color: var(--orange); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.entry-content h3 { margin: 12px 0 10px; color: var(--blue-dark); font-size: 18px; line-height: 1.65; }
.entry-content p { min-height: 58px; margin: 0 0 18px; color: var(--muted); font-size: 12px; line-height: 1.85; }
.entry-content a { color: var(--blue); font-size: 12px; font-weight: 900; display: inline-flex; gap: 10px; align-items: center; }
.entry-card-cta { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 12px; font-weight: 900; transition: color .2s ease, gap .2s ease; }
.entry-card-clickable:hover .entry-card-cta { gap: 14px; color: var(--orange); }

.about-split { background: var(--warm); }
.split-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 74px; align-items: center; }
.split-media { min-height: 470px; position: relative; border-radius: 28px 90px 28px 90px; overflow: hidden; box-shadow: var(--shadow); }
[dir="ltr"] .split-media { border-radius: 90px 28px 90px 28px; }
.split-media img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.image-tag { position: absolute; inset-inline-start: 22px; bottom: 22px; color: var(--white); background: rgba(8,43,92,.86); border-left: 4px solid var(--orange); padding: 12px 18px; border-radius: 8px; font-weight: 900; }
.split-copy h2 { max-width: 600px; }
.split-copy p { margin-bottom: 26px; }
.number-row { display: flex; align-items: center; gap: 18px; padding: 20px 0; margin: 10px 0 22px; border-block: 1px solid #ddd9ce; }
.number-row strong { color: var(--orange); font-size: 40px; font-family: Arial, sans-serif; }
.number-row span { color: var(--blue-dark); font-size: 13px; font-weight: 800; }
.service-section { color: var(--white); background: linear-gradient(135deg, #061d3d, #073b83); position: relative; overflow: hidden; }
.service-section::after { content: "TMG"; position: absolute; inset-inline-end: -20px; bottom: -80px; color: rgba(255,255,255,.025); font-family: Arial, sans-serif; font-size: 260px; font-weight: 900; }
.service-grid { position: relative; z-index: 2; }
.service-section .split-copy h2, .service-request-section h2 { color: var(--white); }
.service-section .split-copy p, .service-request-section p { color: #c1cce0; }
.split-copy ul { list-style: none; padding: 0; margin: 28px 0 30px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 22px; }
.split-copy li { min-width: 0; display: flex; align-items: flex-start; gap: 10px; color: #f5f8ff; font-size: 13px; line-height: 1.8; }
.split-copy li > span:first-child { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 30px; margin-top: 1px; background: rgba(255,124,67,.18); border: 1px solid rgba(255,124,67,.45); border-radius: 9px; color: #ffb08c; }
.split-copy li > span:not(:first-child) { width: auto; height: auto; min-width: 0; display: inline; flex: 1; border: 0; border-radius: 0; color: inherit; background: none; overflow-wrap: break-word; }
.service-section .split-media { border-radius: 90px 28px 90px 28px; }
.projects-section { background: var(--white); }
.blog-section { background: var(--ice); }
.entry-grid-post .entry-image { aspect-ratio: 16 / 9; }

.quote-section, .service-request-section { background: linear-gradient(135deg, #073b83, #064db8); color: var(--white); }
.quote-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.quote-copy { padding-top: 24px; }
.quote-copy h2 { color: var(--white); }
.quote-copy p { color: #d6e0f0; }
.direct-phone { margin-top: 32px; display: flex; align-items: center; gap: 14px; direction: ltr; font-family: Arial, sans-serif; font-size: 30px; font-weight: 900; }
.direct-phone > span { display: grid; gap: 5px; }
.direct-phone small { color: #bfd0ea; font-family: Tahoma, sans-serif; font-size: 10px; font-weight: 500; direction: rtl; }
.quote-form { background: var(--white); color: var(--ink); padding: 30px; border-radius: 20px; box-shadow: var(--shadow); }
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { display: grid; gap: 8px; }
.form-grid > label { min-width: 0; }
.form-grid label > span { color: #435270; font-size: 11px; font-weight: 800; }
.form-wide { grid-column: 1 / -1; }
.form-grid input, .form-grid textarea, .form-grid select { width: 100%; border: 1px solid var(--line); border-radius: 9px; background: #fbfcfe; padding: 12px 13px; color: var(--ink); outline: none; font-size: 12px; transition: border .18s ease, box-shadow .18s ease; }
.form-grid input, .form-grid select { height: 45px; }
.form-grid textarea { resize: vertical; min-height: 82px; }
.form-grid input:focus, .form-grid textarea:focus, .form-grid select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(6,77,184,.1); }
.form-grid input:user-invalid, .form-grid textarea:user-invalid, .form-grid select:user-invalid { border-color: #d95645; box-shadow: 0 0 0 3px rgba(217,86,69,.1); }
.phone-field input { direction: ltr; unicode-bidi: plaintext; text-align: left; font-family: Arial, sans-serif; font-variant-numeric: lining-nums tabular-nums; letter-spacing: .025em; }
.form-grid .phone-field > small { margin-top: -3px; color: #7d8ba0; font-size: 9px; font-weight: 600; line-height: 1.7; }
.location-country-pickers { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 10px; }
.location-country-pickers input, .location-country-pickers select { min-width: 0; }
.location-country-pickers input[type="search"] { padding-inline-start: 38px; background-image: radial-gradient(circle, transparent 42%, #8594a8 44%, #8594a8 56%, transparent 58%), linear-gradient(45deg, transparent 44%, #8594a8 46%, #8594a8 56%, transparent 58%); background-repeat: no-repeat; background-position: 17px 50%, 24px 64%; background-size: 12px 12px, 8px 8px; }
[data-location-form] [hidden] { display: none !important; }
.form-submit { margin-top: 20px; width: 100%; }
.form-submit:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 18px; margin: 12px 0 0; font-size: 11px; line-height: 1.7; }
.form-status.success { color: #16884b; }
.form-status.error { color: #d1442f; }

.page-hero { padding: 84px 0 60px; background: linear-gradient(135deg, var(--ice), var(--warm)); position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.detail-hero { padding: 54px 0; background: linear-gradient(135deg, var(--ice), var(--warm)); border-bottom: 1px solid var(--line); }
.detail-hero-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 60px; align-items: center; }
.detail-hero h1 { margin: 5px 0 15px; color: var(--blue-dark); font-size: clamp(36px, 4.5vw, 58px); line-height: 1.35; }
.detail-hero p { margin: 0; color: var(--muted); line-height: 2; }
.detail-hero img { width: 100%; height: 360px; object-fit: cover; border-radius: 24px 70px 24px 70px; box-shadow: var(--shadow); }
.detail-layout { display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: start; }
.detail-layout > article h2 { margin: 0 0 18px; color: var(--blue-dark); font-size: 30px; }
.detail-layout > article > p { color: #53647a; line-height: 2.3; font-size: 14px; white-space: pre-wrap; }
.detail-layout > aside { position: sticky; top: 115px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.detail-layout > aside h3 { margin: 0 0 9px; color: var(--blue-dark); font-size: 18px; }
.detail-layout > aside > p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }
.detail-layout .quote-form { padding: 20px 0 0; box-shadow: none; }
.detail-features { margin-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.detail-features > div { display: flex; gap: 10px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--ice); }
.detail-features > div > span { color: var(--orange); font-weight: 900; }
.detail-features div div { display: grid; gap: 7px; }
.detail-features b { color: var(--blue-dark); font-size: 12px; }
.detail-features small { color: var(--muted); font-size: 9px; line-height: 1.7; }
.page-hero::after { content: "TMG"; position: absolute; inset-inline-end: 2%; bottom: -55px; color: rgba(6,77,184,.04); font-family: Arial, sans-serif; font-size: 190px; font-weight: 900; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { max-width: 850px; margin: 8px 0 12px; color: var(--blue-dark); font-size: clamp(38px, 5vw, 62px); line-height: 1.35; }
.page-hero p { max-width: 720px; margin: 0; color: var(--muted); line-height: 2; }
.breadcrumb { margin-top: 34px; display: flex; gap: 10px; align-items: center; color: var(--muted); font-size: 11px; }
.breadcrumb a { color: var(--blue); }
.mini-cta { padding: 55px 0; background: var(--blue-dark); color: var(--white); }
.mini-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.mini-cta h2 { margin: 0 0 8px; font-size: 24px; }
.mini-cta p { margin: 0; color: #c7d4e9; font-size: 13px; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-cards article { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: .2s ease; }
.service-cards article:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-cards .service-card-top > span { color: var(--orange); }
.service-cards h3 { margin: 20px 0 10px; color: var(--blue-dark); font-size: 18px; font-weight: 850; line-height: 1.75; }
.service-cards p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 400; line-height: 2; }
.service-cards h3 > span, .service-cards p > span { color: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; }
.service-request-section { padding: 96px 0; }
.about-page-grid .split-media { min-height: 520px; }
.about-page-grid blockquote { margin: 32px 0 0; padding: 20px 24px; border-inline-start: 4px solid var(--orange); background: var(--orange-soft); color: var(--blue-dark); font-size: 20px; font-weight: 900; }
.values { padding: 66px 0; background: var(--ice); }
.values .container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.values article { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.values h3 { margin: 0 0 10px; color: var(--blue); font-size: 20px; }
.values p { margin: 0; color: var(--muted); line-height: 1.9; font-size: 12px; }
.contact-section { background: linear-gradient(180deg, #fff, #f4f8fd); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: start; }
.contact-info-heading { margin-bottom: 26px; }
.contact-info-heading h2 { margin: 16px 0 10px; color: var(--blue-dark); font-size: clamp(25px, 2.2vw, 34px); line-height: 1.55; }
.contact-info-heading p { max-width: 570px; margin: 0; color: var(--muted); font-size: 13px; line-height: 2; }
.contact-cards { display: grid; gap: 14px; }
.contact-cards article { display: flex; align-items: flex-start; gap: 18px; padding: 23px; background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: 18px; }
.contact-cards article > .contact-card-icon { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; background: var(--orange-soft); color: var(--orange); border: 1px solid #ffd8c6; border-radius: 14px; }
.contact-card-icon svg { display: block; }
.contact-cards article > div { min-width: 0; flex: 1; }
.contact-cards small { color: var(--muted); font-size: 10px; }
.contact-cards h3 { margin: 7px 0; color: var(--blue-dark); font-size: 15px; line-height: 1.8; }
.contact-cards p { margin: 0 0 8px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.contact-cards a { color: var(--blue); font-size: 11px; font-weight: 900; }
.contact-action { width: fit-content; display: inline-flex !important; align-items: center; gap: 7px; margin-top: 4px; }
.contact-phone-card { position: relative; overflow: hidden; }
.contact-phone-card::after { content: ""; width: 95px; height: 95px; position: absolute; inset-inline-end: -45px; bottom: -55px; pointer-events: none; border-radius: 50%; background: rgba(11,84,198,.045); }
.contact-phone-card h3.phone-number { width: fit-content; max-width: 100%; margin: 6px 0 8px; overflow-wrap: normal; white-space: nowrap; text-align: left; font-variant-numeric: lining-nums tabular-nums; }
html[lang="en"] .contact-phone-card h3.phone-number,
html[lang="en"] .contact-phone-card h3.phone-number > span { font-family: Arial, sans-serif !important; }
.contact-phone-card .contact-action { min-height: 36px; padding: 6px 11px; border: 1px solid #cfe0f4; border-radius: 10px; background: #f1f6fc; }
.contact-form-shell { padding: 36px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.contact-form-shell .quote-form { padding: 22px 0 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }

.social-links { display: flex; align-items: center; gap: 9px; margin-top: 14px; direction: ltr; }
.social-link { width: 40px; height: 40px; margin: 0 !important; display: inline-flex !important; align-items: center; justify-content: center; color: #fff !important; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: #526b89; transition: transform .2s ease, box-shadow .2s ease; }
.social-link:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(6,26,53,.18); }
.social-instagram { background: linear-gradient(135deg, #6540d8, #d72f7d 55%, #ff8b3d); }
.social-whatsapp { background: #22bd64; }
.social-telegram { background: #229ed9; }
.social-youtube { background: #f01818; }
.social-linkedin { background: #0a66c2; }
.social-facebook { background: #1877f2; }
.social-x { background: #111; }
.social-aparat { background: linear-gradient(135deg, #ed1651, #9f164e); }
.social-website { background: linear-gradient(135deg, #0b63c7, #04a7a1); }
.social-links-labeled { display: grid; grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); direction: ltr; }
.social-links-labeled .social-link { width: auto; min-height: 58px; height: auto; justify-content: flex-start; gap: 8px; padding: 9px 10px; }
.social-links-labeled .social-link > span { min-width: 0; display: grid; gap: 2px; text-align: left; }
.social-links-labeled b { color: #fff; font-family: Arial, sans-serif; font-size: 9px; }
.social-links-labeled small { max-width: 75px; overflow: hidden; color: rgba(255,255,255,.82); font-family: Arial, sans-serif; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }

.site-footer { padding: 70px 0 24px; background: #061a36; color: #c9d5e6; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr 1.1fr .8fr; gap: 54px; }
.site-footer .brand-logo { background-image: url("../images/technomilk-logo.png"); background-color: white; border-radius: 12px; margin-bottom: 20px; }
.site-footer h3 { margin: 0 0 18px; color: var(--white); font-size: 14px; }
.site-footer p, .site-footer a { display: block; margin: 0 0 11px; color: #aabbd1; font-size: 11px; line-height: 1.9; }
.site-footer a:hover { color: var(--white); }
.footer-contact-link { width: fit-content; display: flex !important; align-items: center; gap: 8px; direction: ltr; }
.site-footer .social-links { margin-top: 16px; }
.site-footer .social-link { display: inline-flex; margin: 0 !important; line-height: 1; }
.footer-support-phone { width: 100%; max-width: 245px; min-height: 70px; display: flex !important; align-items: center; gap: 11px; margin: 0 0 15px !important; padding: 10px 12px; border: 1px solid rgba(255,157,112,.28); border-radius: 15px; background: linear-gradient(135deg, rgba(255,124,67,.16), rgba(255,255,255,.04)); }
.footer-support-phone > span { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; color: #fff; background: #ff7c43; box-shadow: 0 8px 21px rgba(255,124,67,.22); }
.footer-support-phone > b { min-width: 0; display: grid; gap: 3px; font-weight: 800; }
.footer-support-phone small { color: #aebfd4; font-size: 9px; }
.footer-support-phone strong { color: #fff; font: 850 14px/1.5 Arial, sans-serif; letter-spacing: .02em; }
.footer-social-panel { min-height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 38px; padding: 20px 23px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,124,67,.06)); }
.footer-social-heading { min-width: 250px; display: flex; align-items: center; gap: 13px; }
.footer-social-heading > span { width: 47px; height: 47px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,158,112,.32); border-radius: 14px; color: #ffab85; background: rgba(255,124,67,.1); }
.site-footer .footer-social-heading h3 { margin: 0 0 3px; }
.site-footer .footer-social-heading p { margin: 0; color: #899eb9; font-size: 10px; }
.site-footer .footer-social-panel .social-links { justify-content: flex-end; flex-wrap: wrap; margin: 0; }
.site-footer .footer-social-panel .social-link { width: 46px; height: 46px; border-radius: 14px; }
.footer-slogan { color: #ffae89 !important; font-weight: 800; }
.footer-bottom { margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 24px; color: #8093ad; font-size: 10px; }
.whatsapp-float { position: fixed; inset-inline-end: 22px; bottom: 8px; width: 54px; height: 54px; z-index: 30; display: grid; place-items: center; background: #22bd64; color: white; border: 4px solid white; border-radius: 50%; box-shadow: 0 10px 30px rgba(0,0,0,.2); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 16px 34px rgba(17,139,74,.3); }
.whatsapp-float svg { display: block; }

@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: fadeUp .55s ease both; }
  .hero-media { animation: reveal .7s .08s ease both; }
  .trust-card { animation: fadeUp .45s ease both; }
  .trust-card:nth-child(2) { animation-delay: .08s; }
  .trust-card:nth-child(3) { animation-delay: .16s; }
  @keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes reveal { from { opacity: 0; transform: scale(.98); } to { opacity: 1; transform: scale(1); } }
}

@media (max-width: 1160px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 12px; }
  .nav-quote { display: none; }
  .hero-grid { gap: 35px; }
  .hero h1 { font-size: 48px; }
}

@media (max-width: 920px) {
  .topbar-address, .topbar-inner > span:last-child { display: none; }
  .desktop-nav, .nav-actions { display: none; }
  .mobile-menu { display: block; }
  .site-header { height: 78px; }
  .brand-link { width: 142px; height: 70px; }
  .brand-logo { width: 144px; height: 68px; background-size: 214px auto; }
  .hero { padding-top: 24px; }
  .hero-grid, .split-grid, .quote-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 28px 0 0; }
  .hero h1 { max-width: 760px; font-size: 46px; }
  .hero-media { height: 460px; order: 2; }
  .trust-row { margin-top: 42px; }
  .section { padding: 74px 0; }
  .entry-grid { grid-template-columns: repeat(2, 1fr); }
  .split-grid { gap: 42px; }
  .service-grid .split-copy { order: 2; }
  .service-grid .split-media { order: 1; }
  .service-cards { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
  .detail-hero-grid, .detail-layout { grid-template-columns: 1fr; }
  .detail-layout > aside { position: static; }
}

@media (max-width: 700px) {
  .footer-social-panel { align-items: flex-start; flex-direction: column; gap: 17px; padding: 18px; }
  .footer-social-heading { min-width: 0; }
  .site-footer .footer-social-panel .social-links { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 30px, 1240px); }
  .topbar-inner { justify-content: space-between; }
  .topbar-inner::after { content: "Techno Milk · TMG"; color: var(--muted); }
  .site-header { position: sticky; }
  .hero h1 { font-size: 36px; letter-spacing: -1px; }
  .hero-copy > p { font-size: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-media { height: 340px; border-radius: 55px 14px 55px 14px; }
  .service-float { inset-inline: 16px; bottom: -28px; min-width: auto; }
  .trust-row { grid-template-columns: 1fr; margin-top: 70px; border-radius: 16px; }
  .trust-card { min-height: 94px; justify-content: flex-start; border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .trust-card:last-child { border-bottom: 0; }
  .section { padding: 60px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }
  .section-heading h2, .split-copy h2, .quote-copy h2, .contact-form-shell h2 { font-size: 29px; }
  .entry-grid, .entry-grid-project, .service-cards, .values .container { grid-template-columns: 1fr; }
  .entry-content p { min-height: 0; }
  .split-media, .split-media img { min-height: 340px; }
  .split-copy ul { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .quote-form, .contact-form-shell { padding: 22px; }
  .contact-grid { gap: 44px; }
  .social-links-labeled .social-link { justify-content: center; }
  .social-links-labeled .social-link > span { display: none; }
  .page-hero { padding: 64px 0 45px; }
  .page-hero h1 { font-size: 36px; }
  .mini-cta .container { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { inset-inline-end: 12px; bottom: 6px; width: 50px; height: 50px; }
  .detail-hero img { height: 270px; border-radius: 18px 45px 18px 45px; }
  .detail-features { grid-template-columns: 1fr; }
}

/* Management panel */
.admin-shell { min-height: 100vh; display: flex; background: #f4f7fb; color: #16253d; font-family: Tahoma, "Segoe UI", Arial, sans-serif; }
.admin-sidebar { width: 252px; flex: 0 0 252px; min-height: 100vh; position: sticky; top: 0; align-self: flex-start; z-index: 60; display: flex; flex-direction: column; padding: 22px 16px; color: #c5d3e7; background: linear-gradient(180deg, #061a36, #082d61); box-shadow: -10px 0 35px rgba(6,26,54,.15); }
.admin-brand { height: 66px; display: flex; align-items: center; gap: 12px; padding: 5px 8px 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
.admin-brand .brand-logo { width: 74px; height: 52px; flex: 0 0 auto; background-size: 110px auto; background-color: white; border-radius: 9px; }
.admin-brand div { display: grid; gap: 4px; }
.admin-brand b { color: white; font-size: 15px; }
.admin-brand small { color: #8ca3c1; font-size: 9px; }
.admin-sidebar nav { padding-top: 15px; flex: 1; overflow-y: auto; }
.admin-nav-group { margin-bottom: 16px; }
.admin-nav-group > small { display: block; padding: 0 12px 7px; color: #738aa8; font-size: 9px; font-weight: 800; }
.admin-nav-group button { width: 100%; min-height: 40px; display: flex; align-items: center; gap: 11px; position: relative; border: 0; border-radius: 9px; padding: 0 11px; color: #b8c7dc; background: transparent; cursor: pointer; text-align: right; font-size: 11px; font-weight: 700; transition: .16s ease; }
.admin-nav-group button > span { width: 23px; height: 23px; display: grid; place-items: center; color: #83a3ce; font-size: 15px; }
.admin-nav-group button:hover { color: white; background: rgba(255,255,255,.06); }
.admin-nav-group button.active { color: white; background: linear-gradient(90deg, rgba(6,77,184,.78), rgba(20,103,210,.65)); box-shadow: 0 8px 22px rgba(0,0,0,.12); }
.admin-nav-group button.active > span { color: #ffab85; }
.admin-nav-group button em { margin-inline-start: auto; min-width: 20px; height: 20px; display: grid; place-items: center; border-radius: 10px; color: white; background: var(--orange); font-style: normal; font-size: 9px; }
.admin-site-link { margin-top: 12px; padding: 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; color: #cbd9e9; text-align: center; font-size: 10px; font-weight: 800; }
.admin-main { flex: 1; min-width: 0; }
.admin-topbar { min-height: 84px; position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: 20px; padding: 12px 32px; border-bottom: 1px solid #e0e7f1; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.admin-topbar h1 { margin: 0 0 4px; color: #153661; font-size: 20px; }
.admin-topbar p { margin: 0; color: #8b98aa; font-size: 9px; }
.admin-top-actions { margin-inline-start: auto; display: flex; align-items: center; gap: 14px; }
.admin-top-actions > a { color: #8a95a7; font-size: 10px; }
.admin-refresh, .admin-menu-button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #dfe7f1; border-radius: 10px; background: #f8fafc; color: var(--blue); cursor: pointer; }
.admin-menu-button { display: none; }
.admin-user { display: flex; align-items: center; gap: 10px; padding-inline: 12px; border-inline: 1px solid #e4eaf2; }
.admin-user > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: white; background: linear-gradient(135deg, var(--blue), #0b72d9); font-weight: 900; }
.admin-user > div { display: grid; gap: 3px; max-width: 180px; }
.admin-user b { color: #243c5d; font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.admin-user small { color: #8b98aa; font-size: 8px; direction: ltr; }
.admin-content { padding: 28px 32px 55px; max-width: 1500px; margin-inline: auto; }
.admin-notice { margin-bottom: 18px; padding: 13px 16px; display: flex; justify-content: space-between; align-items: center; border: 1px solid #b9d3f3; border-radius: 10px; color: #1b508e; background: #edf5ff; font-size: 11px; }
.admin-notice button { border: 0; background: transparent; color: inherit; font-size: 20px; cursor: pointer; }
.admin-loading { height: 360px; display: grid; place-content: center; justify-items: center; color: #8390a2; font-size: 11px; }
.admin-loading span { width: 38px; height: 38px; border: 3px solid #dce8f6; border-top-color: var(--blue); border-radius: 50%; animation: admin-spin .8s linear infinite; }
@keyframes admin-spin { to { transform: rotate(360deg); } }
.admin-welcome { min-height: 170px; margin-bottom: 22px; padding: 28px 34px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 18px; overflow: hidden; position: relative; color: white; background: linear-gradient(115deg, #073b83, #064db8 65%, #0e6fd2); box-shadow: 0 14px 35px rgba(6,77,184,.18); }
.admin-welcome::after { content: "TMG"; position: absolute; inset-inline-end: -15px; bottom: -52px; color: rgba(255,255,255,.06); font-family: Arial, sans-serif; font-size: 170px; font-weight: 900; }
.admin-welcome > div, .admin-welcome button { position: relative; z-index: 2; }
.admin-welcome span { color: #ffb391; font-family: Arial, sans-serif; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.admin-welcome h2 { margin: 12px 0 8px; font-size: 25px; }
.admin-welcome p { margin: 0; color: #d7e3f5; font-size: 11px; }
.admin-welcome button, .admin-primary { border: 0; border-radius: 9px; padding: 12px 18px; color: white; background: var(--orange); cursor: pointer; font-size: 10px; font-weight: 900; box-shadow: 0 8px 24px rgba(255,124,67,.22); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; margin-bottom: 22px; }
.metric-grid button { min-height: 132px; display: grid; grid-template-columns: 46px 1fr; grid-template-rows: auto auto auto; align-items: center; gap: 4px 13px; padding: 19px; text-align: right; border: 1px solid #e0e7f1; border-radius: 14px; background: white; cursor: pointer; transition: .18s ease; }
.metric-grid button:hover { transform: translateY(-3px); border-color: #bed1ec; box-shadow: 0 12px 30px rgba(8,43,92,.08); }
.metric-icon { grid-row: 1 / 4; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; color: var(--blue); background: #eaf2ff; font-size: 20px; }
.metric-grid small { color: #7a8798; font-size: 9px; font-weight: 700; }
.metric-grid strong { color: #143967; font-family: Arial, sans-serif; font-size: 27px; }
.metric-grid em { color: #94a0b1; font-style: normal; font-size: 8px; }
.admin-two-col { display: grid; grid-template-columns: 1.35fr .65fr; gap: 20px; align-items: start; }
.admin-panel { border: 1px solid #e0e7f1; border-radius: 15px; background: white; box-shadow: 0 5px 20px rgba(8,43,92,.03); overflow: hidden; }
.admin-panel > h3, .upload-panel > h3 { margin: 26px 26px 8px; color: #163c6b; font-size: 16px; }
.admin-panel > p, .upload-panel > p { margin: 0 26px 20px; color: #8a97a8; font-size: 9px; line-height: 1.8; }
.admin-panel-head { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; border-bottom: 1px solid #e8edf4; }
.admin-panel-head h3 { margin: 0 0 6px; color: #173a67; font-size: 15px; }
.admin-panel-head p { margin: 0; color: #8d99a9; font-size: 9px; }
.admin-panel-head > button:not(.admin-primary) { border: 0; color: var(--blue); background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; }
.compact-table > div { min-height: 61px; display: grid; grid-template-columns: 9px minmax(130px, 1fr) 105px 85px; align-items: center; gap: 12px; padding: 10px 22px; border-bottom: 1px solid #eef2f6; }
.compact-table > div:last-child { border-bottom: 0; }
.compact-table div > div { display: grid; gap: 5px; }
.compact-table b { color: #263d5e; font-size: 10px; }
.compact-table small { max-width: 230px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #929eac; font-size: 8px; }
.compact-table > div > span:not(.request-dot):not(.admin-status) { direction: ltr; color: #657389; font-family: Arial, sans-serif; font-size: 9px; }
.request-dot { width: 8px; height: 8px; border-radius: 50%; background: #a5b0bf; }
.dot-quote { background: #ff7c43; box-shadow: 0 0 0 4px #fff0e9; }
.dot-service { background: #146bd0; box-shadow: 0 0 0 4px #eaf3ff; }
.admin-status { display: inline-flex; align-items: center; justify-content: center; width: fit-content; min-width: 60px; padding: 5px 8px; border-radius: 20px; color: #6d798a; background: #eef2f6; font-size: 8px; font-weight: 800; white-space: nowrap; }
.status-new, .status-draft, .status-pending { color: #c9561d; background: #fff0e9; }
.status-published, .status-approved, .status-active { color: #16804c; background: #e9f8f0; }
.status-contacted, .status-reviewing { color: #175ca7; background: #eaf3ff; }
.status-closed, .status-spam { color: #657080; background: #eef1f4; }
.quick-grid { padding: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quick-grid button { min-height: 83px; display: grid; place-content: center; justify-items: center; gap: 9px; border: 1px solid #e3eaf3; border-radius: 11px; color: var(--blue); background: #fafcff; cursor: pointer; font-size: 18px; }
.quick-grid button span { color: #66758a; font-size: 9px; font-weight: 700; }
.content-table-head, .content-table-row { display: grid; grid-template-columns: minmax(260px, 1.3fr) .6fr .45fr .6fr .55fr; align-items: center; gap: 15px; padding: 12px 22px; }
.content-table-head { min-height: 40px; color: #8e9baa; background: #f8fafc; font-size: 8px; font-weight: 800; }
.content-table-row { min-height: 76px; border-top: 1px solid #edf1f6; color: #657389; font-size: 9px; }
.content-title { display: flex; align-items: center; gap: 11px; min-width: 0; }
.content-title > span { width: 48px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 8px; overflow: hidden; color: var(--blue); background: #eaf2ff; }
.content-title img { width: 100%; height: 100%; object-fit: cover; }
.content-title > div { min-width: 0; display: grid; gap: 5px; }
.content-title b { color: #223c60; font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.content-title small { color: #9aa5b2; font-size: 8px; direction: ltr; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.row-actions { display: flex; gap: 7px; }
.row-actions button, .media-grid button, .user-list button, .comment-list button, .inquiry-actions button { border: 0; border-radius: 7px; padding: 7px 9px; color: #3168a8; background: #edf5ff; cursor: pointer; font-size: 8px; font-weight: 800; }
.danger { color: #c14b3a !important; background: #fff0ed !important; }
.admin-empty { min-height: 280px; display: grid; place-content: center; justify-items: center; padding: 35px; text-align: center; }
.admin-empty > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 15px; color: var(--blue); background: #eaf2ff; font-size: 25px; }
.admin-empty h3 { margin: 16px 0 7px; color: #40536e; font-size: 13px; }
.admin-empty p { margin: 0; color: #98a3b1; font-size: 9px; }
.admin-empty button { margin-top: 17px; border: 0; color: var(--blue); background: transparent; font-size: 9px; font-weight: 900; cursor: pointer; }
.admin-modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 22px; background: rgba(5,19,40,.64); backdrop-filter: blur(5px); }
.admin-modal { width: min(920px, 96vw); max-height: 92vh; display: flex; flex-direction: column; overflow: hidden; border-radius: 18px; background: white; box-shadow: 0 28px 90px rgba(0,0,0,.25); }
.admin-modal-head { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 25px; border-bottom: 1px solid #e6ecf3; }
.admin-modal-head h3 { margin: 0 0 5px; color: #173a67; font-size: 16px; }
.admin-modal-head p { margin: 0; color: #909baa; font-size: 9px; }
.admin-modal-head > button { width: 35px; height: 35px; border: 1px solid #e4eaf2; border-radius: 9px; color: #7f8b9b; background: white; cursor: pointer; font-size: 21px; }
.content-form { overflow-y: auto; }
.admin-tabs { height: 48px; display: flex; align-items: end; gap: 22px; padding: 0 25px; border-bottom: 1px solid #e9eef4; }
.admin-tabs span { padding: 0 2px 12px; color: #8b97a7; font-size: 9px; font-weight: 800; }
.admin-tabs span.active { color: var(--blue); border-bottom: 2px solid var(--orange); }
.admin-form-grid { padding: 23px 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.admin-form-grid label, .simple-form label, .settings-form label, .upload-panel form > label:not(.dropzone) { display: grid; gap: 7px; }
.admin-form-grid label > span, .simple-form label > span, .settings-form label > span, .upload-panel label > span { color: #56657a; font-size: 9px; font-weight: 800; }
.admin-form-grid .wide { grid-column: 1 / -1; }
.admin-form-grid input, .admin-form-grid textarea, .admin-form-grid select, .simple-form input, .simple-form select, .settings-form input, .settings-form textarea, .upload-panel input { width: 100%; border: 1px solid #dfe7f1; border-radius: 8px; padding: 10px 11px; outline: none; color: #243b5b; background: #fbfcfe; font-size: 10px; }
.admin-form-grid input, .admin-form-grid select, .simple-form input, .simple-form select, .settings-form input { height: 41px; }
.admin-form-grid input:focus, .admin-form-grid textarea:focus, .admin-form-grid select:focus, .simple-form input:focus, .settings-form input:focus, .settings-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(6,77,184,.08); }
.check-label { grid-template-columns: 18px 1fr !important; align-items: center; }
.check-label input { width: 16px !important; height: 16px !important; }
.admin-form-actions { position: sticky; bottom: 0; display: flex; justify-content: flex-end; gap: 10px; padding: 16px 25px; border-top: 1px solid #e6ecf3; background: white; }
.admin-form-actions button { border: 1px solid #dfe6ef; border-radius: 8px; padding: 10px 17px; color: #6f7b8a; background: white; cursor: pointer; font-size: 9px; font-weight: 800; }
.admin-form-actions .admin-primary { color: white; border-color: var(--orange); background: var(--orange); }
.inquiry-list { padding: 18px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.inquiry-list article { padding: 18px; border: 1px solid #e3eaf2; border-radius: 12px; background: #fcfdff; }
.inquiry-head, .inquiry-head > div { display: flex; align-items: center; gap: 9px; }
.inquiry-head { justify-content: space-between; }
.inquiry-head b { color: #203b61; font-size: 11px; }
.inquiry-head small { color: #9ba5b2; font-size: 7px; }
.inquiry-info { margin: 14px 0; padding: 10px 0; display: flex; flex-wrap: wrap; gap: 12px; border-block: 1px solid #edf1f5; color: #68778b; font-size: 8px; }
.inquiry-info a { direction: ltr; color: var(--blue); font-weight: 800; }
.inquiry-list h4 { margin: 0 0 7px; color: #344b6a; font-size: 10px; }
.inquiry-list p { min-height: 34px; margin: 0 0 13px; color: #768397; font-size: 9px; line-height: 1.8; }
.inquiry-actions { display: flex; gap: 7px; flex-wrap: wrap; }
.inquiry-actions select { min-height: 30px; border: 1px solid #dfe6ef; border-radius: 7px; padding: 4px 7px; color: #54657b; background: white; font-size: 8px; }
.inquiry-actions a { display: inline-flex; align-items: center; padding: 7px 9px; border-radius: 7px; color: #12804b; background: #e8f8ef; font-size: 8px; font-weight: 800; }
.media-layout { grid-template-columns: 1.25fr .75fr; }
.media-grid { padding: 17px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.media-grid article { border: 1px solid #e3eaf2; border-radius: 10px; overflow: hidden; }
.media-grid article > img, .file-preview { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #eef3f9; }
.file-preview { display: grid; place-items: center; color: var(--blue); font-family: Arial, sans-serif; font-size: 22px; font-weight: 900; }
.media-grid article > div:last-child { padding: 10px; }
.media-grid b { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #344b68; font-size: 8px; direction: ltr; }
.media-grid small { display: block; margin: 6px 0 9px; color: #98a3af; font-size: 7px; }
.media-grid button { margin-inline-end: 5px; }
.upload-panel { padding-bottom: 25px; }
.upload-panel form { padding: 0 25px; display: grid; gap: 14px; }
.dropzone { min-height: 170px; display: grid; place-content: center; justify-items: center; gap: 8px; border: 1px dashed #a9bfdc; border-radius: 12px; background: #f6faff; cursor: pointer; }
.dropzone input { position: absolute; opacity: 0; pointer-events: none; }
.dropzone > span { color: var(--blue); font-size: 30px; }
.dropzone b { color: #426083; font-size: 10px; }
.dropzone small { color: #95a3b4; font-size: 8px; }
.simple-form, .settings-form { padding: 22px 26px 28px; display: grid; gap: 16px; }
.settings-form { grid-template-columns: 1fr 1fr; }
.settings-form label:has(textarea) { grid-column: 1 / -1; }
.settings-form .admin-primary { width: fit-content; grid-column: 1 / -1; }
.user-list > div { min-height: 67px; display: grid; grid-template-columns: 36px minmax(150px, 1fr) 65px 70px 45px; align-items: center; gap: 10px; padding: 10px 20px; border-bottom: 1px solid #edf1f5; }
.user-list > div > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: white; background: var(--blue); font-size: 11px; font-weight: 900; }
.user-list div > div { display: grid; gap: 4px; }
.user-list b { color: #304966; font-size: 9px; }
.user-list small { color: #95a0ae; font-size: 8px; direction: ltr; }
.user-list em { color: #68778c; font-style: normal; font-size: 8px; }
.comment-list { padding: 15px; display: grid; gap: 10px; }
.comment-list article { padding: 16px; border: 1px solid #e4eaf2; border-radius: 10px; }
.comment-list article > div { display: flex; align-items: center; gap: 9px; }
.comment-list b { color: #314a69; font-size: 10px; }
.comment-list small { color: #99a4b1; font-size: 8px; }
.comment-list p { margin: 12px 0; color: #657489; font-size: 9px; line-height: 1.8; }
.comment-list .admin-status { margin-inline-end: auto; }
.access-denied { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: #f5f8fc; }
.access-denied > div { max-width: 460px; padding: 45px; text-align: center; border: 1px solid #dfe7f1; border-radius: 18px; background: white; box-shadow: var(--shadow); }
.access-denied span { width: 58px; height: 58px; margin: auto; display: grid; place-items: center; border-radius: 16px; color: #c64632; background: #fff0ed; font-size: 28px; font-weight: 900; }
.access-denied h1 { color: #193c68; font-size: 23px; }
.access-denied p { color: #6f7d90; line-height: 2; font-size: 12px; }
.access-denied a { display: inline-flex; margin-top: 13px; padding: 11px 17px; border-radius: 9px; color: white; background: var(--blue); font-size: 10px; font-weight: 800; }

.admin-login-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 15% 15%, #e7f0ff, transparent 35%), linear-gradient(135deg, #f8fafc, #edf3fa); font-family: Tahoma, "Segoe UI", Arial, sans-serif; }
.admin-login-card { width: min(430px, 100%); padding: 34px; border: 1px solid #dce5f0; border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: 0 24px 70px rgba(7,42,88,.14); }
.admin-login-brand { display: flex; align-items: center; gap: 14px; padding-bottom: 22px; border-bottom: 1px solid #e8edf4; }
.admin-login-brand .brand-logo { width: 86px; height: 58px; flex: 0 0 auto; background-size: 126px auto; background-color: white; border-radius: 9px; }
.admin-login-brand div { display: grid; gap: 5px; }
.admin-login-brand b { color: #0b3e82; font-size: 18px; }
.admin-login-brand small { color: #8998aa; font-size: 10px; }
.admin-login-card h1 { margin: 27px 0 9px; color: #163b69; font-size: 23px; }
.admin-login-card > p { margin: 0 0 22px; color: #7a889b; font-size: 11px; line-height: 1.8; }
.admin-login-card form { display: grid; gap: 16px; }
.admin-login-card label { display: grid; gap: 8px; color: #53647a; font-size: 10px; font-weight: 800; }
.admin-login-card input { width: 100%; height: 46px; border: 1px solid #d9e3ef; border-radius: 9px; padding: 0 13px; outline: none; color: #213a5c; background: #fbfcfe; font-size: 13px; }
.admin-login-card input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(6,77,184,.09); }
.admin-login-card form button { height: 46px; margin-top: 4px; border: 0; border-radius: 9px; color: white; background: linear-gradient(90deg, var(--blue), #0c6bd2); cursor: pointer; font-size: 11px; font-weight: 900; }
.admin-login-card form button:disabled { opacity: .65; cursor: wait; }
.admin-login-card > a { display: block; margin-top: 20px; color: #7b899b; text-align: center; font-size: 10px; }
.admin-login-error { margin-bottom: 16px; padding: 11px 13px; border: 1px solid #efc1b9; border-radius: 8px; color: #9a3426; background: #fff2ef; font-size: 10px; line-height: 1.7; }

@media (max-width: 1050px) {
  .admin-sidebar { position: fixed; inset-block: 0; inset-inline-start: -270px; transition: inset-inline-start .22s ease; }
  .admin-sidebar.open { inset-inline-start: 0; }
  .admin-menu-button { display: grid; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-two-col { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .admin-topbar { padding: 10px 16px; }
  .admin-topbar > div:nth-child(2) p, .admin-user > div, .admin-top-actions > a { display: none; }
  .admin-content { padding: 18px 14px 40px; }
  .admin-welcome { align-items: flex-start; flex-direction: column; padding: 24px; }
  .metric-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .metric-grid button { min-height: 110px; padding: 14px; }
  .content-table { overflow-x: auto; }
  .content-table-head, .content-table-row { min-width: 800px; }
  .inquiry-list { grid-template-columns: 1fr; }
  .media-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-form-grid, .settings-form { grid-template-columns: 1fr; }
  .admin-form-grid .wide, .settings-form label:has(textarea), .settings-form .admin-primary { grid-column: auto; }
}
@media (max-width: 480px) {
  .metric-grid { grid-template-columns: 1fr; }
  .media-grid { grid-template-columns: 1fr; }
  .admin-welcome h2 { font-size: 20px; }
}

/* Techno Milk modern visual system */
:root {
  --blue: #0b54c6;
  --blue-dark: #092e66;
  --navy: #061a35;
  --orange: #ff7842;
  --orange-soft: #fff0e9;
  --warm: #f7f3ed;
  --ice: #f3f7fc;
  --line: #dbe5f1;
  --ink: #10233f;
  --muted: #68778d;
  --shadow: 0 24px 70px rgba(7, 35, 78, .13);
  --radius: 24px;
}

body, button, input, textarea, select { font-family: "Vazirmatn Variable", Vazirmatn, Tahoma, sans-serif; }
.public-site { overflow: clip; background: #fff; }
.topbar { color: #d8e3f1; background: #061a35; border: 0; }
.topbar-inner { min-height: 38px; }
.topbar-inner a { color: #fff; }
.topbar-inner span:last-child { color: #ffb493; }
.site-header { height: 88px; background: rgba(255,255,255,.88); backdrop-filter: blur(20px) saturate(145%); box-shadow: 0 8px 30px rgba(6,26,53,.045); }
.brand-link { width: 154px; height: 72px; }
.brand-logo { width: 154px; height: 70px; background-size: 226px auto; }
.desktop-nav { gap: 25px; }
.desktop-nav a { font-size: 13px; font-weight: 750; }
.nav-quote { padding: 12px 18px; border: 0; color: #fff; background: linear-gradient(135deg, var(--orange), #ff925f); box-shadow: 0 10px 24px rgba(255,120,66,.24); }

.hero { padding: 0 0 52px; color: #fff; background: radial-gradient(circle at 15% 20%, rgba(20,101,220,.36), transparent 32%), linear-gradient(125deg, #061a35 0%, #082b5c 54%, #0b4ba8 100%); }
.hero::before { opacity: .16; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hero-grid { min-height: 660px; gap: 70px; }
.hero-copy { padding-block: 72px 110px; }
.since-badge { border-color: rgba(255,174,133,.6); color: #ffd1ba; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.hero h1 { color: #fff; max-width: 720px; font-size: clamp(44px, 4.7vw, 72px); line-height: 1.28; letter-spacing: -1.5px; text-wrap: balance; }
.hero-copy > p { color: #cedaeb; font-size: 17px; max-width: 630px; }
.hero .button-primary { color: #10233f; background: #fff; box-shadow: 0 18px 40px rgba(0,0,0,.16); }
.hero .button-primary:hover { color: #fff; background: var(--orange); }
.hero .button-outline { border-color: rgba(255,255,255,.32); color: #fff; background: rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.hero .button-outline:hover { background: rgba(255,255,255,.14); }
.hero-signature { color: #aebed3; }
.hero-media { height: 560px; border: 1px solid rgba(255,255,255,.18); border-radius: 34px 110px 34px 34px; box-shadow: 0 35px 90px rgba(0,0,0,.28); }
[dir="ltr"] .hero-media { border-radius: 110px 34px 34px 34px; }
.hero-media::before { content: ""; position: absolute; inset: -14px 18px 18px -14px; z-index: -1; border: 1px solid rgba(255,120,66,.42); border-radius: inherit; }
.hero-slider-viewport { position: absolute; inset: 0; overflow: hidden; border-radius: inherit; outline: none; background: #08234a; touch-action: pan-y; }
.hero-slider-viewport:focus-visible { box-shadow: 0 0 0 4px rgba(255,154,109,.45); }
.hero-slider-track { position: absolute; inset: 0; overflow: hidden; border-radius: inherit; }
.hero-slide { position: absolute; inset: 0; z-index: 0; margin: 0; opacity: 0; pointer-events: none; transform: translate3d(-7%, 0, 0) scale(.985); transition: opacity .62s ease, transform .82s cubic-bezier(.2,.72,.2,1); }
[dir="ltr"] .hero-slide { transform: translate3d(7%, 0, 0) scale(.985); }
.hero-slide::after { content: ""; position: absolute; inset: 0; opacity: 0; pointer-events: none; background: linear-gradient(115deg, rgba(255,255,255,.16), transparent 28%, transparent 72%, rgba(6,26,53,.14)); transform: translateX(14%); transition: opacity .62s ease, transform .9s ease; }
.hero-slide.is-active { z-index: 1; opacity: 1; pointer-events: auto; transform: scale(1) translateX(0); }
.hero-slide.is-active::after { opacity: .38; transform: translateX(0); }
.hero-slide img, .hero-slide video { width: 100%; height: 100%; display: block; border-radius: inherit; object-fit: cover; object-position: 46% center; user-select: none; -webkit-user-drag: none; }
.hero-slide video { position: relative; z-index: 1; background: #041329; }
.hero-slide[data-media-type="image"].is-active img { animation: heroKenBurns var(--hero-slide-duration, 6s) linear both; }
.hero-media.is-paused .hero-slide[data-media-type="image"].is-active img { animation-play-state: paused; }
@keyframes heroKenBurns { from { transform: scale(1.045) translate3d(-.7%, .35%, 0); } to { transform: scale(1.005) translate3d(0, 0, 0); } }
.hero-slider-arrow { width: 44px; height: 44px; position: absolute; top: 50%; z-index: 3; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.32); border-radius: 14px; color: #fff; background: rgba(5,28,61,.62); box-shadow: 0 10px 28px rgba(0,0,0,.2); backdrop-filter: blur(10px); cursor: pointer; transform: translateY(-50%); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.hero-slider-arrow:hover { border-color: rgba(255,255,255,.65); background: var(--orange); transform: translateY(-50%) scale(1.06); }
.hero-slider-arrow:focus-visible { outline: 3px solid rgba(255,174,133,.65); outline-offset: 3px; }
.hero-slider-prev { inset-inline-start: 15px; }
.hero-slider-next { inset-inline-end: 15px; }
[dir="rtl"] .hero-slider-prev svg, [dir="ltr"] .hero-slider-next svg { transform: rotate(180deg); }
.hero-slider-dots { min-height: 28px; position: absolute; top: 18px; left: 50%; z-index: 3; display: flex; align-items: center; gap: 7px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(5,28,61,.5); box-shadow: 0 8px 22px rgba(0,0,0,.16); backdrop-filter: blur(10px); transform: translateX(-50%); }
.hero-slider-dots button { width: 9px; height: 9px; display: block; overflow: hidden; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.48); cursor: pointer; transition: width .25s ease, background .25s ease; }
.hero-slider-dots button.is-active { width: 27px; background: var(--orange); }
.hero-slider-dots button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.hero-slider-toggle { width: 38px; height: 38px; position: absolute; top: 18px; inset-inline-start: 18px; z-index: 3; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.26); border-radius: 12px; color: #fff; background: rgba(5,28,61,.52); box-shadow: 0 8px 22px rgba(0,0,0,.16); backdrop-filter: blur(10px); cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.hero-slider-toggle:hover { border-color: rgba(255,255,255,.6); background: var(--orange); transform: translateY(-2px); }
.hero-slider-toggle:focus-visible { outline: 3px solid rgba(255,174,133,.65); outline-offset: 3px; }
.hero-slider-toggle span { font: 900 16px/1 Arial, sans-serif; }
.service-float { inset-inline-end: -22px; bottom: 32px; color: #fff; border-color: rgba(255,255,255,.14); background: rgba(6,26,53,.88); backdrop-filter: blur(18px); box-shadow: 0 24px 55px rgba(0,0,0,.25); }
.service-float b { color: #fff; }
.service-float span { color: #b8c7db; }
.service-float::before { color: #fff; background: var(--orange); }
.hero-stats { max-width: 620px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.08); }
.hero-stats > div { min-height: 76px; display: grid; align-content: center; gap: 4px; padding: 12px 16px; border-inline-end: 1px solid rgba(255,255,255,.11); }
.hero-stats > div:last-child { border: 0; }
.hero-stats strong { color: #fff; font-family: Arial, sans-serif; font-size: 23px; }
.hero-stats span { color: #aebed2; font-size: 10px; }
.trust-row { margin-top: -84px; overflow: hidden; border: 0; border-radius: 24px; box-shadow: 0 28px 75px rgba(6,26,53,.2); }
.trust-card { min-height: 126px; justify-content: flex-start; padding: 24px 34px; background: #fff; }
.trust-icon { width: 52px; height: 52px; border: 0; color: #fff; background: linear-gradient(135deg, var(--orange), #ff9a6d); box-shadow: 0 12px 25px rgba(255,120,66,.22); }

.section { padding: 112px 0; }
.section-heading { margin-bottom: 44px; }
.eyebrow { padding: 6px 10px; border-radius: 999px; background: var(--orange-soft); letter-spacing: 0; }
.eyebrow.light { background: rgba(255,255,255,.08); }
.section-heading h2, .split-copy h2, .quote-copy h2, .contact-form-shell h2 { font-weight: 850; letter-spacing: -.45px; }
.products-section { background: linear-gradient(180deg, #f4f7fb, #eef4fb); }
.entry-grid { gap: 26px; }
.entry-card { border: 0; border-radius: 25px; box-shadow: 0 12px 45px rgba(7,35,78,.075); }
.entry-card:hover { transform: translateY(-9px); box-shadow: 0 28px 70px rgba(7,35,78,.15); }
.entry-image { aspect-ratio: 16 / 10.5; }
.entry-content { padding: 27px; }
.entry-content h3 { font-size: 19px; font-weight: 800; }
.entry-content a { padding: 8px 12px; border-radius: 9px; background: #edf4ff; }
.about-split { background: #fff; }
.split-media { border-radius: 30px 100px 30px 30px; }
[dir="ltr"] .split-media { border-radius: 100px 30px 30px 30px; }
.number-row { border-color: var(--line); }

.honors-section { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 90% 15%, rgba(19,99,218,.34), transparent 35%), linear-gradient(135deg, #061a35, #092e66); }
.honors-section::before { content: "TMG"; position: absolute; inset-inline-end: -25px; bottom: -95px; color: rgba(255,255,255,.035); font-family: Arial, sans-serif; font-size: 300px; font-weight: 900; }
.honors-section .container { position: relative; z-index: 2; }
.honors-section .section-heading h2 { color: #fff; }
.honors-section .section-heading p { color: #b8c8dc; }
.honors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.honor-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 23px; background: rgba(255,255,255,.065); backdrop-filter: blur(15px); transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.honor-card:hover { transform: translateY(-7px); border-color: rgba(255,155,108,.6); background: rgba(255,255,255,.1); }
.honor-visual { height: 190px; position: relative; overflow: hidden; }
.honor-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,26,53,.76), transparent 58%); }
.honor-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.honor-card:hover img { transform: scale(1.045); }
.honor-visual span { position: absolute; inset-inline-end: 18px; bottom: 12px; z-index: 2; color: rgba(255,255,255,.78); font-family: Arial, sans-serif; font-size: 32px; font-weight: 900; }
.honor-copy { padding: 24px; }
.honor-copy small { color: #ffac87; font-size: 10px; font-weight: 800; }
.honor-copy h3 { margin: 10px 0; color: #fff; font-size: 19px; line-height: 1.7; }
.honor-copy p { margin: 0; color: #b9c8dc; font-size: 12px; line-height: 1.95; }

/* Public typography increased by exactly 2pt */
.public-site .topbar { font-size: calc(12px + 2pt); }
.public-site .desktop-nav a { font-size: calc(13px + 2pt); }
.public-site .nav-quote { font-size: calc(12px + 2pt); }
.public-site .mobile-menu nav a { font-size: calc(14px + 2pt); }
.public-site .since-badge { font-size: calc(14px + 2pt); }
.public-site .hero h1 { font-size: clamp(calc(44px + 2pt), calc(4.7vw + 2pt), calc(72px + 2pt)); }
.public-site .hero-copy > p { font-size: calc(17px + 2pt); }
.public-site .button { font-size: calc(14px + 2pt); }
.public-site .hero-signature { font-size: calc(12px + 2pt); }
.public-site .service-float b, .public-site .trust-card b { font-size: calc(15px + 2pt); }
.public-site .service-float span, .public-site .trust-card small { font-size: calc(11px + 2pt); }
.public-site .hero-stats strong { font-size: calc(23px + 2pt); }
.public-site .hero-stats span, .public-site .entry-category, .public-site .honor-copy small { font-size: calc(10px + 2pt); }
.public-site .eyebrow { font-size: calc(12px + 2pt); }
.public-site .section-heading h2, .public-site .split-copy h2, .public-site .quote-copy h2, .public-site .contact-form-shell h2 { font-size: clamp(calc(30px + 2pt), calc(3vw + 2pt), calc(44px + 2pt)); }
.public-site .section-heading p, .public-site .split-copy p, .public-site .quote-copy p, .public-site .contact-form-shell > p { font-size: calc(15px + 2pt); }
.public-site .text-link { font-size: calc(13px + 2pt); }
.public-site .entry-content h3, .public-site .honor-copy h3 { font-size: calc(19px + 2pt); }
.public-site .entry-content p, .public-site .entry-content a, .public-site .honor-copy p { font-size: calc(12px + 2pt); }
.public-site .entry-card-cta { font-size: calc(12px + 2pt); }
.public-site .number-row strong { font-size: calc(40px + 2pt); }
.public-site .number-row span, .public-site .split-copy li { font-size: calc(13px + 2pt); }
.public-site .direct-phone { font-size: calc(30px + 2pt); }
.public-site .direct-phone small { font-size: calc(10px + 2pt); }
.public-site .form-intro, .public-site .form-grid label > span, .public-site .form-status { font-size: calc(11px + 2pt); }
.public-site .form-grid input, .public-site .form-grid textarea, .public-site .form-grid select, .public-site .form-success, .public-site .form-error { font-size: calc(12px + 2pt); }
.public-site .detail-hero h1 { font-size: clamp(calc(36px + 2pt), calc(4.5vw + 2pt), calc(58px + 2pt)); }
.public-site .detail-layout > article h2 { font-size: calc(30px + 2pt); }
.public-site .detail-layout > article > p { font-size: calc(14px + 2pt); }
.public-site .detail-layout > aside h3 { font-size: calc(18px + 2pt); }
.public-site .detail-layout > aside > p { font-size: calc(11px + 2pt); }
.public-site .detail-features b { font-size: calc(12px + 2pt); }
.public-site .detail-features small, .public-site .product-results-head small, .public-site .comments-list article small { font-size: calc(9px + 2pt); }
.public-site .page-hero h1 { font-size: clamp(calc(38px + 2pt), calc(5vw + 2pt), calc(62px + 2pt)); }
.public-site .breadcrumb { font-size: calc(11px + 2pt); }
.public-site .mini-cta h2 { font-size: calc(24px + 2pt); }
.public-site .mini-cta p, .public-site .contact-info-heading p { font-size: calc(13px + 2pt); }
.public-site .service-cards h3 { font-size: calc(18px + 2pt); }
.public-site .service-cards p, .public-site .values p, .public-site .comments-list article p, .public-site .comments-empty { font-size: calc(12px + 2pt); }
.public-site .about-page-grid blockquote, .public-site .values h3, .public-site .product-category-panel h2 { font-size: calc(20px + 2pt); }
.public-site .contact-info-heading h2 { font-size: clamp(calc(25px + 2pt), calc(2.2vw + 2pt), calc(34px + 2pt)); }
.public-site .contact-cards small { font-size: calc(10px + 2pt); }
.public-site .contact-cards h3 { font-size: calc(15px + 2pt); }
.public-site .contact-cards p, .public-site .contact-cards a, .public-site .site-footer p, .public-site .site-footer a, .public-site .product-category-panel .category-all, .public-site .product-category-row > a, .public-site .comment-form-shell > p { font-size: calc(11px + 2pt); }
.public-site .site-footer h3 { font-size: calc(14px + 2pt); }
.public-site .footer-bottom, .public-site .entry-video-badge, .public-site .product-results-head > span, .public-site .comment-form-shell label { font-size: calc(10px + 2pt); }
.public-site .comments-list h2 { font-size: calc(32px + 2pt); }
.public-site .comments-list h2 small { font-size: calc(12px + 2pt); }
.public-site .comments-list article b { font-size: calc(13px + 2pt); }
.public-site .comment-form-shell h3, .public-site .product-results-head h2 { font-size: calc(22px + 2pt); }

.form-intro { margin: 0 0 18px; color: #718096; line-height: 1.9; }
.form-check { min-height: 48px; grid-template-columns: auto 1fr; align-items: center; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; background: #f7faff; cursor: pointer; }
.form-check input { width: 19px !important; height: 19px; margin: 0; accent-color: var(--blue); }
.form-check span { line-height: 1.8; }

/* Standalone maintenance page */
.maintenance-body { min-height: 100vh; margin: 0; overflow-x: hidden; position: relative; color: #16365e; background: radial-gradient(circle at 15% 18%, rgba(255,124,67,.2), transparent 28%), radial-gradient(circle at 85% 80%, rgba(11,84,198,.24), transparent 32%), linear-gradient(145deg, #f6f9fd, #eaf2fb); font-family: "Vazirmatn Variable", Vazirmatn, Tahoma, sans-serif; }
.maintenance-body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .48; background-image: linear-gradient(rgba(11,84,198,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(11,84,198,.045) 1px, transparent 1px); background-size: 54px 54px; animation: maintenance-grid-drift 18s linear infinite; }
.maintenance-ambient { position: fixed; inset: 0; overflow: hidden; pointer-events: none; }
.maintenance-ambient-ring { position: absolute; display: block; border: 1px solid rgba(11,84,198,.13); border-radius: 50%; }
.maintenance-ambient-ring::before, .maintenance-ambient-ring::after { content: ""; position: absolute; border-radius: 50%; background: #ff7c43; box-shadow: 0 0 0 8px rgba(255,124,67,.1), 0 0 30px rgba(255,124,67,.35); }
.maintenance-ambient-ring::before { width: 10px; height: 10px; top: 16%; left: 15%; }
.maintenance-ambient-ring::after { width: 7px; height: 7px; right: 8%; bottom: 24%; background: #0b54c6; box-shadow: 0 0 0 7px rgba(11,84,198,.09), 0 0 28px rgba(11,84,198,.3); }
.maintenance-ambient-ring-one { width: 460px; height: 460px; top: -190px; left: -150px; animation: maintenance-orbit 22s linear infinite; }
.maintenance-ambient-ring-two { width: 610px; height: 610px; right: -255px; bottom: -290px; animation: maintenance-orbit-reverse 28s linear infinite; }
.maintenance-ambient-light { position: absolute; width: 13px; height: 13px; display: block; border-radius: 50%; background: #ff7c43; box-shadow: 0 0 0 9px rgba(255,124,67,.1), 0 0 35px rgba(255,124,67,.45); animation: maintenance-float 6s ease-in-out infinite; }
.maintenance-ambient-light-one { top: 24%; right: 12%; }
.maintenance-ambient-light-two { left: 14%; bottom: 20%; background: #0b54c6; box-shadow: 0 0 0 9px rgba(11,84,198,.1), 0 0 35px rgba(11,84,198,.4); animation-delay: -3s; }
.maintenance-shell { min-height: 100vh; display: grid; place-items: center; position: relative; z-index: 1; padding: 30px 18px; }
.maintenance-card { width: min(100%, 720px); padding: 40px 48px 46px; overflow: hidden; position: relative; border: 1px solid rgba(190,207,229,.86); border-radius: 30px; background: rgba(255,255,255,.91); box-shadow: 0 32px 90px rgba(7,35,78,.17); backdrop-filter: blur(18px); text-align: center; }
.maintenance-card::before { content: "TMG"; position: absolute; inset-inline-end: -28px; bottom: -54px; color: rgba(11,84,198,.035); font: 900 150px/1 Arial, sans-serif; pointer-events: none; }
.maintenance-card::after { content: ""; position: absolute; z-index: 0; top: -35%; bottom: -35%; left: -32%; width: 19%; pointer-events: none; opacity: .58; background: linear-gradient(90deg, transparent, rgba(255,255,255,.92), transparent); transform: rotate(14deg); animation: maintenance-shine 6.5s ease-in-out infinite; }
.maintenance-card > * { position: relative; z-index: 1; }
.maintenance-brand { width: min(100%, 390px); height: 150px; margin: 0 auto 12px; overflow: hidden; display: grid; place-items: center; border-radius: 22px; background: rgba(255,255,255,.58); }
.maintenance-brand img { width: 390px; height: 150px; margin: 0 auto; display: block; object-fit: cover; object-position: center; }
.maintenance-badge { display: inline-flex; padding: 7px 12px; border-radius: 20px; color: #d95f29; background: #fff0e9; font-size: 13px; font-weight: 900; }
.maintenance-live-visual { width: 92px; height: 92px; margin: 22px auto 12px; position: relative; display: grid; place-items: center; }
.maintenance-live-ring { position: absolute; display: block; border-radius: 50%; }
.maintenance-live-ring-outer { inset: 0; border: 2px dashed rgba(11,84,198,.34); animation: maintenance-orbit 8s linear infinite; }
.maintenance-live-ring-outer::before { content: ""; position: absolute; width: 10px; height: 10px; top: 5px; left: 15px; border-radius: 50%; background: #ff7c43; box-shadow: 0 0 0 7px rgba(255,124,67,.13); }
.maintenance-live-ring-inner { inset: 12px; border: 1px solid rgba(255,124,67,.42); animation: maintenance-orbit-reverse 5s linear infinite; }
.maintenance-live-ring-inner::after { content: ""; position: absolute; width: 7px; height: 7px; right: -4px; top: 50%; border-radius: 50%; background: #0b54c6; box-shadow: 0 0 0 5px rgba(11,84,198,.12); }
.maintenance-live-tool { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; color: #fff; background: linear-gradient(145deg, #0b54c6, #063a8a); box-shadow: 0 13px 28px rgba(11,84,198,.25); animation: maintenance-tool-pulse 2.4s ease-in-out infinite; }
.maintenance-live-dot { position: absolute; right: -3px; bottom: 8px; width: 11px; height: 11px; border: 2px solid #fff; border-radius: 50%; background: #22b573; box-shadow: 0 0 0 6px rgba(34,181,115,.13); animation: maintenance-status-pulse 1.6s ease-out infinite; }
.maintenance-card h1 { margin: 10px 0 14px; color: #061a35; font-size: clamp(34px, 6vw, 52px); line-height: 1.4; }
.maintenance-card > p { max-width: 520px; margin: 0 auto; color: #63758d; font-size: 17px; line-height: 2; }
.maintenance-countdown { max-width: 590px; margin: 24px auto 0; padding: 17px; border: 1px solid #d6e4f3; border-radius: 20px; background: linear-gradient(145deg, rgba(245,249,255,.96), rgba(255,255,255,.96)); box-shadow: 0 15px 38px rgba(7,35,78,.08); }
.maintenance-countdown-title { display: block; margin-bottom: 13px; color: #64758b; font-size: 12px; font-weight: 800; }
.maintenance-countdown-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; direction: ltr; }
.maintenance-countdown-grid > div { min-width: 0; min-height: 78px; display: grid; place-content: center; gap: 5px; position: relative; border: 1px solid #dae6f3; border-radius: 14px; background: #fff; }
.maintenance-countdown-grid > div:not(:last-child)::after { content: ":"; position: absolute; right: -8px; top: 22px; z-index: 2; color: #9aacc0; font: 900 22px/1 Arial, sans-serif; }
.maintenance-countdown-grid strong { color: #0b54c6; font: 900 30px/1.1 Arial, sans-serif; letter-spacing: 1px; }
.maintenance-countdown-grid span { color: #77889d; font-size: 10px; font-weight: 800; }
.maintenance-countdown-status { margin: 13px 0 0; color: #d45c28; font-size: 12px; font-weight: 900; }
.maintenance-countdown.is-expired .maintenance-countdown-grid { opacity: .58; }
.maintenance-contact { margin: 30px 0 20px; padding: 20px; border: 1px solid #dce7f3; border-radius: 18px; background: #f5f9ff; }
.maintenance-contact small { display: block; margin-bottom: 10px; color: #65758b; font-size: 13px; }
.maintenance-contact a { display: inline-flex; align-items: center; gap: 10px; color: #0b54c6; font: 900 25px/1.3 Arial, sans-serif; }
.maintenance-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.maintenance-actions a { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 0 18px; border: 1px solid #dce5f0; border-radius: 11px; color: #365573; background: #fff; font-size: 13px; font-weight: 850; }
.maintenance-actions a:first-child { color: #15784a; border-color: #bee5d1; background: #edfaf3; }

@keyframes maintenance-grid-drift { to { background-position: 54px 54px; } }
@keyframes maintenance-orbit { to { transform: rotate(360deg); } }
@keyframes maintenance-orbit-reverse { to { transform: rotate(-360deg); } }
@keyframes maintenance-float { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(0, -28px, 0); } }
@keyframes maintenance-shine { 0%, 20% { left: -32%; } 58%, 100% { left: 120%; } }
@keyframes maintenance-tool-pulse { 0%, 100% { transform: scale(1); box-shadow: 0 13px 28px rgba(11,84,198,.25); } 50% { transform: scale(1.07); box-shadow: 0 18px 36px rgba(11,84,198,.34); } }
@keyframes maintenance-status-pulse { 0% { box-shadow: 0 0 0 0 rgba(34,181,115,.35); } 75%, 100% { box-shadow: 0 0 0 13px rgba(34,181,115,0); } }

@media (max-width: 620px) {
  .public-site .hero h1 { font-size: calc(38px + 2pt); }
  .public-site .hero-copy > p { font-size: calc(15px + 2pt); }
  .public-site .section-heading h2, .public-site .split-copy h2, .public-site .quote-copy h2, .public-site .contact-form-shell h2 { font-size: calc(29px + 2pt); }
  .public-site .page-hero h1 { font-size: calc(36px + 2pt); }
  .maintenance-card { padding: 34px 20px; border-radius: 23px; }
  .maintenance-brand { width: min(100%, 315px); height: 128px; }
  .maintenance-brand img { width: 315px; height: 128px; }
  .maintenance-live-visual { width: 82px; height: 82px; margin-top: 18px; }
  .maintenance-live-tool { width: 48px; height: 48px; }
  .maintenance-countdown { padding: 13px; }
  .maintenance-countdown-grid { gap: 6px; }
  .maintenance-countdown-grid > div { min-height: 68px; border-radius: 11px; }
  .maintenance-countdown-grid > div:not(:last-child)::after { right: -5px; top: 19px; font-size: 18px; }
  .maintenance-countdown-grid strong { font-size: 24px; }
  .maintenance-countdown-grid span { font-size: 8px; }
  .maintenance-contact a { font-size: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  .maintenance-body::before, .maintenance-ambient-ring, .maintenance-ambient-light, .maintenance-card::after, .maintenance-live-ring, .maintenance-live-tool, .maintenance-live-dot { animation: none !important; }
}

.service-section { background: linear-gradient(145deg, #0b4fae, #072f6b); }
.service-section .split-media { border-radius: 30px 100px 30px 30px; }
.quote-section, .service-request-section { background: radial-gradient(circle at 15% 25%, rgba(255,120,66,.18), transparent 34%), linear-gradient(135deg, #092e66, #0b54c6); }
.quote-form, .contact-form-shell { border: 1px solid rgba(219,229,241,.8); border-radius: 25px; box-shadow: 0 28px 75px rgba(7,35,78,.16); }
.page-hero { padding: 96px 0 72px; background: radial-gradient(circle at 90% 20%, rgba(11,84,198,.16), transparent 30%), linear-gradient(135deg, #eef4fb, #f9fbfe); }
.page-hero h1 { font-weight: 850; }
.service-cards article, .values article, .contact-cards article { border: 0; border-radius: 21px; box-shadow: 0 12px 42px rgba(7,35,78,.07); }
.site-footer { background: linear-gradient(145deg, #041326, #061f40); }

.admin-shell, .admin-login-page { font-family: "Vazirmatn Variable", Vazirmatn, Tahoma, sans-serif; }
.admin-sidebar { background: linear-gradient(180deg, #041a37, #082e62); }
.admin-panel { border: 0; border-radius: 19px; box-shadow: 0 10px 38px rgba(8,43,92,.065); }
.admin-topbar { min-height: 80px; }
.admin-primary, .admin-welcome button { border-radius: 10px; }
.settings-form { gap: 18px; }
.settings-form label { padding: 13px; border: 1px solid #e3eaf3; border-radius: 11px; background: #fbfcfe; }
.settings-form label input, .settings-form label textarea { background: #fff; }

@media (max-width: 920px) {
  .hero { padding-bottom: 40px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 10px; }
  .hero-copy { padding-block: 62px 22px; }
  .hero-media { height: 460px; margin-bottom: 110px; }
  .trust-row { margin-top: -70px; grid-template-columns: 1fr; }
  .trust-card { border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .honors-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1240px); }
  .topbar-address, .topbar-inner span:last-child { display: none; }
  .topbar-inner { justify-content: center; }
  .hero h1 { font-size: 38px; }
  .hero-copy > p { font-size: 15px; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stats > div { min-height: 62px; border-inline-end: 0; border-bottom: 1px solid rgba(255,255,255,.11); }
  .hero-media { height: 360px; border-radius: 25px 70px 25px 25px; }
  .service-float { inset-inline: 14px; min-width: 0; }
  .section { padding: 78px 0; }
  .honors-grid { grid-template-columns: 1fr; }
  .honor-visual { height: 210px; }
}

.form-success { margin-bottom: 18px; padding: 14px 16px; color: #126c43; background: #e9f8f0; border: 1px solid #bce6cf; border-radius: 12px; font-size: 12px; line-height: 1.9; }
.form-error { margin-bottom: 18px; padding: 14px 16px; color: #9a3426; background: #fff2ef; border: 1px solid #efc1b9; border-radius: 12px; font-size: 12px; line-height: 1.9; }
.not-found { min-height: 72vh; overflow: hidden; position: relative; display: grid; place-items: center; padding: 80px 0; background: radial-gradient(circle at 10% 20%, rgba(255,124,67,.13), transparent 26%), radial-gradient(circle at 88% 75%, rgba(11,84,198,.13), transparent 30%), linear-gradient(145deg, #f9fbfe, #eef4fb); }
.not-found::before { content: ""; position: absolute; inset: 0; opacity: .48; pointer-events: none; background-image: linear-gradient(rgba(11,84,198,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(11,84,198,.045) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.not-found-shell { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); align-items: center; gap: 70px; }
.not-found-visual { width: min(100%, 480px); aspect-ratio: 1; position: relative; display: grid; place-items: center; margin-inline: auto; }
.not-found-visual::before { content: ""; width: 64%; height: 64%; position: absolute; border: 1px solid rgba(11,84,198,.16); border-radius: 34% 66% 62% 38% / 40% 38% 62% 60%; background: rgba(255,255,255,.72); box-shadow: 0 34px 90px rgba(7,35,78,.13); backdrop-filter: blur(14px); transform: rotate(-8deg); }
.not-found-visual strong { position: relative; z-index: 2; display: block; color: var(--blue-dark); font: 900 clamp(82px, 11vw, 145px)/1 Arial, sans-serif; letter-spacing: -8px; text-shadow: 0 10px 0 rgba(11,84,198,.08); }
.not-found-orbit { position: absolute; z-index: 1; display: block; border-radius: 50%; }
.not-found-orbit-one { inset: 12%; border: 2px dashed rgba(11,84,198,.26); animation: not-found-orbit 17s linear infinite; }
.not-found-orbit-two { inset: 21%; border: 1px solid rgba(255,124,67,.32); animation: not-found-orbit-reverse 12s linear infinite; }
.not-found-orbit-one::before, .not-found-orbit-two::after { content: ""; position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 9px rgba(255,124,67,.12), 0 0 28px rgba(255,124,67,.32); }
.not-found-orbit-one::before { top: 11%; left: 14%; }
.not-found-orbit-two::after { right: -6px; bottom: 36%; width: 10px; height: 10px; background: var(--blue); box-shadow: 0 0 0 8px rgba(11,84,198,.1), 0 0 25px rgba(11,84,198,.28); }
.not-found-search { width: 66px; height: 66px; position: absolute; z-index: 3; right: 13%; bottom: 18%; display: grid; place-items: center; border: 6px solid #f8fbff; border-radius: 20px; color: #fff; background: linear-gradient(145deg, var(--orange), #e85e22); box-shadow: 0 18px 36px rgba(232,94,34,.28); animation: not-found-float 3.8s ease-in-out infinite; }
.not-found-signal { width: 8px; height: 8px; position: absolute; z-index: 2; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 7px rgba(11,84,198,.09); }
.not-found-signal-one { top: 13%; right: 24%; animation: not-found-pulse 2s ease-out infinite; }
.not-found-signal-two { left: 17%; bottom: 25%; background: var(--orange); box-shadow: 0 0 0 7px rgba(255,124,67,.1); animation: not-found-pulse 2s .8s ease-out infinite; }
.not-found-copy { max-width: 650px; }
.not-found-copy h1 { margin: 4px 0 15px; color: var(--blue-dark); font-size: clamp(36px, 4.6vw, 61px); line-height: 1.35; }
.not-found-copy > p { max-width: 610px; margin: 0; color: var(--muted); font-size: calc(15px + 2pt); line-height: 2.05; }
.not-found-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.not-found-copy > small { display: block; margin-top: 22px; color: #93a1b3; font-size: calc(9px + 2pt); }
@keyframes not-found-orbit { to { transform: rotate(360deg); } }
@keyframes not-found-orbit-reverse { to { transform: rotate(-360deg); } }
@keyframes not-found-float { 0%, 100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-13px) rotate(4deg); } }
@keyframes not-found-pulse { 0% { opacity: .9; transform: scale(1); } 70%, 100% { opacity: .25; transform: scale(1.6); } }
@media (max-width: 900px) { .not-found-shell { grid-template-columns: 1fr; gap: 26px; text-align: center; } .not-found-visual { width: min(100%, 370px); } .not-found-copy { margin-inline: auto; } .not-found-actions { justify-content: center; } }
@media (max-width: 520px) { .not-found { padding: 56px 0 70px; } .not-found-shell { gap: 18px; } .not-found-visual { width: min(100%, 300px); } .not-found-search { width: 56px; height: 56px; border-width: 5px; border-radius: 17px; } .not-found-actions { display: grid; } }
@media (prefers-reduced-motion: reduce) { .not-found-orbit, .not-found-search, .not-found-signal { animation: none !important; } }
.comments-section { padding: 90px 0; background: #f3f7fc; }
.comments-layout { display: grid; grid-template-columns: 1fr .85fr; gap: 32px; align-items: start; }
.comments-list h2 { margin: 0 0 24px; color: var(--blue-dark); font-size: 32px; }
.comments-list h2 small { display: inline-grid; place-items: center; min-width: 30px; height: 30px; margin-inline-start: 8px; border-radius: 50%; color: #fff; background: var(--orange); font-size: 12px; vertical-align: middle; }
.comments-list article { margin-bottom: 13px; padding: 22px; border-radius: 18px; background: #fff; box-shadow: 0 10px 35px rgba(7,35,78,.06); }
.comments-list article > div { display: flex; align-items: center; gap: 10px; }
.comments-list article > div > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: var(--blue); font-weight: 800; }
.comments-list article b { color: #234166; font-size: 13px; }
.comments-list article small { margin-inline-start: auto; color: #97a3b2; font-size: 9px; direction: ltr; }
.comments-list article p, .comments-empty { color: var(--muted); font-size: 12px; line-height: 2; }
.comment-form-shell { padding: 28px; border-radius: 22px; background: #fff; box-shadow: 0 18px 55px rgba(7,35,78,.09); }
.comment-form-shell h3 { margin: 0 0 8px; color: var(--blue-dark); font-size: 22px; }
.comment-form-shell > p { margin: 0 0 20px; color: var(--muted); font-size: 11px; }
.comment-form-shell form { display: grid; gap: 14px; }
.comment-form-shell label { display: grid; gap: 7px; color: #53647a; font-size: 10px; font-weight: 800; }
.comment-form-shell input, .comment-form-shell textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 12px; outline: none; color: var(--ink); background: #fbfcfe; }
.comment-form-shell input:focus, .comment-form-shell textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,84,198,.08); }
.comment-form-shell .button { width: fit-content; }
@media (max-width: 920px) { .comments-layout { grid-template-columns: 1fr; } }

/* Editable media, product branches and content video */
.brand-logo-image { width: 154px; height: 70px; display: block; object-fit: contain; background: #fff; }
.footer-brand-image { margin-bottom: 20px; border-radius: 12px; }
.entry-image { position: relative; }
.entry-video-badge { position: absolute; inset-inline-start: 14px; bottom: 14px; z-index: 2; padding: 7px 10px; border-radius: 9px; color: #fff; background: rgba(6,26,53,.86); backdrop-filter: blur(10px); font-size: 10px; font-weight: 800; }
.product-catalog-section { background: linear-gradient(180deg, #f7faff, #eef4fb); }
.product-catalog-layout { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 28px; align-items: start; }
.product-category-panel { max-height: calc(100vh - 130px); position: sticky; top: 110px; overflow-y: auto; padding: 28px; border: 1px solid rgba(15,76,153,.07); border-radius: 24px; background: #fff; box-shadow: 0 14px 45px rgba(7,35,78,.08); scrollbar-width: thin; scrollbar-color: #b8c9dd transparent; }
.product-category-panel h2 { margin: 0 0 20px; color: var(--blue-dark); font-size: 20px; }
.product-category-panel .category-all, .product-category-row > a { min-width: 0; min-height: 44px; display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 11px; color: #52657e; font-size: 11px; font-weight: 750; line-height: 1.65; transition: color .16s ease, background .16s ease, transform .16s ease; }
.product-category-panel .category-all { margin-bottom: 10px; color: var(--blue-dark); background: #f2f6fb; }
.product-category-panel .category-all small, .category-product-count { min-width: 24px; margin-inline-start: auto; padding: 3px 6px; border-radius: 999px; color: #47709e; background: #e5eef8; font-size: 8px; font-weight: 900; text-align: center; }
.product-category-panel a:hover, .product-category-panel a.active { color: #fff; background: linear-gradient(135deg, var(--blue), #073b83); }
.product-category-panel a:hover small, .product-category-panel a.active small { color: #0d4c98; background: #fff; }
.product-category-panel ul { margin: 0; padding: 0; list-style: none; }
.product-category-panel ul[hidden] { display: none !important; }
.product-category-panel .product-category-children { margin: 5px 13px 9px 0; padding: 3px 11px 3px 0; border-inline-start: 1px solid #dbe5f1; }
[dir="ltr"] .product-category-panel .product-category-children { margin: 5px 0 9px 13px; padding: 3px 0 3px 11px; }
.product-category-panel li { margin: 4px 0; }
.product-category-row { display: grid; grid-template-columns: minmax(0, 1fr) 38px; gap: 5px; align-items: center; }
.product-category-item:not(.has-children) > .product-category-row { grid-template-columns: 1fr; }
.product-category-row > a { width: 100%; }
.product-category-row .category-link-icon, .category-all > svg { color: var(--orange); flex: 0 0 auto; }
.product-category-row > a:hover .category-link-icon, .product-category-row > a.active .category-link-icon, .category-all:hover > svg, .category-all.active > svg { color: #fff; }
.category-link-label { min-width: 0; overflow-wrap: anywhere; }
.product-category-toggle { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid #dbe5f1; border-radius: 10px; color: #3f628a; background: #f5f8fc; cursor: pointer; transition: color .16s ease, background .16s ease, border-color .16s ease, transform .16s ease; }
.product-category-toggle:hover { color: #fff; border-color: var(--orange); background: var(--orange); }
.product-category-toggle svg { transform: rotate(-90deg); transition: transform .2s ease; }
[dir="ltr"] .product-category-toggle svg { transform: rotate(90deg); }
.product-category-item.is-open > .product-category-row .product-category-toggle svg { transform: rotate(90deg); }
[dir="ltr"] .product-category-item.is-open > .product-category-row .product-category-toggle svg { transform: rotate(-90deg); }
.product-live-search { margin-bottom: 16px; padding: 16px 18px; border: 1px solid #dce7f3; border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 10px 34px rgba(7,35,78,.05); }
.product-live-search label { min-height: 50px; display: flex; align-items: center; gap: 11px; padding: 0 15px; border: 1px solid #cbdbea; border-radius: 13px; color: #527095; background: #f8fbff; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.product-live-search label:focus-within { border-color: #3180dc; background: #fff; box-shadow: 0 0 0 4px rgba(32,114,209,.11); }
.product-live-search input { width: 100%; min-width: 0; padding: 13px 0; border: 0; outline: 0; color: #15395f; background: transparent; font: inherit; font-size: 13px; }
.product-live-search input::placeholder { color: #8d9caf; }
.product-live-search button { margin-top: 10px; padding: 7px 12px; border: 0; border-radius: 9px; color: #b64d22; background: #fff0e9; font: inherit; font-size: 10px; font-weight: 850; cursor: pointer; }
.product-live-search button[hidden] { display: none; }
.product-live-search > small { display: block; margin-top: 9px; color: #7d8da1; font-size: 9px; }
.product-results-head { min-height: 82px; margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 22px; border-radius: 18px; background: #fff; box-shadow: 0 10px 34px rgba(7,35,78,.06); }
.product-results-head small { color: #8a98aa; font-size: 9px; }
.product-results-head h2 { margin: 4px 0 0; color: var(--blue-dark); font-size: 22px; }
.product-results-head > span { padding: 7px 11px; border-radius: 20px; color: #b94c1d; background: var(--orange-soft); font-size: 10px; font-weight: 800; }
.product-results .entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-results .entry-card[hidden] { display: none !important; }
.product-search-empty { padding: 38px 24px; border: 1px dashed #aec8e6; border-radius: 18px; color: #61758e; background: rgba(255,255,255,.7); text-align: center; font-size: 13px; line-height: 2; }
.product-search-empty[hidden] { display: none; }
.product-catalog-toolbar { margin-bottom: 16px; display: grid; grid-template-columns: minmax(170px,1fr) minmax(170px,1fr) auto auto; align-items: end; gap: 10px; padding: 14px; border: 1px solid #dce7f3; border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: 0 10px 34px rgba(7,35,78,.045); }
.product-catalog-toolbar > label:not(.product-featured-filter) { display: grid; gap: 7px; color: #6e8096; font-size: 10px; font-weight: 800; }
.product-catalog-toolbar select { width: 100%; min-height: 43px; padding: 8px 12px; border: 1px solid #cbdbea; border-radius: 11px; outline: 0; color: #254566; background: #f8fbff; font: inherit; font-size: 11px; cursor: pointer; }
.product-catalog-toolbar select:focus { border-color: #3180dc; box-shadow: 0 0 0 3px rgba(32,114,209,.1); }
.product-featured-filter { min-height: 43px; display: flex; align-items: center; cursor: pointer; }
.product-featured-filter input { position: absolute; opacity: 0; pointer-events: none; }
.product-featured-filter span { min-height: 43px; display: flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid #d9e4ef; border-radius: 11px; color: #4c6480; background: #f8fbff; font-size: 10px; font-weight: 850; white-space: nowrap; transition: .18s ease; }
.product-featured-filter input:checked + span { color: #a7441c; border-color: #ffc5aa; background: #fff0e9; box-shadow: 0 0 0 3px rgba(255,124,67,.08); }
.product-featured-filter input:focus-visible + span { outline: 3px solid rgba(38,119,230,.22); outline-offset: 2px; }
.product-filter-reset { min-height: 43px; padding: 8px 12px; border: 1px solid #d9e4ef; border-radius: 11px; color: #60748d; background: #fff; font: inherit; font-size: 10px; font-weight: 850; cursor: pointer; transition: .18s ease; }
.product-filter-reset:hover { color: #fff; border-color: #526e91; background: #526e91; }
.product-results .entry-grid-product { align-items: stretch; }
.product-results .entry-card { display: flex; flex-direction: column; }
.product-results .entry-card .entry-content { flex: 1; display: flex; flex-direction: column; }
.product-results .entry-card .entry-content > p { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.product-results .entry-card .entry-card-cta { margin-top: auto; }
.product-model-code { width: fit-content; margin: -3px 0 10px; display: inline-flex; padding: 4px 8px; border: 1px solid #d7e4f1; border-radius: 7px; color: #486989; background: #f5f9fd; font: 800 9px/1.4 Arial, sans-serif; letter-spacing: .04em; }
.product-model-code[hidden] { display: none; }
.product-card-badges { position: absolute; inset-inline: 12px; top: 12px; z-index: 3; display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; pointer-events: none; }
.product-card-badges > span { min-height: 29px; display: inline-flex; align-items: center; gap: 5px; padding: 6px 9px; border-radius: 999px; border: 1px solid rgba(255,255,255,.5); box-shadow: 0 7px 20px rgba(6,31,68,.12); backdrop-filter: blur(9px); font-size: 9px; font-weight: 900; }
.product-featured-badge { color: #fff; background: rgba(230,91,34,.92); }
.product-availability-badge { width: fit-content; display: inline-flex; align-items: center; padding: 6px 9px; border-radius: 999px; font-size: 9px; font-weight: 900; }
.product-availability-badge.is-in_stock { color: #087549; background: rgba(226,250,239,.94); }
.product-availability-badge.is-inquiry { color: #8b5c05; background: rgba(255,246,213,.95); }
.product-availability-badge.is-out_of_stock { color: #9b3540; background: rgba(255,231,234,.95); }
.product-card-actions { position: relative; z-index: 3; margin-top: 15px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.product-card-actions button, .product-card-actions label > span, .product-card-actions > a { min-height: 39px; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 7px 9px; border: 1px solid #d4e1ef; border-radius: 10px; color: #31577f; background: #f6f9fd; font: inherit; font-size: 9px; font-weight: 850; cursor: pointer; transition: .18s ease; }
.product-card-actions button { width: 100%; }
.product-card-actions label { cursor: pointer; }
.product-card-actions label input { position: absolute; opacity: 0; pointer-events: none; }
.product-card-actions label input:checked + span { color: #fff; border-color: #1465c7; background: #1465c7; box-shadow: 0 8px 20px rgba(20,101,199,.2); }
.product-card-actions label input:focus-visible + span { outline: 3px solid rgba(38,119,230,.25); outline-offset: 2px; }
.product-card-actions > a { grid-column: 1 / -1; color: #fff; border-color: #f06c32; background: linear-gradient(135deg, var(--orange), #ff9565); }
.product-card-actions button:hover, .product-card-actions label:hover > span { color: #fff; border-color: #1765be; background: #1765be; }
.product-card-actions > a:hover { color: #fff; border-color: #dc5720; background: linear-gradient(135deg, #e65d24, #ff7e46); }
.entry-card.is-selected-for-compare { border-color: #2c7bd8; box-shadow: 0 0 0 3px rgba(44,123,216,.12), 0 18px 48px rgba(7,35,78,.13); }
.product-load-more { min-width: 240px; min-height: 54px; margin: 28px auto 0; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 20px; border: 1px solid #bdd2e9; border-radius: 14px; color: #1559a9; background: rgba(255,255,255,.92); font: inherit; font-weight: 900; cursor: pointer; transition: .2s ease; }
.product-load-more:hover { color: #fff; border-color: #1559a9; background: #1559a9; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(21,89,169,.18); }
.product-load-more small { padding: 4px 8px; border-radius: 999px; color: #a64820; background: #fff0e9; font-size: 9px; }
.product-load-more[hidden] { display: none; }
.product-compare-tray { width: min(720px, calc(100% - 32px)); min-height: 74px; position: fixed; z-index: 85; inset-inline-start: 50%; bottom: 20px; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; color: #fff; background: rgba(6,29,61,.94); box-shadow: 0 22px 70px rgba(3,19,42,.34); backdrop-filter: blur(16px); }
[dir="rtl"] .product-compare-tray { transform: translateX(50%); }
.product-compare-tray[hidden] { display: none; }
.product-compare-tray > div { display: flex; align-items: center; gap: 10px; }
.product-compare-tray > div:first-child > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #ffae88; background: rgba(255,124,67,.16); }
.product-compare-tray p { margin: 0; display: grid; gap: 2px; }
.product-compare-tray b { font-size: 12px; }
.product-compare-tray small { color: #afc0d5; font-size: 9px; }
.product-compare-tray button { min-height: 41px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; color: #e4edf8; background: rgba(255,255,255,.07); font: inherit; font-size: 10px; font-weight: 850; cursor: pointer; }
.product-compare-tray button.is-primary { color: #fff; border-color: var(--orange); background: var(--orange); }
.product-compare-tray button:disabled { opacity: .42; cursor: not-allowed; }
.product-modal { position: fixed; z-index: 120; inset: 0; display: grid; place-items: center; padding: 24px; }
.product-modal[hidden] { display: none; }
.product-modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(3,15,32,.74); backdrop-filter: blur(7px); cursor: default; }
.product-modal-panel { width: min(960px, 100%); max-height: calc(100vh - 48px); position: relative; z-index: 1; overflow: auto; border: 1px solid rgba(255,255,255,.7); border-radius: 25px; background: #fff; box-shadow: 0 34px 110px rgba(0,18,44,.38); }
.product-modal-close { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid #d6e1ee; border-radius: 11px; color: #48627f; background: #f6f9fc; font: 400 25px/1 Arial, sans-serif; cursor: pointer; transition: .18s ease; }
.product-modal-close:hover { color: #fff; border-color: #d55322; background: #e6632f; }
.product-quick-panel { width: min(850px, 100%); display: grid; grid-template-columns: .9fr 1.1fr; gap: 0; overflow: hidden; }
.product-quick-panel > .product-modal-close { position: absolute; z-index: 2; top: 14px; inset-inline-end: 14px; }
.product-quick-panel > img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; background: #edf3f9; }
.product-quick-panel > div { padding: 55px 42px 38px; }
.product-quick-panel .product-availability-badge { margin-bottom: 15px; }
.product-quick-panel h2 { margin: 0 0 15px; color: var(--blue-dark); font-size: clamp(26px, 3vw, 38px); line-height: 1.55; }
.product-quick-panel p { margin: 0; color: #607188; font-size: 13px; line-height: 2; }
.product-quick-actions { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 10px; }
.product-compare-panel { padding: 25px; }
.product-compare-panel > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.product-compare-panel h2 { margin: 0; color: var(--blue-dark); font-size: 25px; }
.product-compare-table-wrap { overflow: auto; border: 1px solid #dce6f1; border-radius: 16px; }
.product-live-comparison { width: 100%; min-width: 720px; border-collapse: collapse; table-layout: fixed; }
.product-live-comparison th, .product-live-comparison td { padding: 14px; border-inline-end: 1px solid #e2eaf2; border-bottom: 1px solid #e2eaf2; color: #54677f; font-size: 11px; line-height: 1.85; vertical-align: top; text-align: start; }
.product-live-comparison tr > *:last-child { border-inline-end: 0; }
.product-live-comparison tbody tr:last-child > * { border-bottom: 0; }
.product-live-comparison thead th { color: #173c67; background: #f4f8fc; }
.product-live-comparison thead th:first-child { width: 150px; vertical-align: middle; }
.product-live-comparison thead th:not(:first-child) { text-align: center; }
.product-live-comparison thead img { width: 88px; height: 70px; display: block; margin: 0 auto 8px; border-radius: 10px; object-fit: cover; background: #e8eef5; }
.product-live-comparison thead span { display: block; font-size: 12px; line-height: 1.6; }
.product-live-comparison tbody th { color: #23486f; background: #f8fafc; font-weight: 900; }
.product-live-comparison a { display: inline-flex; padding: 7px 10px; border-radius: 8px; color: #fff; background: #1767c6; font-weight: 850; }
body.has-product-modal { overflow: hidden; }
.detail-video { margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--line); }
.detail-video video { width: 100%; max-height: 560px; display: block; border-radius: 18px; background: #061a35; box-shadow: 0 18px 50px rgba(7,35,78,.16); }
.content-rich-text > p { margin: 0 0 22px; color: #53647a; font-size: calc(14px + 2pt); line-height: 2.3; }
.content-rich-text > h2 { margin: 34px 0 16px; color: #123b6a; font-size: clamp(28px, 3vw, 42px); line-height: 1.65; }
.content-rich-text > h3 { margin: 28px 0 13px; color: #1a4c7f; font-size: clamp(22px, 2.3vw, 31px); line-height: 1.75; }
.content-rich-text > blockquote { margin: 25px 0; padding: 18px 22px; border-inline-start: 5px solid var(--orange); border-radius: 11px; color: #49627e; background: #f3f7fc; font-size: var(--tm-body-size, 18px); line-height: 2.1; }
.content-rich-text > ul, .content-rich-text > ol { margin: 20px 0 28px; padding-inline-start: 30px; color: #53647a; font-size: var(--tm-body-size, 18px); line-height: 2.15; }
.content-rich-text > ul li, .content-rich-text > ol li { margin-bottom: 8px; }
.content-rich-text a { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.content-rich-text .tm-align-right { text-align: right; }.content-rich-text .tm-align-center { text-align: center; }.content-rich-text .tm-align-left { text-align: left; }.content-rich-text .tm-align-justify { text-align: justify; }
.content-inline-media { margin: 34px 0; }
.content-inline-media img, .content-inline-media video { width: 100%; max-height: 640px; display: block; object-fit: contain; border-radius: 18px; background: #061a35; box-shadow: 0 18px 50px rgba(7,35,78,.15); }
.content-inline-image a { display: block; }
.product-decision-guide { margin-top: 38px; padding-top: 34px; border-top: 1px solid var(--line); }
.product-decision-guide > header { max-width: 760px; margin-bottom: 21px; }
.product-decision-guide > header h2 { margin: 5px 0 7px !important; color: var(--blue-dark); font-size: 28px !important; }
.product-decision-guide > header p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.product-decision-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.product-decision-cards article { min-width: 0; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 11px 34px rgba(13,47,88,.07); }
.product-decision-cards article > div { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; }
.product-decision-cards article > div > span { width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; font-weight: 900; }
.product-decision-cards article h3 { margin: 0; color: #1a385b; font-size: 17px !important; }
.product-decision-cards article ul { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.product-decision-cards article li { display: flex; align-items: flex-start; gap: 9px; color: #53657b; font-size: 13px; line-height: 1.9; }
.product-decision-cards article li > span { width: 23px; height: 23px; display: grid; place-items: center; flex: 0 0 auto; margin-top: 2px; border-radius: 7px; font-size: 11px; font-weight: 900; }
.product-decision-cards .is-positive { border-color: #cce9d9; background: linear-gradient(145deg, #fbfffd, #f3fbf7); }
.product-decision-cards .is-positive > div > span, .product-decision-cards .is-positive li > span { color: #138251; background: #def5e9; }
.product-decision-cards .is-negative { border-color: #efd9cd; background: linear-gradient(145deg, #fffdfb, #fff7f2); }
.product-decision-cards .is-negative > div > span, .product-decision-cards .is-negative li > span { color: #b95a31; background: #fde8dc; }
.product-comparison { margin-top: 17px; overflow: hidden; border: 1px solid #d7e3f0; border-radius: 18px; background: #fff; box-shadow: 0 11px 34px rgba(13,47,88,.07); }
.product-comparison-head { display: flex; align-items: center; gap: 11px; padding: 17px 20px; border-bottom: 1px solid #dbe5ef; background: linear-gradient(135deg, #edf5ff, #f8fbff); }
.product-comparison-head > span { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; color: #0b5ec0; background: #dcecff; font-size: 21px; font-weight: 900; }
.product-comparison-head h3 { margin: 0; color: #173b66; font-size: 18px !important; }
.product-comparison-head p { margin: 3px 0 0; color: #71849b; font-size: 11px; }
.product-comparison-scroll { overflow-x: auto; }
.product-comparison table { width: 100%; min-width: 590px; border-collapse: collapse; text-align: start; }
.product-comparison th, .product-comparison td { padding: 14px 17px; border-bottom: 1px solid #e6edf4; color: #4d6077; font-size: 12px; line-height: 1.75; text-align: start; vertical-align: top; }
.product-comparison thead th { color: #fff; border-color: #174f92; background: #0b4e9f; font-weight: 900; }
.product-comparison tbody th { width: 30%; color: #1f426a; background: #f5f9fd; font-weight: 850; }
.product-comparison tbody tr:last-child > * { border-bottom: 0; }
.product-comparison tbody tr:hover td { background: #f9fbfe; }
.detail-gallery { margin-top: 38px; padding-top: 32px; border-top: 1px solid var(--line); }
.detail-gallery-head h2 { margin: 0 0 20px; color: var(--blue-dark); font-size: 26px; }
.detail-gallery-head p { margin: -10px 0 20px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.detail-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.detail-gallery-grid button { min-width: 0; overflow: hidden; position: relative; display: block; padding: 0; border: 0; border-radius: 15px; background: #061a35; box-shadow: 0 10px 32px rgba(7,35,78,.1); cursor: zoom-in; }
.detail-gallery-grid img { width: 100%; height: 190px; object-fit: cover; transition: transform .3s ease, opacity .3s ease; }
.detail-gallery-grid span { position: absolute; inset-inline: 10px; bottom: 10px; padding: 7px 10px; border-radius: 8px; color: #fff; background: rgba(6,26,53,.8); backdrop-filter: blur(8px); font-size: 13px; font-weight: 800; opacity: 0; transform: translateY(5px); transition: .2s ease; }
.detail-gallery-grid button:hover img { transform: scale(1.04); opacity: .8; }
.detail-gallery-grid button:hover span { opacity: 1; transform: translateY(0); }
.detail-gallery-grid button:focus-visible { outline: 4px solid rgba(35,117,214,.32); outline-offset: 3px; }
.detail-lightbox { position: fixed; z-index: 180; inset: 0; display: grid; place-items: center; padding: 22px; }
.detail-lightbox[hidden] { display: none; }
.detail-lightbox-backdrop { position: absolute; inset: 0; padding: 0; border: 0; background: rgba(1,9,21,.9); backdrop-filter: blur(12px); cursor: zoom-out; }
.detail-lightbox-panel { width: min(1240px, 100%); height: min(900px, calc(100vh - 44px)); position: relative; z-index: 1; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; color: #fff; background: #071426; box-shadow: 0 36px 120px rgba(0,0,0,.62); animation: detailLightboxOpen .24s ease both; }
.detail-lightbox-panel > header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 18px; border-bottom: 1px solid rgba(255,255,255,.11); background: rgba(6,22,44,.9); }
.detail-lightbox-panel > header h2 { margin: 2px 0 0; color: #fff; font-size: clamp(16px, 2vw, 23px); line-height: 1.55; }
.detail-lightbox-tools { display: flex; align-items: center; gap: 10px; }
.detail-lightbox-tools > span { min-width: 78px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; color: #d6e3f3; background: rgba(255,255,255,.06); font: 800 12px/1 Arial, sans-serif; text-align: center; direction: ltr; }
.detail-lightbox-close { width: 43px; height: 43px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.17); border-radius: 11px; color: #fff; background: rgba(255,255,255,.07); font: 400 28px/1 Arial, sans-serif; cursor: pointer; transition: .18s ease; }
.detail-lightbox-close:hover { border-color: #f47a43; background: #df5d25; }
.detail-lightbox-stage { min-height: 0; display: grid; grid-template-columns: 56px minmax(0, 1fr) 56px; align-items: center; gap: 12px; padding: 16px; touch-action: pan-y; }
.detail-lightbox-stage figure { min-width: 0; min-height: 0; height: 100%; margin: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; place-items: center; gap: 9px; }
.detail-lightbox-stage figure img { width: 100%; height: 100%; min-height: 0; display: block; object-fit: contain; border-radius: 13px; background: #020913; user-select: none; -webkit-user-drag: none; }
.detail-lightbox-stage figure img.is-changing { animation: detailLightboxImage .28s ease both; }
.detail-lightbox-stage figcaption { min-height: 22px; color: #c5d4e7; font-size: 11px; line-height: 1.8; text-align: center; }
.detail-lightbox-arrow { width: 52px; height: 52px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; color: #fff; background: rgba(255,255,255,.07); cursor: pointer; transition: .18s ease; }
.detail-lightbox-arrow:hover { border-color: #ff9a6b; background: #e96830; transform: scale(1.05); }
.detail-lightbox-arrow:disabled { opacity: .35; cursor: default; transform: none; }
.detail-lightbox-prev .site-icon-arrow { transform: rotate(180deg); }
[dir="ltr"] .detail-lightbox-prev .site-icon-arrow { transform: none; }
.detail-lightbox-thumbs { min-height: 92px; display: flex; gap: 9px; overflow-x: auto; padding: 11px 16px 15px; border-top: 1px solid rgba(255,255,255,.1); background: rgba(5,18,37,.94); scrollbar-width: thin; scrollbar-color: #587393 transparent; }
.detail-lightbox-thumbs button { width: 82px; min-width: 82px; height: 62px; overflow: hidden; position: relative; padding: 0; border: 2px solid transparent; border-radius: 10px; background: #0b1e38; opacity: .58; cursor: pointer; transition: border-color .18s ease, opacity .18s ease, transform .18s ease; }
.detail-lightbox-thumbs button:hover, .detail-lightbox-thumbs button.is-active { border-color: var(--orange); opacity: 1; transform: translateY(-2px); }
.detail-lightbox-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.detail-lightbox-thumbs span { position: absolute; inset-inline-end: 4px; bottom: 4px; min-width: 19px; height: 19px; display: grid; place-items: center; border-radius: 6px; color: #fff; background: rgba(3,15,32,.78); font: 800 9px/1 Arial, sans-serif; }
body.has-gallery-lightbox { overflow: hidden; }
@keyframes detailLightboxOpen { from { opacity: 0; transform: translateY(12px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes detailLightboxImage { from { opacity: .35; transform: scale(.985); } to { opacity: 1; transform: none; } }
.detail-catalog-download { min-height: 70px; margin-top: 14px; padding: 13px 15px; display: flex; align-items: center; gap: 12px; border: 1px solid #cdddf0; border-radius: 12px; color: var(--blue); background: #f3f8ff; transition: .18s ease; }
.detail-catalog-download:hover { transform: translateY(-2px); border-color: #a9c5e8; box-shadow: 0 10px 28px rgba(7,35,78,.09); }
.detail-catalog-download > svg { flex: 0 0 auto; }
.detail-catalog-download span { display: grid; gap: 4px; }
.detail-catalog-download b { color: var(--blue-dark); font-size: 15px; }
.detail-catalog-download small { color: var(--muted); font-size: 11px; direction: ltr; }
@media (max-width: 920px) {
  .product-catalog-layout { grid-template-columns: 1fr; }
  .product-category-panel { max-height: none; position: static; overflow: visible; }
  .product-catalog-toolbar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-lightbox { padding: 12px; }
  .detail-lightbox-panel { height: calc(100vh - 24px); }
  .product-decision-cards { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .brand-logo-image { width: 142px; height: 66px; }
  .product-results .entry-grid { grid-template-columns: 1fr; }
  .product-results-head { align-items: flex-start; flex-direction: column; }
  .product-catalog-toolbar { grid-template-columns: 1fr; }
  .product-featured-filter span, .product-filter-reset { width: 100%; justify-content: center; }
  .product-compare-tray { bottom: 10px; align-items: stretch; flex-direction: column; }
  .product-compare-tray > div { justify-content: space-between; }
  .product-quick-panel { grid-template-columns: 1fr; }
  .product-quick-panel > img { min-height: 240px; max-height: 280px; }
  .product-quick-panel > div { padding: 28px 22px; }
  .product-modal { padding: 12px; }
  .product-modal-panel { max-height: calc(100vh - 24px); border-radius: 18px; }
  .product-compare-panel { padding: 18px; }
  .detail-gallery-grid { grid-template-columns: 1fr; }
  .detail-gallery-grid img { height: 230px; }
  .detail-gallery-grid span { opacity: 1; transform: none; }
  .detail-lightbox { padding: 0; }
  .detail-lightbox-panel { width: 100%; height: 100vh; border: 0; border-radius: 0; }
  .detail-lightbox-panel > header { min-height: 72px; padding: 10px 12px; }
  .detail-lightbox-panel > header .eyebrow { display: none; }
  .detail-lightbox-panel > header h2 { max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .detail-lightbox-tools > span { min-width: 62px; padding-inline: 7px; }
  .detail-lightbox-stage { grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 5px; padding: 8px; }
  .detail-lightbox-arrow { width: 40px; height: 48px; border-radius: 11px; }
  .detail-lightbox-stage figure img { border-radius: 9px; }
  .detail-lightbox-thumbs { min-height: 82px; padding: 9px 10px 11px; }
  .detail-lightbox-thumbs button { width: 69px; min-width: 69px; height: 53px; }
}

/* Modern header, contact blocks and service icon system */
.site-icon { display: block; flex: 0 0 auto; }
[dir="ltr"] .site-icon-arrow { transform: scaleX(-1); }
.topbar { min-height: 56px; }
.topbar-inner { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 24px; direction: ltr; }
.topbar-phone-group { display: flex; align-items: center; gap: 9px; direction: ltr; }
.topbar-phone-group a { min-height: 40px; display: flex; align-items: center; gap: 9px; padding: 6px 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; color: #fff; background: rgba(255,255,255,.055); transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.topbar-phone-group a:hover { transform: translateY(-1px); border-color: rgba(255,174,133,.48); background: rgba(255,255,255,.1); }
.topbar-phone-group a > span { display: grid; gap: 2px; line-height: 1.1; }
.topbar-phone-group small { color: #9fb1c9; font-size: calc(8px + 2pt); font-weight: 700; direction: rtl; }
.topbar-phone-group b { color: #fff; font: 800 calc(11px + 2pt)/1.1 Arial, sans-serif; }
.topbar-address-group { min-width: 0; display: flex; align-items: center; justify-content: flex-end; gap: 12px; color: #e1e9f4; direction: rtl; text-align: right; }
[dir="ltr"] .topbar-address-group { direction: ltr; text-align: left; }
.topbar-address { min-width: 0; display: flex; align-items: center; gap: 8px; }
.topbar-visit-note { flex: 0 0 auto; padding-inline-start: 12px; border-inline-start: 1px solid rgba(255,255,255,.16); color: #ffb493; }

.site-header { height: 100px; }
.brand-link { width: 220px; height: 94px; overflow: hidden; }
.brand-logo-image { width: 220px; height: 94px; display: block; object-fit: cover; object-position: center; background: transparent; }
.footer-brand-image { width: 230px; height: 105px; margin-bottom: 18px; border-radius: 14px; background: #fff; }
.phone-number { direction: ltr; unicode-bidi: isolate; font-variant-numeric: lining-nums tabular-nums; }
html[lang="en"] .phone-number,
html[lang="en"] .phone-number > span { font-family: Arial, sans-serif !important; }
.footer-contact-stack { width: 100%; max-width: 285px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; margin-bottom: 15px; }
.footer-contact-link { width: 100%; min-height: 66px; align-items: center; gap: 11px; margin: 0 !important; padding: 10px 12px; direction: rtl; text-align: right; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); transition: transform .18s ease, border-color .18s ease, background .18s ease; }
html[lang="en"] .footer-contact-link { direction: ltr; text-align: left; }
.footer-contact-link:hover { transform: translateY(-2px); border-color: rgba(255,156,112,.46); background: linear-gradient(135deg, rgba(255,124,67,.13), rgba(255,255,255,.055)); }
.footer-contact-link > .site-icon { width: 40px; height: 40px; display: grid; place-items: center; padding: 10px; color: #ff9f76; border: 1px solid rgba(255,159,118,.24); border-radius: 12px; background: rgba(255,124,67,.1); }
.footer-contact-link > span { min-width: 0; display: grid; gap: 3px; direction: inherit; }
.footer-contact-link small { color: #9aacc3; font-family: "Vazirmatn Variable", Vazirmatn, Tahoma, sans-serif; font-size: calc(8px + 2pt); direction: inherit; }
.footer-contact-link strong { color: #fff; font-size: calc(11px + 2pt); line-height: 1.35; }

.service-float { display: flex; align-items: center; gap: 13px; }
.service-float::before { display: none; }
.service-float-icon { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 14px; color: #fff !important; background: linear-gradient(135deg, var(--orange), #ff9b6d); box-shadow: 0 12px 24px rgba(255,120,66,.28); }
.service-float > div { display: grid; gap: 6px; }
.service-float > div > span { color: #b8c7db; }
.entry-video-badge { display: inline-flex; align-items: center; gap: 6px; }
.text-link, .entry-content a { align-items: center; }

.service-card-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.service-cards .service-card-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; color: #fff; background: linear-gradient(135deg, var(--blue), #0e70dd); box-shadow: 0 14px 28px rgba(11,84,198,.2); }
.service-cards .service-card-top small { color: #dbe6f5; font: 900 calc(27px + 2pt)/1 Arial, sans-serif; }
.service-cards h3 { margin-top: 22px; }
.service-cards article:hover .service-card-icon { background: linear-gradient(135deg, var(--orange), #ff9665); box-shadow: 0 14px 28px rgba(255,120,66,.22); }
.split-copy li > span:first-child { color: #fff; }

.direct-phone { width: fit-content; min-height: 76px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 17px; background: rgba(255,255,255,.085); box-shadow: inset 0 1px rgba(255,255,255,.08), 0 15px 35px rgba(0,0,0,.1); transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.direct-phone:hover { transform: translateY(-3px); border-color: rgba(255,174,133,.7); background: rgba(255,255,255,.14); }
.contact-action { min-height: 40px; padding: 8px 13px; border: 1px solid #bfd4ee; border-radius: 10px; color: #0b54c6 !important; background: #edf5ff; box-shadow: 0 6px 16px rgba(11,84,198,.08); transition: transform .18s ease, color .18s ease, background .18s ease; }
.contact-action:hover { transform: translateY(-2px); color: #fff !important; background: var(--blue); }

@media (max-width: 1160px) {
  .brand-link, .brand-logo-image { width: 195px; }
  .topbar-visit-note { display: none; }
}
@media (max-width: 1280px) and (min-width: 1081px) {
  .nav-shell { gap: 18px; }
  .desktop-nav { gap: 18px; }
  .nav-actions { gap: 8px; }
  .nav-quote { padding-inline: 12px; }
}
@media (max-width: 1080px) {
  .desktop-nav, .nav-actions { display: none; }
  .mobile-menu { display: block; margin-inline-start: 0; }
  .nav-shell > .theme-toggle { margin-inline-start: auto; }
}
@media (max-width: 920px) {
  .topbar, .topbar-inner { min-height: 54px; }
  .topbar-inner { justify-content: center; }
  .topbar-address-group { display: none; }
  .topbar-phone-group a > span { display: grid; }
  .site-header { height: 90px; }
  .brand-link, .brand-logo-image { width: 198px; height: 86px; }
}
@media (max-width: 620px) {
  .topbar-inner::after { display: none; content: none; }
  .topbar-phone-group { width: 100%; justify-content: center; gap: 6px; }
  .topbar-phone-group a { padding-inline: 8px; }
  .topbar-phone-group small { font-size: calc(7px + 2pt); }
  .topbar-phone-group b { font-size: calc(9px + 2pt); }
  .brand-link, .brand-logo-image { width: 184px; height: 82px; }
  .footer-brand-image { width: 220px; height: 100px; }
  .service-card-top { align-items: flex-start; }
}

/* Light / dark public theme */
.training-section { position: relative; background: linear-gradient(180deg, #fff, #f5f8fc); }
.training-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .45; background-image: radial-gradient(circle at 8% 20%, rgba(255,124,67,.12), transparent 25%), radial-gradient(circle at 92% 80%, rgba(11,84,198,.1), transparent 28%); }
.training-section .container { position: relative; z-index: 1; }
.training-listing { background: linear-gradient(180deg, #fff, #f5f8fc); }
.content-empty { min-height: 124px; display: grid; place-items: center; padding: 34px 24px; border: 1px dashed #b9cbe1; border-radius: 20px; color: #667085; background: rgba(255,255,255,.78); box-shadow: 0 12px 34px rgba(7,35,78,.035); text-align: center; font-size: calc(13px + 2pt); line-height: 2; }
.honors-section .content-empty { color: #c1cee0; border-color: rgba(156,185,222,.38); background: rgba(255,255,255,.055); box-shadow: none; }
.sr-only { width: 1px; height: 1px; overflow: hidden; position: absolute; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; }
.theme-toggle { width: 44px; height: 44px; padding: 0; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #d5e0ed; border-radius: 13px; color: #0b54c6; background: #f3f7fc; box-shadow: 0 7px 20px rgba(7,35,78,.07); cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.theme-toggle:hover { transform: translateY(-2px); color: #fff; border-color: #0b54c6; background: #0b54c6; box-shadow: 0 12px 25px rgba(11,84,198,.22); }
.theme-toggle:focus-visible { outline: 3px solid rgba(255,124,67,.35); outline-offset: 3px; }
.theme-toggle .site-icon-sun { display: none; }
.theme-toggle .site-icon-moon { display: block; }
html[data-theme="dark"] .theme-toggle .site-icon-moon { display: none; }
html[data-theme="dark"] .theme-toggle .site-icon-sun { display: block; }
.maintenance-actions .maintenance-theme-toggle { min-height: 44px; }

html[data-theme="dark"] { color-scheme: dark; --orange: #ff8752; --orange-soft: #362017; --line: #293345; --ink: #eef4fc; --muted: #a5b1c3; --ice: #0d121a; --warm: #12151b; --shadow: 0 20px 60px rgba(0,0,0,.42); }
html[data-theme="dark"] body,
html[data-theme="dark"] .public-site { color: #eaf1fa; background: #080b10; }
html[data-theme="dark"] .site-header { background: rgba(8,11,16,.91); border-bottom-color: rgba(121,151,190,.16); box-shadow: 0 10px 34px rgba(0,0,0,.3); }
html[data-theme="dark"] .topbar { background: #05070b; border-bottom: 1px solid rgba(255,255,255,.06); }
html[data-theme="dark"] .desktop-nav a,
html[data-theme="dark"] .language-link { color: #cfdae9; }
html[data-theme="dark"] .desktop-nav a:hover,
html[data-theme="dark"] .desktop-nav a.active { color: #78b2ff; }
html[data-theme="dark"] .mobile-menu summary { border-color: #344156; background: #111720; }
html[data-theme="dark"] .mobile-menu summary i { background: #e4edf8; }
html[data-theme="dark"] .mobile-menu nav { color: #dce6f2; background: #111720; border-color: #2b3648; box-shadow: 0 22px 55px rgba(0,0,0,.5); }
html[data-theme="dark"] .theme-toggle { color: #f6c05d; border-color: #344156; background: #111720; box-shadow: 0 9px 24px rgba(0,0,0,.28); }
html[data-theme="dark"] .theme-toggle:hover { color: #09111c; border-color: #f6c05d; background: #f6c05d; }
html[data-theme="dark"] .brand-link { border-radius: 15px; background: #fff; }

html[data-theme="dark"] .products-section,
html[data-theme="dark"] .blog-section,
html[data-theme="dark"] .training-section,
html[data-theme="dark"] .training-listing { background: linear-gradient(180deg, #0d1219, #0a0e14); }
html[data-theme="dark"] .projects-section,
html[data-theme="dark"] .about-split { background: #080b10; }
html[data-theme="dark"] .page-hero,
html[data-theme="dark"] .detail-hero { background: radial-gradient(circle at 90% 20%, rgba(38,119,230,.16), transparent 32%), linear-gradient(135deg, #101722, #080b10); border-bottom-color: #273143; }
html[data-theme="dark"] .values,
html[data-theme="dark"] .comments-section { background: #0c1118; }
html[data-theme="dark"] .contact-section { background: linear-gradient(180deg, #080b10, #0d131c); }
html[data-theme="dark"] .product-catalog-section { background: linear-gradient(180deg, #0b1017, #080b10); }

html[data-theme="dark"] .trust-row,
html[data-theme="dark"] .trust-card,
html[data-theme="dark"] .entry-card,
html[data-theme="dark"] .service-cards article,
html[data-theme="dark"] .values article,
html[data-theme="dark"] .contact-cards article,
html[data-theme="dark"] .quote-form,
html[data-theme="dark"] .contact-form-shell,
html[data-theme="dark"] .detail-layout > aside,
html[data-theme="dark"] .product-decision-cards article,
html[data-theme="dark"] .product-comparison,
html[data-theme="dark"] .comments-list article,
html[data-theme="dark"] .comment-form-shell,
html[data-theme="dark"] .product-category-panel,
html[data-theme="dark"] .product-results-head,
html[data-theme="dark"] .service-float { color: #eaf1fa; background: rgba(16,23,33,.95); border-color: #334157; }
html[data-theme="dark"] .trust-card { border-color: #293547; }
html[data-theme="dark"] .product-decision-guide > header h2,
html[data-theme="dark"] .product-decision-cards article h3,
html[data-theme="dark"] .product-comparison-head h3 { color: #e8f1fc; }
html[data-theme="dark"] .product-decision-guide > header p,
html[data-theme="dark"] .product-decision-cards article li,
html[data-theme="dark"] .product-comparison-head p { color: #a6b3c5; }
html[data-theme="dark"] .product-comparison-head { border-color: #334157; background: linear-gradient(135deg, #16253a, #111a27); }
html[data-theme="dark"] .product-comparison-head > span { color: #79b5ff; background: #1c3553; }
html[data-theme="dark"] .product-comparison th,
html[data-theme="dark"] .product-comparison td { color: #c3cfde; border-color: #2d394a; }
html[data-theme="dark"] .product-comparison thead th { color: #fff; border-color: #275c9b; background: #174f92; }
html[data-theme="dark"] .product-comparison tbody th { color: #dce9f8; background: #141f2d; }
html[data-theme="dark"] .product-comparison tbody tr:hover td { background: #121d2a; }
html[data-theme="dark"] .trust-icon,
html[data-theme="dark"] .contact-cards article > .contact-card-icon { border-color: #5b3526; background: #2c1b15; }
html[data-theme="dark"] .entry-image { background: #171e29; }
html[data-theme="dark"] .entry-number { color: #27364a; }
html[data-theme="dark"] .entry-content a { color: #78b2ff; background: #17263a; }
html[data-theme="dark"] .entry-card-cta { color: #78b2ff; }
html[data-theme="dark"] .about-page-grid blockquote { color: #ffd8c5; background: #2b1a14; }
html[data-theme="dark"] .number-row { border-color: #313a47; }

html[data-theme="dark"] .section-heading h2,
html[data-theme="dark"] .split-copy h2,
html[data-theme="dark"] .entry-content h3,
html[data-theme="dark"] .trust-card b,
html[data-theme="dark"] .number-row span,
html[data-theme="dark"] .page-hero h1,
html[data-theme="dark"] .detail-hero h1,
html[data-theme="dark"] .detail-layout > article h2,
html[data-theme="dark"] .detail-layout > aside h3,
html[data-theme="dark"] .detail-features b,
html[data-theme="dark"] .service-cards h3,
html[data-theme="dark"] .values h3,
html[data-theme="dark"] .contact-info-heading h2,
html[data-theme="dark"] .contact-cards h3,
html[data-theme="dark"] .comments-list h2,
html[data-theme="dark"] .comments-list article b,
html[data-theme="dark"] .comment-form-shell h3,
html[data-theme="dark"] .product-category-panel h2,
html[data-theme="dark"] .product-results-head h2,
html[data-theme="dark"] .detail-gallery-head h2,
html[data-theme="dark"] .detail-catalog-download b { color: #e8f1fd; }
html[data-theme="dark"] .not-found { background: radial-gradient(circle at 10% 20%, rgba(255,124,67,.1), transparent 27%), radial-gradient(circle at 88% 75%, rgba(25,101,208,.16), transparent 31%), linear-gradient(145deg, #090d13, #070a0f); }
html[data-theme="dark"] .not-found::before { opacity: .3; background-image: linear-gradient(rgba(111,168,245,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(111,168,245,.08) 1px, transparent 1px); }
html[data-theme="dark"] .not-found-visual::before { border-color: rgba(111,168,245,.17); background: rgba(17,24,35,.78); box-shadow: 0 34px 100px rgba(0,0,0,.45); }
html[data-theme="dark"] .not-found-visual strong,
html[data-theme="dark"] .not-found-copy h1 { color: #e8f1fd; }
html[data-theme="dark"] .not-found-copy > p { color: #a7b4c6; }
html[data-theme="dark"] .not-found-search { border-color: #101721; }
html[data-theme="dark"] .not-found-copy > small { color: #7f8da1; }
html[data-theme="dark"] .hero-copy > p,
html[data-theme="dark"] .section-heading p,
html[data-theme="dark"] .split-copy p,
html[data-theme="dark"] .entry-content p,
html[data-theme="dark"] .page-hero p,
html[data-theme="dark"] .detail-hero p,
html[data-theme="dark"] .detail-layout > article > p,
html[data-theme="dark"] .content-rich-text > p,
html[data-theme="dark"] .content-rich-text > ul,
html[data-theme="dark"] .content-rich-text > ol,
html[data-theme="dark"] .contact-info-heading p,
html[data-theme="dark"] .contact-cards p,
html[data-theme="dark"] .comments-list article p,
html[data-theme="dark"] .comment-form-shell > p { color: #a7b4c7; }
html[data-theme="dark"] .content-rich-text > h2,
html[data-theme="dark"] .content-rich-text > h3 { color: #e8f1fd; }
html[data-theme="dark"] .content-rich-text > blockquote { border-color: var(--orange); color: #b6c3d3; background: #111923; }

/* Header quotation and after-sales actions */
.site-header { height: 116px; }
.nav-actions { align-self: stretch; }
.nav-cta-stack { min-width: 190px; display: grid; align-content: center; gap: 7px; }
.nav-cta-stack .nav-quote,
.nav-after-sales { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 7px 16px; border-radius: 11px; text-align: center; font-weight: 850; line-height: 1.45; white-space: nowrap; transition: transform .18s ease, color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.nav-after-sales { color: #0b54c6; border: 1px solid #bcd3ef; background: linear-gradient(145deg, #fff, #edf5ff); box-shadow: 0 8px 20px rgba(11,84,198,.1); }
.nav-after-sales:hover { color: #fff; border-color: #0b54c6; background: linear-gradient(135deg, #0b54c6, #073b83); box-shadow: 0 12px 26px rgba(11,84,198,.22); transform: translateY(-2px); }
.nav-after-sales svg { flex: 0 0 auto; }
.nav-cta-stack a:focus-visible { outline: 3px solid rgba(255,120,66,.32); outline-offset: 2px; }

.mobile-nav-actions { display: grid; gap: 8px; padding: 12px 5px 4px; }
.mobile-menu nav .mobile-nav-actions a { min-height: 45px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 9px 14px; border: 0; border-radius: 11px; color: #fff; text-align: center; }
.mobile-menu nav .mobile-nav-quote { background: linear-gradient(135deg, var(--orange), #ff925f); }
.mobile-menu nav .mobile-nav-after-sales { background: linear-gradient(135deg, #0b54c6, #073b83); }

html[data-theme="dark"] .nav-after-sales { color: #8fc0ff; border-color: #355980; background: linear-gradient(145deg, #111a26, #0d1622); box-shadow: 0 8px 22px rgba(0,0,0,.24); }
html[data-theme="dark"] .nav-after-sales:hover { color: #fff; border-color: #4b8fe4; background: linear-gradient(135deg, #1762bd, #0b438a); }
html[data-theme="dark"] .mobile-menu nav .mobile-nav-actions a { color: #fff; border-bottom: 0; }

@media (max-width: 1280px) and (min-width: 1081px) {
  .site-header { height: 110px; }
  .nav-cta-stack { min-width: 168px; }
  .nav-cta-stack .nav-quote, .nav-after-sales { min-height: 39px; padding-inline: 10px; }
}
@media (max-width: 1080px) {
  .site-header { height: 90px; }
}

html[data-theme="dark"] .form-grid label > span,
html[data-theme="dark"] .comment-form-shell label { color: #c2cede; }
html[data-theme="dark"] .form-grid input,
html[data-theme="dark"] .form-grid textarea,
html[data-theme="dark"] .form-grid select,
html[data-theme="dark"] .comment-form-shell input,
html[data-theme="dark"] .comment-form-shell textarea { color: #edf4fc; background: #0b1017; border-color: #334055; }
html[data-theme="dark"] .form-grid input::placeholder,
html[data-theme="dark"] .form-grid textarea::placeholder,
html[data-theme="dark"] .comment-form-shell input::placeholder,
html[data-theme="dark"] .comment-form-shell textarea::placeholder { color: #718096; }
html[data-theme="dark"] .form-grid .phone-field > small { color: #8e9eb3; }
html[data-theme="dark"] .contact-phone-card .contact-action { color: #8fc2ff; border-color: #334a66; background: #131f2e; }
html[data-theme="dark"] .form-check { background: #0d131c; border-color: #334055; }
html[data-theme="dark"] .form-success { color: #8ce2b8; background: #10261c; border-color: #24583d; }
html[data-theme="dark"] .form-error { color: #ffafa3; background: #2a1715; border-color: #61352f; }
html[data-theme="dark"] .button-outline { color: #82b9ff; border-color: #3976bf; background: #111720; }
html[data-theme="dark"] .button-outline:hover { background: #17263a; }
html[data-theme="dark"] .contact-action { color: #8fc2ff !important; border-color: #36557a; background: #142238; }
html[data-theme="dark"] .contact-action:hover { color: #fff !important; background: #1761bd; }
html[data-theme="dark"] .product-category-panel .category-all { color: #e7f0fb; background: #1a2230; }
html[data-theme="dark"] .product-category-panel .category-all,
html[data-theme="dark"] .product-category-row > a { color: #b4c1d2; }
html[data-theme="dark"] .product-category-panel a:hover,
html[data-theme="dark"] .product-category-panel a.active { color: #fff; background: linear-gradient(135deg, #176bd0, #0b438b); }
html[data-theme="dark"] .product-category-panel .product-category-children { border-color: #344156; }
html[data-theme="dark"] .product-category-toggle { color: #9db2cb; border-color: #344156; background: #171f2b; }
html[data-theme="dark"] .product-category-toggle:hover { color: #fff; border-color: var(--orange); background: var(--orange); }
html[data-theme="dark"] .product-live-search { border-color: #334157; background: rgba(16,23,33,.95); box-shadow: 0 10px 34px rgba(0,0,0,.2); }
html[data-theme="dark"] .product-live-search label { color: #8eadd2; border-color: #35455a; background: #0d141e; }
html[data-theme="dark"] .product-live-search label:focus-within { border-color: #4b93e8; background: #101925; box-shadow: 0 0 0 4px rgba(57,135,226,.13); }
html[data-theme="dark"] .product-live-search input { color: #edf4fc; }
html[data-theme="dark"] .product-live-search input::placeholder { color: #718096; }
html[data-theme="dark"] .product-live-search button { color: #ffad88; background: #321e17; }
html[data-theme="dark"] .product-live-search > small { color: #8d9db2; }
html[data-theme="dark"] .product-catalog-toolbar { border-color: #334157; background: rgba(16,23,33,.95); box-shadow: 0 10px 34px rgba(0,0,0,.2); }
html[data-theme="dark"] .product-catalog-toolbar > label:not(.product-featured-filter) { color: #9aabc0; }
html[data-theme="dark"] .product-catalog-toolbar select,
html[data-theme="dark"] .product-featured-filter span,
html[data-theme="dark"] .product-filter-reset { color: #c0ccdc; border-color: #35455a; background: #0d141e; }
html[data-theme="dark"] .product-featured-filter input:checked + span { color: #ffb38f; border-color: #75422f; background: #321e17; }
html[data-theme="dark"] .product-card-actions button,
html[data-theme="dark"] .product-card-actions label > span { color: #9fc2eb; border-color: #35455a; background: #121b28; }
html[data-theme="dark"] .product-model-code { color: #9eb8d5; border-color: #35455a; background: #121b28; }
html[data-theme="dark"] .product-card-actions > a { color: #fff; border-color: #e4652f; background: linear-gradient(135deg, #dc5922, #f27a43); }
html[data-theme="dark"] .product-load-more { color: #8fc0fa; border-color: #385474; background: #101722; }
html[data-theme="dark"] .product-modal-panel { color: #eaf1fa; border-color: #334157; background: #101721; }
html[data-theme="dark"] .product-modal-close { color: #afc0d5; border-color: #3a485b; background: #182231; }
html[data-theme="dark"] .product-quick-panel h2,
html[data-theme="dark"] .product-compare-panel h2 { color: #e8f1fd; }
html[data-theme="dark"] .product-quick-panel p { color: #a7b4c7; }
html[data-theme="dark"] .product-compare-table-wrap { border-color: #334157; }
html[data-theme="dark"] .product-live-comparison th,
html[data-theme="dark"] .product-live-comparison td { color: #bcc9d9; border-color: #303d50; }
html[data-theme="dark"] .product-live-comparison thead th,
html[data-theme="dark"] .product-live-comparison tbody th { color: #dce9f8; background: #151f2c; }
html[data-theme="dark"] .product-search-empty { color: #aab7c9; border-color: #40506a; background: rgba(17,23,32,.82); }
html[data-theme="dark"] .detail-features > div { background: #101722; border-color: #2c384a; }
html[data-theme="dark"] .detail-catalog-download { color: #83baff; background: #121f31; border-color: #345273; }
html[data-theme="dark"] .content-empty { color: #aab7c9; border-color: #40506a; background: rgba(17,23,32,.82); box-shadow: 0 18px 52px rgba(0,0,0,.2); }
html[data-theme="dark"] .honors-section .content-empty { color: #b8c7dc; border-color: rgba(111,144,185,.42); background: rgba(255,255,255,.045); box-shadow: none; }
html[data-theme="dark"] .whatsapp-float { border-color: #111720; }

html[data-theme="dark"] .maintenance-body { color: #eaf1fb; background: radial-gradient(circle at 15% 18%, rgba(255,124,67,.12), transparent 28%), radial-gradient(circle at 85% 80%, rgba(25,101,208,.18), transparent 32%), linear-gradient(145deg, #090d13, #05070b); }
html[data-theme="dark"] .maintenance-body::before { opacity: .28; background-image: linear-gradient(rgba(111,168,245,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(111,168,245,.08) 1px, transparent 1px); }
html[data-theme="dark"] .maintenance-card { color: #eaf1fb; border-color: rgba(96,119,150,.34); background: rgba(13,19,28,.92); box-shadow: 0 34px 100px rgba(0,0,0,.5); }
html[data-theme="dark"] .maintenance-card::after { opacity: .14; }
html[data-theme="dark"] .maintenance-card h1 { color: #f0f6ff; }
html[data-theme="dark"] .maintenance-card > p,
html[data-theme="dark"] .maintenance-contact small { color: #a6b3c6; }
html[data-theme="dark"] .maintenance-brand { background: #fff; }
html[data-theme="dark"] .maintenance-badge { color: #ff9b70; background: #321d15; }
html[data-theme="dark"] .maintenance-contact { border-color: #2d3a4d; background: #0b1119; }
html[data-theme="dark"] .maintenance-contact a { color: #82b8ff; }
html[data-theme="dark"] .maintenance-countdown { border-color: #2e3c50; background: linear-gradient(145deg, rgba(16,24,35,.96), rgba(11,17,25,.96)); box-shadow: 0 18px 44px rgba(0,0,0,.25); }
html[data-theme="dark"] .maintenance-countdown-title { color: #a5b4c7; }
html[data-theme="dark"] .maintenance-countdown-grid > div { border-color: #303e52; background: #111925; }
html[data-theme="dark"] .maintenance-countdown-grid > div:not(:last-child)::after { color: #53647a; }
html[data-theme="dark"] .maintenance-countdown-grid strong { color: #83baff; }
html[data-theme="dark"] .maintenance-countdown-grid span { color: #93a3b7; }
html[data-theme="dark"] .maintenance-countdown-status { color: #ff9c72; }
html[data-theme="dark"] .maintenance-actions a { color: #c3cede; border-color: #344156; background: #111925; }
html[data-theme="dark"] .maintenance-actions a:first-child { color: #79dca9; border-color: #285941; background: #10241a; }

/* Refined section action and complete dark-theme contrast */
.section-action-link { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; flex: 0 0 auto; padding: 7px 8px 7px 17px; border: 1px solid #c9dbf0; border-radius: 15px; color: #0b54c6; background: linear-gradient(145deg, #fff, #f3f7fc); box-shadow: 0 10px 26px rgba(7,35,78,.08); transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
[dir="ltr"] .section-action-link { padding: 7px 17px 7px 8px; }
.section-action-link .section-action-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: linear-gradient(135deg, #0b54c6, #0d70df); box-shadow: 0 7px 17px rgba(11,84,198,.22); transition: background .2s ease, transform .2s ease; }
.section-action-link:hover { color: #fff; border-color: #0b54c6; background: linear-gradient(135deg, #0b54c6, #074494); box-shadow: 0 15px 34px rgba(11,84,198,.22); transform: translateY(-2px); }
.section-action-link:hover .section-action-icon { background: rgba(255,255,255,.16); transform: translateX(-2px); }
[dir="ltr"] .section-action-link:hover .section-action-icon { transform: translateX(2px); }
.section-action-link:focus-visible { outline: 3px solid rgba(255,120,66,.3); outline-offset: 3px; }

html[data-theme="dark"] .hero { background: radial-gradient(circle at 15% 20%, rgba(34,111,222,.2), transparent 33%), linear-gradient(125deg, #050d19 0%, #081b35 55%, #0a3470 100%); }
html[data-theme="dark"] .hero::before { opacity: .11; }
html[data-theme="dark"] .site-header .brand-link { border: 1px solid rgba(255,255,255,.1); background: #fdfefe; box-shadow: 0 8px 24px rgba(0,0,0,.24); }
html[data-theme="dark"] .language-link { border-color: #334156; }
html[data-theme="dark"] .mobile-menu nav a { border-bottom-color: #293548; }
html[data-theme="dark"] .nav-quote { color: #fff; background: linear-gradient(135deg, #e96530, #ff8752); box-shadow: 0 10px 25px rgba(0,0,0,.22); }
html[data-theme="dark"] .nav-quote:hover { background: linear-gradient(135deg, #ff8752, #f06d38); }
html[data-theme="dark"] .section-heading h2,
html[data-theme="dark"] .split-copy h2,
html[data-theme="dark"] .entry-content h3,
html[data-theme="dark"] .trust-card b,
html[data-theme="dark"] .number-row span,
html[data-theme="dark"] .page-hero h1,
html[data-theme="dark"] .detail-hero h1,
html[data-theme="dark"] .detail-layout > article h2,
html[data-theme="dark"] .detail-layout > aside h3,
html[data-theme="dark"] .detail-features b,
html[data-theme="dark"] .service-cards h3,
html[data-theme="dark"] .values h3,
html[data-theme="dark"] .contact-info-heading h2,
html[data-theme="dark"] .contact-cards h3,
html[data-theme="dark"] .contact-form-shell h2,
html[data-theme="dark"] .comments-list h2,
html[data-theme="dark"] .comments-list article b,
html[data-theme="dark"] .comment-form-shell h3,
html[data-theme="dark"] .product-category-panel h2,
html[data-theme="dark"] .product-results-head h2,
html[data-theme="dark"] .detail-gallery-head h2,
html[data-theme="dark"] .detail-catalog-download b { color: #e8f1fd; background: none; }
html[data-theme="dark"] .section-heading .eyebrow:not(.light),
html[data-theme="dark"] .split-copy .eyebrow:not(.light),
html[data-theme="dark"] .contact-form-shell .eyebrow { color: #ff9c72; background: #301c15; }
html[data-theme="dark"] .page-hero::after { color: rgba(111,168,245,.055); }
html[data-theme="dark"] .breadcrumb a { color: #83baff; }
html[data-theme="dark"] .breadcrumb span { color: #65768d; }
html[data-theme="dark"] .form-intro,
html[data-theme="dark"] .detail-layout > aside > p,
html[data-theme="dark"] .detail-features small,
html[data-theme="dark"] .detail-catalog-download small,
html[data-theme="dark"] .product-results-head small,
html[data-theme="dark"] .comments-empty { color: #94a4b8; }
html[data-theme="dark"] .product-results-head > span { color: #ffad88; background: #321e17; }
html[data-theme="dark"] .entry-card:hover { box-shadow: 0 24px 65px rgba(0,0,0,.38); }
html[data-theme="dark"] .entry-content a:hover { color: #fff; background: #1d5ea9; }
html[data-theme="dark"] .section-action-link { color: #d8eaff; border-color: #344b69; background: linear-gradient(145deg, #131c28, #0d141e); box-shadow: 0 12px 30px rgba(0,0,0,.24); }
html[data-theme="dark"] .section-action-link .section-action-icon { color: #fff; background: linear-gradient(135deg, #236fce, #1455a4); box-shadow: 0 8px 20px rgba(0,0,0,.22); }
html[data-theme="dark"] .section-action-link:hover { color: #fff; border-color: #4385d4; background: linear-gradient(135deg, #1765c2, #0d4385); box-shadow: 0 16px 36px rgba(0,0,0,.34); }
html[data-theme="dark"] .section-action-link:hover .section-action-icon { background: rgba(255,255,255,.16); }

@media (max-width: 920px) {
  .nav-shell > .theme-toggle { margin-inline-start: auto; }
  .mobile-menu { margin-inline-start: 0; }
  .section-heading { align-items: flex-start; }
}
@media (max-width: 620px) {
  .nav-shell { gap: 10px; }
  .nav-shell > .theme-toggle { width: 42px; height: 42px; }
  .section-heading { align-items: stretch; flex-direction: column; }
  .section-action-link { width: fit-content; }
}

/* User-managed site typography */
.public-site, .public-site button, .public-site input, .public-site textarea, .public-site select, .maintenance-body { font-family: var(--tm-body-font, "Vazirmatn Variable", Vazirmatn, Tahoma, sans-serif); }
.public-site h1, .public-site h2, .public-site h3, .public-site h4, .public-site h5, .public-site h6, .maintenance-body h1, .maintenance-body h2, .maintenance-body h3 { font-family: var(--tm-heading-font, "Vazirmatn Variable", Vazirmatn, Tahoma, sans-serif); }
.public-site h1, .maintenance-body h1 { font-size: var(--tm-h1-size, 60px) !important; }
.public-site h2, .maintenance-body h2 { font-size: var(--tm-h2-size, 38px) !important; }
.public-site h3, .maintenance-body h3 { font-size: var(--tm-h3-size, 24px) !important; }
.public-site .hero-copy > p, .public-site .section-heading > p, .public-site .entry-content > p, .public-site .honor-copy > p, .public-site .split-copy > p, .public-site .quote-copy > p, .public-site .page-hero p, .public-site .detail-hero p, .public-site .content-rich-text p, .public-site .service-cards p, .public-site .values p, .public-site .contact-grid p, .public-site .site-footer p, .maintenance-body .maintenance-card > p { font-size: var(--tm-body-size, 18px) !important; }
.public-site .desktop-nav a, .public-site .mobile-menu nav a { font-size: var(--tm-menu-size, 16px) !important; }
.public-site .button, .public-site button, .public-site .nav-quote, .public-site .section-action-link { font-size: var(--tm-button-size, 16px) !important; }
.content-rich-text [class*="tm-font-"], .content-rich-text [class*="tm-size-"], .entry-content [class*="tm-font-"], .entry-content [class*="tm-size-"], .honor-copy [class*="tm-font-"], .honor-copy [class*="tm-size-"], .detail-hero [class*="tm-font-"], .detail-hero [class*="tm-size-"] { display: inline; }
@media (max-width: 620px) {
  .public-site h1, .maintenance-body h1 { font-size: min(var(--tm-h1-size, 60px), 42px) !important; }
  .public-site h2, .maintenance-body h2 { font-size: min(var(--tm-h2-size, 38px), 34px) !important; }
  .public-site h3, .maintenance-body h3 { font-size: min(var(--tm-h3-size, 24px), 28px) !important; }
  .hero-slider-arrow { width: 39px; height: 39px; border-radius: 12px; }
  .hero-slider-prev { inset-inline-start: 9px; }
  .hero-slider-next { inset-inline-end: 9px; }
  .hero-slider-dots { top: 11px; }
  .hero-slider-toggle { top: 11px; inset-inline-start: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; }
  .hero-slide[data-media-type="image"].is-active img { animation: none; }
}

/* Clickable specialist support card */
.hero-media .service-float { min-width: 365px; min-height: 128px; inset-inline-end: -32px; bottom: 26px; z-index: 4; display: flex; align-items: center; gap: 15px; padding: 18px 19px; overflow: hidden; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 24px 24px 24px 8px; background: linear-gradient(135deg, rgba(5,28,61,.98), rgba(10,55,112,.96)); box-shadow: 0 24px 64px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(18px); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
[dir="ltr"] .hero-media .service-float { border-radius: 24px 24px 8px 24px; }
.hero-media .service-float::after { content: ""; width: 150px; height: 150px; position: absolute; inset-inline-end: -70px; top: -80px; border-radius: 50%; background: rgba(255,120,66,.13); pointer-events: none; }
.hero-media .service-float:hover { color: #fff; border-color: rgba(255,155,111,.6); box-shadow: 0 30px 78px rgba(0,0,0,.42), 0 0 0 5px rgba(255,120,66,.08); transform: translateY(-5px); }
.hero-media .service-float-icon { width: 58px; height: 58px; position: relative; z-index: 1; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: linear-gradient(135deg, #ff7842, #ff9c70); box-shadow: 0 14px 30px rgba(255,120,66,.32); }
.hero-media .service-float > div { min-width: 0; flex: 1; display: grid; gap: 5px; }
.hero-media .service-float-live { display: flex; align-items: center; gap: 6px; color: #8ee2b4; font-size: 11px; font-weight: 800; }
.hero-media .service-float-live i { width: 7px; height: 7px; border-radius: 50%; background: #39d98a; box-shadow: 0 0 0 5px rgba(57,217,138,.12); }
.hero-media .service-float b { color: #fff; font-size: 18px; line-height: 1.55; }
.hero-media .service-float > div > span { overflow: hidden; color: #c5d3e6; font-size: 13px; line-height: 1.7; text-overflow: ellipsis; white-space: nowrap; }
.service-float-arrow { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; position: relative; z-index: 1; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; color: #ffad89; background: rgba(255,255,255,.07); transition: color .2s ease, background .2s ease, transform .2s ease; }
.hero-media .service-float:hover .service-float-arrow { color: #fff; background: var(--orange); transform: translateX(-3px); }
[dir="ltr"] .hero-media .service-float:hover .service-float-arrow { transform: translateX(3px); }

/* Public online chat */
.chat-page { min-height: 760px; padding: 64px 0 76px; position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 12% 18%, rgba(255,120,66,.2), transparent 27%), radial-gradient(circle at 88% 78%, rgba(30,111,226,.3), transparent 33%), linear-gradient(135deg, #05182f, #082d5e 58%, #0a4ba4); }
.chat-page::before { content: ""; position: absolute; inset: 0; opacity: .11; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
.chat-page-shell { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(540px, 1.25fr); gap: clamp(36px, 4vw, 58px); align-items: center; }
.chat-intro { max-width: none; padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.035)); box-shadow: inset 0 1px rgba(255,255,255,.08), 0 24px 70px rgba(0,0,0,.12); backdrop-filter: blur(12px); }
.chat-intro-icon { width: 64px; height: 64px; margin-bottom: 20px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 20px; color: #fff; background: linear-gradient(135deg, var(--orange), #ff9c70); box-shadow: 0 20px 45px rgba(255,120,66,.22); }
.chat-intro .eyebrow { color: #ffbd9e; background: rgba(255,120,66,.12); }
.chat-intro h1 { margin: 17px 0 15px; color: #fff; font-size: clamp(36px, 3.15vw, 46px) !important; line-height: 1.42; letter-spacing: -.8px; text-wrap: balance; }
.chat-intro h1 span { display: block; }
.chat-intro > p { max-width: 540px; margin: 0; color: #c8d5e7; font-size: 15px; line-height: 2; }
.chat-intro-points { margin-top: 23px; display: grid; gap: 9px; }
.chat-intro-points span { min-height: 42px; display: flex; align-items: center; gap: 10px; padding: 8px 11px; color: #eef5ff; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.045); font-size: 13px; font-weight: 750; }
.chat-intro-points svg { color: #62dfa1; }
.chat-direct-call { width: fit-content; margin-top: 24px; display: flex; align-items: center; gap: 12px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; background: rgba(255,255,255,.07); }
.chat-direct-call > span { display: grid; gap: 2px; }
.chat-direct-call small { color: #aabbd2; font-size: 10px; }
.chat-direct-call b { color: #fff; font-family: Arial, sans-serif; font-size: 17px; }

.chat-card { min-width: 0; height: 670px; display: flex; flex-direction: column; overflow: hidden; color: #132743; border: 1px solid rgba(255,255,255,.28); border-radius: 30px; background: rgba(255,255,255,.98); box-shadow: 0 38px 100px rgba(0,0,0,.34); }
.chat-card-head { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 22px; color: #fff; background: linear-gradient(135deg, #082a57, #0b54a8); }
.chat-card-head > div { min-width: 0; display: flex; align-items: center; gap: 13px; }
.chat-card-head > div > span:last-child { min-width: 0; display: grid; gap: 3px; }
.chat-card-head b { font-size: 16px; }
.chat-card-head small { color: #bcd0e8; font-size: 11px; }
.chat-card-head > a { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: #fff; background: rgba(255,255,255,.07); font: 300 25px/1 Arial, sans-serif; }
.chat-card-head > a:hover { background: rgba(255,255,255,.16); }
.chat-agent-avatar { width: 52px; height: 52px; display: grid; place-items: center; position: relative; flex: 0 0 auto; border-radius: 17px; color: #fff; background: linear-gradient(135deg, var(--orange), #ff9e72); box-shadow: 0 12px 26px rgba(255,120,66,.25); }
.chat-agent-avatar i { width: 12px; height: 12px; position: absolute; inset-inline-end: -2px; bottom: -1px; border: 3px solid #0a438a; border-radius: 50%; background: #41d98a; }

.chat-register { flex: 1; overflow-y: auto; padding: 34px 38px; }
.chat-register-copy { display: flex; align-items: flex-start; gap: 17px; margin-bottom: 28px; }
.chat-register-copy > span { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 15px; color: #0b54c6; background: #eaf3ff; font: 900 15px/1 Arial, sans-serif; }
.chat-register-copy h2 { margin: 0 0 7px; color: #102d55; font-size: 24px !important; line-height: 1.5; }
.chat-register-copy p { margin: 0; color: #728197; font-size: 13px; }
.chat-register form { display: grid; gap: 18px; }
.chat-register label { display: grid; gap: 8px; }
.chat-register label > span { color: #435875; font-size: 12px; font-weight: 850; }
.chat-register input:not(.form-honeypot), .chat-register select { width: 100%; height: 52px; padding: 0 15px; border: 1px solid #d6e1ee; border-radius: 13px; color: #17314f; background: #f8fafd; outline: none; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.chat-register input:not(.form-honeypot):focus, .chat-register select:focus { border-color: #0b69d2; background: #fff; box-shadow: 0 0 0 4px rgba(11,105,210,.1); }
.chat-register .location-country-pickers { grid-template-columns: 1fr; }
.chat-register .location-country-pickers input[type="search"] { padding-inline-start: 42px; }
.chat-form-error { margin: 0; padding: 10px 12px; border: 1px solid #efc4bd; border-radius: 10px; color: #b23c2d; background: #fff3f1; font-size: 12px; }
.chat-start-button { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 11px; border: 0; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #0b5ec8, #08458f); box-shadow: 0 15px 32px rgba(11,84,198,.22); cursor: pointer; font-weight: 850; }
.chat-start-button:hover { background: linear-gradient(135deg, #ff7842, #ec5e27); box-shadow: 0 16px 34px rgba(255,120,66,.24); }
.chat-start-button:disabled { opacity: .65; cursor: wait; }

.chat-conversation { min-height: 0; flex: 1; display: flex; flex-direction: column; position: relative; }
.chat-customer-bar { min-height: 69px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 10px 20px; border-bottom: 1px solid #e2e9f2; background: #f8fafd; }
.chat-customer-bar > div { min-width: 0; display: flex; align-items: center; gap: 10px; }
.chat-customer-bar > div > span { width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; color: #fff; background: linear-gradient(135deg, #0b63cf, #09488e); font-weight: 900; }
.chat-customer-bar p { min-width: 0; margin: 0; display: grid; gap: 2px; }
.chat-customer-bar b { overflow: hidden; color: #193755; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.chat-customer-bar small { color: #8996a8; font-size: 10px; }
.chat-customer-bar em { flex: 0 0 auto; padding: 6px 10px; border-radius: 999px; color: #168652; background: #e9f8f0; font-size: 10px; font-style: normal; font-weight: 850; }
.chat-customer-bar em.is-closed { color: #7b8797; background: #e9edf2; }
.chat-messages { min-height: 0; flex: 1; overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; padding: 22px; scroll-behavior: smooth; background: linear-gradient(180deg, #f7f9fc, #fff); }
.chat-welcome { max-width: 360px; margin: 42px auto; display: grid; justify-items: center; gap: 8px; color: #74849a; text-align: center; }
.chat-welcome > span { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 4px; border-radius: 19px; color: #0b62ca; background: #eaf3ff; }
.chat-welcome h3 { margin: 0; color: #294560; font-size: 18px !important; }
.chat-welcome p { margin: 0; font-size: 12px; line-height: 1.8; }
.chat-message { max-width: 82%; margin-bottom: 14px; display: flex; align-items: flex-end; gap: 8px; }
.chat-message > span { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; font-size: 11px; font-weight: 900; }
.chat-message > div { min-width: 70px; padding: 10px 13px 7px; border-radius: 16px; box-shadow: 0 7px 20px rgba(19,50,89,.07); }
.chat-message p { margin: 0; overflow-wrap: anywhere; white-space: pre-wrap; font-size: 13px; line-height: 1.85; }
.chat-message small { margin-top: 4px; display: block; opacity: .68; font: 9px/1.4 Arial, sans-serif; direction: ltr; }
.chat-message.is-visitor { margin-inline-start: auto; flex-direction: row-reverse; }
.chat-message.is-visitor > span { color: #fff; background: #0b59bc; }
.chat-message.is-visitor > div { color: #fff; border-end-end-radius: 5px; background: linear-gradient(135deg, #0b63cf, #0a4b9c); }
.chat-message.is-admin { margin-inline-end: auto; }
.chat-message.is-admin > span { color: #fff; background: linear-gradient(135deg, var(--orange), #ff9a6c); }
.chat-message.is-admin > div { color: #263c57; border: 1px solid #e1e7ef; border-end-start-radius: 5px; background: #fff; }
.chat-jump-latest { min-height: 38px; display: flex; align-items: center; gap: 7px; position: absolute; z-index: 4; inset-inline-start: 50%; bottom: calc(var(--chat-compose-height, 76px) + 20px); padding: 7px 13px; border: 1px solid #c9dcf1; border-radius: 999px; color: #0b58b6; background: rgba(255,255,255,.97); box-shadow: 0 10px 28px rgba(18,54,96,.18); cursor: pointer; font-weight: 850; transform: translateX(-50%); }
[dir="rtl"] .chat-jump-latest { transform: translateX(50%); }
.chat-jump-latest[hidden] { display: none !important; }
.chat-jump-latest svg { transform: rotate(90deg); }
.chat-compose { min-height: 76px; display: flex; align-items: flex-end; gap: 10px; padding: 12px 15px; border-top: 1px solid #dde6f0; background: #fff; }
.chat-compose-field { min-width: 0; flex: 1; display: grid; gap: 5px; }
.chat-compose-field > small { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-inline: 4px; color: #8795a7; font-size: 9px; line-height: 1.5; }
.chat-compose-field > small b { flex: 0 0 auto; color: #6f8095; font: 700 9px/1.5 Arial, sans-serif; direction: ltr; }
.chat-compose textarea { width: 100%; min-height: 48px; max-height: 150px; resize: none; padding: 12px 14px; border: 1px solid #d8e1ec; border-radius: 15px; color: #1e3856; background: #f7f9fc; outline: none; font-size: 16px; line-height: 1.8; }
.chat-compose textarea:focus { border-color: #0b63cf; box-shadow: 0 0 0 4px rgba(11,99,207,.09); }
.chat-compose button { min-width: 88px; height: 48px; display: flex; align-items: center; justify-content: center; gap: 7px; flex: 0 0 auto; padding: 8px 13px; border: 0; border-radius: 15px; color: #fff; background: linear-gradient(135deg, #ff7842, #eb6028); box-shadow: 0 12px 24px rgba(255,120,66,.25); cursor: pointer; font-weight: 850; }
.chat-compose button svg { transition: transform .18s ease; }
.chat-compose button:hover:not(:disabled) svg { transform: translateX(-2px); }
[dir="ltr"] .chat-compose button:hover:not(:disabled) svg { transform: translateX(2px); }
.chat-compose button:disabled { opacity: .6; cursor: wait; }
.chat-compose-status { min-height: 18px; margin: 0; padding: 0 18px 6px; color: #728197; background: #fff; font-size: 10px; }
.chat-closed-notice { min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 18px; color: #6d7785; border-top: 1px solid #dfe6ef; background: #f2f4f7; font-size: 12px; font-weight: 800; }
.chat-closed-notice a { padding: 6px 10px; border-radius: 9px; color: #0b59b9; background: #e3eefc; }

html[data-theme="dark"] .chat-card { color: #eaf2fc; border-color: #35445a; background: #0c121a; }
html[data-theme="dark"] .chat-register-copy h2,
html[data-theme="dark"] .chat-customer-bar b,
html[data-theme="dark"] .chat-welcome h3 { color: #e8f1fc; }
html[data-theme="dark"] .chat-register-copy p,
html[data-theme="dark"] .chat-register label > span,
html[data-theme="dark"] .chat-customer-bar small,
html[data-theme="dark"] .chat-welcome { color: #9dacc0; }
html[data-theme="dark"] .chat-register input:not(.form-honeypot),
html[data-theme="dark"] .chat-register select,
html[data-theme="dark"] .chat-compose textarea { color: #edf4fd; border-color: #334155; background: #111a25; }
html[data-theme="dark"] .chat-customer-bar,
html[data-theme="dark"] .chat-compose,
html[data-theme="dark"] .chat-compose-status { border-color: #2c3747; background: #0d141e; }
html[data-theme="dark"] .chat-messages { background: linear-gradient(180deg, #0a1018, #0d141d); }
html[data-theme="dark"] .chat-message.is-admin > div { color: #d8e2ef; border-color: #303c4e; background: #141e2a; }
html[data-theme="dark"] .chat-closed-notice { color: #a5b1c1; border-color: #303a49; background: #111821; }
html[data-theme="dark"] .chat-jump-latest { color: #9ac9ff; border-color: #365271; background: rgba(19,30,44,.97); box-shadow: 0 12px 30px rgba(0,0,0,.38); }
html[data-theme="dark"] .chat-compose-field > small,
html[data-theme="dark"] .chat-compose-field > small b { color: #8495aa; }

@media (max-width: 1080px) {
  .hero-media .service-float { inset-inline: 18px; min-width: 0; }
  .chat-page-shell { grid-template-columns: 1fr; gap: 38px; }
  .chat-intro { max-width: none; }
  .chat-intro-points { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .chat-card { height: 680px; }
}
@media (max-width: 760px) {
  .chat-page { padding: 38px 0 54px; }
  .chat-page-shell { gap: 26px; }
  .chat-intro { padding: 25px; border-radius: 23px; }
  .chat-intro-icon { width: 56px; height: 56px; margin-bottom: 16px; border-radius: 17px; }
  .chat-intro h1 { margin: 14px 0 12px; font-size: 32px !important; line-height: 1.48; letter-spacing: -.4px; }
  .chat-intro > p { font-size: 14px; line-height: 1.95; }
  .chat-intro-points { grid-template-columns: 1fr; margin-top: 18px; }
  .chat-intro-points span { min-height: 38px; padding-block: 6px; }
  .chat-direct-call { margin-top: 19px; }
}
@media (max-width: 620px) {
  .location-country-pickers { grid-template-columns: 1fr; }
  .hero-media .service-float { min-height: 108px; inset-inline: 10px; bottom: -42px; padding: 14px; border-radius: 20px; }
  .hero-media .service-float-icon { width: 49px; height: 49px; border-radius: 15px; }
  .hero-media .service-float b { font-size: 15px; }
  .hero-media .service-float > div > span { font-size: 11px; }
  .service-float-arrow { display: none; }
  .chat-page { padding: 28px 0 44px; overflow: visible; }
  .chat-page-shell { gap: 22px; }
  .chat-intro { padding: 21px 18px; }
  .chat-intro h1 { font-size: 28px !important; }
  .chat-intro-points { display: none; }
  .chat-card { height: 650px; border-radius: 22px; }
  .chat-page.has-active-conversation { padding: 12px 0 24px; }
  .chat-page.has-active-conversation .chat-page-shell { width: 100%; gap: 0; }
  .chat-page.has-active-conversation .chat-intro { display: none; }
  .chat-page.has-active-conversation .chat-card { height: clamp(430px, calc(100dvh - 24px), 720px); border-radius: 18px; }
  .chat-card-head { min-height: 78px; padding: 12px 15px; }
  .chat-register { padding: 25px 20px; }
  .chat-register-copy { gap: 12px; }
  .chat-register-copy > span { width: 42px; height: 42px; }
  .chat-register-copy h2 { font-size: 20px !important; }
  .chat-messages { padding: 16px 12px; }
  .chat-message { max-width: 92%; }
  .chat-compose { padding: 10px max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left)); }
  .chat-compose-field > small > span { display: none; }
  .chat-compose button { min-width: 78px; padding-inline: 11px; }
}

/* Dynamic header and footer navigation */
.desktop-nav-item { display: flex; align-items: center; position: relative; }
.desktop-nav-item > a { display: flex; align-items: center; gap: 6px; }
.desktop-nav-item > a > i { color: #8595aa; font-size: 13px; font-style: normal; line-height: 1; transition: transform .18s ease; }
.desktop-nav-item.has-children:hover > a > i, .desktop-nav-item.has-children:focus-within > a > i { transform: rotate(180deg); }
.desktop-submenu { min-width: 225px; display: grid; gap: 3px; position: absolute; z-index: 80; inset-inline-start: 50%; top: calc(100% + 29px); padding: 10px; border: 1px solid #dce6f0; border-radius: 15px; opacity: 0; visibility: hidden; background: rgba(255,255,255,.98); box-shadow: 0 22px 55px rgba(19,47,82,.18); transform: translate(-50%,10px); transition: opacity .18s ease, visibility .18s ease, transform .18s ease; }
[dir="rtl"] .desktop-submenu { transform: translate(50%,10px); }
.desktop-submenu::before { height: 31px; position: absolute; inset-inline: 0; top: -31px; content: ""; }
.desktop-nav-item:hover > .desktop-submenu, .desktop-nav-item:focus-within > .desktop-submenu { opacity: 1; visibility: visible; transform: translate(-50%,0); }
[dir="rtl"] .desktop-nav-item:hover > .desktop-submenu, [dir="rtl"] .desktop-nav-item:focus-within > .desktop-submenu { transform: translate(50%,0); }
.desktop-nav .desktop-submenu > a { min-height: 43px; display: flex; align-items: center; padding: 8px 11px; border-radius: 9px; color: #38516e; font-size: 13px !important; font-weight: 720; white-space: normal; line-height: 1.6; }
.desktop-nav .desktop-submenu > a::after { display: none; }
.desktop-nav .desktop-submenu > a:hover, .desktop-nav .desktop-submenu > a.active { color: #0b54c6; background: #edf5ff; }

.mobile-nav-item { display: grid; border-bottom: 1px solid var(--line); }
.mobile-menu nav .mobile-nav-parent { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 0; }
.mobile-nav-parent > i { color: #8a9bb0; font-style: normal; }
.mobile-submenu { display: grid; margin: 0 10px 8px; padding: 5px 10px; border-inline-start: 3px solid var(--orange); border-radius: 8px; background: #f5f8fc; }
.mobile-menu nav .mobile-submenu > a { min-height: 39px; padding: 8px 9px; border-bottom: 1px dashed #dbe4ee; color: #526a84; font-size: 13px !important; font-weight: 680; }
.mobile-menu nav .mobile-submenu > a:last-child { border-bottom: 0; color: #526a84; }
.mobile-menu nav .mobile-language-switch { color: var(--orange); }

.footer-menu-list, .footer-menu-group, .footer-submenu { display: grid; }
.footer-menu-list { gap: 3px; }
.footer-menu-group > a { font-weight: 750; }
.footer-submenu { gap: 1px; margin: -4px 0 7px; padding-inline-start: 13px; border-inline-start: 2px solid rgba(255,149,102,.4); }
.site-footer .footer-submenu > a { margin-bottom: 4px; color: #8398b4; font-size: 10px; }
.site-footer .footer-submenu > a::before { margin-inline-end: 6px; color: #ff9566; content: "↳"; }

html[data-theme="dark"] .desktop-submenu { color: #dce6f2; border-color: #2b384b; background: rgba(15,22,32,.98); box-shadow: 0 24px 60px rgba(0,0,0,.52); }
html[data-theme="dark"] .desktop-nav .desktop-submenu > a { color: #bdcadd; }
html[data-theme="dark"] .desktop-nav .desktop-submenu > a:hover, html[data-theme="dark"] .desktop-nav .desktop-submenu > a.active { color: #8abaff; background: #172438; }
html[data-theme="dark"] .mobile-nav-item { border-bottom-color: #293548; }
html[data-theme="dark"] .mobile-submenu { border-color: #ff8f5b; background: #151e2a; }
html[data-theme="dark"] .mobile-menu nav .mobile-submenu > a, html[data-theme="dark"] .mobile-menu nav .mobile-submenu > a:last-child { color: #b8c6d8; border-bottom-color: #2a3748; }

@media (prefers-reduced-motion: reduce) {
  .desktop-submenu, .desktop-nav-item > a > i { transition: none; }
}

/* Featured products carousel */
.products-carousel-section { position: relative; overflow: hidden; }
.products-carousel-section .section-heading { position: relative; z-index: 2; }
.product-carousel { position: relative; }
.product-carousel-stage { position: relative; }
.product-carousel-viewport { overflow: hidden; padding: 12px 4px 36px; outline: none; touch-action: pan-y; }
.product-carousel-viewport:focus-visible { border-radius: 28px; outline: 3px solid rgba(255,124,67,.72); outline-offset: 3px; }
.product-carousel-track.entry-grid, .product-carousel-track.product-family-grid { width: 100%; display: flex; grid-template-columns: none; gap: 26px; transform: translate3d(0,0,0); transition: transform .55s cubic-bezier(.22,.68,.25,1); will-change: transform; }
.product-carousel-track.is-dragging { transition: none; cursor: grabbing; }
.product-carousel-track .product-carousel-slide { min-width: 0; flex: 0 0 calc((100% - 52px) / 3); }
.product-carousel-slide .entry-image { aspect-ratio: 4 / 3; }
.product-carousel-slide .entry-content p { min-height: 48px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-carousel-button { width: 48px; height: 48px; position: absolute; z-index: 5; top: calc(50% - 18px); display: grid; place-items: center; border: 1px solid rgba(10,76,169,.13); border-radius: 16px; color: #0b57bb; background: rgba(255,255,255,.96); box-shadow: 0 14px 34px rgba(8,43,92,.17); cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.product-carousel-prev { inset-inline-start: -24px; }
.product-carousel-next { inset-inline-end: -24px; }
.product-carousel-button:hover { color: #fff; background: var(--orange); box-shadow: 0 17px 36px rgba(255,124,67,.28); transform: translateY(-2px); }
.product-carousel-prev .site-icon-arrow { transform: rotate(180deg); }
[dir="ltr"] .product-carousel-prev .site-icon-arrow { transform: none; }
.product-carousel-footer { min-height: 31px; display: flex; align-items: center; justify-content: center; gap: 14px; }
.product-carousel-dots { display: flex; align-items: center; justify-content: center; gap: 8px; direction: ltr; }
.product-carousel-dot { width: 9px; height: 9px; padding: 0; border: 1px solid #8fa0b8; border-radius: 999px; background: transparent; cursor: pointer; transition: width .22s ease, border-color .22s ease, background .22s ease; }
.product-carousel-dot.is-active { width: 28px; border-color: var(--orange); background: var(--orange); }
.product-carousel-status { min-width: 48px; color: #708199; font: 10px/1.4 Arial, sans-serif; text-align: center; direction: ltr; }
.product-carousel-button[hidden], .product-carousel-footer[hidden] { display: none; }

html[data-theme="dark"] .product-carousel-button { color: #82b6ff; border-color: #2d4058; background: rgba(15,24,35,.96); box-shadow: 0 15px 38px rgba(0,0,0,.46); }
html[data-theme="dark"] .product-carousel-button:hover { color: #fff; border-color: var(--orange); background: var(--orange); }
html[data-theme="dark"] .product-carousel-dot { border-color: #687990; }
html[data-theme="dark"] .product-carousel-dot.is-active { border-color: #ff8954; background: #ff8954; }
html[data-theme="dark"] .product-carousel-status { color: #98a9be; }

@media (max-width: 920px) {
  .product-carousel-track.entry-grid, .product-carousel-track.product-family-grid { gap: 22px; }
  .product-carousel-track .product-carousel-slide { flex-basis: calc((100% - 22px) / 2); }
  .product-carousel-prev { inset-inline-start: -8px; }
  .product-carousel-next { inset-inline-end: -8px; }
}

@media (max-width: 620px) {
  .products-carousel-section .section-heading { margin-bottom: 22px; }
  .product-carousel-stage { padding-inline: 3px; }
  .product-carousel-viewport { padding: 8px 2px 24px; }
  .product-carousel-track.entry-grid, .product-carousel-track.product-family-grid { gap: 16px; }
  .product-carousel-track .product-carousel-slide { flex-basis: 100%; }
  .product-carousel-button { width: 42px; height: 42px; top: calc(50% - 12px); border-radius: 14px; }
  .product-carousel-prev { inset-inline-start: -8px; }
  .product-carousel-next { inset-inline-end: -8px; }
  .product-carousel-slide .entry-content { padding: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-carousel-track.entry-grid, .product-carousel-track.product-family-grid, .product-carousel-button, .product-carousel-dot { transition: none; }
}

/* Dynamic main product groups */
.product-families-section { overflow: hidden; }
.product-family-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.product-family-grid.is-compact { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.product-family-card { min-width: 0; position: relative; overflow: hidden; border: 1px solid #dce6f1; border-radius: 25px; background: var(--white); box-shadow: 0 15px 46px rgba(8,45,92,.09); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.product-family-card:hover { transform: translateY(-7px); border-color: #9fc4ef; box-shadow: 0 28px 70px rgba(7,38,82,.16); }
.product-family-hitarea { position: absolute; z-index: 4; inset: 0; border-radius: inherit; }
.product-family-hitarea:focus-visible { outline: 3px solid var(--orange); outline-offset: -5px; }
.product-family-image { aspect-ratio: 4 / 3; position: relative; overflow: hidden; background: #eaf1f8; }
.product-family-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent 48%,rgba(4,29,66,.56)); pointer-events: none; }
.product-family-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-family-card:hover .product-family-image img { transform: scale(1.045); }
.product-family-image > span { min-width: 40px; height: 40px; position: absolute; z-index: 2; inset-inline-start: 15px; bottom: 15px; display: grid; place-items: center; padding: 0 8px; border: 1px solid rgba(255,255,255,.38); border-radius: 13px; color: #fff; background: rgba(5,37,78,.72); backdrop-filter: blur(7px); font: 800 12px/1 Arial,sans-serif; }
.product-family-content { min-height: 245px; display: flex; flex-direction: column; padding: 23px 22px 21px; }
.product-family-content > small { margin-bottom: 7px; color: var(--orange); font-size: 10px; font-weight: 900; }
.product-family-content h3 { margin: 0 0 11px; color: var(--navy); font-size: 21px; line-height: 1.65; }
.product-family-content p { display: -webkit-box; overflow: hidden; margin: 0 0 20px; color: var(--muted); line-height: 2; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-family-content > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.product-family-content > div > span { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 11px; font-weight: 900; }
.product-family-content > div > em { padding: 5px 8px; border-radius: 999px; color: #55718f; background: #f0f5fa; font-size: 9px; font-style: normal; font-weight: 800; white-space: nowrap; }
.product-family-browser { display: grid; gap: 24px; margin-bottom: 32px; }
.product-subcategory-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.product-subcategory-head small { color: var(--orange); font-size: 11px; font-weight: 900; }
.product-subcategory-head h2, .product-subcategory-head h3 { margin: 5px 0 0; color: var(--navy); }
.product-category-showcase { min-height: 300px; display: grid; grid-template-columns: minmax(280px,.82fr) minmax(0,1.18fr); align-items: stretch; overflow: hidden; border: 1px solid #dce7f2; border-radius: 28px; background: linear-gradient(135deg,#f7fbff,#fff); box-shadow: 0 18px 50px rgba(8,44,90,.08); }
.product-category-showcase-image { min-height: 300px; overflow: hidden; }
.product-category-showcase-image img { width: 100%; height: 100%; object-fit: cover; }
.product-category-showcase > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: 34px 38px; }
.product-category-showcase h2 { margin: 8px 0 12px; color: var(--navy); font-size: 30px; }
.product-category-showcase p { max-width: 760px; margin: 0 0 20px; color: var(--muted); line-height: 2.05; }
.product-category-showcase a { width: fit-content; display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 11px; font-weight: 900; }
.product-category-full-content { padding: 30px 34px; border: 1px solid #dce7f2; border-radius: 25px; background: var(--white); box-shadow: 0 16px 45px rgba(8,44,90,.07); }
.product-category-full-content > div { margin-top: 10px; color: var(--muted); font-size: 15px; line-height: 2.15; }
.product-family-carousel .product-family-content { min-height: 245px; }
html[data-theme="dark"] .product-category-full-content { border-color: #2b3a4d; background: #111923; box-shadow: 0 18px 50px rgba(0,0,0,.28); }
.product-subcategory-block { display: grid; gap: 17px; }
.product-family-grid.is-compact .product-family-content { min-height: 205px; padding: 19px; }
.product-family-grid.is-compact .product-family-content h3 { font-size: 18px; }
.product-family-grid.is-compact .product-family-content p { -webkit-line-clamp: 2; }

html[data-theme="dark"] .product-family-card { border-color: #2d3d51; background: #111923; box-shadow: 0 18px 52px rgba(0,0,0,.28); }
html[data-theme="dark"] .product-family-card:hover { border-color: #43658c; box-shadow: 0 28px 70px rgba(0,0,0,.42); }
html[data-theme="dark"] .product-family-content h3, html[data-theme="dark"] .product-subcategory-head h2, html[data-theme="dark"] .product-subcategory-head h3, html[data-theme="dark"] .product-category-showcase h2 { color: #edf4ff; }
html[data-theme="dark"] .product-family-content > div > em { color: #a9bbcf; background: #1b2735; }
html[data-theme="dark"] .product-category-showcase { border-color: #2b3a4d; background: linear-gradient(135deg,#111a26,#0e151f); box-shadow: 0 20px 55px rgba(0,0,0,.3); }

@media (max-width: 1120px) {
  .product-family-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-family-grid.is-compact { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .product-category-showcase { grid-template-columns: 1fr; }
  .product-category-showcase-image { min-height: 220px; max-height: 300px; }
  .product-category-showcase > div:last-child { padding: 25px 22px; }
  .product-category-showcase h2 { font-size: 24px; }
  .product-category-full-content { padding: 24px 22px; }
}
@media (max-width: 600px) {
  .product-family-grid, .product-family-grid.is-compact { grid-template-columns: 1fr; gap: 16px; }
  .product-family-content, .product-family-grid.is-compact .product-family-content { min-height: 0; padding: 20px; }
  .product-family-content h3, .product-family-grid.is-compact .product-family-content h3 { font-size: 19px; }
  .product-family-browser { margin-bottom: 24px; }
}


/* 1.14.21 - explicit product view action */
.product-card-actions > a.product-view-button { grid-column: auto; color: #1765be; border-color: #bcd3ec; background: #edf5ff; }
.product-card-actions > a.product-view-button:hover { color: #fff; border-color: #1765be; background: #1765be; }
.product-card-actions > a.product-quote-button { grid-column: auto; }
html[data-theme="dark"] .product-card-actions > a.product-view-button { color: #acd0f5; border-color: #3b526c; background: #172435; }
html[data-theme="dark"] .product-card-actions > a.product-view-button:hover { color: #fff; border-color: #2878d1; background: #2878d1; }
