/* ===== فونت و ریست ===== */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800&display=swap');

:root {
  --navy: #16345f;
  --navy-2: #1e4a86;
  --blue: #2b6cb0;
  --blue-light: #eaf2fb;
  --accent: #3b82c4;
  --text: #2d3748;
  --muted: #64748b;
  --bg: #f9fafc;
  --bg-soft: #eef2f8;
  --border: #e6eaf0;
  --shadow: 0 8px 30px rgba(20, 45, 85, 0.08);
  --shadow-hover: 0 14px 40px rgba(20, 45, 85, 0.15);
  --radius: 14px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Vazirmatn', 'Tahoma', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.9;
  direction: rtl;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 20px; }

.section { padding: 70px 0; }
.section-soft { background: var(--bg-soft); }

.section-title {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
}
.section-title.line::after {
  content: "";
  display: block;
  width: 70px; height: 4px;
  background: var(--blue);
  border-radius: 4px;
  margin: 14px auto 0;
}
.section-sub {
  text-align: center;
  color: var(--muted);
  margin-bottom: 45px;
  font-size: 16px;
}

/* ===== دکمه‌ها ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  border: none;
  transition: .25s;
  font-family: inherit;
}
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: var(--navy-2); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--navy); border: 1px solid var(--border); }
.btn-light:hover { background: var(--blue-light); transform: translateY(-2px); }
.btn-outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.6); }
.btn-outline:hover { background: rgba(255,255,255,.12); }
.btn svg { width: 18px; height: 18px; }

/* ===== هدر ===== */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 74px;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo img { height: 46px; width: auto; }
.logo-text b { display: block; color: var(--navy); font-size: 18px; font-weight: 800; line-height: 1.4; }
.logo-text span { display: block; color: var(--muted); font-size: 11px; }

.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
  padding: 8px 14px;
  color: var(--text);
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  transition: .2s;
}
.nav a:hover { color: var(--blue); background: var(--blue-light); }
.nav a.active { color: var(--blue); font-weight: 700; }
.nav a.active { position: relative; }

.header-cta { display: flex; align-items: center; gap: 12px; }
.header-cta .btn { padding: 10px 20px; }

.burger { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.burger span { display: block; width: 26px; height: 3px; background: var(--navy); border-radius: 3px; margin: 5px 0; transition: .3s; }

/* ===== هیرو ===== */
.hero { position: relative; background: #12294b; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.hero-text {
  position: relative; z-index: 2;
  color: #fff;
  padding: 100px 55px 120px;
  display: flex; flex-direction: column; justify-content: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 9px; width: fit-content;
  background: rgba(157,196,239,.12); border: 1px solid rgba(157,196,239,.28);
  color: #cfe0f6; font-size: 13px; font-weight: 600;
  padding: 7px 15px; border-radius: 999px; margin-bottom: 22px;
}
.hero-eyebrow::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: #4ade80; box-shadow: 0 0 0 4px rgba(74,222,128,.18);
}
.hero-text h1 { font-size: 44px; font-weight: 800; line-height: 1.35; margin-bottom: 14px; letter-spacing: -.3px; }
.hero-text .sub { color: #9dc4ef; font-size: 20px; font-weight: 600; margin-bottom: 20px; }
.hero-text p { color: #d3ddec; font-size: 16px; margin-bottom: 32px; max-width: 480px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 30px; margin-top: 40px; }
.hero-stat b { display: block; font-size: 27px; font-weight: 800; color: #fff; line-height: 1.2; }
.hero-stat span { font-size: 13px; color: #9dc4ef; }
.hero-stat { position: relative; }
.hero-stat + .hero-stat { padding-right: 30px; }
.hero-stat + .hero-stat::before {
  content: ""; position: absolute; right: 0; top: 6px; bottom: 6px;
  width: 1px; background: rgba(255,255,255,.16);
}
.hero-img {
  min-height: 560px;
  position: relative;
  background-image: url('../assets/hero.jpg');
  background-size: cover;
  background-position: center;
}
/* محوشدگی نرم عکس: از سمت متن + محو لبه پایین تا لبه‌ی یکدست شود (بدون خط برش) */
.hero-img::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg,
      #12294b 0%,
      rgba(18,41,75,0.94) 14%,
      rgba(18,41,75,0.70) 28%,
      rgba(18,41,75,0.38) 44%,
      rgba(18,41,75,0.12) 62%,
      rgba(18,41,75,0) 80%),
    linear-gradient(180deg,
      rgba(18,41,75,0) 80%,
      #12294b 100%);
}

/* ===== نوار همکاران (نیمه روی هیرو) ===== */
.partners-section { padding-top: 0; }
.partners { margin-top: -70px; position: relative; z-index: 5; }
.partners-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.partner-card {
  background: #fff; border-radius: var(--radius);
  box-shadow: 0 18px 45px rgba(15, 35, 70, 0.18);
  padding: 22px 24px; display: flex; align-items: center; gap: 16px;
  border: 1px solid var(--border);
}
.partner-card .p-text { flex: 1; text-align: right; }
.partner-card .p-icon {
  width: 66px; height: 66px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.partner-card .p-icon img { max-width: 100%; max-height: 100%; object-fit: contain; }
.partner-card b { display: block; color: var(--navy); font-size: 17px; font-weight: 700; }
.partner-card span { color: var(--muted); font-size: 13.5px; }

/* ===== درباره ===== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.about-img {
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  min-height: 340px;
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  position: relative;
}
.about-text h2 { font-size: 30px; color: var(--navy); font-weight: 800; margin-bottom: 20px; }
.about-text h2::after { content:""; display:block; width:60px; height:4px; background:var(--blue); border-radius:4px; margin-top:12px;}
.about-text p { color: var(--muted); margin-bottom: 18px; font-size: 16px; }

/* ===== کارت خدمات ===== */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 30px 26px; transition: .25s; text-align: right;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: #cfe0f4; }
.service-card .s-icon {
  width: 64px; height: 64px; border-radius: 16px;
  background: var(--blue-light); color: var(--blue);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.service-card .s-icon svg { width: 34px; height: 34px; }
.service-card h3 { font-size: 19px; color: var(--navy); font-weight: 700; margin-bottom: 10px; }
.service-card p { color: var(--muted); font-size: 15px; }

.center-btn { text-align: center; margin-top: 40px; }

/* ===== تجهیزات ===== */
.equip-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.equip-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; transition: .25s; text-align: center;
}
.equip-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.equip-thumb {
  height: 88px; background: linear-gradient(135deg, #eef4fb, #dbe8f7);
  display: flex; align-items: center; justify-content: center; color: var(--navy-2);
}
.equip-thumb svg { width: 42px; height: 42px; }
.equip-card h4 { padding: 12px 8px; color: var(--navy); font-size: 13px; font-weight: 700; line-height: 1.5; }

/* حالت توضیح‌دار (صفحه تجهیزات) */
.equip-detailed { grid-template-columns: repeat(3, 1fr); }
.equip-detailed .equip-thumb { height: 130px; }
.equip-detailed .equip-thumb svg { width: 60px; height: 60px; }
.equip-detailed .equip-card h4 { font-size: 17px; padding: 18px 18px 6px; }
.equip-detailed .equip-card p { padding: 0 18px 20px; color: var(--muted); font-size: 14px; line-height: 1.8; }

/* ===== بخش تماس (فوتر بالا) ===== */
.contact-band {
  background: linear-gradient(135deg, #12294b 0%, #1c3f74 100%);
  color: #fff; position: relative; overflow: hidden;
}
.contact-band .container { position: relative; z-index: 2; }
.contact-band h2 { text-align: center; font-size: 30px; font-weight: 800; margin-bottom: 45px; }
.contact-info { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 900px; margin: 0 auto; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; }
.contact-item .c-icon {
  width: 52px; height: 52px; border-radius: 12px; flex-shrink: 0;
  background: rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: center;
}
.contact-item .c-icon svg { width: 24px; height: 24px; }
.contact-item b { display: block; font-size: 16px; margin-bottom: 4px; }
.contact-item span, .contact-item a { display: block; color: #c6d4e6; font-size: 14px; }

/* ===== فوتر ===== */
.footer { background: #0f2340; color: #b9c6da; padding: 26px 0; font-size: 14px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-nav { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-nav a:hover { color: #fff; }
.footer-social { display: flex; gap: 12px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 9px; background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center; transition: .2s;
}
.footer-social a:hover { background: var(--blue); }
.footer-social svg { width: 18px; height: 18px; }

/* ===== سربرگ صفحات داخلی ===== */
.page-head {
  background: linear-gradient(135deg, #12294b 0%, #1c3f74 100%);
  color: #fff; padding: 55px 0; text-align: center;
}
.page-head h1 { font-size: 34px; font-weight: 800; margin-bottom: 10px; }
.breadcrumb { color: #9dc4ef; font-size: 14px; }
.breadcrumb a:hover { color: #fff; }

/* ===== بلوک متنی ===== */
.prose { max-width: 900px; margin: 0 auto; }
.prose p { color: var(--muted); margin-bottom: 18px; font-size: 16px; }
.prose h3 { color: var(--navy); font-size: 22px; margin: 30px 0 14px; font-weight: 700; }
.value-list { display: grid; gap: 14px; margin-top: 10px; }
.value-list li {
  background: #fff; border: 1px solid var(--border); border-radius: 12px;
  padding: 16px 20px; display: flex; gap: 12px; align-items: flex-start;
  color: var(--text);
}
.value-list li::before { content: "✓"; color: var(--blue); font-weight: 800; flex-shrink: 0; }

/* ===== جدول/لیست خدمات تخصصی ===== */
.svc-block { background:#fff; border:1px solid var(--border); border-radius: var(--radius); padding: 28px; margin-bottom: 24px; box-shadow: var(--shadow); }
.svc-block h3 { color: var(--navy); font-size: 20px; margin-bottom: 8px; display:flex; align-items:center; gap:10px; }
.svc-block h3 svg { width: 26px; height: 26px; color: var(--blue); }
.svc-block p { color: var(--muted); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.tag-list span { background: var(--blue-light); color: var(--navy-2); padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 500; }

/* ===== مجوزها ===== */
.license-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.license-card { background:#fff; border:1px solid var(--border); border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow); transition:.25s; }
.license-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.license-card .l-img {
  height: 300px; background-color: var(--bg-soft);
  background-repeat: no-repeat; background-position: center; background-size: contain;
  -webkit-user-select: none; user-select: none; -webkit-user-drag: none;
}
.license-card .l-body { padding: 18px; text-align:center; }
.license-card h4 { color: var(--navy); font-size: 17px; font-weight:700; margin-bottom: 6px; }
.license-card p { color: var(--muted); font-size: 14px; }

/* ===== فرم تماس ===== */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-card { background:#fff; border:1px solid var(--border); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.contact-card h3 { color: var(--navy); margin-bottom: 22px; font-size: 22px; }
.info-row { display:flex; gap:14px; align-items:flex-start; margin-bottom: 22px; }
.info-row .i-ic { width:46px; height:46px; border-radius:11px; background:var(--blue-light); color:var(--blue); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.info-row .i-ic svg{ width:22px;height:22px; }
.info-row b { color: var(--navy); display:block; margin-bottom:2px; }
.info-row span { color: var(--muted); font-size: 14px; }
.form-group { margin-bottom: 18px; }
.form-group label { display:block; margin-bottom: 7px; font-size: 14px; font-weight: 500; color: var(--text); }
.form-group input, .form-group textarea {
  width:100%; padding: 12px 15px; border:1px solid var(--border); border-radius: 10px;
  font-family: inherit; font-size: 15px; color: var(--text); background: var(--bg-soft); transition:.2s;
}
.form-group input:focus, .form-group textarea:focus { outline:none; border-color: var(--blue); background:#fff; }
.form-group textarea { resize: vertical; min-height: 120px; }
.map-embed { border:0; width:100%; height: 100%; min-height: 300px; border-radius: var(--radius); }
.form-note { margin-top: 14px; padding: 12px 16px; border-radius: 10px; font-size: 14px; display:none; }
.form-note.ok { display:block; background:#e6f7ec; color:#1a7a3f; border:1px solid #b8e6c8; }

/* ===== محافظت از تصاویر مجوزها ===== */
.l-img { position: relative; }
/* لایه شفاف روی تصویر تا راست‌کلیک/ذخیره روی خود عکس عمل نکند */
.l-img::after { content: ""; position: absolute; inset: 0; }

/* ===== صفحه تجهیزات: نمایشگاه دستگاه‌ها (دسته‌بندی‌شده) ===== */
.equip-cat { margin-top: 46px; }
.equip-cat--a { --cat: var(--blue); }
.equip-cat--b { --cat: var(--navy-2); }
.equip-cat--c { --cat: var(--accent); }
.equip-cat-head {
  display: flex; align-items: center; gap: 15px;
  margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--border);
}
.equip-cat-icon {
  width: 48px; height: 48px; border-radius: 13px; flex-shrink: 0;
  background: var(--blue-light); color: var(--cat, var(--blue));
  display: flex; align-items: center; justify-content: center;
}
.equip-cat-icon svg { width: 25px; height: 25px; }
.equip-cat-title { flex: 1; }
.equip-cat-title h2 { font-size: 21px; font-weight: 800; color: var(--navy); line-height: 1.4; }
.equip-cat-title p { font-size: 13.5px; color: var(--muted); }
.equip-cat-count {
  font-size: 12.5px; font-weight: 600; color: var(--cat, var(--blue));
  background: rgba(43,108,176,.07); border: 1px solid var(--border);
  padding: 6px 13px; border-radius: 999px; white-space: nowrap;
}

.equip-showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.equip-showcase .equip-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 24px 22px; text-align: right; position: relative; overflow: hidden;
  display: flex; flex-direction: column; gap: 11px; color: inherit;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.equip-showcase .equip-card::before {
  content: ""; position: absolute; top: 0; bottom: 0; right: 0; width: 3px;
  background: var(--cat, var(--blue)); transform: scaleY(0); transform-origin: top;
  transition: transform .3s ease;
}
.equip-showcase .equip-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: #cfe0f4;
}
.equip-showcase .equip-card:hover::before { transform: scaleY(1); }
.equip-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 2px; }
.equip-ic {
  width: 54px; height: 54px; border-radius: 14px; flex-shrink: 0;
  background: var(--blue-light); color: var(--cat, var(--blue));
  display: flex; align-items: center; justify-content: center;
  transition: transform .3s ease;
}
.equip-ic svg { width: 29px; height: 29px; }
.equip-showcase .equip-card:hover .equip-ic { transform: scale(1.07); }
.equip-tag {
  font-size: 11.5px; font-weight: 600; color: var(--cat, var(--blue));
  border: 1px solid rgba(43,108,176,.2); padding: 4px 11px; border-radius: 999px;
  white-space: nowrap;
}
.equip-name { font-size: 17.5px; font-weight: 700; color: var(--navy); line-height: 1.5; }
.equip-desc { font-size: 14px; color: var(--muted); flex: 1; }
.equip-cta {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 3px;
  font-size: 13px; font-weight: 600; color: var(--cat, var(--blue)); opacity: .82;
  transition: opacity .25s ease;
}
.equip-cta svg { width: 15px; height: 15px; transition: transform .25s ease; }
.equip-showcase .equip-card:hover .equip-cta { opacity: 1; }
.equip-showcase .equip-card:hover .equip-cta svg { transform: translateX(-4px); }
@media (max-width: 980px) { .equip-showcase { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) {
  .equip-showcase { grid-template-columns: 1fr; }
  .equip-cat-count { display: none; }
  .equip-cat-title h2 { font-size: 19px; }
}

/* ===== گالری تصاویر (صفحه اصلی و درباره ما) ===== */
.gallery {
  position: relative; width: 100%; aspect-ratio: 16 / 10;
  border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); background: #0f2340;
}
.gallery-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .7s ease; }
.gallery-slide.active { opacity: 1; }
.gallery-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 42px; height: 42px; border-radius: 50%; border: none; cursor: pointer; padding: 0;
  background: rgba(255,255,255,.9); color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(9,20,40,.22); transition: background .2s ease, transform .2s ease;
}
.gallery-arrow svg { width: 20px; height: 20px; }
.gallery-arrow:hover { background: #fff; transform: translateY(-50%) scale(1.08); }
.gallery-prev { left: 12px; }
.gallery-next { right: 12px; }
.gallery-dots { position: absolute; bottom: 12px; left: 0; right: 0; z-index: 2; display: flex; justify-content: center; gap: 7px; }
.gallery-dots button { width: 8px; height: 8px; padding: 0; border: none; border-radius: 50%; cursor: pointer; background: rgba(255,255,255,.5); transition: background .25s ease, width .25s ease; }
.gallery-dots button.active { background: #fff; width: 22px; border-radius: 5px; }
@media (prefers-reduced-motion: reduce) { .gallery-slide { transition: none; } }

/* ===== صفحه تماس ===== */
.ct-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ct-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 26px 22px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ct-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: #cfe0f4; }
.ct-ic {
  width: 52px; height: 52px; border-radius: 14px; margin-bottom: 16px;
  background: var(--blue-light); color: var(--blue);
  display: flex; align-items: center; justify-content: center;
  transition: transform .3s ease, background .3s ease, color .3s ease;
}
.ct-ic svg { width: 25px; height: 25px; }
.ct-card:hover .ct-ic { transform: scale(1.06); background: var(--blue); color: #fff; }
.ct-card b { display: block; color: var(--navy); font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.ct-card span:not(.ct-ic), .ct-card a:not(.ct-maplink) { display: block; color: var(--muted); font-size: 14px; line-height: 1.9; }
.ct-card a:not(.ct-maplink) { transition: color .2s ease; width: fit-content; }
.ct-card a:not(.ct-maplink):hover { color: var(--blue); }

/* آدرس عریض */
.ct-card--wide { grid-column: 1 / -1; display: flex; align-items: center; gap: 20px; }
.ct-card--wide .ct-ic { margin-bottom: 0; flex-shrink: 0; }
.ct-card--wide .ct-body { flex: 1; }
.ct-card--wide .ct-body b { margin-bottom: 4px; }
.ct-card--wide .ct-body span { font-size: 15px; }
.ct-maplink { color: var(--blue); font-weight: 600; font-size: 14px; white-space: nowrap; flex-shrink: 0; transition: color .2s ease; }
.ct-maplink:hover { text-decoration: underline; }

/* CTA پایانی */
.ct-cta { text-align: center; }
.ct-cta-inner {
  background: linear-gradient(135deg, #12294b, #1c3f74); color: #fff;
  border-radius: 18px; padding: 42px 24px; position: relative; overflow: hidden;
}
.ct-cta-inner::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 26px 26px;
}
.ct-cta-inner h2 { font-size: 22px; font-weight: 800; margin-bottom: 22px; position: relative; z-index: 1; max-width: 620px; margin-inline: auto; line-height: 1.7; }
.ct-cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

@media (max-width: 900px) { .ct-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) {
  .ct-grid { grid-template-columns: 1fr; }
  .ct-card--wide { flex-direction: column; align-items: flex-start; gap: 14px; }
  .ct-cta-inner h2 { font-size: 19px; }
}

/* ===== صفحه خدمات ===== */
.sv-kicker { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 1px; color: var(--blue); margin-bottom: 8px; }
.sv-ic {
  width: 54px; height: 54px; border-radius: 15px; margin-bottom: 14px;
  background: var(--blue-light); color: var(--blue);
  display: flex; align-items: center; justify-content: center; transition: transform .3s ease;
}
.sv-ic svg { width: 29px; height: 29px; }

/* ناوبری سریع دسته‌ها */
.sv-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 26px; }
.sv-nav a { font-size: 13.5px; font-weight: 600; color: var(--navy); background: var(--blue-light); padding: 8px 16px; border-radius: 999px; transition: background .2s ease, color .2s ease, transform .2s ease; }
.sv-nav a:hover { background: var(--blue); color: #fff; transform: translateY(-2px); }

/* هدر دسته (سطری) */
.sv-head { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 26px; max-width: 840px; }
.sv-head .sv-ic { margin-bottom: 0; flex-shrink: 0; width: 52px; height: 52px; }
.sv-head > div { flex: 1; }
.sv-head h2 { font-size: 23px; color: var(--navy); font-weight: 800; line-height: 1.4; }
.sv-head p { color: var(--muted); font-size: 15px; margin-top: 4px; }
.sv-sec:hover .sv-ic, .sv-split:hover .sv-ic { transform: scale(1.05); }

/* تگ‌های ظریف */
.sv-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.sv-tags span {
  display: inline-flex; align-items: center; gap: 7px;
  background: #fff; border: 1px solid var(--border); color: var(--text);
  font-size: 13px; padding: 7px 13px; border-radius: 9px;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.sv-tags span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); opacity: .45; transition: opacity .2s ease; }
.sv-tags span:hover { border-color: #bcd6f5; background: var(--blue-light); transform: translateY(-1px); }
.sv-tags span:hover::before { opacity: 1; }

/* دوستونه featured (شیمی) */
.sv-split { display: grid; grid-template-columns: .82fr 1.18fr; gap: 40px; align-items: start; }
.sv-split-head h2 { font-size: 25px; color: var(--navy); font-weight: 800; margin-bottom: 10px; }
.sv-split-head p { color: var(--muted); font-size: 15px; }

/* لیست تکنیک‌های دستگاهی */
.sv-list { display: grid; gap: 14px; max-width: 900px; }
.sv-list-item {
  display: flex; gap: 16px; align-items: flex-start;
  background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 18px 22px;
  border-right: 3px solid var(--blue); transition: transform .25s ease, box-shadow .25s ease;
}
.sv-list-item:hover { transform: translateX(-3px); box-shadow: var(--shadow); }
.sv-list-ic { width: 42px; height: 42px; flex-shrink: 0; border-radius: 11px; background: var(--blue-light); color: var(--blue); display: flex; align-items: center; justify-content: center; }
.sv-list-ic svg { width: 21px; height: 21px; }
.sv-list-item p { font-size: 14.5px; color: var(--muted); line-height: 1.9; }
.sv-list-item p b { color: var(--navy); font-weight: 700; }

/* featured آموزشی */
.sv-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.sv-feature-text h2 { font-size: 25px; color: var(--navy); font-weight: 800; margin-bottom: 14px; }
.sv-feature-text p { color: var(--muted); margin-bottom: 24px; }
.sv-feature-visual { border-radius: 18px; background: linear-gradient(135deg, #eaf2fb, #dbe8f7); min-height: 250px; display: flex; align-items: center; justify-content: center; color: var(--navy-2); border: 1px solid var(--border); }
.sv-feature-visual svg { width: 55%; max-width: 220px; height: auto; }

/* CTA پایانی */
.sv-cta { text-align: center; }
.sv-cta-inner {
  background-color: var(--bg-soft);
  background-image: radial-gradient(rgba(43,108,176,0.09) 1.2px, transparent 1.2px);
  background-size: 22px 22px;
  border: 1px solid var(--border); border-radius: 18px; padding: 46px 24px;
}
.sv-cta-inner h2 { font-size: 24px; color: var(--navy); font-weight: 800; margin-bottom: 10px; }
.sv-cta-inner p { color: var(--muted); margin-bottom: 22px; max-width: 560px; margin-left: auto; margin-right: auto; }

@media (max-width: 900px) {
  .sv-split, .sv-feature { grid-template-columns: 1fr; gap: 26px; }
  .sv-feature-visual { min-height: 200px; order: -1; }
}
@media (max-width: 600px) {
  .sv-head { gap: 13px; }
  .sv-head h2, .sv-split-head h2, .sv-feature-text h2, .sv-cta-inner h2 { font-size: 20px; }
}

/* ===== صفحه درباره ما ===== */
.ab-eyebrow {
  display: inline-block; font-size: 13px; font-weight: 700; color: var(--blue);
  background: var(--blue-light); padding: 6px 14px; border-radius: 999px; margin-bottom: 16px;
}
/* ۱) معرفی */
.ab-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: center; }
.ab-intro-text h2 { font-size: 27px; color: var(--navy); font-weight: 800; margin-bottom: 18px; line-height: 1.5; }
.ab-lead { font-size: 16.5px; color: var(--text); font-weight: 500; margin-bottom: 16px; line-height: 2; }
.ab-intro-text p { color: var(--muted); margin-bottom: 14px; font-size: 15.5px; }
.ab-intro-text p:last-child { margin-bottom: 0; }
.ab-intro-visual { position: relative; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.ab-intro-visual img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; display: block; transition: transform .6s cubic-bezier(.22,1,.36,1); }
.ab-intro-visual:hover img { transform: scale(1.04); }
.ab-visual-tag {
  position: absolute; bottom: 16px; right: 16px;
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(18,41,75,.86); color: #fff; font-size: 13px; font-weight: 600;
  padding: 9px 15px; border-radius: 10px;
}
.ab-visual-tag svg { width: 16px; height: 16px; }

/* ۲) اطلاعات کلیدی */
.ab-facts { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.ab-fact { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 18px 16px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.ab-fact:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #cfe0f4; }
.ab-fact-ic { width: 44px; height: 44px; flex-shrink: 0; border-radius: 11px; background: var(--blue-light); color: var(--blue); display: flex; align-items: center; justify-content: center; }
.ab-fact-ic svg { width: 22px; height: 22px; }
.ab-fact b { display: block; color: var(--navy); font-size: 16px; font-weight: 800; line-height: 1.3; }
.ab-fact span { color: var(--muted); font-size: 12px; }

/* ۳) ارزش‌ها (شماره‌دار) */
.ab-values { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; list-style: none; }
.ab-values li {
  display: flex; gap: 16px; align-items: flex-start;
  background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 18px 20px;
  border-right: 3px solid transparent; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ab-values li:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-right-color: var(--blue); }
.ab-num { font-size: 18px; font-weight: 800; color: var(--blue); flex-shrink: 0; opacity: .85; }
.ab-values p { color: var(--text); font-size: 14.5px; line-height: 1.9; }

/* ۴) حوزه‌ها */
.ab-expertise { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 22px; }
.ab-exp { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 28px 22px; text-align: center; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.ab-exp:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: #cfe0f4; }
.ab-exp-ic { width: 60px; height: 60px; margin: 0 auto 14px; border-radius: 16px; background: var(--blue-light); color: var(--blue); display: flex; align-items: center; justify-content: center; transition: transform .3s ease; }
.ab-exp:hover .ab-exp-ic { transform: scale(1.06); }
.ab-exp-ic svg { width: 30px; height: 30px; }
.ab-exp h3 { font-size: 16px; color: var(--navy); font-weight: 700; line-height: 1.6; }
.ab-highlight { display: flex; align-items: center; gap: 16px; background: linear-gradient(135deg, #12294b, #1c3f74); color: #fff; border-radius: 14px; padding: 22px 26px; }
.ab-highlight-ic { width: 48px; height: 48px; flex-shrink: 0; border-radius: 12px; background: rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; }
.ab-highlight-ic svg { width: 24px; height: 24px; }
.ab-highlight p { font-size: 16px; font-weight: 600; }

/* ۵) همکار/اعتبار */
.ab-accred { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.ab-accred-text h2 { font-size: 26px; color: var(--navy); font-weight: 800; margin-bottom: 16px; }
.ab-accred-text p { color: var(--muted); margin-bottom: 20px; }
.ab-accred-stat { display: inline-flex; flex-direction: column; border-right: 3px solid var(--blue); padding-right: 16px; }
.ab-accred-stat b { font-size: 24px; color: var(--navy); font-weight: 800; }
.ab-accred-stat span { font-size: 13px; color: var(--muted); }
.ab-partners-logos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ab-plogo { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 22px 12px; text-align: center; transition: transform .25s ease, box-shadow .25s ease; }
.ab-plogo:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.ab-plogo img { height: 54px; width: auto; margin: 0 auto 12px; object-fit: contain; }
.ab-plogo span { display: block; font-size: 12.5px; color: var(--muted); font-weight: 600; }

@media (max-width: 900px) {
  .ab-intro, .ab-accred { grid-template-columns: 1fr; gap: 28px; }
  .ab-facts { grid-template-columns: repeat(2, 1fr); }
  .ab-values, .ab-expertise { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .ab-facts { grid-template-columns: 1fr; }
  .ab-intro-text h2, .ab-accred-text h2 { font-size: 22px; }
}

/* ===== ارتقای بصری و ریزتعامل‌ها (هیرو/هدر/همکاران دست‌نخورده) ===== */

/* --- ورود نرم عناصر هنگام اسکرول --- */
.has-reveal .reveal {
  opacity: 0; transform: translateY(20px);
  transition: opacity .6s ease, transform .6s cubic-bezier(.22,1,.36,1);
}
.has-reveal .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .has-reveal .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* --- تنوع پس‌زمینه: بافت نقطه‌ای بسیار ظریف روی بخش‌های کم‌رنگ --- */
.section-soft {
  background-color: var(--bg-soft);
  background-image: radial-gradient(rgba(43,108,176,0.09) 1.2px, transparent 1.2px);
  background-size: 22px 22px;
}

/* --- عناوین بخش: زیرخط گرادیانی ملایم --- */
.section-title.line::after { background: linear-gradient(90deg, var(--blue), var(--accent)); }

/* --- کارت خدمات: ساده و ملایم --- */
.service-card { transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.service-card .s-icon { transition: transform .3s ease; }
.service-card:hover .s-icon { transform: scale(1.05); }

/* --- کارت تجهیزات: بزرگ‌نمایی جزئی آیکون --- */
.equip-card { transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.equip-thumb { transition: background .3s ease; }
.equip-thumb svg { transition: transform .35s cubic-bezier(.22,1,.36,1); }
.equip-card:hover .equip-thumb { background: linear-gradient(135deg, #e4effb, #cfe0f4); }
.equip-card:hover .equip-thumb svg { transform: scale(1.12); }

/* --- بلوک خدمات تخصصی و تگ‌ها --- */
.svc-block { transition: transform .3s ease, box-shadow .3s ease; }
.svc-block:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.tag-list span { transition: background .2s ease, color .2s ease, transform .2s ease; }
.tag-list span:hover { background: var(--blue); color: #fff; transform: translateY(-1px); }

/* --- تصاویر مجوز: بزرگ‌نمایی بسیار جزئی --- */
.license-card .l-img { transition: transform .5s cubic-bezier(.22,1,.36,1); }
.license-card:hover .l-img { transform: scale(1.04); }

/* --- تصویر «درباره» (عکس واقعی آزمایشگاه) --- */
.about-img { padding: 0; }
.about-img img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; display: block; transition: transform .6s cubic-bezier(.22,1,.36,1); }
.about-img:hover img { transform: scale(1.04); }

/* --- لیست ارزش‌ها --- */
.value-list li { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.value-list li:hover { transform: translateX(-4px); box-shadow: var(--shadow); border-color: #cfe0f4; }

/* --- دکمه‌ها: حرکت ظریف آیکون و حالت active --- */
.btn { transition: background .25s ease, color .25s ease, transform .2s ease, box-shadow .25s ease; }
.btn svg { transition: transform .25s ease; }
.btn:hover svg { transform: translateX(-3px); }
.btn:active { transform: translateY(0) scale(.985); }
.btn-primary:hover { box-shadow: 0 10px 24px rgba(22,52,95,.22); }

/* --- تماس: آیکون‌ها --- */
.contact-item .c-icon, .info-row .i-ic { transition: transform .3s ease, background .3s ease, color .3s ease; }
.contact-item:hover .c-icon { transform: translateY(-3px); }
.info-row:hover .i-ic { transform: translateY(-3px); background: var(--blue); color: #fff; }

/* --- فرم: عمق ظریف هنگام فوکوس --- */
.form-group input:focus, .form-group textarea:focus { box-shadow: 0 0 0 3px rgba(43,108,176,0.12); }

/* --- بافت ظریف روی بخش‌های سرمه‌ای --- */
.page-head, .contact-band { position: relative; overflow: hidden; }
.page-head::after, .contact-band::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 26px 26px;
}
.page-head .container { position: relative; z-index: 1; }

/* --- فوتر: زیرخط ظریف لینک‌ها و آیکون‌ها --- */
.footer-nav a { position: relative; transition: color .2s ease; }
.footer-nav a::after {
  content: ""; position: absolute; right: 0; bottom: -3px; height: 1px; width: 0;
  background: currentColor; transition: width .25s ease;
}
.footer-nav a:hover { color: #fff; }
.footer-nav a:hover::after { width: 100%; }
.footer-social a { transition: background .2s ease, transform .2s ease; }
.footer-social a:hover { transform: translateY(-2px); }

/* ===== واکنش‌گرا ===== */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-img { min-height: 300px; order: -1; }
  .about-grid, .contact-layout { grid-template-columns: 1fr; }
  .cards-grid, .license-grid, .partners-grid, .contact-info { grid-template-columns: repeat(2, 1fr); }
  .equip-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .equip-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .equip-detailed { grid-template-columns: 1fr !important; }

  /* ---- هیرو موبایل: عکس کامل و فیت (خانم آزمایشگاه دیده می‌شود) + متن با محو نرم ---- */
  .hero { min-height: auto; }
  .hero-grid { display: block; position: relative; min-height: auto; }
  .hero-img {
    position: relative; inset: auto; order: 0;
    width: 100%; height: auto; min-height: 0;
    aspect-ratio: 5 / 4;
    background-size: cover;
    background-position: 74% center;
  }
  /* محو نرم لبه پایین عکس؛ قبل از انتهای کادر به سرمه‌ای کامل می‌رسد تا هیچ خطی نماند */
  .hero-img::before {
    background: linear-gradient(180deg,
      rgba(18,41,75,0) 40%,
      rgba(18,41,75,0.35) 62%,
      rgba(18,41,75,0.75) 80%,
      #12294b 92%,
      #12294b 100%);
  }
  .hero-text {
    position: relative; z-index: 2;
    min-height: auto; justify-content: flex-start;
    margin-top: -2px; background: #12294b;
    padding: 24px 26px 44px;
    text-align: right;
  }
  .hero-eyebrow { font-size: 11.5px; padding: 6px 12px; margin-bottom: 16px; }
  .hero-text h1 { font-size: 29px; }
  .hero-text .sub { font-size: 16px; margin-bottom: 16px; }
  .hero-text p { font-size: 14.5px; margin-bottom: 22px; }
  .hero-actions { gap: 10px; }
  .hero-actions .btn { flex: 1; justify-content: center; padding: 11px 14px; font-size: 14px; }
  .hero-actions .btn svg { width: 16px; height: 16px; }
  .hero-stats { display: none; }

  /* ---- کارت‌های همکاران: بدون افتادن روی دکمه‌های هیرو ---- */
  .partners-section { padding-top: 0; }
  .partners { margin-top: 26px; }
  .partners-grid { grid-template-columns: 1fr; gap: 14px; }
  .partner-card { padding: 18px 20px; }

  .cards-grid, .license-grid, .contact-info { grid-template-columns: 1fr; }
  .section-title, .about-text h2, .contact-band h2 { font-size: 25px; }
  .footer-inner { flex-direction: column; text-align: center; }

  /* ---- منوی همبرگری: کشوی کناری شیک با پس‌زمینه‌ی محو ---- */
  /* حذف backdrop-filter در موبایل چون باعث محدود شدن منوی fixed داخل هدر می‌شد (باگ نیمه‌باز) */
  .header { z-index: 130; backdrop-filter: none; background: #fff; }
  .header-cta .btn { display: none; }
  .burger { display: block; position: relative; z-index: 140; }
  .burger span { transition: transform .3s, opacity .2s; transform-origin: center; }
  .burger.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .burger.active span:nth-child(2) { opacity: 0; }
  .burger.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

  body.menu-open { overflow: hidden; }
  .nav-backdrop { display: none; }
  body.menu-open .nav-backdrop {
    display: block; position: fixed; inset: 0;
    background: rgba(9, 20, 40, 0.5); backdrop-filter: blur(2px);
    z-index: 105; animation: fadeIn .3s ease;
  }
  @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

  .nav {
    display: flex; flex-direction: column; align-items: stretch;
    position: fixed; top: 74px; right: 0; bottom: 0; left: auto;
    width: min(84%, 320px);
    background: #fff;
    padding: 12px 0 24px;
    box-shadow: -22px 0 60px rgba(9, 20, 40, 0.34);
    transform: translateX(105%);
    transition: transform .4s cubic-bezier(.33,1,.68,1);
    z-index: 110; overflow-y: auto;
  }
  .nav.open { transform: translateX(0); }
  .nav a {
    padding: 17px 26px; font-size: 16px; font-weight: 600; color: var(--text);
    display: flex; align-items: center; justify-content: space-between;
    border-right: 3px solid transparent;
    transition: background .2s, color .2s, border-color .2s;
  }
  .nav a + a { border-top: 1px solid var(--border); }
  .nav a::after {
    content: ""; width: 8px; height: 8px;
    border-top: 2px solid currentColor; border-left: 2px solid currentColor;
    transform: rotate(-45deg); color: #c2ccda;
  }
  .nav a:hover, .nav a.active {
    background: var(--blue-light); color: var(--navy); border-right-color: var(--blue);
  }
  .nav a.active::after { color: var(--blue); }
}

/* ===== موشن ظریف هدر و هیرو (طراحی بدون تغییر؛ فقط حرکت) ===== */
/* هدر: fade نرم هنگام لود + سایه‌ی ظریف هنگام اسکرول */
.header { animation: hdrFade .45s ease both; transition: box-shadow .3s ease; }
@keyframes hdrFade { from { opacity: 0; } to { opacity: 1; } }
.header.scrolled { box-shadow: 0 6px 22px rgba(20, 45, 85, 0.09); }

/* ورود ظریف لوگو/ناوبری/دکمه (فقط دسکتاپ تا منوی کشوی موبایل دست‌نخورده بماند) */
@media (min-width: 761px) {
  .logo { animation: hdrItem .5s ease both; }
  .nav { animation: hdrItem .5s ease .07s both; }
  .header-cta { animation: hdrItem .5s ease .14s both; }
}
@keyframes hdrItem { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }

/* حرکت ظریف آیکون دکمه «تماس آزمایشگاه» هنگام hover */
.header-cta .btn:hover svg { transform: translateX(-3px) rotate(-8deg); }

/* هیرو: ورود پلکانی نرم محتوا + fade تصویر (هماهنگ با easing بخش تجهیزات) */
.hero-img { animation: heroImg .8s ease .05s both; }
@keyframes heroImg { from { opacity: 0; } to { opacity: 1; } }
.hero-text > * { animation: heroIn .7s cubic-bezier(.22,1,.36,1) both; }
.hero-text > h1 { animation-delay: .06s; }
.hero-text > .sub { animation-delay: .14s; }
.hero-text > p { animation-delay: .22s; }
.hero-text > .hero-actions { animation-delay: .30s; }
.hero-text > .hero-stats { animation-delay: .38s; }
@keyframes heroIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

/* کارت‌های همکاران: ورود پلکانی خیلی ظریف + hover ملایم */
.partner-card {
  animation: heroIn .7s cubic-bezier(.22,1,.36,1) both;
  transition: transform .25s ease, box-shadow .25s ease;
}
.partner-card:nth-child(1) { animation-delay: .36s; }
.partner-card:nth-child(2) { animation-delay: .44s; }
.partner-card:nth-child(3) { animation-delay: .52s; }
.partner-card .p-icon { transition: transform .3s ease; }
.partner-card:hover { transform: translateY(-3px); box-shadow: 0 22px 50px rgba(15, 35, 70, 0.20); }
.partner-card:hover .p-icon { transform: scale(1.05); }

/* سربرگ صفحات داخلی: ورود نرم عنوان و بردکرامب */
.page-head h1 { animation: heroIn .6s cubic-bezier(.22,1,.36,1) both; }
.page-head .breadcrumb { animation: heroIn .6s cubic-bezier(.22,1,.36,1) .12s both; }

@media (prefers-reduced-motion: reduce) {
  .header, .logo, .nav, .header-cta, .hero-img, .hero-text > *, .partner-card,
  .page-head h1, .page-head .breadcrumb { animation: none !important; }
}
