/*
Theme Name: Điện Lạnh Quản Lý
Theme URI:  hotline-dienmayxanh.com
Author: Hotline Điện Máy Xanh
Description: Theme dịch vụ điện lạnh nhẹ, tối ưu di động, SEO và chuyển đổi cuộc gọi.
Version: 2.7.0
Text Domain: dien-lanh-quan-ly
Requires at least: 6.4
Requires PHP: 8.0
*/

/*
 * DESIGN CONTRACT:
 * - Follow the approved demo for content, hierarchy, spacing and component layout.
 * - Use #1597df (sky blue) and #eeb400 (yellow) as the website brand palette.
 * - Do not introduce a different primary color without explicit approval.
 */

:root {
  --brand-sky: #1597df;
  --brand-yellow: #eeb400;
  --color-blue: var(--brand-sky);
  --color-yellow: var(--brand-yellow);
  --blue: var(--brand-sky);
  --blue-dark: #087fbd;
  --cyan: #58bced;
  --yellow: var(--brand-yellow);
  --navy: #0c4164;
  --navy-2: #12668f;
  --color-text: #333;
  --color-light-bg: #f5f8fd;
  --color-border: #e0e0e0;
}

body {
  font-family: 'Be Vietnam Pro', Arial, sans-serif;
  color: var(--color-text);
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

#dich-vu,
#quy-trinh-lam-viec,
#vi-sao-chon-chung-toi,
#danh-gia,
#dat-lich {
  scroll-margin-top: 108px;
}

.bg-blue { background-color: var(--color-blue); }
.bg-white { background-color: #fff; }
.text-blue { color: var(--color-blue); }
.text-yellow { color: var(--color-yellow); }
.text-white { color: #fff; }
.text-yellow { color: var(--color-yellow); }
.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #000;
}

/* Header */
.top-bar {
  padding: 8px 0;
  font-size: 13px;
}
.top-bar-inner {
  display: flex;
  justify-content: space-between;
}
.top-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-main {
  padding: 15px 0;
  border-bottom: 1px solid var(--color-border);
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-logo img {
  max-height: 50px;
}
.nav-menu {
  display: flex;
  list-style: none;
  gap: 16px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.nav-menu li a {
  color: #444;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
.nav-menu li.active a, .nav-menu li a:hover {
  color: var(--color-blue);
}
.btn-hotline {
  display: flex;
  align-items: center;
  border: 1.5px solid #9db5e9;
  border-radius: 8px;
  padding: 6px 12px;
  gap: 10px;
  background-color: #fff;
  flex-shrink: 0;
}
.btn-hotline:hover {
  background-color: #f5f8fd;
}
.btn-hotline .hotline-text strong {
  display: block;
  font-size: 16px;
  color: var(--color-blue);
  line-height: 1.2;
}
.btn-hotline .hotline-text span {
  font-size: 12px;
  color: #5c7fcf;
  font-weight: 500;
}

/* Hero Section */
.hero-section {
  background-color: var(--color-light-bg);
  padding: 50px 0 0 0;
}
.hero-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  align-items: center;
}
.hero-content {
  flex: 1;
}
.hero-content h2 { font-size: 24px; margin-bottom: 5px; }
.hero-content h1 { font-size: 36px; line-height: 1.2; margin: 0 0 20px 0; }
.hero-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.hero-features li {
  margin-bottom: 10px;
  font-weight: 500;
}
.hero-actions { display: flex; gap: 15px; }
.hero-actions .btn {
  display: flex;
  align-items: center;
  padding: 12px 25px;
  border-radius: 30px;
  gap: 10px;
  font-weight: bold;
}
.hero-actions .btn-yellow {
  background-color: var(--color-yellow);
  color: #fff;
}
.hero-actions .btn-white {
  background-color: #fff;
  color: var(--color-blue);
  border: 1px solid var(--color-border);
}

.info-strip {
  background: #fff;
  padding: 15px 0;
  border-bottom: 1px solid var(--color-border);
}
.info-grid {
  display: flex;
  justify-content: space-between;
}
.info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.info-item strong { color: var(--color-yellow); }

/* Mobile support introduction */
.mobile-support-intro {
  display: none;
}

/* Services */
.services-section {
  padding: 64px 0 72px;
  background: #fff;
}
.services-heading {
  margin-bottom: 34px;
  text-align: center;
}
.services-heading .section-title {
  margin: 0;
  color: #111827;
  font-size: clamp(25px, 2.5vw, 32px);
  line-height: 1.2;
  letter-spacing: -.025em;
}
.services-title-mobile-break { display: none; }
.section-title-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 12px;
  color: var(--color-yellow);
}
.section-title-divider > span:first-child,
.section-title-divider > span:last-child {
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-blue));
  border-radius: 99px;
}
.section-title-divider > span:last-child {
  background: linear-gradient(90deg, var(--color-blue), transparent);
}
.section-title-divider .dashicons {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 1;
}
.service-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 20px;
}
.service-category-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 83, 154, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(15, 83, 154, .14);
}
.service-category-card__image {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #eef8ff;
}
.service-category-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.service-category-card:hover .service-category-card__image img { transform: scale(1.035); }
.service-category-card__body {
  position: relative;
  display: flex;
  min-height: 218px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 18px 18px;
  text-align: left;
}
.service-category-card__icon {
  position: absolute;
  top: -24px;
  left: 16px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #fff;
  background: var(--color-blue);
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 5px 14px rgba(21, 151, 223, .28);
}
.service-category-card__icon .dashicons {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 1;
}
.service-category-card h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
}
.service-category-card h3 a { color: inherit; }
.service-category-card p {
  margin: 0 0 17px;
  color: #52606d;
  font-size: 13px;
  line-height: 1.55;
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  padding: 8px 14px;
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
}
.btn-outline .dashicons {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
}
.btn-outline:hover {
  color: #fff;
  background: var(--color-blue);
}

/* Process */
.process-section {
  position: relative;
  overflow: hidden;
  padding: 64px 0 70px;
  background: linear-gradient(180deg, #f5f9fd 0%, #eef6fc 100%);
}
.process-section::before {
  position: absolute;
  top: -120px;
  left: 50%;
  width: 420px;
  height: 240px;
  content: "";
  background: radial-gradient(circle, rgba(21, 151, 223, .12), transparent 70%);
  transform: translateX(-50%);
  pointer-events: none;
}
.process-heading {
  position: relative;
  max-width: 680px;
  margin: 0 auto 34px;
  text-align: center;
}
.process-eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 12px;
  color: #0755b6;
  background: rgba(21, 151, 223, .11);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.process-heading .section-title {
  margin: 0 0 10px;
  color: #102a43;
  font-size: clamp(27px, 2.6vw, 34px);
}
.process-heading p {
  margin: 0;
  color: #52606d;
  font-size: 14px;
}
.process-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.process-steps .step {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 214px;
  padding: 24px 16px 22px;
  overflow: visible;
  background: #fff;
  border: 0;
  border-top: 3px solid var(--color-blue);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(15, 83, 154, .08);
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}
.process-steps .step:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(15, 83, 154, .14);
}
.process-steps .step:not(:last-child)::after {
  position: absolute;
  z-index: 3;
  top: 39px;
  right: -17px;
  width: 18px;
  content: "\203A";
  color: var(--color-yellow);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.step-number {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 30px;
  height: 24px;
  place-items: center;
  color: #0c4164;
  background: var(--color-yellow);
  border-radius: 6px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
}
.step-icon {
  display: grid;
  width: 60px;
  height: 60px;
  margin: 0 auto 17px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #0755b6, #1597df);
  border: 5px solid #e8f5fd;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(21, 151, 223, .22);
}
.step-icon .dashicons {
  width: 27px;
  height: 27px;
  font-size: 27px;
  line-height: 1;
}
.process-steps h4 {
  margin: 0 0 9px;
  color: #102a43;
  font-size: 15px;
  line-height: 1.3;
  text-transform: uppercase;
}
.process-steps p {
  margin: 0;
  color: #627d98;
  font-size: 12px;
  line-height: 1.55;
}

/* Why Choose & Banner */
.why-choose-section {
  position: relative;
  overflow: hidden;
  padding: 58px 0 86px;
  background: linear-gradient(180deg, #fff 0%, #f3f9fe 100%);
}
.why-choose-section::before {
  position: absolute;
  top: -130px;
  right: -100px;
  width: 390px;
  height: 390px;
  content: "";
  background: radial-gradient(circle, rgba(21, 151, 223, .13), transparent 68%);
  pointer-events: none;
}
.why-choose-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(570px, 1.08fr) minmax(460px, .92fr);
  gap: 34px;
  align-items: center;
  padding: 32px 36px;
  background: rgba(255, 255, 255, .94);
  border: 0;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(15, 83, 154, .09);
}
.reasons-technician {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  display: flex;
  width: 205px;
  height: 340px;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  background: radial-gradient(circle at 50% 72%, #e7f6ff 0, #f8fcff 52%, #fff 73%);
  border-radius: 16px;
}
.reasons-technician img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.reasons-content {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  padding: 0 0 0 226px;
}
.reasons-content::before {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 10px;
  content: "Cam kết dịch vụ";
  color: #0755b6;
  background: rgba(21, 151, 223, .1);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.reasons-content h2 {
  margin: 0 0 20px;
  color: #102a43;
  font-size: clamp(25px, 1.8vw, 29px);
  line-height: 1.13;
}
.why-title-brand { white-space: nowrap; }
.reasons-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.reasons-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: #263746;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.45;
}
.reasons-list li:last-child { margin-bottom: 0; }
.reasons-list .dashicons {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-top: 1px;
  color: var(--color-blue);
  font-size: 19px;
  line-height: 1;
}

.discount-banner {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1721 / 923;
  background: var(--color-blue);
  border: 0;
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(7, 85, 182, .18);
}
.banner-col {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}
.discount-banner__link,
.discount-banner__link img {
  display: block;
  width: 100%;
  height: 100%;
}
.discount-banner__link img {
  object-fit: cover;
  transition: transform .35s ease;
}
.discount-banner__link:hover img {
  transform: scale(1.015);
}
.banner-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: red;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
}

/* Stats */
.stats-section {
  position: relative;
  z-index: 2;
  color: #fff;
  background: #eef6fc;
  padding: 0 0 46px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  background: linear-gradient(125deg, #0755b6 0%, #1597df 68%, #32aee8 100%);
  border: 0;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(7, 85, 182, .24);
  transform: translateY(-30px);
}
.stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-width: 0;
  min-height: 126px;
  padding: 22px 14px;
  border-right: 1px solid rgba(255, 255, 255, .2);
}
.stat-item:last-child { border-right: 0; }
.stat-icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  color: #0c4164;
  background: var(--color-yellow);
  border: 4px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  font-size: 23px;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(12, 65, 100, .2);
}
.stat-item > div { min-width: 0; }
.stat-item strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 27px;
  line-height: 1;
}
.stat-item span:not(.stat-icon) {
  display: block;
  color: #eaf7ff;
  font-size: 11px;
  line-height: 1.35;
}

/* Testimonials */
.testimonial-section {
  position: relative;
  overflow: hidden;
  padding: 76px 0 82px;
  background: linear-gradient(180deg, #eef6fc 0%, #fff 100%);
}
.testimonial-heading {
  max-width: 720px;
  margin: 0 auto 46px;
  text-align: center;
}
.testimonial-heading > span {
  display: inline-block;
  margin-bottom: 10px;
  color: #0755b6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.testimonial-heading .section-title {
  margin: 0 0 12px;
  color: #102a43;
  font-size: clamp(28px, 2.7vw, 36px);
  letter-spacing: -.025em;
}
.testimonial-heading p {
  margin: 0;
  color: #627d98;
  font-size: 14px;
  line-height: 1.65;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.testimonial-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(15, 83, 154, .09);
}
.testimonial-photo { position: relative; aspect-ratio: 3 / 2; margin: 0; overflow: hidden; background: #dcecf7; }
.testimonial-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.testimonial-card:hover .testimonial-photo img { transform: scale(1.025); }
.testimonial-card__body { position: relative; padding: 22px 24px 24px; }
.testimonial-quote {
  position: absolute;
  top: 3px;
  right: 19px;
  color: rgba(21, 151, 223, .14);
  font-family: Georgia, serif;
  font-size: 72px;
  line-height: 1;
  pointer-events: none;
}
.stars {
  position: relative;
  margin-bottom: 14px;
  color: var(--color-yellow);
  font-size: 15px;
  letter-spacing: .12em;
}
.testimonial-card__body > p {
  position: relative;
  min-height: 70px;
  margin: 0;
  color: #243b53;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}
.customer-info {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e2edf4;
}
.customer-info::before { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; content: "✓"; color: #0c4164; background: #eeb400; border-radius: 50%; font-size: 13px; font-weight: 900; }
.customer-info > div { display: grid; gap: 2px; }
.customer-info strong { color: #102a43; font-size: 13px; }
.customer-info span { color: #627d98; font-size: 11px; }

/* Final call CTA */
.cta-section {
  padding: 54px 0 62px;
  background: linear-gradient(180deg, #f5fbff 0%, #fff 100%);
  scroll-margin-top: 110px;
}
.cta-box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(285px, .65fr);
  gap: 52px;
  align-items: center;
  overflow: hidden;
  padding: 38px 44px;
  color: #fff;
  background: linear-gradient(125deg, #0755b6 0%, #0879ca 55%, #1597df 100%);
  border-radius: 24px;
  box-shadow: 0 22px 46px rgba(7, 85, 182, .2);
}
.cta-box::before,
.cta-box::after {
  position: absolute;
  content: "";
  pointer-events: none;
  border-radius: 50%;
}
.cta-box::before {
  width: 310px;
  height: 310px;
  top: -210px;
  right: 20%;
  background: rgba(255, 255, 255, .08);
}
.cta-box::after {
  width: 220px;
  height: 220px;
  right: -95px;
  bottom: -145px;
  background: rgba(238, 180, 0, .18);
}
.cta-copy,
.cta-action { position: relative; z-index: 1; }
.cta-eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: #ffe16a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cta-copy h2 {
  max-width: 680px;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(27px, 2.4vw, 38px);
  line-height: 1.16;
  letter-spacing: -.035em;
}
.cta-copy > p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  line-height: 1.65;
}
.cta-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 20px;
}
.cta-assurances span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.cta-assurances .dashicons {
  width: 18px;
  height: 18px;
  color: #ffe16a;
  font-size: 18px;
}
.cta-action {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}
.cta-action__label {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.cta-call-button {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 22px;
  color: #093f68;
  background: #eeb400;
  border-radius: 999px;
  box-shadow: 0 13px 28px rgba(3, 38, 88, .24), inset 0 1px rgba(255, 255, 255, .35);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.cta-call-button:hover,
.cta-call-button:focus-visible {
  color: #093f68;
  background: #ffd029;
  box-shadow: 0 17px 34px rgba(3, 38, 88, .3), inset 0 1px rgba(255, 255, 255, .45);
  transform: translateY(-2px);
}
.cta-call-button .dashicons {
  width: 32px;
  height: 32px;
  font-size: 32px;
}
.cta-call-button > span { display: grid; text-align: left; }
.cta-call-button strong {
  color: #093f68;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: .025em;
}
.cta-call-button small {
  margin-top: 3px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
}
.cta-action__note {
  margin-top: 9px;
  color: rgba(255, 255, 255, .76);
  font-size: 11px;
}

/* Branch network */
.branch-network-section {
  position: relative;
  overflow: hidden;
  padding: 78px 0 86px;
  background: linear-gradient(155deg, #edf7ff 0%, #f8fbfd 48%, #eef8f7 100%);
  border-top: 1px solid #dceaf2;
  scroll-margin-top: 110px;
}
.branch-network-section::before,
.branch-network-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
  border-radius: 50%;
}
.branch-network-section::before {
  width: 360px;
  height: 360px;
  top: -230px;
  left: -110px;
  background: radial-gradient(circle, rgba(21, 151, 223, .14), rgba(21, 151, 223, 0) 70%);
}
.branch-network-section::after {
  width: 310px;
  height: 310px;
  right: -135px;
  bottom: -190px;
  background: radial-gradient(circle, rgba(238, 180, 0, .13), rgba(238, 180, 0, 0) 70%);
}
.branch-network-section .container { position: relative; z-index: 1; }
.branch-network-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}
.branch-network-heading__copy { max-width: 770px; }
.branch-network-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #0879ca;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.branch-network-eyebrow .dashicons {
  width: 19px;
  height: 19px;
  color: #e2a700;
  font-size: 19px;
}
.branch-network-heading h2 {
  margin: 0;
  color: #0c4164;
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1.1;
  letter-spacing: -.04em;
}
.branch-network-heading__copy > p {
  max-width: 690px;
  margin: 14px 0 0;
  color: #526d7d;
  font-size: 14px;
  line-height: 1.7;
}
.branch-network-count {
  display: flex;
  min-width: 205px;
  align-items: center;
  gap: 13px;
  padding: 16px 19px;
  color: #fff;
  background: linear-gradient(135deg, #0c4164, #0879ca);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 18px;
  box-shadow: 0 16px 32px rgba(12, 65, 100, .18);
}
.branch-network-count strong {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  place-items: center;
  color: #093f68;
  background: #eeb400;
  border-radius: 50%;
  font-size: 23px;
  line-height: 1;
}
.branch-network-count span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}
.branch-network-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.branch-network-card {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 94px;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 16px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid #dce8ef;
  border-radius: 17px;
  box-shadow: 0 10px 24px rgba(12, 65, 100, .07);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.branch-network-card:hover {
  border-color: #a8d5ed;
  box-shadow: 0 16px 30px rgba(12, 65, 100, .13);
  transform: translateY(-3px);
}
.branch-network-card__number {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #1597df, #0755b6);
  border-radius: 14px;
  box-shadow: 0 8px 17px rgba(7, 85, 182, .2);
  font-size: 12px;
  font-weight: 800;
}
.branch-network-card > div { min-width: 0; }
.branch-network-card strong {
  display: block;
  margin-bottom: 4px;
  color: #0c4164;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.branch-network-card address {
  margin: 0;
  color: #526d7d;
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
}

/* Service detail call CTA */
.service-detail__call-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 300px);
  gap: 30px;
  align-items: center;
  overflow: hidden;
  margin-top: 48px;
  padding: 30px;
  color: #fff;
  background: linear-gradient(125deg, #0755b6 0%, #0879ca 58%, #1597df 100%);
  border-radius: 22px;
  box-shadow: 0 20px 42px rgba(7, 85, 182, .2);
}
.service-detail__call-cta::after {
  position: absolute;
  width: 210px;
  height: 210px;
  right: -92px;
  bottom: -138px;
  content: "";
  pointer-events: none;
  background: rgba(238, 180, 0, .2);
  border-radius: 50%;
}
.service-detail__call-cta-copy,
.service-detail__call-cta-action {
  position: relative;
  z-index: 1;
}
.service-detail__call-cta-eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: #ffe16a;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.service-detail__call-cta h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1.2;
  letter-spacing: -.035em;
}
.service-detail__call-cta-copy > p {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  line-height: 1.65;
}
.service-detail__call-cta-action {
  display: grid;
  text-align: center;
}
.service-detail__call-cta-label {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.service-detail__call-cta .cta-call-button {
  width: 100%;
  text-decoration: none;
}
.service-detail__call-cta-note {
  margin-top: 9px;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
}

@media (max-width: 720px) {
  .service-detail__call-cta {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 36px;
    padding: 24px 18px;
    border-radius: 18px;
  }
  .service-detail__call-cta h2 { font-size: 1.55rem; }
  .service-detail__call-cta .cta-call-button strong { font-size: 21px; }
}

/* Compact landing-page footer */
.site-footer.landing-footer {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 42px 0 0;
  color: #fff;
  background: linear-gradient(120deg, #052c78 0%, #0755b6 48%, #073a88 100%);
  text-align: center;
}
.site-footer.landing-footer::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 14% 18%, rgba(21, 151, 223, .28), transparent 30%), radial-gradient(circle at 87% 82%, rgba(238, 180, 0, .13), transparent 28%);
}
.landing-footer__inner { position: relative; z-index: 1; }
.landing-footer__brand { display: inline-grid; justify-items: center; color: #fff; line-height: 1; }
.landing-footer__brand:hover { color: #fff; }
.landing-footer__brand-name { font-size: clamp(25px, 3vw, 36px); font-weight: 850; letter-spacing: -.05em; }
.landing-footer__brand-name em { color: #eeb400; font-style: normal; }
.landing-footer__brand-phone { margin-top: 9px; padding-top: 8px; color: #fff; border-top: 3px solid #eeb400; font-size: 16px; font-weight: 850; letter-spacing: .1em; }
.landing-footer__company { margin: 20px 0 4px; color: #fff; font-size: 15px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.landing-footer__tagline { margin: 0; color: #cdeaff; font-size: 12px; font-weight: 600; }
.landing-footer__contacts { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 9px 24px; max-width: 1040px; margin: 22px auto 0; }
.landing-footer__contact { display: inline-flex; align-items: center; gap: 7px; color: #eaf7ff; font-size: 12px; font-style: normal; }
a.landing-footer__contact:hover { color: #ffe16a; }
.landing-footer__contact .dashicons { width: 18px; height: 18px; color: #eeb400; font-size: 18px; }
.landing-footer__contact--phone strong { color: #fff; font-size: 15px; letter-spacing: .04em; }
.landing-footer__socials { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 23px; }
.landing-footer__social { display: inline-flex; min-width: 132px; min-height: 44px; align-items: center; justify-content: center; gap: 9px; padding: 7px 17px 7px 9px; color: #fff; border: 0; border-radius: 999px; box-shadow: 0 9px 18px rgba(1, 29, 75, .18), inset 0 1px rgba(255, 255, 255, .18); font-size: 12px; font-weight: 800; }
.landing-footer__socials a { transition: filter .2s ease, box-shadow .2s ease, transform .2s ease; }
.landing-footer__socials a:hover,
.landing-footer__socials a:focus-visible { color: #fff; filter: brightness(1.1) saturate(1.08); box-shadow: 0 13px 25px rgba(1, 29, 75, .26), inset 0 1px rgba(255, 255, 255, .23); transform: translateY(-2px); }
.landing-footer__social-mark { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; background: #fff; border-radius: 50%; box-shadow: 0 3px 8px rgba(0, 0, 0, .16); }
.landing-footer__social-mark img { display: block; width: 18px; height: 18px; object-fit: contain; }
.landing-footer__social--zalo { background: #0068ff; }
.landing-footer__social--tiktok { background: #111; box-shadow: 0 9px 18px rgba(1, 29, 75, .2), inset 3px 0 #25f4ee, inset -3px 0 #fe2c55 !important; }
.landing-footer__social--youtube { background: #ff0033; }
.landing-footer__social--facebook { background: #1877f2; }
.landing-footer__bottom { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 20px; margin-top: 34px; color: rgba(255, 255, 255, .62); border-top: 1px solid rgba(255, 255, 255, .13); font-size: 10px; }

/* Header and hero aligned with the supplied 2026 demo. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 1px 0 rgba(5, 55, 132, .08);
}
.header-utility {
  color: #fff;
  background: linear-gradient(90deg, #087fbd 0%, #1597df 55%, #087fbd 100%);
}
.header-utility__inner {
  min-height: 44px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 30px;
  font-size: 13px;
  font-weight: 600;
}
.header-utility__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0;
  color: inherit;
  white-space: nowrap;
}
.header-utility__item:first-child { justify-content: flex-start; }
.header-utility__item:last-child { justify-content: flex-end; }
.header-utility__item svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.header-main { padding: 0; background: #fff; border-bottom: 1px solid #dce7f4; }
.header-main__inner { min-height: 108px; display: flex; align-items: center; gap: 18px; }
.header-main .container,
.header-utility .container,
.hero-container,
.info-strip .container { max-width: 1320px; }
.site-brand {
  display: flex;
  flex: 0 0 242px;
  width: 242px;
  height: 88px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: visible;
  line-height: 1;
  text-align: center;
}
.site-brand__name {
  display: block;
  color: #1597df;
  font-size: 21px;
  font-weight: 850;
  letter-spacing: -.045em;
  white-space: nowrap;
}
.site-brand__name span { color: #eeb400; }
.site-brand__phone {
  display: block;
  margin-top: 9px;
  padding-top: 7px;
  color: #1597df;
  border-top: 3px solid #f3bd13;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: .08em;
  white-space: nowrap;
}
.primary-nav { flex: 1 1 auto; min-width: 0; margin: 0; }
.primary-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2px, .8vw, 13px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-nav__list > li { position: relative; }
.primary-nav__list > li > a {
  position: relative;
  display: flex;
  min-height: 108px;
  align-items: center;
  padding: 0 8px;
  color: #252525;
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
  white-space: nowrap;
}
.primary-nav__list > li > a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  height: 3px;
  background: #eeb400;
  transition: left .2s ease, right .2s ease;
}
.primary-nav__list > li:hover > a,
.primary-nav__list > li:focus-within > a,
.primary-nav__list > .current-menu-item > a,
.primary-nav__list > .current-menu-ancestor > a { color: #1597df; }
.primary-nav__list > li:hover > a::after,
.primary-nav__list > li:focus-within > a::after,
.primary-nav__list > .current-menu-item > a::after,
.primary-nav__list > .current-menu-ancestor > a::after { right: 7px; left: 7px; }
.header-call {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  min-width: 190px;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  overflow: visible;
  color: #1597df;
  background: #fff;
  border: 2px solid #8bcdf0;
  border-radius: 12px;
  box-shadow: none;
}
.header-call::before { display: none; }
.header-call:hover { color: #1597df; background: #f3f8ff; box-shadow: 0 8px 24px rgba(16, 91, 187, .12); transform: translateY(-1px); }
.header-call svg {
  width: 36px;
  height: 36px;
  padding: 5px;
  color: #1597df;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  fill: currentColor;
}
.header-call strong { display: block; font-size: 16px; font-weight: 800; line-height: 1.15; }
.header-call small { display: block; margin-top: 4px; color: #3f86af; font-size: 10px; font-weight: 600; line-height: 1.15; }
.menu-toggle { display: none; }

.hero-section {
  position: relative;
  min-height: 610px;
  padding: 0;
  overflow: hidden;
  background: #eaf4fb url('assets/images/hero-appliance-repair-v3.jpg') center center / cover no-repeat;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(244, 250, 255, .97) 0%, rgba(235, 246, 254, .91) 37%, rgba(232, 245, 253, .16) 58%, transparent 72%);
  pointer-events: none;
}
.hero-container {
  position: relative;
  z-index: 1;
  min-height: 540px;
  display: flex;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
}
.hero-content { width: min(670px, 51%); flex: 0 0 auto; }
.hero-eyebrow {
  margin: 0 0 10px;
  color: #101010;
  font-size: clamp(23px, 2.3vw, 34px);
  font-weight: 850;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.hero-content h1 {
  margin: 0 0 24px;
  color: #101010;
  font-size: clamp(31px, 3vw, 42px);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.18;
  text-transform: uppercase;
}
.hero-content h1 .hero-title-main { display: block; color: #1597df; white-space: nowrap; }
.hero-title-mobile-break { display: none; }
.hero-content h1 .hero-title-sub { display: block; margin-top: 8px; color: #101010; }
.hero-content h1 .hero-title-sub em { color: #eeb400; font-style: normal; }
.hero-features { display: grid; gap: 10px; margin: 0 0 24px; padding: 0; list-style: none; }
.hero-features li { position: relative; margin: 0; padding-left: 31px; color: #182633; font-size: 15px; font-weight: 600; }
.hero-features li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: #fff;
  background: #1597df;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
  font-family: Arial, sans-serif;
}
.hero-features li::before { content: "\2713"; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-call-button,
.hero-book-button {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 11px;
  padding: 9px 20px;
  border-radius: 999px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.hero-call-button { color: #0c4164; background: linear-gradient(135deg, #eeb400, #f5c944); box-shadow: 0 11px 25px rgba(238, 180, 0, .28); }
.hero-book-button { color: #1597df; background: rgba(255, 255, 255, .96); border: 1px solid #d5e1ed; box-shadow: 0 8px 22px rgba(28, 69, 103, .09); }
.hero-call-button:hover,
.hero-book-button:hover { transform: translateY(-2px); }
.hero-call-button:hover { color: #0c4164; box-shadow: 0 14px 30px rgba(238, 180, 0, .38); }
.hero-book-button:hover { color: #1597df; box-shadow: 0 12px 28px rgba(28, 69, 103, .14); }
.hero-call-button svg,
.hero-book-button svg { width: 28px; height: 28px; flex: 0 0 28px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-call-button strong,
.hero-call-button small,
.hero-book-button strong,
.hero-book-button small { display: block; }
.hero-call-button strong,
.hero-book-button strong { font-size: 15px; font-weight: 800; text-transform: uppercase; }
.hero-call-button small,
.hero-book-button small { margin-top: 2px; font-size: 10px; font-weight: 500; }
.info-strip { position: relative; z-index: 2; padding: 0; background: rgba(255, 255, 255, .96); border: 0; box-shadow: 0 -1px 0 rgba(15, 83, 154, .08); }
.info-grid { min-height: 80px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; gap: 0; }
.info-item { display: flex; min-height: 44px; align-items: center; justify-content: center; gap: 11px; padding: 0 20px; color: #43576a; border-right: 1px solid #dce6ee; font-size: 11px; }
.info-item:last-child { border-right: 0; }
.info-item > span:last-child { display: grid; gap: 1px; }
.info-item strong { display: block; color: #1597df; font-size: 14px; text-transform: uppercase; }
.info-icon { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; color: #fff; background: #1597df; border-radius: 50%; }
.info-icon .dashicons { width: 28px; height: 28px; font-size: 28px; line-height: 1; }

@media (max-width: 1100px) {
  .header-utility__inner { gap: 14px; font-size: 11px; }
  .site-brand { flex-basis: 176px; width: 176px; }
  .site-brand__name { font-size: 16px; }
  .site-brand__phone { margin-top: 7px; padding-top: 5px; font-size: 13px; }
  .primary-nav__list > li > a { padding-inline: 5px; font-size: 11px; }
  .header-call { min-width: 166px; padding-inline: 10px; }
  .header-call strong { font-size: 14px; }
  .why-choose-grid { grid-template-columns: minmax(500px, 1.05fr) minmax(380px, .95fr); gap: 24px; padding: 28px; }
  .reasons-technician { width: 175px; height: 320px; }
  .reasons-content { padding-left: 192px; }
  .reasons-content h2 { font-size: 24px; }
  .reasons-list { gap: 8px; }
  .reasons-list li { font-size: 11.5px; }
  .branch-network-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  body.admin-bar .site-header { top: 46px; }
  .header-utility { display: none; }
  .header-main__inner { min-height: 72px; }
  .site-brand { flex: 0 0 150px; width: 150px; height: 66px; }
  .site-brand__name { font-size: 14px; }
  .site-brand__phone { margin-top: 6px; padding-top: 4px; border-top-width: 2px; font-size: 12px; }
  .primary-nav { display: none; }
  .header-call { min-width: 0; margin-left: auto; padding: 7px 10px; border-radius: 10px; }
  .header-call svg { width: 30px; height: 30px; }
  .header-call small { display: none; }
  .menu-toggle { display: block; flex: 0 0 44px; width: 44px; height: 44px; padding: 10px; }
  .mobile-menu__list { margin: 0; padding: 18px 0; list-style: none; }
  .mobile-menu__list > li > a { text-transform: uppercase; }
  .hero-section { background-position: center top; background-size: auto 520px; }
  .hero-section::before { background: linear-gradient(180deg, rgba(238, 248, 255, .03) 0, rgba(238, 248, 255, .15) 250px, #eef8ff 440px, #eef8ff 100%); }
  .hero-container { min-height: 0; align-items: flex-start; padding-top: 430px; }
  .hero-content { width: 100%; }
  .hero-content h1 .hero-title-main { white-space: normal; }
  .info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-block: 10px; }
  .info-item { justify-content: flex-start; margin-block: 5px; border-right: 0; }
  .service-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-steps .step { min-height: 200px; }
  .process-steps .step:not(:last-child)::after { display: none; }
  .process-steps .step:last-child { grid-column: 1 / -1; width: min(100%, 360px); justify-self: center; }
  .why-choose-grid { grid-template-columns: 180px minmax(0, 1fr); gap: 26px; }
  .reasons-technician { grid-column: 1; grid-row: 1; width: 100%; height: 320px; }
  .reasons-content { grid-column: 2; grid-row: 1; padding-left: 0; }
  .banner-col { grid-column: 1 / -1; grid-row: 2; width: min(100%, 650px); margin-inline: auto; }
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat-item { justify-content: flex-start; min-height: 108px; padding-inline: 24px; border-bottom: 1px solid rgba(255, 255, 255, .18); }
  .stat-item:nth-child(2n) { border-right: 0; }
  .stat-item:last-child { grid-column: 1 / -1; justify-content: center; border-bottom: 0; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { display: grid; grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr); }
  .testimonial-photo { height: 100%; aspect-ratio: auto; }
  .testimonial-card__body > p { min-height: 0; }
  .cta-box { grid-template-columns: 1fr; gap: 28px; padding: 34px; }
  .cta-copy { text-align: center; }
  .cta-copy h2,
  .cta-copy > p { margin-inline: auto; }
  .cta-assurances { justify-content: center; }
  .cta-action { width: min(100%, 390px); margin-inline: auto; }
  .branch-network-heading { align-items: center; }
  .branch-network-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .landing-footer__contact--address { flex-basis: 100%; justify-content: center; }
}

@media (max-width: 560px) {
  .container, .hero-container { padding-inline: 16px; }
  #dich-vu,
  #quy-trinh-lam-viec,
  #vi-sao-chon-chung-toi,
  #danh-gia,
  #dat-lich,
  #he-thong-chi-nhanh { scroll-margin-top: 76px; }
  .why-choose-section .container { padding-inline: 6px; }
  .header-main__inner { gap: 8px; }
  .site-brand { flex-basis: 122px; width: 122px; }
  .site-brand__name { font-size: 14px; letter-spacing: -.02em; }
  .site-brand__phone { margin-top: 2px; padding-top: 2px; font-size: 12px; }
  .header-call { display: none; }
  .menu-toggle { flex-basis: 40px; width: 40px; height: 40px; margin-left: auto; }
  .hero-section { background-size: auto 280px; background-position: calc(100% + 50px) top; }
  .hero-section::before { display: block; background: linear-gradient(180deg, transparent 0, rgba(238, 248, 255, .1) 170px, #eef8ff 270px, #eef8ff 100%); }
  .hero-container { padding-top: 30px; padding-bottom: 25px; display: block; }
  .hero-eyebrow { display: none; } /* Giảm bớt text */
  .hero-content h1 { font-size: 22px; max-width: 50%; line-height: 1.35; text-shadow: 0 0 15px rgba(255,255,255,1), 1px 1px 3px #fff, -1px -1px 3px #fff; position: relative; z-index: 2; margin-top: 20px; }
  .hero-title-mobile-break { display: block; }
  .hero-lead { display: none; }
  .hero-features { display: none; }
  .hero-actions { display: grid; gap: 10px; margin-top: 130px; position: relative; z-index: 2; }
  .hero-call-button, .hero-book-button { width: 100%; justify-content: center; }
  .info-grid { grid-template-columns: 1fr 1fr; }
  .info-item { padding: 0 7px; font-size: 9px; }
  .info-item strong { font-size: 11px; }
  .info-icon { width: 40px; height: 40px; flex-basis: 40px; }
  .info-icon .dashicons { width: 24px; height: 24px; font-size: 24px; }
  .mobile-support-intro {
    display: block;
    padding: 37px 0 20px;
    color: #4b4b4b;
    background: #f1f7fc;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
  }
  .mobile-support-intro .container { padding-inline: 16px; }
  .mobile-support-intro h2 {
    max-width: 310px;
    margin: 0 auto 15px;
    color: #1262aa;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
  }
  .mobile-support-intro p {
    max-width: 330px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.78;
  }
  .branch-network-section { padding: 52px 0 58px; }
  .branch-network-heading {
    grid-template-columns: 1fr;
    gap: 21px;
    margin-bottom: 25px;
    text-align: center;
  }
  .branch-network-eyebrow { justify-content: center; font-size: 10px; }
  .branch-network-heading h2 { font-size: 29px; }
  .branch-network-heading__copy > p { margin-top: 11px; font-size: 12px; line-height: 1.65; }
  .branch-network-count {
    width: min(100%, 245px);
    min-width: 0;
    justify-self: center;
    padding: 12px 16px;
    text-align: left;
  }
  .branch-network-count strong { width: 48px; height: 48px; flex-basis: 48px; font-size: 20px; }
  .branch-network-grid { grid-template-columns: 1fr; gap: 10px; }
  .branch-network-card { min-height: 82px; padding: 13px; border-radius: 15px; }
  .branch-network-card address { font-size: 11.5px; }
  .services-section { padding: 46px 0 54px; }
  .services-heading { margin-bottom: 27px; }
  .services-heading .section-title { max-width: 100%; font-size: 23px; white-space: normal; }
  .services-title-mobile-break { display: block; }
  .service-category-grid { grid-template-columns: 1fr; gap: 18px; }
  .service-category-card__body { min-height: 0; }
  .process-section { padding: 48px 0 52px; }
  .process-heading { margin-bottom: 26px; }
  .process-heading .section-title { font-size: 27px; }
  .process-heading p { font-size: 13px; }
  .process-steps { grid-template-columns: 1fr; gap: 13px; }
  .process-steps .step,
  .process-steps .step:last-child {
    display: grid;
    width: 100%;
    min-height: 0;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    align-items: center;
    padding: 18px 48px 18px 16px;
    text-align: left;
  }
  .step-icon { grid-row: 1 / 3; width: 54px; height: 54px; margin: 0; }
  .step-icon .dashicons { width: 24px; height: 24px; font-size: 24px; }
  .process-steps h4 { align-self: end; margin-bottom: 5px; }
  .process-steps p { align-self: start; }
  .step-number { top: 14px; right: 13px; }
  .why-choose-section { padding: 42px 0 68px; }
  .why-choose-grid { grid-template-columns: 1fr; gap: 20px; }
  .reasons-technician { grid-column: 1; grid-row: 1; width: 100%; height: 380px; border-radius: 14px; }
  .reasons-technician img { width: auto; max-width: 340px; height: 100%; }
  .reasons-content { grid-column: 1; grid-row: 2; padding: 0; }
  .reasons-content h2 { font-size: 25px; }
  .why-title-brand { white-space: normal; }
  .banner-col { grid-column: 1; grid-row: 3; }
  .why-choose-grid { padding: 10px 10px 16px; border-radius: 16px; }
  .stats-section { padding-bottom: 30px; }
  .stats-grid { border-radius: 16px; transform: translateY(-22px); }
  .stat-item { min-height: 96px; padding: 16px 11px; gap: 9px; }
  .stat-icon { width: 39px; height: 39px; flex-basis: 39px; font-size: 20px; border-width: 3px; }
  .stat-item strong { font-size: 22px; }
  .stat-item span:not(.stat-icon) { font-size: 9px; }
  .testimonial-section { padding: 54px 0 58px; }
  .testimonial-heading { margin-bottom: 24px; }
  .testimonial-heading .section-title { font-size: 27px; }
  .testimonial-heading p { font-size: 13px; }
  .testimonial-card { display: block; }
  .testimonial-photo { height: auto; aspect-ratio: 3 / 2; }
  .testimonial-card__body { padding: 20px 19px 21px; }
  .testimonial-quote { top: 1px; right: 14px; font-size: 62px; }
  .cta-section { padding: 40px 0 46px; }
  .cta-box { gap: 24px; padding: 28px 20px; border-radius: 18px; }
  .cta-copy h2 { font-size: 27px; }
  .cta-copy > p { font-size: 13px; }
  .cta-assurances { gap: 9px 13px; margin-top: 17px; }
  .cta-assurances span { font-size: 11px; }
  .cta-call-button { min-height: 64px; padding-inline: 16px; }
  .cta-call-button strong { font-size: 22px; }
  .site-footer.landing-footer { padding-top: 35px; }
  .landing-footer__brand-name { font-size: 27px; }
  .landing-footer__company { font-size: 12px; }
  .landing-footer__contacts { display: grid; gap: 11px; margin-top: 19px; }
  .landing-footer__contact,
  .landing-footer__contact--address { justify-content: center; font-size: 11px; }
  .landing-footer__contact--address span { max-width: 310px; }
  .landing-footer__socials { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .landing-footer__social { min-width: 0; }
  .landing-footer__bottom { min-height: 68px; flex-direction: column; justify-content: center; gap: 5px; margin-top: 27px; }
}

.mobile-sticky-call {
  display: none;
}

@media (max-width: 767px) {
  body {
    padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px));
  }

  .mobile-sticky-call {
    position: fixed;
    z-index: 9999;
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    left: 14px;
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 10px 16px 10px 12px;
    color: #fff;
    background:
      radial-gradient(circle at 18% 18%, rgba(255, 255, 255, .34), transparent 26%),
      linear-gradient(135deg, #0aa7f0 0%, #0575d9 50%, #0058c8 100%);
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 999px;
    box-shadow:
      0 14px 34px rgba(0, 92, 190, .38),
      0 6px 16px rgba(1, 27, 66, .18),
      inset 0 1px rgba(255, 255, 255, .34);
    font-family: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-sticky-call:hover,
  .mobile-sticky-call:focus-visible {
    color: #fff;
    transform: translateY(-1px);
    box-shadow:
      0 18px 38px rgba(0, 92, 190, .44),
      0 8px 18px rgba(1, 27, 66, .2),
      inset 0 1px rgba(255, 255, 255, .4);
  }

  .mobile-sticky-call__pulse {
    position: absolute;
    inset: -6px;
    border: 1px solid rgba(9, 154, 236, .36);
    border-radius: inherit;
    animation: dlql-mobile-call-pulse 1.75s ease-out infinite;
    pointer-events: none;
  }

  .mobile-sticky-call__icon {
    position: relative;
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    color: #07346f;
    background: linear-gradient(135deg, #ffe271, #ffc400);
    border-radius: 50%;
    box-shadow: 0 6px 14px rgba(0, 38, 92, .22), inset 0 1px rgba(255, 255, 255, .45);
  }

  .mobile-sticky-call__icon .dashicons {
    width: 22px;
    height: 22px;
    font-size: 22px;
    animation: dlql-mobile-call-ring 1.4s ease-in-out infinite;
  }

  .mobile-sticky-call__text {
    position: relative;
    display: grid;
    min-width: 0;
    line-height: 1.05;
    text-align: left;
  }

  .mobile-sticky-call__text strong {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
  }

  .mobile-sticky-call__text small {
    margin-top: 4px;
    color: #eaf7ff;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .08em;
  }
}

@keyframes dlql-mobile-call-pulse {
  0% {
    opacity: .75;
    transform: scale(.98);
  }
  70% {
    opacity: 0;
    transform: scale(1.08);
  }
  100% {
    opacity: 0;
    transform: scale(1.08);
  }
}

@keyframes dlql-mobile-call-ring {
  0%, 100% {
    transform: rotate(0deg);
  }
  12%, 32% {
    transform: rotate(-12deg);
  }
  22%, 42% {
    transform: rotate(12deg);
  }
  52% {
    transform: rotate(0deg);
  }
}
