/*
Theme Name: Armaghan Tajhiz Taban
Theme URI: https://armaghantajhiz.com
Author: Armaghan Tajhiz Taban
Description: Lightweight custom WordPress theme for Armaghan Tajhiz Taban.
Version: 1.0
Text Domain: armaghan
*/

@font-face {
  font-family: 'Vazirmatn';
  src: url('assets/fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('assets/fonts/Vazirmatn-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('assets/fonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/Inter-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html {
  direction: rtl;
}

body {
  margin: 0;
  font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
  direction: rtl;
  text-align: right;
  background: #f7f9fc;
  color: #1f2937;
}

.lang-en {
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  text-align: left;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 8px 24px rgba(15, 47, 74, 0.04);
}

/* وقتی داخل پنل وردپرس لاگین هستی و Admin Bar بالای سایت دیده می‌شود */
body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
}

.site-logo {
  order: 1;
}

.site-nav {
  order: 2;
}

.site-logo {
  font-size: 22px;
  font-weight: 700;
  color: #0f3a5f;
}

.site-nav {
  display: flex;
  gap: 24px;
  direction: rtl;
}

.site-nav a {
  color: #374151;
  font-size: 15px;
  font-weight: 500;
}

.hero-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #eef7ff 0%, #ffffff 45%, #e8f4ff 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.hero-label {
  display: inline-block;
  color: #0f73b7;
  font-weight: 700;
  margin-bottom: 18px;
}

.hero-content h1 {
  font-size: 48px;
  color: #0f2f4a;
  margin: 0 0 22px;
}

.hero-content p {
  font-size: 18px;
  line-height: 2;
  color: #4b5563;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  padding: 13px 24px;
  border-radius: 10px;
  font-weight: 700;
  display: inline-block;
}

.btn-primary {
  background: #0f73b7;
  color: #ffffff;
}

.btn-outline {
  background: #ffffff;
  color: #0f73b7;
  border: 1px solid #b9d8ef;
}

.hero-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 20px 60px rgba(15, 58, 95, 0.1);
  border: 1px solid #e5eef7;
}

.hero-card h3 {
  margin-top: 0;
  color: #0f2f4a;
}

.hero-card ul {
  margin: 0;
  padding-right: 20px;
  line-height: 2.2;
  color: #374151;
}

.section {
  padding: 74px 0;
  background: #ffffff;
}

.section-light {
  background: #f7f9fc;
}

.section h2 {
  font-size: 32px;
  color: #0f2f4a;
  margin: 0 0 20px;
}

.section p {
  font-size: 17px;
  line-height: 2;
  color: #4b5563;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 32px;
}

.info-card {
  background: #ffffff;
  padding: 26px;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
}

.info-card h3 {
  margin-top: 0;
  color: #0f3a5f;
}

.info-card p {
  font-size: 15px;
}

.contact-section {
  background: #0f2f4a;
  padding: 74px 0;
}

.contact-box h2,
.contact-box p {
  color: #ffffff;
}

.contact-info {
  margin-top: 26px;
  background: rgba(255,255,255,0.1);
  padding: 24px;
  border-radius: 18px;
}

.site-footer {
  background: #071d2e;
  color: #ffffff;
  text-align: center;
  padding: 24px 0;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 768px) {
  .header-inner {
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }

  .hero-section {
    padding: 58px 0;
  }

  .hero-grid,
  .cards-grid {
    grid-template-columns: 1fr;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .hero-content p {
    font-size: 16px;
  }
}
.site-nav ul,
.primary-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  direction: rtl;
}

.site-nav li {
  margin: 0;
}

.site-nav a {
  color: #374151;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.site-nav a:hover {
  color: #0f73b7;
}

.current-menu-item > a {
  color: #0f73b7;
  font-weight: 700;
}
.about-page-content {
  background: #ffffff;
}

.about-page-content p {
  margin-bottom: 22px;
}

.about-page-content h2 {
  margin-top: 42px;
  margin-bottom: 16px;
  color: #0f2f4a;
  font-size: 26px;
}

.about-page-content ul {
  background: #f7f9fc;
  border: 1px solid #e5eef7;
  border-radius: 18px;
  padding: 24px 34px;
  margin: 24px 0 0;
}

.about-page-content li {
  margin-bottom: 10px;
}

.page-hero {
  background: linear-gradient(135deg, #eef7ff 0%, #ffffff 55%, #e8f4ff 100%);
  padding: 70px 0;
  border-bottom: 1px solid #e5eef7;
}

.page-hero h1 {
  margin: 0;
  color: #0f2f4a;
  font-size: 38px;
}

.page-content-section {
  background: #ffffff;
  padding: 64px 0;
}

.page-content {
  max-width: 900px;
}

.page-content p {
  font-size: 17px;
  line-height: 2.1;
  color: #4b5563;
}

.page-content h2 {
  color: #0f2f4a;
  font-size: 28px;
  margin-top: 36px;
}

.page-content ul {
  line-height: 2.1;
  color: #4b5563;
  font-size: 17px;
}

.page-content li {
  margin-bottom: 8px;
}

.about-page-content p {
  margin-bottom: 22px;
}

.about-page-content h2 {
  margin-top: 42px;
  margin-bottom: 16px;
  color: #0f2f4a;
  font-size: 26px;
}

.about-page-content ul {
  background: #f7f9fc;
  border: 1px solid #e5eef7;
  border-radius: 18px;
  padding: 24px 34px;
  margin: 24px 0 0;
}
html,
body {
  min-height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.site-footer {
  margin-top: auto;
  width: 100%;
}
.site-footer {
  margin-top: auto;
  width: 100%;
  background: #071d2e;
  color: #ffffff;
}

.footer-main {
  position: relative;
  padding: 76px 0 48px;
  background:
    radial-gradient(circle at top right, rgba(15, 115, 183, 0.25), transparent 34%),
    linear-gradient(135deg, #071d2e 0%, #0b2a42 55%, #061826 100%);
  overflow: hidden;
}

.footer-main::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 28px;
  pointer-events: none;
}

.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.45fr 0.85fr 1fr 1.05fr;
  gap: 34px;
  align-items: start;
}

.footer-brand h3,
.footer-column h4 {
  margin: 0 0 18px;
  color: #ffffff;
}

.footer-brand h3 {
  font-size: 26px;
  font-weight: 800;
}

.footer-brand p {
  margin: 0;
  color: #c9d6e2;
  line-height: 2;
  font-size: 15px;
}

.footer-column h4 {
  font-size: 17px;
  font-weight: 800;
  position: relative;
  padding-bottom: 12px;
}

.footer-column h4::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 10px;
  background: #3aa0df;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.footer-badges span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #dceaf5;
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-menu,
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li,
.footer-list li {
  margin-bottom: 12px;
  color: #c9d6e2;
  font-size: 14px;
}

.footer-menu a {
  color: #c9d6e2;
  transition: color 0.2s ease, padding-right 0.2s ease;
}

.footer-menu a:hover {
  color: #ffffff;
  padding-right: 5px;
}

.footer-list li {
  position: relative;
  padding-right: 16px;
}

.footer-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3aa0df;
}

.footer-contact .contact-item {
  margin-bottom: 16px;
}

.contact-label {
  display: block;
  color: #8fb7d4;
  font-size: 13px;
  margin-bottom: 6px;
}

.footer-contact a,
.footer-contact p {
  color: #ffffff;
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}

.footer-cta {
  display: inline-flex;
  margin-top: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  background: #0f73b7;
  color: #ffffff !important;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease;
}

.footer-cta:hover {
  background: #1688d4;
  transform: translateY(-2px);
}

.footer-bottom {
  background: #04131f;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer-bottom p {
  margin: 0;
  color: #b7c8d6;
  font-size: 14px;
}

.footer-en {
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  text-align: left;
  letter-spacing: 0.2px;
}

@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .footer-main {
    padding: 54px 0 36px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-en {
    text-align: center;
  }
}
.footer-list a {
  color: #c9d6e2;
  transition: color 0.2s ease, padding-right 0.2s ease;
}

.footer-list a:hover {
  color: #ffffff;
  padding-right: 5px;
}

.contact-page {
  direction: rtl;
}

.contact-intro {
  max-width: 850px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-label {
  display: inline-block;
  color: #0f73b7;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 14px;
}

.contact-intro h2,
.contact-business-box h2,
.form-text h2 {
  color: #0f2f4a;
  font-size: 32px;
  line-height: 1.7;
  margin: 0 0 18px;
}

.contact-intro p,
.business-content p,
.business-side p,
.form-text p {
  color: #4b5563;
  font-size: 16px;
  line-height: 2;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 44px;
}

.contact-card {
  background: #ffffff;
  border: 1px solid #e5eef7;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(15, 58, 95, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(15, 58, 95, 0.1);
}

.contact-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #eef7ff;
  color: #0f73b7;
  font-size: 22px;
  margin-bottom: 18px;
}

.contact-card h3 {
  margin: 0 0 12px;
  color: #0f2f4a;
  font-size: 20px;
}

.contact-card p {
  color: #4b5563;
  line-height: 1.9;
  font-size: 15px;
  margin: 0 0 16px;
}

.contact-card a,
.contact-card span {
  color: #0f73b7;
  font-weight: 800;
}

.contact-business-box {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 28px;
  align-items: stretch;
  background:
    radial-gradient(circle at top left, rgba(15, 115, 183, 0.12), transparent 34%),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 100%);
  border: 1px solid #e5eef7;
  border-radius: 28px;
  padding: 34px;
  margin-bottom: 44px;
}

.business-content ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.business-content li {
  position: relative;
  padding-right: 22px;
  margin-bottom: 12px;
  color: #374151;
  line-height: 1.9;
}

.business-content li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  width: 8px;
  height: 8px;
  background: #0f73b7;
  border-radius: 50%;
}

.business-side {
  background: #0f2f4a;
  color: #ffffff;
  border-radius: 24px;
  padding: 28px;
}

.business-side h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 21px;
}

.business-side p {
  color: #d6e5f0;
  margin-bottom: 18px;
}

.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.mini-list span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  color: #ffffff;
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  font-size: 13px;
}

.contact-main-btn {
  display: inline-flex;
  padding: 13px 20px;
  border-radius: 12px;
  background: #0f73b7;
  color: #ffffff !important;
  font-weight: 800;
}

.contact-form-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 32px;
  align-items: start;
  background: #ffffff;
  border: 1px solid #e5eef7;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 18px 50px rgba(15, 58, 95, 0.06);
}

.contact-form {
  background: #f7f9fc;
  border-radius: 24px;
  padding: 26px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  color: #0f2f4a;
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: 1px solid #d9e5ef;
  border-radius: 12px;
  padding: 13px 14px;
  font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
  font-size: 15px;
  background: #ffffff;
  color: #1f2937;
  outline: none;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #0f73b7;
  box-shadow: 0 0 0 4px rgba(15, 115, 183, 0.1);
}

.contact-submit {
  border: none;
  cursor: pointer;
  width: 100%;
  padding: 14px 20px;
  border-radius: 14px;
  background: #0f73b7;
  color: #ffffff;
  font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  transition: background 0.2s ease, transform 0.2s ease;
}

.contact-submit:hover {
  background: #1688d4;
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .contact-grid,
  .contact-business-box,
  .contact-form-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .contact-intro h2,
  .contact-business-box h2,
  .form-text h2 {
    font-size: 25px;
  }

  .contact-business-box,
  .contact-form-section {
    padding: 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}
.about-company-page {
  direction: rtl;
}

.about-intro {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 32px;
  align-items: stretch;
  margin-bottom: 44px;
}

.about-intro-text {
  background: #ffffff;
}

.about-intro-text h2,
.mission-box h2,
.capabilities-header h2,
.about-partner-box h2 {
  color: #0f2f4a;
  font-size: 32px;
  line-height: 1.7;
  margin: 0 0 18px;
}

.about-intro-text p,
.mission-box p,
.capability-item p,
.about-partner-box p {
  color: #4b5563;
  font-size: 16px;
  line-height: 2.05;
}

.about-highlight-card {
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.24), transparent 38%),
    linear-gradient(135deg, #0f2f4a 0%, #071d2e 100%);
  color: #ffffff;
  border-radius: 28px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 310px;
  box-shadow: 0 24px 65px rgba(15, 47, 74, 0.18);
}

.about-highlight-card span {
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  color: #8fd1ff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.about-highlight-card h3 {
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.45;
  margin: 0 0 18px;
}

.about-highlight-card p {
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  color: #d6e5f0;
  font-size: 15px;
  line-height: 1.9;
}

.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 44px;
}

.about-feature-card {
  background: #ffffff;
  border: 1px solid #e5eef7;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(15, 58, 95, 0.055);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(15, 58, 95, 0.1);
}

.feature-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #eef7ff;
  color: #0f73b7;
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 800;
  margin-bottom: 18px;
}

.about-feature-card h3,
.mission-list h3,
.capability-item h3 {
  color: #0f2f4a;
  margin: 0 0 12px;
  font-size: 20px;
}

.about-feature-card p {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.95;
  margin: 0;
}

.about-mission-section {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: stretch;
  background:
    radial-gradient(circle at top right, rgba(15, 115, 183, 0.12), transparent 35%),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 100%);
  border: 1px solid #e5eef7;
  border-radius: 28px;
  padding: 34px;
  margin-bottom: 44px;
}

.mission-list {
  background: #0f2f4a;
  border-radius: 24px;
  padding: 28px;
  color: #ffffff;
}

.mission-list h3 {
  color: #ffffff;
}

.mission-list ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.mission-list li {
  position: relative;
  padding-right: 22px;
  margin-bottom: 14px;
  color: #d6e5f0;
  line-height: 1.9;
}

.mission-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  width: 8px;
  height: 8px;
  background: #3aa0df;
  border-radius: 50%;
}

.about-capabilities {
  margin-bottom: 44px;
}

.capabilities-header {
  max-width: 780px;
  margin-bottom: 28px;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.capability-item {
  background: #ffffff;
  border: 1px solid #e5eef7;
  border-radius: 22px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.capability-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 28px;
  width: 4px;
  height: 44px;
  background: #0f73b7;
  border-radius: 10px 0 0 10px;
}

.capability-item h3,
.capability-item p {
  margin-right: 14px;
}

.about-partner-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.2), transparent 36%),
    linear-gradient(135deg, #0f2f4a 0%, #071d2e 100%);
  border-radius: 28px;
  padding: 36px;
  color: #ffffff;
}

.about-partner-box h2,
.about-partner-box p {
  color: #ffffff;
}

.about-partner-box p {
  color: #d6e5f0;
  margin-bottom: 0;
}

.about-cta {
  flex: 0 0 auto;
  display: inline-flex;
  padding: 14px 22px;
  border-radius: 14px;
  background: #0f73b7;
  color: #ffffff !important;
  font-weight: 800;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}

.about-cta:hover {
  background: #1688d4;
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .about-intro,
  .about-mission-section,
  .about-feature-grid,
  .capabilities-grid {
    grid-template-columns: 1fr;
  }

  .about-partner-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .about-intro-text h2,
  .mission-box h2,
  .capabilities-header h2,
  .about-partner-box h2 {
    font-size: 25px;
  }

  .about-highlight-card,
  .about-mission-section,
  .mission-list,
  .about-partner-box {
    padding: 24px;
  }
}
.articles-top-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 24px;
}

.articles-search-form {
  flex: 1;
  display: flex;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #e5eef7;
  border-radius: 16px;
  padding: 10px;
}

.articles-search-form input {
  flex: 1;
  border: none;
  outline: none;
  font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
  font-size: 15px;
  color: #1f2937;
}

.articles-search-form button {
  border: none;
  cursor: pointer;
  border-radius: 12px;
  padding: 10px 18px;
  background: #0f73b7;
  color: #ffffff;
  font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
  font-weight: 800;
}

.article-tags-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin: 14px 0 34px;
}

.article-tags-filter > span {
  color: #0f2f4a;
  font-weight: 800;
  margin-left: 6px;
}

.article-tags-filter a,
.article-card-tags span {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eef7ff;
  color: #0f73b7;
  font-size: 13px;
  font-weight: 700;
}

.article-tags-filter a.active,
.article-tags-filter a:hover {
  background: #0f73b7;
  color: #ffffff;
}

.article-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 18px;
}

/* Single Article */

.single-article-hero {
  background: linear-gradient(135deg, #eef7ff 0%, #ffffff 55%, #e8f4ff 100%);
  padding: 72px 0 54px;
  border-bottom: 1px solid #e5eef7;
}

.single-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.single-article-meta span,
.single-article-meta a {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ffffff;
  color: #0f73b7;
  border: 1px solid #d9eaf7;
  font-size: 14px;
  font-weight: 800;
}

.single-article-hero h1 {
  max-width: 940px;
  margin: 0;
  color: #0f2f4a;
  font-size: 42px;
  line-height: 1.65;
}

.single-excerpt {
  max-width: 820px;
  color: #4b5563;
  font-size: 17px;
  line-height: 2;
  margin: 18px 0 0;
}

.single-featured-image {
  background: #ffffff;
  padding: 42px 0 0;
}

.single-featured-image img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 28px;
  display: block;
  box-shadow: 0 24px 70px rgba(15, 58, 95, 0.12);
}

.single-article-section {
  background: #ffffff;
  padding: 54px 0 76px;
}

.single-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 36px;
  align-items: start;
}

.single-article-content {
  min-width: 0;
}

.single-content-body {
  color: #374151;
  font-size: 17px;
  line-height: 2.15;
}

.single-content-body h2 {
  color: #0f2f4a;
  font-size: 28px;
  margin-top: 44px;
  margin-bottom: 16px;
}

.single-content-body h3 {
  color: #0f3a5f;
  font-size: 22px;
  margin-top: 34px;
  margin-bottom: 12px;
}

.single-content-body p {
  margin-bottom: 22px;
}

.single-content-body ul,
.single-content-body ol {
  padding-right: 26px;
  margin-bottom: 24px;
}

.single-content-body li {
  margin-bottom: 10px;
}

.single-content-body img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.single-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #e5eef7;
}

.single-tags span {
  color: #0f2f4a;
  font-weight: 800;
}

.single-tags a {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef7ff;
  color: #0f73b7;
  font-size: 13px;
  font-weight: 800;
}

.single-article-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 44px;
  padding: 30px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.2), transparent 36%),
    linear-gradient(135deg, #0f2f4a 0%, #071d2e 100%);
  color: #ffffff;
}

.single-article-cta h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.7;
}

.single-article-cta p {
  color: #d6e5f0;
  margin: 0;
  line-height: 2;
}

.single-article-cta a {
  flex: 0 0 auto;
  display: inline-flex;
  padding: 13px 20px;
  border-radius: 14px;
  background: #0f73b7;
  color: #ffffff;
  font-weight: 800;
  white-space: nowrap;
}

.single-article-sidebar {
  position: sticky;
  top: 118px;
}

body.admin-bar .single-article-sidebar {
  top: 150px;
}

.sidebar-box {
  background: #f7f9fc;
  border: 1px solid #e5eef7;
  border-radius: 22px;
  padding: 24px;
  margin-bottom: 22px;
}

.sidebar-box h3 {
  margin: 0 0 18px;
  color: #0f2f4a;
  font-size: 20px;
}

.sidebar-article-list,
.sidebar-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-article-list li {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e5eef7;
}

.sidebar-article-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.sidebar-article-list a,
.sidebar-category-list a {
  color: #374151;
  font-weight: 800;
  line-height: 1.8;
}

.sidebar-article-list a:hover,
.sidebar-category-list a:hover {
  color: #0f73b7;
}

.sidebar-article-list span {
  display: block;
  color: #6b7280;
  font-size: 13px;
  margin-top: 6px;
}

.sidebar-category-list li {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .articles-top-panel {
    flex-direction: column;
    align-items: stretch;
  }

  .single-article-layout {
    grid-template-columns: 1fr;
  }

  .single-article-sidebar {
    position: static;
  }

  .single-article-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .single-article-hero h1 {
    font-size: 30px;
  }

  .single-featured-image img {
    border-radius: 18px;
  }

  .single-article-cta {
    padding: 24px;
  }
}

.article-body-html a {
  color: #0f73b7;
  font-weight: 800;
  border-bottom: 1px solid rgba(15, 115, 183, 0.25);
}

.article-body-html a:hover {
  color: #1688d4;
}

.article-body-html table {
  font-size: 15px;
}
.single-article-sidebar {
  position: sticky;
  top: 118px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  padding-left: 8px;
}

body.admin-bar .single-article-sidebar {
  top: 150px;
  max-height: calc(100vh - 175px);
}

.single-article-sidebar::-webkit-scrollbar {
  width: 6px;
}

.single-article-sidebar::-webkit-scrollbar-track {
  background: #eef4fa;
  border-radius: 999px;
}

.single-article-sidebar::-webkit-scrollbar-thumb {
  background: #b8ccdc;
  border-radius: 999px;
}

.single-article-sidebar::-webkit-scrollbar-thumb:hover {
  background: #8fb0c8;
}

/* ===============================
   Professional Blog Archive Page
================================ */

.blog-archive-main {
  direction: rtl;
  background: #f6f9fc;
}

.blog-archive-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 74px;
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.20), transparent 34%),
    linear-gradient(135deg, #eef7ff 0%, #ffffff 54%, #e8f4ff 100%);
  border-bottom: 1px solid #e5eef7;
}

.blog-archive-hero::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  right: -140px;
  top: -160px;
  background: rgba(15, 115, 183, 0.10);
}

.blog-archive-hero::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  left: 10%;
  bottom: -170px;
  background: rgba(15, 47, 74, 0.08);
}

.blog-archive-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 36px;
  align-items: center;
}

.blog-eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #0f73b7;
  border: 1px solid #d9eaf7;
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  font-size: 13px;
  font-weight: 800;
}

.blog-hero-content h1 {
  margin: 0;
  color: #0f2f4a;
  font-size: 44px;
  line-height: 1.45;
  font-weight: 900;
}

.blog-hero-content p {
  max-width: 760px;
  margin: 18px 0 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 2.05;
}

.blog-hero-card {
  min-height: 190px;
  padding: 26px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.35), transparent 42%),
    linear-gradient(135deg, #0f2f4a 0%, #071d2e 100%);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(15, 58, 95, 0.22);
}

.blog-hero-card span {
  display: block;
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  color: #9ed5f7;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}

.blog-hero-card strong {
  display: block;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 54px;
  line-height: 1;
  margin-bottom: 12px;
}

.blog-hero-card p {
  margin: 0;
  color: #d6e5f0;
  font-weight: 700;
}

.blog-archive-section {
  padding: 58px 0 82px;
}

.blog-filter-panel {
  position: relative;
  margin-top: -92px;
  margin-bottom: 34px;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e5eef7;
  box-shadow: 0 24px 70px rgba(15, 58, 95, 0.10);
  backdrop-filter: blur(10px);
}

.blog-filter-title {
  margin-bottom: 22px;
}

.blog-filter-title span {
  color: #0f73b7;
  font-weight: 900;
  font-size: 14px;
}

.blog-filter-title h2 {
  margin: 8px 0 0;
  color: #0f2f4a;
  font-size: 24px;
}

.blog-filter-form {
  display: grid;
  grid-template-columns: minmax(240px, 1.5fr) 1fr 1fr 0.8fr auto;
  gap: 14px;
  align-items: end;
}

.blog-filter-field label {
  display: block;
  margin-bottom: 8px;
  color: #0f2f4a;
  font-size: 13px;
  font-weight: 900;
}

.blog-filter-field input,
.blog-filter-field select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #dceaf5;
  border-radius: 15px;
  background: #f9fcff;
  color: #1f2937;
  outline: none;
  padding: 0 14px;
  font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
  font-size: 14px;
}

.blog-filter-field input:focus,
.blog-filter-field select:focus {
  border-color: #0f73b7;
  box-shadow: 0 0 0 4px rgba(15, 115, 183, 0.09);
  background: #ffffff;
}

.blog-filter-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.blog-filter-actions button,
.blog-filter-actions a {
  min-height: 48px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
  font-weight: 900;
}

.blog-filter-actions button {
  border: none;
  cursor: pointer;
  padding: 0 20px;
  background: #0f73b7;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 115, 183, 0.25);
}

.blog-filter-actions a {
  padding: 0 16px;
  color: #0f73b7;
  background: #eef7ff;
}

.blog-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 28px;
}

.blog-active-filters span {
  color: #0f2f4a;
  font-weight: 900;
}

.blog-active-filters strong {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef7ff;
  color: #0f73b7;
  font-size: 13px;
}

.blog-results-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.blog-results-head h2 {
  margin: 0;
  color: #0f2f4a;
  font-size: 28px;
  font-weight: 900;
}

.blog-results-head p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  font-weight: 800;
}

.blog-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.blog-article-card {
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e5eef7;
  box-shadow: 0 18px 48px rgba(15, 58, 95, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-article-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 75px rgba(15, 58, 95, 0.13);
}

.blog-card-image {
  display: block;
  height: 235px;
  overflow: hidden;
  background: #e8f4ff;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.blog-article-card:hover .blog-card-image img {
  transform: scale(1.045);
}

.blog-card-placeholder {
  height: 100%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eef7ff, #ffffff);
}

.blog-card-placeholder span {
  color: #0f73b7;
  font-weight: 900;
}

.blog-card-body {
  padding: 24px;
}

.blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.blog-card-meta span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: #f2f7fb;
  color: #557086;
  font-size: 12px;
  font-weight: 800;
}

.blog-card-body h2 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.75;
}

.blog-card-body h2 a {
  color: #0f2f4a;
}

.blog-card-body h2 a:hover {
  color: #0f73b7;
}

.blog-card-body p {
  margin: 0 0 18px;
  color: #4b5563;
  font-size: 15px;
  line-height: 2;
}

.blog-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 18px;
}

.blog-card-tags span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef7ff;
  color: #0f73b7;
  font-size: 12px;
  font-weight: 800;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0f73b7;
  font-weight: 900;
}

.blog-read-more span {
  transition: transform 0.2s ease;
}

.blog-read-more:hover span {
  transform: translateX(-4px);
}

.blog-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 42px;
}

.blog-pagination .page-numbers {
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #ffffff;
  color: #374151;
  border: 1px solid #e5eef7;
  font-weight: 900;
}

.blog-pagination .current {
  background: #0f73b7;
  color: #ffffff;
  border-color: #0f73b7;
}

.blog-empty-state {
  padding: 56px 28px;
  text-align: center;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e5eef7;
  box-shadow: 0 18px 48px rgba(15, 58, 95, 0.06);
}

.blog-empty-state h2 {
  margin: 0 0 12px;
  color: #0f2f4a;
  font-size: 28px;
}

.blog-empty-state p {
  margin: 0 0 22px;
  color: #4b5563;
}

.blog-empty-state a {
  display: inline-flex;
  padding: 12px 18px;
  border-radius: 14px;
  background: #0f73b7;
  color: #ffffff;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .blog-filter-form {
    grid-template-columns: 1fr 1fr;
  }

  .blog-filter-actions {
    grid-column: span 2;
  }

  .blog-articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .blog-archive-hero {
    padding: 64px 0 100px;
  }

  .blog-archive-hero-inner {
    grid-template-columns: 1fr;
  }

  .blog-hero-card {
    display: none;
  }

  .blog-hero-content h1 {
    font-size: 32px;
  }

  .blog-filter-panel {
    margin-top: -78px;
    padding: 22px;
  }

  .blog-filter-form {
    grid-template-columns: 1fr;
  }

  .blog-filter-actions {
    grid-column: auto;
    flex-direction: column;
    align-items: stretch;
  }

  .blog-results-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-articles-grid {
    grid-template-columns: 1fr;
  }

  .blog-card-image {
    height: 210px;
  }
}
.market-development-article .article-definition-card h3 {
  direction: rtl;
  font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
  text-align: right;
}

.market-phase-grid {
  grid-template-columns: repeat(3, 1fr);
}

.market-phase-grid .article-definition-card {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.14), transparent 36%),
    #ffffff;
}

@media (max-width: 900px) {
  .market-phase-grid {
    grid-template-columns: 1fr;
  }
}
.foreign-brands-article .brand-reference-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 30px 0;
}

.foreign-brands-article .brand-reference-card {
  padding: 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.12), transparent 38%),
    #ffffff;
  border: 1px solid #e5eef7;
  box-shadow: 0 14px 36px rgba(15, 58, 95, 0.055);
}

.foreign-brands-article .brand-reference-card h3 {
  margin-top: 0;
  color: #0f73b7;
  direction: ltr;
  text-align: right;
  font-family: 'Inter', 'Vazirmatn', Arial, sans-serif;
}

.foreign-brands-article .brand-reference-card p {
  margin-bottom: 0;
  font-size: 15px;
}

.article-note-box {
  margin: 30px 0;
  padding: 24px 26px;
  border-radius: 22px;
  background: #fff8eb;
  border: 1px solid #f3d7a2;
}

.article-note-box strong {
  display: block;
  color: #9a6514;
  font-size: 17px;
  margin-bottom: 10px;
}

.article-note-box p {
  margin: 0;
  color: #5f4b2a;
}

.article-process-list {
  display: grid;
  gap: 16px;
  margin: 30px 0;
}

.article-process-list .process-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border-radius: 22px;
  background: #f7f9fc;
  border: 1px solid #e5eef7;
}

.article-process-list .process-item span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #0f73b7;
  color: #ffffff;
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 900;
}

.article-process-list .process-item h3 {
  margin-top: 0;
  color: #0f2f4a;
}

.article-process-list .process-item p {
  margin-bottom: 0;
}

.foreign-brands-article .article-definition-card h3,
.specialty-grid .article-definition-card h3,
.foreign-criteria-grid .article-definition-card h3 {
  direction: rtl;
  text-align: right;
  font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
}

.specialty-grid {
  grid-template-columns: repeat(2, 1fr);
}

.specialty-grid .article-definition-card:last-child {
  grid-column: 1 / -1;
}

@media (max-width: 900px) {
  .foreign-brands-article .brand-reference-grid,
  .specialty-grid {
    grid-template-columns: 1fr;
  }

  .specialty-grid .article-definition-card:last-child {
    grid-column: auto;
  }

  .article-process-list .process-item {
    grid-template-columns: 1fr;
  }
}

.commercial-support-article .article-definition-card h3,
.commercial-audience-grid .article-definition-card h3,
.commercial-model-grid .article-definition-card h3 {
  direction: rtl;
  text-align: right;
  font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
}

.commercial-audience-grid,
.commercial-model-grid {
  grid-template-columns: repeat(2, 1fr);
}

.commercial-model-grid .article-definition-card:last-child {
  grid-column: 1 / -1;
}

.commercial-process-list .process-item h3 {
  margin-top: 0;
  color: #0f2f4a;
}

@media (max-width: 900px) {
  .commercial-audience-grid,
  .commercial-model-grid {
    grid-template-columns: 1fr;
  }

  .commercial-model-grid .article-definition-card:last-child {
    grid-column: auto;
  }
}

/* ===============================
   Home Page V2 - Premium Design
================================ */

.home-v2 {
  direction: rtl;
  background: #f6f9fc;
  overflow: hidden;
}

.home-hero-v2 {
  position: relative;
  padding: 92px 0 76px;
  background:
    radial-gradient(circle at 8% 20%, rgba(58, 160, 223, 0.24), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(15, 115, 183, 0.18), transparent 30%),
    linear-gradient(135deg, #eef7ff 0%, #ffffff 54%, #e8f4ff 100%);
  border-bottom: 1px solid #e5eef7;
}

.home-hero-v2::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(15, 115, 183, 0.08);
  border-radius: 36px;
  pointer-events: none;
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 54px;
  align-items: center;
}

.home-kicker,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #0f73b7;
  border: 1px solid #d9eaf7;
  font-size: 13px;
  font-weight: 900;
}

.home-kicker {
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
}

.home-hero-content h1 {
  margin: 18px 0 20px;
  color: #0f2f4a;
  font-size: 48px;
  line-height: 1.55;
  font-weight: 950;
  letter-spacing: -0.4px;
}

.home-hero-content p {
  max-width: 720px;
  margin: 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 2.15;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.home-primary-btn,
.home-secondary-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  padding: 0 22px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.home-primary-btn {
  background: #0f73b7;
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(15, 115, 183, 0.28);
}

.home-primary-btn:hover {
  background: #1688d4;
  transform: translateY(-2px);
}

.home-secondary-btn {
  background: #ffffff;
  color: #0f2f4a;
  border: 1px solid #d9eaf7;
}

.home-secondary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(15, 58, 95, 0.09);
}

.home-hero-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.home-hero-trust div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #e5eef7;
}

.home-hero-trust strong {
  display: block;
  color: #0f2f4a;
  font-size: 14px;
  margin-bottom: 6px;
}

.home-hero-trust span {
  display: block;
  color: #607086;
  font-size: 13px;
  line-height: 1.8;
}

.home-hero-visual {
  position: relative;
  min-height: 470px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.32), transparent 36%),
    linear-gradient(135deg, #0f2f4a 0%, #071d2e 100%);
  box-shadow: 0 34px 90px rgba(15, 58, 95, 0.25);
  overflow: hidden;
}

.home-hero-visual::before {
  content: "";
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 28px;
}

.home-hero-visual::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  left: -80px;
  bottom: -80px;
  background: rgba(58, 160, 223, 0.16);
}

.hero-glass-card {
  position: absolute;
  right: 38px;
  top: 48px;
  left: 38px;
  padding: 30px;
  border-radius: 28px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(12px);
  color: #ffffff;
  z-index: 2;
}

.hero-card-main span {
  display: block;
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  color: #8fd2ff;
  font-weight: 900;
  margin-bottom: 16px;
}

.hero-card-main h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.3;
}

.hero-card-main p {
  margin: 0;
  color: #d6e5f0;
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  text-align: left;
}

.hero-floating-card {
  position: absolute;
  z-index: 3;
  width: 220px;
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 24px 58px rgba(0,0,0,0.18);
}

.hero-floating-card strong {
  display: block;
  color: #0f73b7;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 24px;
  margin-bottom: 8px;
}

.hero-floating-card span {
  color: #0f2f4a;
  font-weight: 900;
  line-height: 1.8;
  font-size: 14px;
}

.card-one {
  right: 58px;
  bottom: 150px;
}

.card-two {
  left: 44px;
  bottom: 88px;
}

.card-three {
  right: 118px;
  bottom: 34px;
}

.home-partner-strip {
  background: #ffffff;
  border-bottom: 1px solid #e5eef7;
}

.partner-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.partner-strip-item {
  padding: 26px 24px;
  border-left: 1px solid #e5eef7;
}

.partner-strip-item:last-child {
  border-left: none;
}

.partner-strip-item span {
  display: block;
  color: #0f73b7;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 8px;
}

.partner-strip-item strong {
  display: block;
  color: #0f2f4a;
  line-height: 1.9;
}

.home-section {
  padding: 82px 0;
}

.home-two-col {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 42px;
  align-items: center;
}

.home-two-col.reverse {
  grid-template-columns: 0.95fr 1fr;
}

.home-section-text h2,
.home-section-head h2,
.international-box h2,
.home-contact-info h2 {
  margin: 16px 0 18px;
  color: #0f2f4a;
  font-size: 34px;
  line-height: 1.65;
  font-weight: 950;
}

.home-section-text p,
.home-section-head p,
.international-box p,
.home-contact-info p {
  color: #4b5563;
  font-size: 16px;
  line-height: 2.1;
}

.home-text-link {
  display: inline-flex;
  margin-top: 14px;
  color: #0f73b7;
  font-weight: 900;
}

.home-value-panel {
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.18), transparent 38%),
    #ffffff;
  border: 1px solid #e5eef7;
  box-shadow: 0 22px 60px rgba(15, 58, 95, 0.08);
}

.home-value-panel h3 {
  margin: 0 0 22px;
  color: #0f2f4a;
  font-size: 24px;
}

.home-value-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-value-panel li {
  position: relative;
  padding: 0 22px 0 0;
  margin-bottom: 16px;
  color: #374151;
  line-height: 1.9;
  font-weight: 700;
}

.home-value-panel li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0f73b7;
}

.home-section-head {
  max-width: 820px;
  margin: 0 auto 36px;
  text-align: center;
}

.home-section-head.light h2,
.home-section-head.light p {
  color: #ffffff;
}

.home-section-head.light .section-label {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.14);
  color: #9ed5f7;
}

.home-services-v2 {
  background: #ffffff;
}

.home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.home-service-card {
  display: block;
  min-height: 245px;
  padding: 28px;
  border-radius: 26px;
  background: #f7f9fc;
  border: 1px solid #e5eef7;
  box-shadow: 0 16px 42px rgba(15, 58, 95, 0.045);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.home-service-card:hover {
  transform: translateY(-7px);
  background: #ffffff;
  box-shadow: 0 28px 74px rgba(15, 58, 95, 0.12);
}

.home-service-card span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: #eef7ff;
  color: #0f73b7;
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 950;
  margin-bottom: 22px;
}

.home-service-card h3 {
  margin: 0 0 14px;
  color: #0f2f4a;
  font-size: 20px;
}

.home-service-card p {
  margin: 0;
  color: #4b5563;
  line-height: 2;
  font-size: 15px;
}

.home-process-v2 {
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.2), transparent 30%),
    linear-gradient(135deg, #0f2f4a 0%, #071d2e 100%);
}

.home-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.home-process-step {
  padding: 26px;
  border-radius: 24px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: #ffffff;
}

.home-process-step span {
  display: inline-flex;
  color: #8fd2ff;
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 950;
  margin-bottom: 18px;
}

.home-process-step h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 19px;
}

.home-process-step p {
  margin: 0;
  color: #d6e5f0;
  line-height: 2;
  font-size: 14px;
}

.home-focus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.focus-item {
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e5eef7;
  box-shadow: 0 16px 42px rgba(15, 58, 95, 0.05);
}

.focus-item h3 {
  margin: 0 0 12px;
  color: #0f2f4a;
}

.focus-item p {
  margin: 0;
  color: #4b5563;
  line-height: 2;
  font-size: 14px;
}

.home-international-v2 {
  padding-top: 0;
}

.international-box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding: 42px;
  border-radius: 32px;
  color: #ffffff;
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.28), transparent 34%),
    linear-gradient(135deg, #0f2f4a 0%, #071d2e 100%);
  box-shadow: 0 28px 76px rgba(15, 58, 95, 0.18);
}

.international-box h2 {
  color: #ffffff;
}

.international-box p {
  color: #d6e5f0;
}

.international-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.international-tags span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.12);
  color: #dceaf5;
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  font-size: 12px;
  font-weight: 800;
}

.home-articles-v2 {
  background: #ffffff;
}

.home-article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.home-article-card {
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e5eef7;
  box-shadow: 0 18px 52px rgba(15, 58, 95, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-article-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 74px rgba(15, 58, 95, 0.13);
}

.home-article-image {
  display: block;
  height: 220px;
  overflow: hidden;
  background: #eef7ff;
}

.home-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-article-placeholder {
  height: 100%;
  display: grid;
  place-items: center;
  color: #0f73b7;
  font-weight: 900;
}

.home-article-body {
  padding: 24px;
}

.home-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.home-article-meta span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f2f7fb;
  color: #557086;
  font-size: 12px;
  font-weight: 800;
}

.home-article-body h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.8;
}

.home-article-body h3 a {
  color: #0f2f4a;
}

.home-article-body p {
  color: #4b5563;
  line-height: 2;
  font-size: 15px;
  margin: 0 0 18px;
}

.home-read-more {
  color: #0f73b7;
  font-weight: 900;
}

.home-more-articles {
  text-align: center;
  margin-top: 34px;
}

.home-more-articles a {
  display: inline-flex;
  padding: 13px 20px;
  border-radius: 14px;
  background: #eef7ff;
  color: #0f73b7;
  font-weight: 900;
}

.home-contact-v2 {
  background:
    radial-gradient(circle at top right, rgba(15, 115, 183, 0.14), transparent 36%),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 100%);
}

.home-contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 38px;
  align-items: start;
}

.home-contact-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.home-contact-points span {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #d9eaf7;
  color: #0f73b7;
  font-weight: 800;
  font-size: 13px;
}

.home-contact-form-box {
  padding: 30px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #e5eef7;
  box-shadow: 0 24px 70px rgba(15, 58, 95, 0.11);
}

.home-contact-form .form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.home-contact-form .form-group {
  margin-bottom: 16px;
}

.home-contact-form label {
  display: block;
  margin-bottom: 8px;
  color: #0f2f4a;
  font-size: 13px;
  font-weight: 900;
}

.home-contact-form input,
.home-contact-form select,
.home-contact-form textarea {
  width: 100%;
  border: 1px solid #dceaf5;
  border-radius: 15px;
  background: #f9fcff;
  color: #1f2937;
  outline: none;
  padding: 13px 14px;
  font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
  font-size: 14px;
}

.home-contact-form input:focus,
.home-contact-form select:focus,
.home-contact-form textarea:focus {
  border-color: #0f73b7;
  box-shadow: 0 0 0 4px rgba(15, 115, 183, 0.09);
  background: #ffffff;
}

.home-contact-form button {
  width: 100%;
  min-height: 52px;
  border: none;
  cursor: pointer;
  border-radius: 16px;
  background: #0f73b7;
  color: #ffffff;
  font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
  font-weight: 950;
  font-size: 15px;
  box-shadow: 0 16px 34px rgba(15, 115, 183, 0.24);
}

.armaghan-hp-field {
  display: none !important;
}

.home-form-message {
  padding: 14px 16px;
  border-radius: 14px;
  margin-bottom: 18px;
  font-weight: 800;
}

.home-form-message.success {
  background: #eafaf0;
  color: #13743b;
  border: 1px solid #bfe8cf;
}

.home-form-message.error {
  background: #fff0f0;
  color: #a42a2a;
  border: 1px solid #f1c0c0;
}

@media (max-width: 1100px) {
  .home-hero-grid,
  .home-two-col,
  .home-two-col.reverse,
  .home-contact-grid {
    grid-template-columns: 1fr;
  }

  .home-services-grid,
  .home-article-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-hero-visual {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .home-hero-v2 {
    padding: 60px 0;
  }

  .home-hero-v2::before {
    display: none;
  }

  .home-hero-content h1 {
    font-size: 32px;
  }

  .home-hero-trust,
  .partner-strip-grid,
  .home-services-grid,
  .home-process-grid,
  .home-focus-grid,
  .home-article-grid,
  .home-contact-form .form-row {
    grid-template-columns: 1fr;
  }

  .partner-strip-item {
    border-left: none;
    border-bottom: 1px solid #e5eef7;
  }

  .partner-strip-item:last-child {
    border-bottom: none;
  }

  .home-hero-visual {
    min-height: 390px;
  }

  .hero-floating-card {
    position: relative;
    right: auto;
    left: auto;
    bottom: auto;
    width: auto;
    margin: 12px 28px;
  }

  .hero-glass-card {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    margin: 28px;
  }

  .home-section {
    padding: 58px 0;
  }

  .home-section-text h2,
  .home-section-head h2,
  .international-box h2,
  .home-contact-info h2 {
    font-size: 26px;
  }

  .international-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
  }

  .home-contact-form-box {
    padding: 22px;
  }
}





/* ===============================
   Contact Page Professional
================================ */

.contact-pro-page {
  direction: rtl;
  background: #f6f9fc;
  overflow: hidden;
}

.contact-pro-hero {
  position: relative;
  padding: 82px 0 72px;
  background:
    radial-gradient(circle at 10% 18%, rgba(58, 160, 223, 0.24), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(15, 115, 183, 0.16), transparent 32%),
    linear-gradient(135deg, #eef7ff 0%, #ffffff 55%, #e8f4ff 100%);
  border-bottom: 1px solid #e5eef7;
}

.contact-pro-hero::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(15, 115, 183, 0.08);
  border-radius: 36px;
  pointer-events: none;
}

.contact-pro-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 42px;
  align-items: center;
}

.contact-pro-kicker {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #0f73b7;
  border: 1px solid #d9eaf7;
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  font-size: 13px;
  font-weight: 900;
}

.contact-pro-hero-content h1 {
  margin: 18px 0 20px;
  color: #0f2f4a;
  font-size: 44px;
  line-height: 1.55;
  font-weight: 950;
}

.contact-pro-hero-content p {
  max-width: 760px;
  margin: 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 2.15;
}

.contact-pro-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-pro-hero-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 15px;
  font-weight: 900;
}

.contact-pro-hero-actions a:first-child {
  background: #0f73b7;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 115, 183, 0.24);
}

.contact-pro-hero-actions a:last-child {
  background: #ffffff;
  color: #0f2f4a;
  border: 1px solid #d9eaf7;
}

.contact-pro-hero-card {
  padding: 30px;
  border-radius: 32px;
  color: #ffffff;
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.32), transparent 38%),
    linear-gradient(135deg, #0f2f4a 0%, #071d2e 100%);
  box-shadow: 0 30px 82px rgba(15, 58, 95, 0.22);
}

.contact-pro-hero-card > span {
  display: block;
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  color: #8fd2ff;
  font-weight: 900;
  margin-bottom: 18px;
}

.contact-pro-hero-card h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.35;
}

.contact-pro-hero-card p {
  margin: 0;
  color: #d6e5f0;
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  text-align: left;
  line-height: 1.8;
}

.contact-pro-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-pro-card-tags strong {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.12);
  color: #e5f3ff;
  font-size: 13px;
}

.contact-pro-info-section {
  background: #ffffff;
  padding: 42px 0;
  border-bottom: 1px solid #e5eef7;
}

.contact-pro-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.contact-pro-info-card {
  padding: 28px;
  border-radius: 26px;
  background: #f7f9fc;
  border: 1px solid #e5eef7;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-pro-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 62px rgba(15, 58, 95, 0.10);
}

.contact-pro-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #eef7ff;
  color: #0f73b7;
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-pro-info-card h3 {
  margin: 0 0 12px;
  color: #0f2f4a;
  font-size: 20px;
}

.contact-pro-info-card p {
  margin: 0 0 16px;
  color: #4b5563;
  line-height: 2;
  font-size: 15px;
}

.contact-pro-info-card a,
.contact-pro-info-card span {
  color: #0f73b7;
  font-weight: 900;
}

.contact-pro-main-section {
  padding: 82px 0;
  background:
    radial-gradient(circle at top right, rgba(15, 115, 183, 0.10), transparent 36%),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 100%);
}

.contact-pro-main-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 38px;
  align-items: start;
}

.contact-pro-side h2,
.contact-pro-section-head h2,
.contact-pro-faq-title h2,
.contact-pro-partnership-box h2 {
  margin: 16px 0 18px;
  color: #0f2f4a;
  font-size: 32px;
  line-height: 1.65;
  font-weight: 950;
}

.contact-pro-side p,
.contact-pro-section-head p,
.contact-pro-partnership-box p {
  color: #4b5563;
  font-size: 16px;
  line-height: 2.1;
}

.contact-pro-checklist {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.contact-pro-checklist div {
  padding: 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e5eef7;
  box-shadow: 0 14px 38px rgba(15, 58, 95, 0.045);
}

.contact-pro-checklist span {
  display: inline-flex;
  color: #0f73b7;
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 950;
  margin-bottom: 8px;
}

.contact-pro-checklist strong {
  display: block;
  color: #0f2f4a;
  font-family: 'Inter', 'Vazirmatn', Arial, sans-serif;
  direction: ltr;
  text-align: right;
  margin-bottom: 8px;
}

.contact-pro-checklist p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.9;
}

.contact-pro-form-wrap .armaghan-contact-form-box {
  position: sticky;
  top: 118px;
}

body.admin-bar .contact-pro-form-wrap .armaghan-contact-form-box {
  top: 150px;
}

.contact-pro-partnership-section {
  padding: 0 0 82px;
  background: #ffffff;
}

.contact-pro-partnership-box {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 30px;
  align-items: center;
  padding: 42px;
  border-radius: 32px;
  color: #ffffff;
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.28), transparent 34%),
    linear-gradient(135deg, #0f2f4a 0%, #071d2e 100%);
  box-shadow: 0 28px 76px rgba(15, 58, 95, 0.18);
}

.contact-pro-partnership-box .section-label {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.14);
  color: #9ed5f7;
}

.contact-pro-partnership-box h2 {
  color: #ffffff;
}

.contact-pro-partnership-box p {
  color: #d6e5f0;
}

.contact-pro-mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-pro-mini-tags span {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.12);
  color: #e5f3ff;
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  font-size: 13px;
  font-weight: 800;
}

.contact-pro-process-section {
  padding: 82px 0;
  background: #f6f9fc;
}

.contact-pro-section-head {
  max-width: 780px;
  margin: 0 auto 36px;
  text-align: center;
}

.contact-pro-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.contact-pro-process-card {
  padding: 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e5eef7;
  box-shadow: 0 16px 44px rgba(15, 58, 95, 0.06);
}

.contact-pro-process-card span {
  display: inline-flex;
  color: #0f73b7;
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 950;
  margin-bottom: 18px;
}

.contact-pro-process-card h3 {
  margin: 0 0 12px;
  color: #0f2f4a;
  font-size: 19px;
}

.contact-pro-process-card p {
  margin: 0;
  color: #4b5563;
  line-height: 2;
  font-size: 14px;
}

.contact-pro-faq-section {
  padding: 82px 0;
  background: #ffffff;
}

.contact-pro-faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 36px;
  align-items: start;
}

.contact-pro-faq-list {
  display: grid;
  gap: 16px;
}

.contact-pro-faq-item {
  padding: 24px;
  border-radius: 24px;
  background: #f7f9fc;
  border: 1px solid #e5eef7;
}

.contact-pro-faq-item h3 {
  margin: 0 0 10px;
  color: #0f2f4a;
  font-size: 18px;
}

.contact-pro-faq-item p {
  margin: 0;
  color: #4b5563;
  line-height: 2;
}

@media (max-width: 1100px) {
  .contact-pro-hero-grid,
  .contact-pro-main-grid,
  .contact-pro-partnership-box,
  .contact-pro-faq-grid {
    grid-template-columns: 1fr;
  }

  .contact-pro-process-grid,
  .contact-pro-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-pro-form-wrap .armaghan-contact-form-box {
    position: static;
  }
}

@media (max-width: 760px) {
  .contact-pro-hero {
    padding: 60px 0;
  }

  .contact-pro-hero::before {
    display: none;
  }

  .contact-pro-hero-content h1 {
    font-size: 32px;
  }

  .contact-pro-info-grid,
  .contact-pro-process-grid {
    grid-template-columns: 1fr;
  }

  .contact-pro-main-section,
  .contact-pro-process-section,
  .contact-pro-faq-section {
    padding: 58px 0;
  }

  .contact-pro-partnership-box {
    padding: 28px;
  }

  .contact-pro-side h2,
  .contact-pro-section-head h2,
  .contact-pro-faq-title h2,
  .contact-pro-partnership-box h2 {
    font-size: 26px;
  }
}

/* ===============================
   Dynamic Professional Footer
================================ */

.footer-pro {
  margin-top: auto;
  width: 100%;
  background: #061826;
  color: #ffffff;
}

.footer-pro-main {
  position: relative;
  padding: 72px 0 44px;
  background:
    radial-gradient(circle at top right, rgba(58, 160, 223, 0.18), transparent 34%),
    linear-gradient(135deg, #071d2e 0%, #0b2a42 56%, #061826 100%);
  overflow: hidden;
}

.footer-pro-main::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 30px;
  pointer-events: none;
}

.footer-pro-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 1fr 0.95fr;
  gap: 38px;
  align-items: start;
}

.footer-pro-logo {
  display: inline-flex;
  color: #ffffff;
  font-size: 28px;
  font-weight: 950;
  margin-bottom: 18px;
}

.footer-pro-brand p,
.footer-widget p {
  margin: 0;
  color: #c9d6e2;
  line-height: 2.15;
  font-size: 15px;
  text-align: justify;
  text-align-last: right;
}

.footer-pro-column h4,
.footer-widget-title {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  position: relative;
  padding-bottom: 13px;
}

.footer-pro-column h4::after,
.footer-widget-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 3px;
  border-radius: 999px;
  background: #3aa0df;
}

.footer-pro-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-pro-menu li {
  margin-bottom: 13px;
}

.footer-pro-menu a {
  position: relative;
  display: inline-flex;
  color: #c9d6e2;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-pro-menu a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #3aa0df;
  margin-left: 10px;
  margin-top: 11px;
  flex: 0 0 auto;
  opacity: 0.9;
}

.footer-pro-menu a:hover {
  color: #ffffff;
  transform: translateX(-4px);
}

.footer-contact-row {
  margin-bottom: 16px;
}

.footer-contact-row span {
  display: block;
  color: #8fb7d4;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 6px;
}

.footer-contact-row a,
.footer-contact-row p {
  color: #ffffff;
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  text-align: right;
}

.footer-pro-cta,
.footer-contact-widget a[href*="/contact"] {
  display: inline-flex;
  margin-top: 8px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 14px;
  background: #0f73b7;
  color: #ffffff !important;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(15, 115, 183, 0.25);
  transition: background 0.2s ease, transform 0.2s ease;
}

.footer-pro-cta:hover,
.footer-contact-widget a[href*="/contact"]:hover {
  background: #1688d4;
  transform: translateY(-2px);
}

.footer-pro-bottom {
  background: #04131f;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 18px 0;
}

.footer-pro-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-pro-bottom p {
  margin: 0;
  color: #b7c8d6;
  font-size: 14px;
}

.footer-pro-en {
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  text-align: left;
}

.footer-bottom-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom-menu a {
  color: #b7c8d6;
  font-size: 13px;
  font-weight: 700;
}

.footer-bottom-menu a:hover {
  color: #ffffff;
}

@media (max-width: 1100px) {
  .footer-pro-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .footer-pro-main {
    padding: 54px 0 34px;
  }

  .footer-pro-main::before {
    display: none;
  }

  .footer-pro-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-pro-bottom-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-pro-en {
    text-align: center;
  }

  .footer-bottom-menu {
    justify-content: center;
  }
}
/* ===============================
   Premium Dynamic Header
================================ */

.header-pro {
  --header-height: 86px;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(229, 238, 247, 0.95);
  box-shadow: 0 14px 40px rgba(15, 58, 95, 0.055);
}

body.admin-bar .header-pro {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .header-pro {
    top: 46px;
  }
}

.header-pro-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  direction: rtl;
}

.header-brand-wrap {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.header-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #0f2f4a;
}

.header-logo-image {
  display: inline-flex;
  align-items: center;
}

.header-logo-image img {
  width: auto;
  max-width: 230px;
  max-height: 58px;
  display: block;
}

.header-logo-text {
  display: grid;
  gap: 2px;
  line-height: 1.3;
}

.header-logo-text strong {
  color: #0f2f4a;
  font-size: 21px;
  font-weight: 950;
  letter-spacing: -0.2px;
}

.header-logo-text small {
  color: #0f73b7;
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  text-align: right;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.4px;
}

.site-header-panel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.header-menu,
.header-menu ul,
.header-action-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.header-menu > li {
  position: relative;
}

.header-menu > li > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 14px;
  color: #24364a;
  font-size: 14px;
  font-weight: 850;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.header-menu > li > a:hover,
.header-menu > li.current-menu-item > a,
.header-menu > li.current-menu-ancestor > a {
  color: #0f73b7;
  background: #eef7ff;
}

.header-menu .menu-item-has-children > a::after {
  content: "⌄";
  font-size: 12px;
  margin-right: 7px;
  color: #7c92a8;
  transform: translateY(-1px);
}

.header-menu .sub-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 230px;
  padding: 10px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e5eef7;
  box-shadow: 0 24px 70px rgba(15, 58, 95, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.header-menu li:hover > .sub-menu,
.header-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-menu .sub-menu li {
  position: relative;
}

.header-menu .sub-menu a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px;
  border-radius: 13px;
  color: #374151;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.7;
  transition: background 0.2s ease, color 0.2s ease;
}

.header-menu .sub-menu a:hover {
  background: #eef7ff;
  color: #0f73b7;
}

.header-menu .sub-menu .sub-menu {
  top: 0;
  right: calc(100% + 10px);
}

.header-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.header-action-menu {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-action-menu a,
.header-action-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 15px;
  background: #0f73b7;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(15, 115, 183, 0.24);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.header-action-menu a:hover,
.header-action-link:hover {
  background: #1688d4;
  transform: translateY(-2px);
}

.header-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: none;
  cursor: pointer;
  border-radius: 16px;
  background: #eef7ff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.header-menu-toggle span {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #0f2f4a;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.header-overlay {
  display: none;
}

body.header-menu-open .header-menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.header-menu-open .header-menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.header-menu-open .header-menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

html {
  scroll-padding-top: 110px;
}

body.admin-bar html {
  scroll-padding-top: 150px;
}

/* Mobile Header */

@media (max-width: 980px) {
  .header-pro {
    --header-height: 76px;
  }

  .header-pro-inner {
    min-height: var(--header-height);
  }

  .header-menu-toggle {
    display: inline-flex;
  }

  .site-header-panel {
    position: fixed;
    top: var(--header-height);
    right: 16px;
    left: 16px;
    max-height: calc(100vh - var(--header-height) - 28px);
    overflow-y: auto;
    display: block;
    padding: 18px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid #e5eef7;
    box-shadow: 0 34px 90px rgba(15, 58, 95, 0.20);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    z-index: 1002;
  }

  body.admin-bar .site-header-panel {
    top: calc(var(--header-height) + 46px);
    max-height: calc(100vh - var(--header-height) - 68px);
  }

  body.header-menu-open .site-header-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .header-overlay {
    position: fixed;
    inset: 0;
    background: rgba(7, 24, 38, 0.28);
    backdrop-filter: blur(2px);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  body.header-menu-open .header-overlay {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  body.header-menu-open {
    overflow: hidden;
  }

  .header-nav,
  .header-menu {
    display: block;
  }

  .header-menu > li {
    border-bottom: 1px solid #edf3f8;
  }

  .header-menu > li:last-child {
    border-bottom: none;
  }

  .header-menu > li > a {
    width: 100%;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 12px;
    border-radius: 14px;
  }

  .header-menu .sub-menu {
    position: static;
    min-width: 0;
    padding: 0 12px 10px;
    margin: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: block;
  }

  .header-menu .sub-menu a {
    min-height: 38px;
    padding: 8px 12px;
    background: #f7f9fc;
    margin-bottom: 6px;
  }

  .header-menu .sub-menu .sub-menu {
    position: static;
    padding-right: 12px;
  }

  .header-actions {
    margin-top: 18px;
  }

  .header-action-menu,
  .header-action-menu li,
  .header-action-menu a,
  .header-action-link {
    width: 100%;
  }

  .header-action-menu {
    display: block;
  }

  .header-action-menu li {
    margin-bottom: 10px;
  }
}

@media (max-width: 560px) {
  .header-logo-text strong {
    font-size: 17px;
  }

  .header-logo-text small {
    font-size: 9px;
  }

  .header-logo-image img {
    max-width: 190px;
    max-height: 48px;
  }

  .header-pro-inner {
    gap: 14px;
  }
}

/* ===============================
   Products Page Professional
================================ */

.products-page-pro {
  direction: rtl;
  background: #f6f9fc;
  overflow: hidden;
}

.products-hero-pro {
  position: relative;
  padding: 84px 0 74px;
  background:
    radial-gradient(circle at 10% 18%, rgba(58, 160, 223, 0.24), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(15, 115, 183, 0.16), transparent 32%),
    linear-gradient(135deg, #eef7ff 0%, #ffffff 55%, #e8f4ff 100%);
  border-bottom: 1px solid #e5eef7;
}

.products-hero-pro::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(15, 115, 183, 0.08);
  border-radius: 36px;
  pointer-events: none;
}

.products-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 42px;
  align-items: center;
}

.products-kicker {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #0f73b7;
  border: 1px solid #d9eaf7;
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  font-size: 13px;
  font-weight: 900;
}

.products-hero-content h1 {
  margin: 18px 0 20px;
  color: #0f2f4a;
  font-size: 44px;
  line-height: 1.55;
  font-weight: 950;
}

.products-hero-content p {
  max-width: 760px;
  margin: 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 2.15;
}

.products-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.products-hero-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 15px;
  font-weight: 900;
}

.products-hero-actions a:first-child {
  background: #0f73b7;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 115, 183, 0.24);
}

.products-hero-actions a:last-child {
  background: #ffffff;
  color: #0f2f4a;
  border: 1px solid #d9eaf7;
}

.products-hero-card {
  padding: 30px;
  border-radius: 32px;
  color: #ffffff;
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.32), transparent 38%),
    linear-gradient(135deg, #0f2f4a 0%, #071d2e 100%);
  box-shadow: 0 30px 82px rgba(15, 58, 95, 0.22);
}

.products-hero-card span {
  display: block;
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  color: #8fd2ff;
  font-weight: 900;
  margin-bottom: 18px;
}

.products-hero-card h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.4;
}

.products-hero-card p {
  margin: 0;
  color: #d6e5f0;
  line-height: 2;
}

.products-categories-section {
  background: #ffffff;
  padding: 72px 0;
}

.products-section-head {
  max-width: 820px;
  margin: 0 auto 36px;
  text-align: center;
}

.products-section-head h2,
.products-list-head h2,
.products-cta-box h2 {
  margin: 16px 0 18px;
  color: #0f2f4a;
  font-size: 32px;
  line-height: 1.65;
  font-weight: 950;
}

.products-section-head p,
.products-list-head p,
.products-cta-box p {
  color: #4b5563;
  font-size: 16px;
  line-height: 2.1;
}

.products-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.product-category-card {
  display: block;
  min-height: 220px;
  padding: 24px;
  border-radius: 26px;
  background: #f7f9fc;
  border: 1px solid #e5eef7;
  box-shadow: 0 14px 38px rgba(15, 58, 95, 0.045);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.product-category-card:hover,
.product-category-card.active {
  transform: translateY(-6px);
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(15, 58, 95, 0.12);
}

.product-category-card span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #eef7ff;
  color: #0f73b7;
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 950;
  margin-bottom: 18px;
}

.product-category-card h3 {
  margin: 0 0 12px;
  color: #0f2f4a;
  font-size: 19px;
  line-height: 1.7;
}

.product-category-card p {
  margin: 0;
  color: #4b5563;
  line-height: 2;
  font-size: 14px;
}

.products-list-section {
  padding: 78px 0;
  background:
    radial-gradient(circle at top right, rgba(15, 115, 183, 0.10), transparent 36%),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 100%);
}

.products-list-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.products-list-head p {
  max-width: 520px;
  margin: 0;
}

.products-grid-pro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.product-card-pro {
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e5eef7;
  box-shadow: 0 18px 52px rgba(15, 58, 95, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card-pro:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 74px rgba(15, 58, 95, 0.13);
}

.product-card-image {
  display: block;
  height: 230px;
  overflow: hidden;
  background: #eef7ff;
}

.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-placeholder {
  height: 100%;
  display: grid;
  place-items: center;
  color: #0f73b7;
  font-weight: 900;
}

.product-card-body {
  padding: 24px;
}

.product-card-tax {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eef7ff;
  color: #0f73b7;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 14px;
}

.product-card-body h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.8;
}

.product-card-body h3 a {
  color: #0f2f4a;
}

.product-card-body p {
  color: #4b5563;
  line-height: 2;
  font-size: 15px;
  margin: 0 0 18px;
}

.product-card-link {
  color: #0f73b7;
  font-weight: 900;
}

.products-empty-state {
  padding: 48px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #e5eef7;
  text-align: center;
  box-shadow: 0 18px 52px rgba(15, 58, 95, 0.06);
}

.products-empty-state h2 {
  margin: 0 0 12px;
  color: #0f2f4a;
}

.products-empty-state p {
  margin: 0 0 22px;
  color: #4b5563;
  line-height: 2;
}

.products-empty-state a {
  display: inline-flex;
  padding: 12px 18px;
  border-radius: 14px;
  background: #0f73b7;
  color: #ffffff;
  font-weight: 900;
}

.products-cta-section {
  padding: 0 0 82px;
  background: #ffffff;
}

.products-cta-box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding: 42px;
  border-radius: 32px;
  color: #ffffff;
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.28), transparent 34%),
    linear-gradient(135deg, #0f2f4a 0%, #071d2e 100%);
  box-shadow: 0 28px 76px rgba(15, 58, 95, 0.18);
}

.products-cta-box .section-label {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.14);
  color: #9ed5f7;
}

.products-cta-box h2 {
  color: #ffffff;
}

.products-cta-box p {
  color: #d6e5f0;
  margin-bottom: 0;
}

.products-cta-box > a {
  flex: 0 0 auto;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 15px;
  background: #0f73b7;
  color: #ffffff;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .products-hero-grid,
  .products-cta-box {
    grid-template-columns: 1fr;
  }

  .products-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-grid-pro {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-list-head,
  .products-cta-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .products-hero-pro {
    padding: 60px 0;
  }

  .products-hero-pro::before {
    display: none;
  }

  .products-hero-content h1 {
    font-size: 32px;
  }

  .products-category-grid,
  .products-grid-pro {
    grid-template-columns: 1fr;
  }

  .products-categories-section,
  .products-list-section {
    padding: 58px 0;
  }

  .products-cta-box {
    padding: 28px;
  }
}

/* ===============================
   Dynamic Product Categories
================================ */

.products-parent-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.product-parent-card {
  padding: 28px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #e5eef7;
  box-shadow: 0 18px 52px rgba(15, 58, 95, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-parent-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 74px rgba(15, 58, 95, 0.12);
}

.product-parent-head {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 22px;
}

.product-parent-head > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #eef7ff;
  color: #0f73b7;
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 950;
}

.product-parent-head h3 {
  margin: 0 0 10px;
  color: #0f2f4a;
  font-size: 22px;
  line-height: 1.6;
}

.product-parent-head p {
  margin: 0;
  color: #4b5563;
  line-height: 2;
  font-size: 15px;
}

.product-child-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.product-child-list a,
.product-filter-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  background: #f7f9fc;
  border: 1px solid #e5eef7;
  color: #0f2f4a;
  font-size: 13px;
  font-weight: 850;
  transition: background 0.2s ease, color 0.2s ease, border 0.2s ease, transform 0.2s ease;
}

.product-child-list a:hover,
.product-child-list a.active,
.product-filter-pills a:hover,
.product-filter-pills a.active {
  background: #0f73b7;
  border-color: #0f73b7;
  color: #ffffff;
  transform: translateY(-2px);
}

.product-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  padding: 16px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e5eef7;
}

@media (max-width: 900px) {
  .products-parent-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .product-parent-head {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   Single Product Professional
================================ */

.single-product-pro {
  direction: rtl;
  background: #f6f9fc;
  overflow: hidden;
}

.single-product-hero {
  position: relative;
  padding: 72px 0;
  background:
    radial-gradient(circle at 10% 18%, rgba(58, 160, 223, 0.22), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(15, 115, 183, 0.15), transparent 32%),
    linear-gradient(135deg, #eef7ff 0%, #ffffff 58%, #e8f4ff 100%);
  border-bottom: 1px solid #e5eef7;
}

.single-product-hero::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(15, 115, 183, 0.08);
  border-radius: 36px;
  pointer-events: none;
}

.single-product-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 44px;
  align-items: center;
}

.single-product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #6b7280;
  font-size: 13px;
  margin-bottom: 18px;
}

.single-product-breadcrumb a {
  color: #0f73b7;
  font-weight: 800;
}

.single-product-breadcrumb strong {
  color: #0f2f4a;
}

.single-product-tax-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.single-product-tax-list a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #d9eaf7;
  color: #0f73b7;
  font-size: 13px;
  font-weight: 900;
}

.single-product-hero h1 {
  margin: 0 0 18px;
  color: #0f2f4a;
  font-size: 44px;
  line-height: 1.5;
  font-weight: 950;
}

.single-product-excerpt {
  max-width: 760px;
  margin: 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 2.1;
}

.single-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.single-product-primary-btn,
.single-product-secondary-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 15px;
  font-weight: 900;
}

.single-product-primary-btn {
  background: #0f73b7;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 115, 183, 0.24);
}

.single-product-secondary-btn {
  background: #ffffff;
  color: #0f2f4a;
  border: 1px solid #d9eaf7;
}

.single-product-image {
  overflow: hidden;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid #e5eef7;
  box-shadow: 0 30px 82px rgba(15, 58, 95, 0.16);
}

.single-product-image img {
  width: 100%;
  height: 360px;
  display: block;
  object-fit: cover;
}

.single-product-placeholder {
  min-height: 360px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 36px;
  border-radius: 32px;
  color: #ffffff;
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.32), transparent 38%),
    linear-gradient(135deg, #0f2f4a 0%, #071d2e 100%);
  box-shadow: 0 30px 82px rgba(15, 58, 95, 0.22);
}

.single-product-placeholder span {
  display: block;
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  color: #8fd2ff;
  font-weight: 900;
  margin-bottom: 12px;
}

.single-product-placeholder strong {
  display: block;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.6;
}

.single-product-overview-section {
  padding: 82px 0;
  background:
    radial-gradient(circle at top right, rgba(15, 115, 183, 0.08), transparent 36%),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 100%);
}

.single-product-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: start;
}

.single-product-main {
  display: grid;
  gap: 22px;
}

.single-product-content-card,
.single-product-side-card {
  padding: 30px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #e5eef7;
  box-shadow: 0 18px 52px rgba(15, 58, 95, 0.07);
}

.single-product-content-card h2 {
  margin: 14px 0 18px;
  color: #0f2f4a;
  font-size: 28px;
  line-height: 1.65;
  font-weight: 950;
}

.single-product-content,
.single-product-content-card p {
  color: #374151;
  font-size: 16px;
  line-height: 2.15;
}

.single-product-content p {
  margin: 0 0 18px;
}

.single-product-content p:last-child {
  margin-bottom: 0;
}

.single-product-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.single-product-features div {
  display: flex;
  gap: 10px;
  padding: 16px;
  border-radius: 18px;
  background: #f7f9fc;
  border: 1px solid #e5eef7;
}

.single-product-features span {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #eaf7ef;
  color: #148342;
  font-weight: 900;
}

.single-product-features p {
  margin: 0;
  color: #374151;
  font-size: 14px;
  line-height: 1.9;
}

.single-product-info-table {
  display: grid;
  gap: 14px;
}

.single-product-info-table div {
  padding: 18px;
  border-radius: 18px;
  background: #f7f9fc;
  border: 1px solid #e5eef7;
}

.single-product-info-table strong {
  display: block;
  margin-bottom: 8px;
  color: #0f2f4a;
  font-size: 15px;
}

.single-product-info-table p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 2;
}

.single-product-sidebar {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 18px;
}

body.admin-bar .single-product-sidebar {
  top: 150px;
}

.single-product-side-card h3 {
  margin: 0 0 18px;
  color: #0f2f4a;
  font-size: 20px;
  font-weight: 950;
}

.single-product-meta-list {
  display: grid;
  gap: 12px;
}

.single-product-meta-list div {
  padding: 14px;
  border-radius: 16px;
  background: #f7f9fc;
  border: 1px solid #e5eef7;
}

.single-product-meta-list span {
  display: block;
  margin-bottom: 6px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
}

.single-product-meta-list strong {
  color: #0f2f4a;
  font-size: 14px;
  line-height: 1.8;
}

.single-product-files {
  display: grid;
  gap: 10px;
}

.single-product-files a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border-radius: 14px;
  background: #eef7ff;
  color: #0f73b7;
  font-weight: 900;
}

.single-product-files a::after {
  content: "↗";
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
}

.single-product-contact-card {
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.22), transparent 38%),
    linear-gradient(135deg, #0f2f4a 0%, #071d2e 100%);
  color: #ffffff;
}

.single-product-contact-card h3 {
  color: #ffffff;
}

.single-product-contact-card p {
  color: #d6e5f0;
  line-height: 2;
  margin: 0 0 20px;
}

.single-product-contact-card a {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #0f73b7;
  color: #ffffff;
  font-weight: 900;
}

.single-product-related-section {
  padding: 0 0 82px;
  background: #ffffff;
}

.single-product-related-head {
  margin-bottom: 28px;
}

.single-product-related-head h2 {
  margin: 14px 0 0;
  color: #0f2f4a;
  font-size: 30px;
  font-weight: 950;
}

@media (max-width: 1100px) {
  .single-product-hero-grid,
  .single-product-overview-grid {
    grid-template-columns: 1fr;
  }

  .single-product-sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  .single-product-hero {
    padding: 58px 0;
  }

  .single-product-hero::before {
    display: none;
  }

  .single-product-hero h1 {
    font-size: 32px;
  }

  .single-product-image img,
  .single-product-placeholder {
    height: auto;
    min-height: 260px;
  }

  .single-product-overview-section {
    padding: 58px 0;
  }

  .single-product-content-card,
  .single-product-side-card {
    padding: 22px;
  }

  .single-product-features {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   Contact Form 7 - Armaghan Style
================================ */

.armaghan-cf7-form {
  padding: 30px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #e5eef7;
  box-shadow: 0 24px 70px rgba(15, 58, 95, 0.11);
  direction: rtl;
}

.armaghan-cf7-head {
  margin-bottom: 24px;
}

.armaghan-cf7-head h3 {
  margin: 0 0 10px;
  color: #0f2f4a;
  font-size: 24px;
  font-weight: 950;
}

.armaghan-cf7-head p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 2;
}

.armaghan-cf7-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.armaghan-cf7-field {
  margin-bottom: 16px;
}

.armaghan-cf7-field label {
  display: block;
  margin-bottom: 8px;
  color: #0f2f4a;
  font-size: 13px;
  font-weight: 900;
}

.armaghan-cf7-field label span {
  color: #d93030;
}

.armaghan-cf7-field input,
.armaghan-cf7-field select,
.armaghan-cf7-field textarea {
  width: 100%;
  border: 1px solid #dceaf5;
  border-radius: 15px;
  background: #f9fcff;
  color: #1f2937;
  outline: none;
  padding: 13px 14px;
  font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
  font-size: 14px;
  transition: border 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.armaghan-cf7-field input:focus,
.armaghan-cf7-field select:focus,
.armaghan-cf7-field textarea:focus {
  border-color: #0f73b7;
  box-shadow: 0 0 0 4px rgba(15, 115, 183, 0.09);
  background: #ffffff;
}

.armaghan-cf7-field textarea {
  min-height: 130px;
  resize: vertical;
}

.armaghan-cf7-note {
  margin: 4px 0 18px;
  padding: 13px 15px;
  border-radius: 15px;
  background: #f3f8fc;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.9;
  border: 1px solid #e5eef7;
}

.armaghan-cf7-submit {
  position: relative;
}

.armaghan-cf7-submit input[type="submit"] {
  width: 100%;
  min-height: 52px;
  border: none;
  cursor: pointer;
  border-radius: 16px;
  background: #0f73b7;
  color: #ffffff;
  font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
  font-weight: 950;
  font-size: 15px;
  box-shadow: 0 16px 34px rgba(15, 115, 183, 0.24);
  transition: background 0.2s ease, transform 0.2s ease;
}

.armaghan-cf7-submit input[type="submit"]:hover {
  background: #1688d4;
  transform: translateY(-2px);
}

.wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}

.wpcf7-not-valid-tip {
  color: #b42318;
  font-size: 12px;
  margin-top: 7px;
  font-weight: 700;
}

.wpcf7 form .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 800;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #bfe8cf;
  background: #eafaf0;
  color: #13743b;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #f1c0c0;
  background: #fff0f0;
  color: #a42a2a;
}

.home-contact-form-box .armaghan-cf7-form {
  box-shadow: none;
  border: none;
  padding: 0;
}

.contact-pro-form-wrap .armaghan-cf7-form {
  box-shadow: 0 24px 70px rgba(15, 58, 95, 0.11);
}

@media (max-width: 760px) {
  .armaghan-cf7-form {
    padding: 22px;
  }

  .armaghan-cf7-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
/* ===============================
   Product Category Premium Cards
================================ */

.product-parent-card-premium {
  overflow: hidden;
  padding: 0;
}

.product-parent-media {
  height: 230px;
  position: relative;
  overflow: hidden;
  background: #eef7ff;
}

.product-parent-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.product-parent-card-premium:hover .product-parent-media img {
  transform: scale(1.05);
}

.product-parent-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(7, 29, 46, 0.46) 100%);
  pointer-events: none;
}

.product-parent-media-placeholder {
  height: 100%;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 28px;
  color: #ffffff;
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.32), transparent 38%),
    linear-gradient(135deg, #0f2f4a 0%, #071d2e 100%);
}

.product-parent-media-placeholder span {
  display: block;
  color: #8fd2ff;
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  font-weight: 900;
  margin-bottom: 8px;
}

.product-parent-media-placeholder strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.7;
}

.product-parent-content {
  padding: 28px;
}

.product-parent-head small {
  display: inline-flex;
  margin-bottom: 7px;
  color: #0f73b7;
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  text-align: left;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2px;
}

.product-child-list a {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 42px;
  line-height: 1.5;
}

.product-child-list a small {
  display: block;
  margin-top: 3px;
  color: inherit;
  opacity: 0.72;
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  font-size: 10px;
  font-weight: 800;
}

@media (max-width: 760px) {
  .product-parent-media {
    height: 190px;
  }

  .product-parent-content {
    padding: 22px;
  }
}


/* ===============================
   Product Image Fallback
================================ */

.product-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.single-product-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* ===============================
   Single Product CTA Upgrade
================================ */

.single-product-cta-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.16), transparent 38%),
    linear-gradient(135deg, #0f2f4a 0%, #071d2e 100%);
  color: #ffffff;
  border: none;
}

.single-product-cta-card::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  left: -70px;
  bottom: -70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
}

.single-product-cta-card h3,
.single-product-cta-card p,
.single-product-cta-card a,
.single-product-cta-card span {
  position: relative;
  z-index: 1;
}

.single-product-cta-label {
  display: inline-flex;
  margin-bottom: 10px;
  color: #8fd2ff;
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.4px;
}

.single-product-cta-card h3 {
  color: #ffffff;
}

.single-product-cta-card p {
  color: #d9ecf8;
}

.single-product-cta-points {
  display: grid;
  gap: 9px;
  margin: 18px 0 20px;
}

.single-product-cta-points span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #eaf7ff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.8;
}

.single-product-cta-points span::before {
  content: "✓";
  width: 21px;
  height: 21px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 21px;
  border-radius: 50%;
  background: rgba(143, 210, 255, 0.17);
  color: #8fd2ff;
  font-size: 12px;
  font-weight: 950;
}

.single-product-cta-card a {
  background: #ffffff;
  color: #0f2f4a;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.single-product-cta-card a:hover {
  background: #8fd2ff;
  color: #071d2e;
}

/* ===============================
   International Partners Page
================================ */

.international-page {
  direction: ltr;
  text-align: left;
  background: #f7f9fc;
  color: #1f2937;
  font-family: 'Inter', Arial, sans-serif;
}

.international-page .section-label {
  direction: ltr;
  font-family: 'Inter', Arial, sans-serif;
}

.intl-hero {
  padding: 86px 0 70px;
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.18), transparent 35%),
    linear-gradient(135deg, #071d2e 0%, #0f2f4a 54%, #0f73b7 100%);
  color: #ffffff;
  overflow: hidden;
}

.intl-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  align-items: center;
}

.intl-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(143, 210, 255, 0.14);
  border: 1px solid rgba(143, 210, 255, 0.25);
  color: #8fd2ff;
  font-size: 13px;
  font-weight: 900;
}

.intl-hero h1 {
  margin: 0 0 22px;
  max-width: 780px;
  color: #ffffff;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.08;
  letter-spacing: -1.4px;
  font-weight: 950;
}

.intl-hero p {
  margin: 0;
  max-width: 720px;
  color: #d9ecf8;
  font-size: 17px;
  line-height: 1.9;
}

.intl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.intl-hero-actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

.intl-hero-actions a:first-child {
  background: #ffffff;
  color: #0f2f4a;
}

.intl-hero-actions a:last-child {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.intl-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.intl-hero-points span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #eaf7ff;
  font-size: 12px;
  font-weight: 800;
}

.intl-hero-card {
  padding: 34px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.intl-hero-card span {
  display: block;
  margin-bottom: 12px;
  color: #8fd2ff;
  font-weight: 900;
}

.intl-hero-card h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 950;
}

.intl-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.intl-hero-tags strong {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 12px;
}

.intl-overview,
.intl-services,
.intl-products,
.intl-trust,
.intl-documents,
.intl-process,
.intl-form-section {
  padding: 76px 0;
}

.intl-overview-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  align-items: start;
}

.intl-overview h2,
.intl-section-head h2,
.intl-trust-content h2,
.intl-form-info h2 {
  margin: 8px 0 14px;
  color: #0f2f4a;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: -0.6px;
}

.intl-overview p,
.intl-section-head p,
.intl-trust-content p,
.intl-form-info p {
  margin: 0 0 14px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.9;
}

.intl-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.intl-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.intl-info-card,
.intl-product-card,
.intl-process-card {
  padding: 26px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #e5eef7;
  box-shadow: 0 18px 55px rgba(15, 58, 95, 0.08);
}

.intl-info-card span,
.intl-process-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #0f73b7;
  font-weight: 950;
}

.intl-info-card h3,
.intl-product-card h3,
.intl-process-card h3 {
  margin: 0 0 12px;
  color: #0f2f4a;
  font-size: 20px;
  font-weight: 950;
}

.intl-info-card p,
.intl-product-card p,
.intl-process-card p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.85;
}

.intl-products,
.intl-documents {
  background: #ffffff;
}

.intl-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.intl-product-card.featured {
  grid-column: span 2;
  background:
    radial-gradient(circle at top right, rgba(58, 160, 223, 0.18), transparent 36%),
    linear-gradient(135deg, #0f2f4a 0%, #071d2e 100%);
}

.intl-product-card.featured span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #8fd2ff;
  font-size: 12px;
  font-weight: 900;
}

.intl-product-card.featured h3,
.intl-product-card.featured p {
  color: #ffffff;
}

.intl-trust-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.intl-trust-list {
  display: grid;
  gap: 14px;
}

.intl-trust-list div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e5eef7;
}

.intl-trust-list span {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 26px;
  border-radius: 50%;
  background: #eaf7ff;
  color: #0f73b7;
  font-weight: 950;
}

.intl-trust-list p {
  margin: 0;
  color: #374151;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 750;
}

.intl-document-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.intl-document-grid div {
  padding: 15px 16px;
  border-radius: 16px;
  background: #f7f9fc;
  border: 1px solid #e5eef7;
  color: #0f2f4a;
  font-size: 14px;
  font-weight: 850;
}

.intl-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.intl-form-section {
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.12), transparent 34%),
    #f3f8fc;
}

.intl-form-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: start;
}

.intl-form-points {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.intl-form-points span {
  padding: 12px 14px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e5eef7;
  color: #0f2f4a;
  font-size: 14px;
  font-weight: 850;
}

.armaghan-cf7-form-en {
  direction: ltr;
  text-align: left;
  font-family: 'Inter', Arial, sans-serif;
}

.armaghan-cf7-form-en input,
.armaghan-cf7-form-en select,
.armaghan-cf7-form-en textarea,
.armaghan-cf7-form-en .armaghan-cf7-submit input[type="submit"] {
  font-family: 'Inter', Arial, sans-serif;
}

.armaghan-cf7-form-en .armaghan-cf7-field label {
  direction: ltr;
  text-align: left;
}

@media (max-width: 980px) {
  .intl-hero-grid,
  .intl-overview-grid,
  .intl-trust-grid,
  .intl-form-grid {
    grid-template-columns: 1fr;
  }

  .intl-card-grid,
  .intl-product-grid,
  .intl-process-grid,
  .intl-document-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .intl-product-card.featured {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .intl-hero {
    padding: 64px 0 54px;
  }

  .intl-hero h1 {
    font-size: 34px;
  }

  .intl-overview,
  .intl-services,
  .intl-products,
  .intl-trust,
  .intl-documents,
  .intl-process,
  .intl-form-section {
    padding: 56px 0;
  }

  .intl-card-grid,
  .intl-product-grid,
  .intl-process-grid,
  .intl-document-grid {
    grid-template-columns: 1fr;
  }

  .intl-product-card.featured {
    grid-column: span 1;
  }
}

/* ===============================
   Header Language Link
================================ */

.header-lang-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #ffffff;
  color: #0f2f4a;
  border: 1px solid #dceaf5;
  font-family: 'Inter', Arial, sans-serif;
  direction: ltr;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(15, 58, 95, 0.08);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.header-lang-link:hover {
  background: #0f73b7;
  color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .header-lang-link {
    width: 100%;
    min-height: 48px;
  }
}

/* ===============================
   Home International Strip
================================ */

.home-international-strip {
  padding: 24px 0;
  background: #ffffff;
  border-bottom: 1px solid #e5eef7;
}

.home-international-strip-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 24px 28px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top left, rgba(58, 160, 223, 0.13), transparent 36%),
    linear-gradient(135deg, #0f2f4a 0%, #071d2e 100%);
  box-shadow: 0 22px 65px rgba(15, 58, 95, 0.13);
  direction: ltr;
  text-align: left;
}

.home-international-strip span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #8fd2ff;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.3px;
}

.home-international-strip h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 950;
}

.home-international-strip p {
  margin: 0;
  max-width: 760px;
  color: #d9ecf8;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
}

.home-international-strip a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  background: #ffffff;
  color: #0f2f4a;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  transition: background 0.2s ease, transform 0.2s ease;
}

.home-international-strip a:hover {
  background: #8fd2ff;
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .home-international-strip-inner {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .home-international-strip a {
    width: 100%;
  }
}