/* =========================================================
   قمة التبريد — قالب ووردبريس
   ملف التنسيقات الرئيسي
   ========================================================= */

:root {
  --primary: #1565d8;
  --primary-dark: #0d4aa8;
  --primary-darker: #082f6e;
  --primary-light: #5b9bff;
  --accent: #1565d8;
  --accent-light: #a9c9ff;
  --white: #ffffff;
  --off-white: #f4f8ff;
  --gray-50: #f8fafc;
  --gray-100: #eef2f7;
  --gray-300: #cbd5e1;
  --gray-500: #64748b;
  --gray-700: #334155;
  --dark: #0a2a52;
  --success: #22c55e;
  --whatsapp: #25d366;
  --danger: #ef4444;

  --gradient-primary: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  --gradient-accent: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
  --gradient-dark: linear-gradient(180deg, var(--primary-darker) 0%, #051a38 100%);
  --gradient-hero: linear-gradient(90deg, rgba(8, 47, 110, 0.93) 0%, rgba(13, 74, 168, 0.78) 55%, rgba(21, 101, 216, 0.5) 100%);

  --font-main: 'Tajawal', 'Segoe UI', Tahoma, sans-serif;
  --container: 1200px;
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --header-h: 76px;
  --shadow-sm: 0 2px 8px rgba(4, 37, 78, 0.08);
  --shadow: 0 8px 24px rgba(4, 37, 78, 0.12);
  --shadow-lg: 0 18px 44px rgba(4, 37, 78, 0.18);
  --transition: all .3s ease;
}

/* ===== إعادة تعيين أساسية ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: var(--font-main);
  color: var(--gray-700);
  background: var(--white);
  line-height: 1.75;
  overflow-x: hidden;
  max-width: 100vw;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.screen-reader-text { position: absolute; left: -9999px; }

/* ===== أزرار ===== */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border-radius: 999px; font-weight: 700; font-size: 15px;
  transition: var(--transition); white-space: nowrap; border: 2px solid transparent;
}
.btn-primary { background: var(--gradient-primary); color: var(--white); box-shadow: var(--shadow); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-outline { border-color: var(--white); color: var(--white); }
.btn-outline:hover { background: var(--white); color: var(--primary-darker); }
.btn-whatsapp { background: var(--whatsapp); color: var(--white); box-shadow: 0 8px 20px rgba(37,211,102,.35); }
.btn-whatsapp:hover { transform: translateY(-2px); }
.btn-lg { padding: 16px 32px; font-size: 16px; }
.btn-sm { padding: 9px 16px; font-size: 13px; }
.btn-block { width: 100%; justify-content: center; }

/* ===== الهيدر ===== */
.header {
  position: sticky; top: 0; z-index: 1000; background: var(--white);
  box-shadow: var(--shadow-sm); height: var(--header-h);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 10px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo img { border-radius: 50%; }
.custom-logo-link { display: flex; align-items: center; }
.custom-logo-link img.custom-logo {
  width: 52px !important;
  height: 52px !important;
  max-width: 52px;
  max-height: 52px;
  object-fit: cover;
  border-radius: 50%;
}
.logo-text { display: flex; flex-direction: column; line-height: 1.3; }
.logo-text strong { color: var(--primary-darker); font-size: 17px; }
.logo-text small { color: var(--gray-500); font-size: 11px; }
.nav ul { display: flex; gap: 26px; }
.nav a { font-weight: 600; color: var(--gray-700); transition: var(--transition); font-size: 15px; }
.nav a:hover, .nav .current-menu-item > a { color: var(--primary); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.menu-toggle { display: none; flex-direction: column; gap: 5px; width: 30px; }
.menu-toggle span { display: block; height: 3px; background: var(--primary-darker); border-radius: 3px; transition: var(--transition); }

/* ===== الهيرو ===== */
.hero { position: relative; background: var(--gradient-dark); overflow: hidden; padding: 70px 0; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: transparent; }
.hero-has-image .hero-overlay { background: linear-gradient(180deg, rgba(8,47,110,.88) 0%, rgba(8,47,110,.78) 100%); }
.hero-has-image { background-color: var(--primary-darker); }
.hero-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; position: relative; z-index: 2; }
.hero-centered { padding: 90px 0; text-align: center; }
.hero-inner-centered { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.hero-title-quote { color: var(--white); font-size: clamp(34px, 5vw, 56px); font-weight: 900; margin: 18px 0 20px; line-height: 1.2; }
.hero-offer-badge {
  display: inline-block; background: var(--accent); color: var(--white); font-weight: 800; font-size: 18px;
  padding: 10px 26px; border-radius: 999px; margin-bottom: 26px; box-shadow: 0 10px 24px rgba(255,138,0,.35);
}
.hero-lines { margin-bottom: 30px; }
.hero-lines p { color: rgba(255,255,255,.9); font-size: 16px; line-height: 2; }
.hero-lines p:first-child { font-weight: 800; font-size: 18px; color: var(--white); margin-bottom: 4px; }
.hero-btns-centered { justify-content: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1);
  color: var(--accent-light); padding: 8px 16px; border-radius: 999px; font-size: 13px; font-weight: 700;
}
.hero-title { color: var(--white); font-size: clamp(30px, 4vw, 46px); font-weight: 900; line-height: 1.25; margin-bottom: 16px; }
.hero-subtitle { color: rgba(255,255,255,.85); font-size: 18px; margin-bottom: 22px; max-width: 520px; }
.hero-offer {
  display: inline-flex; align-items: center; gap: 8px; background: var(--gradient-accent);
  color: var(--white); font-weight: 800; padding: 10px 18px; border-radius: var(--radius-sm); margin-bottom: 26px; font-size: 14px;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }

/* ===== عناوين الأقسام بالخط السفلي (مطابقة للمرجع) ===== */
.section-title-underline {
  display: inline-block; font-size: clamp(24px, 3vw, 32px); font-weight: 900; color: var(--primary-darker);
  padding-bottom: 16px; margin-bottom: 8px; position: relative;
}
.section-title-underline::after {
  content: ''; position: absolute; bottom: 0; right: 50%; transform: translateX(50%);
  width: 70px; height: 4px; background: var(--primary); border-radius: 4px;
}
.section-title-underline-light { color: var(--white); }
.section-title-underline-light::after { background: var(--accent-light); }
.section-desc-light { color: rgba(255,255,255,.8); font-size: 16px; margin-top: 6px; }
.filter-tabs { margin-top: 18px; }
.filter-tab {
  display: inline-block; padding: 8px 22px; border-radius: 999px; font-weight: 700; font-size: 14px;
  background: var(--gray-100); color: var(--gray-500); cursor: pointer;
}
.filter-tab.active { background: var(--primary); color: var(--white); }

/* ===== شريط CTA "لإننا نهتم" ===== */
.cta-band { background: var(--gradient-primary); padding: 60px 0; text-align: center; }
.cta-band h2 { color: var(--white); font-size: clamp(24px, 3vw, 32px); font-weight: 900; margin-bottom: 10px; }
.cta-band p { color: rgba(255,255,255,.9); font-size: 16px; margin-bottom: 24px; }
.cta-band .btn-outline { border-color: var(--white); color: var(--white); }
.cta-band .btn-outline:hover { background: var(--white); color: var(--primary-dark); }

/* ===== كروت الخدمات المبسطة (مطابقة للمرجع) ===== */
.service-card-plain { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); text-align: center; transition: var(--transition); }
.service-card-plain:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.service-card-plain-img { height: 190px; overflow: hidden; }
.service-card-plain-img img { width: 100%; height: 100%; object-fit: cover; }
.service-card-plain h3 { font-size: 18px; color: var(--primary-darker); margin: 18px 16px 8px; }
.service-card-plain p { color: var(--gray-500); font-size: 14px; margin: 0 18px 22px; line-height: 1.7; }

/* ===== قسم التواصل المتمركز (مطابق للمرجع) ===== */
.contact-stacked { max-width: 640px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.contact-phone-big {
  display: inline-flex; align-items: center; gap: 12px; font-size: clamp(30px, 4vw, 42px); font-weight: 900; color: var(--accent-light);
}
.contact-form-wrap { width: 100%; margin-top: 10px; }

/* ===== أقسام عامة ===== */
.section { padding: 80px 0; }
.section-alt { background: var(--off-white); }
.section-header { text-align: center; max-width: 640px; margin: 0 auto 50px; }
.section-tag {
  display: inline-flex; align-items: center; gap: 6px; background: rgba(123,183,0,.1);
  color: var(--primary); font-weight: 700; font-size: 13px; padding: 6px 14px; border-radius: 999px; margin-bottom: 14px;
}
.section-title { font-size: clamp(24px, 3vw, 34px); font-weight: 900; color: var(--primary-darker); margin-bottom: 12px; }
.section-title span { color: var(--accent); }
.section-desc { color: var(--gray-500); font-size: 16px; }

/* ===== الخدمات ===== */
.services-list { display: flex; flex-direction: column; gap: 26px; max-width: 820px; margin: 0 auto; }
.service-row {
  display: flex; align-items: center; gap: 26px; background: var(--white); border: 1px solid var(--gray-100);
  border-radius: 999px; padding: 14px 30px 14px 14px; box-shadow: var(--shadow-sm); transition: var(--transition);
}
.service-row:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); border-color: var(--primary-light); }
.service-row-circle { flex-shrink: 0; width: 96px; height: 96px; border-radius: 50%; overflow: hidden; border: 3px solid var(--off-white); box-shadow: var(--shadow-sm); }
.service-row-circle img { width: 100%; height: 100%; object-fit: cover; }
.service-row-text h3 { font-size: 18px; color: var(--primary-darker); margin-bottom: 6px; }
.service-row-text p { font-size: 14px; color: var(--gray-500); line-height: 1.7; }

.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.service-card {
  background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--radius);
  padding: 32px 24px; text-align: center; transition: var(--transition); box-shadow: var(--shadow-sm);
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--primary-light); }
.service-icon {
  width: 66px; height: 66px; margin: 0 auto 18px; border-radius: 50%; background: var(--gradient-primary);
  color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 26px;
}
.service-card h3 { font-size: 18px; color: var(--primary-darker); margin-bottom: 10px; }
.service-card p { color: var(--gray-500); font-size: 14px; margin-bottom: 14px; }
.service-link { color: var(--primary); font-weight: 700; font-size: 14px; display: inline-flex; gap: 6px; align-items: center; }

/* ===== لماذا نحن ===== */
.why-us-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.why-us-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.check-list { margin: 20px 0 28px; display: flex; flex-direction: column; gap: 12px; }
.check-list li { display: flex; align-items: center; gap: 10px; color: var(--gray-700); font-weight: 500; }
.check-list i { color: var(--success); font-size: 18px; }

/* ===== معرض الأعمال ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.gallery-item { border-radius: var(--radius); overflow: hidden; aspect-ratio: 1/1; box-shadow: var(--shadow-sm); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition); }
.gallery-item:hover img { transform: scale(1.08); }

/* ===== آراء العملاء ===== */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card { background: var(--white); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.testimonial-stars { color: var(--accent); margin-bottom: 14px; font-size: 14px; }
.testimonial-card p { color: var(--gray-700); margin-bottom: 16px; font-size: 15px; }
.testimonial-name { color: var(--primary-darker); font-size: 14px; }

/* ===== قسم التواصل ===== */
.contact-section { background: var(--gradient-dark); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.contact-section .section-title { color: var(--white); }
.contact-section .section-title span { color: var(--accent-light); }
.contact-section p { color: rgba(255,255,255,.8); margin-bottom: 20px; }
.contact-phone-link { display: block; font-size: 34px; font-weight: 900; color: var(--accent-light); margin-bottom: 22px; }
.contact-details { display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; color: rgba(255,255,255,.85); }
.contact-details i { color: var(--accent); width: 20px; }

.contact-form-wrap { background: var(--white); border-radius: var(--radius-lg); padding: 34px; color: var(--gray-700); box-shadow: var(--shadow-lg); }
.contact-form-wrap h3 { color: var(--primary-darker); margin-bottom: 20px; font-size: 20px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 6px; color: var(--gray-700); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--gray-300); border-radius: var(--radius-sm);
  font-family: inherit; font-size: 15px; transition: var(--transition);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--primary); }
.qt-honeypot { position: absolute; left: -9999px; opacity: 0; }
.form-response { margin-top: 14px; font-weight: 700; font-size: 14px; }
.form-response.success { color: var(--success); }
.form-response.error { color: var(--danger); }

/* ===== الفوتر ===== */
.footer { background: var(--primary-darker); color: rgba(255,255,255,.75); padding-top: 60px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-logo img { border-radius: 50%; }
.footer-logo .logo-text strong { color: var(--white); font-size: 17px; }
.footer-col p { font-size: 14px; line-height: 1.8; }
.footer-col h4 { color: var(--white); margin-bottom: 18px; font-size: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 14px; transition: var(--transition); }
.footer-col a:hover { color: var(--accent-light); }
.footer-contact li { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.footer-contact i { color: var(--accent); width: 16px; }
.footer-social { display: flex; gap: 12px; margin-top: 18px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center; transition: var(--transition);
}
.footer-social a:hover { background: var(--accent); color: var(--primary-darker); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; text-align: center; font-size: 13px; }

body.nav-is-open .sticky-bar { display: none; }
body.nav-is-open { overflow: hidden; }

/* ===== شريط سفلي ثابت (اتصال + واتساب) ===== */
.sticky-bar {
  position: fixed; bottom: 0; right: 0; left: 0; z-index: 999;
  display: flex; box-shadow: 0 -6px 20px rgba(0,0,0,.12);
}
.sticky-bar-btn {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 10px; font-weight: 800; font-size: 15px; color: var(--white);
}
.sticky-bar-call { background: var(--gradient-primary); }
.sticky-bar-whatsapp { background: var(--whatsapp); }
body { padding-bottom: 60px; }

/* ===== صفحات ثابتة / مدونة ===== */
.page-hero { background: var(--gradient-dark); padding: 50px 0; }
.page-hero h1 { color: var(--white); font-size: clamp(24px, 3vw, 34px); margin-bottom: 10px; }
.breadcrumb { color: rgba(255,255,255,.7); font-size: 14px; }
.breadcrumb a { color: var(--accent-light); }
.breadcrumb i { font-size: 10px; margin: 0 6px; }

.page-content-wrap { max-width: 820px; margin: 0 auto; }
.page-featured-img { border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 30px; }
.entry-content h2 { color: var(--primary-darker); margin: 30px 0 14px; font-size: 24px; }
.entry-content h3 { color: var(--primary-darker); margin: 24px 0 12px; font-size: 20px; }
.entry-content p { margin-bottom: 16px; }
.entry-content ul, .entry-content ol { margin: 0 0 16px 0; padding-inline-start: 22px; }
.entry-content img { border-radius: var(--radius); margin: 20px 0; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-bottom: 40px; }
.blog-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: var(--transition); }
.blog-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.blog-card-img img { width: 100%; height: 190px; object-fit: cover; }
.blog-card-body { padding: 20px; }
.blog-card-date { font-size: 12px; color: var(--gray-500); }
.blog-card-body h3 { font-size: 17px; margin: 10px 0; color: var(--primary-darker); }
.blog-card-body p { font-size: 14px; color: var(--gray-500); margin-bottom: 12px; }

.single-layout { display: grid; grid-template-columns: 2.2fr 1fr; gap: 50px; align-items: start; }
.single-featured-img { border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 24px; }
.entry-meta { display: flex; gap: 18px; color: var(--gray-500); font-size: 13px; margin-bottom: 20px; flex-wrap: wrap; }
.entry-meta i { color: var(--primary); margin-left: 4px; }
.entry-tags { margin-top: 20px; font-size: 13px; color: var(--gray-500); }
.entry-tags a { color: var(--primary); }

.sidebar .widget { background: var(--off-white); border-radius: var(--radius); padding: 22px; margin-bottom: 20px; }
.widget-title { color: var(--primary-darker); font-size: 16px; margin-bottom: 14px; }

.no-results { text-align: center; padding: 60px 0; color: var(--gray-500); }
.no-results i { font-size: 40px; color: var(--gray-300); margin-bottom: 14px; }

/* ===== 404 ===== */
.error-404-section { padding: 100px 0; text-align: center; }
.error-icon { font-size: 60px; color: var(--primary-light); margin-bottom: 20px; }
.error-404-content h1 { font-size: 90px; font-weight: 900; color: var(--primary); line-height: 1; }
.error-404-content h2 { font-size: 24px; color: var(--primary-darker); margin: 10px 0 14px; }
.error-404-content p { color: var(--gray-500); max-width: 480px; margin: 0 auto 30px; }
.error-404-content .hero-btns { justify-content: center; }
.error-404-content .btn-outline { border-color: var(--primary); color: var(--primary); }
.error-404-content .btn-outline:hover { background: var(--primary); color: var(--white); }

/* ===== التعليقات ===== */
.comments-area { margin-top: 50px; padding-top: 30px; border-top: 1px solid var(--gray-100); }
.comments-title { color: var(--primary-darker); margin-bottom: 20px; }
.comment-list { display: flex; flex-direction: column; gap: 18px; margin-bottom: 30px; }
.comment-list .children { margin-top: 18px; padding-inline-start: 30px; }
.comment-body { background: var(--off-white); border-radius: var(--radius); padding: 18px; }
.comment-author .avatar { border-radius: 50%; margin-left: 10px; vertical-align: middle; }
.comment-form p { margin-bottom: 14px; }
.comment-form label { display: block; font-weight: 700; margin-bottom: 6px; font-size: 14px; }
.comment-form input, .comment-form textarea {
  width: 100%; padding: 12px; border: 1.5px solid var(--gray-300); border-radius: var(--radius-sm); font-family: inherit;
}
.comment-form input[type="submit"] {
  width: auto; background: var(--gradient-primary); color: var(--white); border: none; font-weight: 700; padding: 12px 26px; border-radius: 999px; cursor: pointer;
}

/* ===== تأثيرات ظهور ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-left { transform: translateX(24px); }
.reveal-right { transform: translateX(-24px); }
.reveal-left.in-view, .reveal-right.in-view { transform: translateX(0); }
.delay-1 { transition-delay: .05s; } .delay-2 { transition-delay: .15s; }
.delay-3 { transition-delay: .25s; } .delay-4 { transition-delay: .35s; }

/* ===== صفحة الخدمات الكاملة (أرشيف) ===== */
.services-grid-full { grid-template-columns: repeat(3, 1fr); }
.service-card-full { padding: 0; overflow: hidden; text-align: right; }
.service-card-img { position: relative; height: 200px; overflow: hidden; }
.service-card-img img { width: 100%; height: 100%; object-fit: cover; }
.service-card-img .service-icon {
  position: absolute; bottom: -26px; right: 24px; margin: 0; width: 56px; height: 56px; font-size: 22px;
  box-shadow: 0 8px 18px rgba(4,37,78,.25); border: 4px solid var(--white);
}
.service-card-full .service-card-body { padding: 40px 24px 24px; text-align: right; }
.services-cta { text-align: center; background: var(--off-white); border-radius: var(--radius-lg); padding: 40px; margin-top: 60px; }
.services-cta h3 { color: var(--primary-darker); font-size: 22px; margin-bottom: 8px; }
.services-cta p { color: var(--gray-500); margin-bottom: 20px; }

.gallery-grid-full { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 992px) {
  .services-grid-full { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid-full { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 480px) {
  .services-grid-full, .gallery-grid-full { grid-template-columns: 1fr; }
}

/* ===== واجهة الجوال (تكملة) ===== */
@media (max-width: 992px) {
  .hero-inner, .why-us-grid, .contact-grid, .single-layout { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .testimonials-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav { position: fixed; inset: var(--header-h) 0 0 0; background: var(--white); transform: translateX(100%); transition: var(--transition); padding: 30px; overflow-y: auto; z-index: 998; }
  .nav.open { transform: translateX(0); }
  .nav ul { flex-direction: column; gap: 20px; }
  .menu-toggle { display: flex; }
  .header-call span { display: none; }
  .header-call { padding: 9px 12px; }
  .services-grid, .gallery-grid, .testimonials-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-social { justify-content: center; }
  .footer { padding-bottom: 20px; }
  .section { padding: 56px 0; }
  .hero-centered { padding: 56px 0; }
  .contact-form-wrap { padding: 24px 20px; }
  .cta-band { padding: 44px 0; }
  .services-cta { padding: 28px 20px; }
  .page-hero { padding: 36px 0; }
  .single-layout { gap: 30px; }
  .comment-list .children { padding-inline-start: 16px; }
}
@media (max-width: 600px) {
  .logo-text small { display: none; }
  .logo-text strong { font-size: 15px; }
}
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .services-grid, .gallery-grid, .testimonials-grid, .blog-grid { grid-template-columns: 1fr; }
  .hero-btns, .hero-offer { justify-content: center; text-align: center; }
  .hero-btns { flex-direction: column; align-items: stretch; }
  .hero-btns .btn { justify-content: center; }
  .hero-offer-badge { font-size: 15px; padding: 8px 18px; }
  .hero-title-quote { font-size: 30px; }
  .hero-lines p { font-size: 14px; }
  .contact-phone-link { font-size: 26px; }
  .contact-phone-big { font-size: 26px; flex-wrap: wrap; justify-content: center; }
  .service-row { flex-direction: column; text-align: center; border-radius: var(--radius-lg); padding: 24px 20px; }
  .service-row-circle { width: 84px; height: 84px; }
  .sticky-bar-btn { font-size: 13px; padding: 14px 6px; gap: 6px; }
  .service-card-full, .service-card-plain { text-align: center; }
  .service-card-img .service-icon { right: 50%; transform: translateX(50%); }
  .testimonial-card, .contact-form-wrap, .services-cta { padding: 22px 18px; }
  .blog-card-body { padding: 16px; }
  .single-featured-img img, .page-featured-img img { border-radius: var(--radius); }
  .error-404-content h1 { font-size: 60px; }
}
@media (max-width: 360px) {
  .hero-title-quote { font-size: 26px; }
  .btn-lg { padding: 13px 20px; font-size: 14px; }
  .sticky-bar-btn { font-size: 12px; }
}
