/* Scoped under .homepage-modern-scope — regenerate: php scripts/scope-homepage-modern-css.php */

.homepage-modern-scope *,
.homepage-modern-scope *::before,
.homepage-modern-scope *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.homepage-modern-scope {
  --blue: #1557a0;
  --blue-dark: #0e3f7a;
  --blue-light: #e8f1fb;
  --blue-mid: #2a72c3;
  --gold: #f5a623;
  --gold-dark: #d4870a;
  --gold-light: #fef6e4;
  --white: #ffffff;
  --off-white: #f7f9fc;
  --gray-50: #f0f4f9;
  --gray-100: #e1e8f0;
  --gray-200: #c8d5e3;
  --gray-400: #8da0b3;
  --gray-600: #4a6070;
  --gray-800: #1e2d3d;
  --text-main: #0d1f33;
  --text-muted: #5a7085;
  --text-light: #8da0b3;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --shadow-sm: 0 1px 4px rgba(15, 40, 70, 0.08);
  --shadow-md: 0 4px 16px rgba(15, 40, 70, 0.12);
  --shadow-lg: 0 8px 32px rgba(15, 40, 70, 0.16);
}
.homepage-modern-scope {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
}
.homepage-modern-scope {
  font-family: "DM Sans", sans-serif;
  color: var(--text-main);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.homepage-modern-scope a {
  text-decoration: none;
  color: inherit;
}
.homepage-modern-scope img {
  max-width: 100%;
  display: block;
}

.homepage-modern-scope .btn-outline {
  padding: 8px 18px;
  border: 1.5px solid var(--blue);
  color: var(--blue);
  border-radius: var(--radius-md);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  transition: all 0.2s;
  font-family: "DM Sans", sans-serif;
  display: inline-block;
}
.homepage-modern-scope .btn-outline:hover {
  background: var(--blue-light);
}
.homepage-modern-scope .btn-primary {
  padding: 8px 20px;
  background: var(--blue);
  color: var(--white);
  border: 1.5px solid var(--blue);
  border-radius: var(--radius-md);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  font-family: "DM Sans", sans-serif;
  display: inline-block;
}
.homepage-modern-scope .btn-primary:hover {
  background: var(--blue-dark);
}
.homepage-modern-scope .btn-gold {
  padding: 10px 24px;
  background: var(--gold);
  color: var(--white);
  border: none;
  border-radius: var(--radius-md);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  font-family: "DM Sans", sans-serif;
}
.homepage-modern-scope .btn-gold:hover {
  background: var(--gold-dark);
}
.homepage-modern-scope .btn-white {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  background: var(--white);
  color: var(--blue);
  border: none;
  border-radius: var(--radius-md);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  font-family: "DM Sans", sans-serif;
  text-decoration: none;
}
.homepage-modern-scope .btn-white:hover {
  background: var(--blue-light);
}

.homepage-modern-scope .fc-icon i,
.homepage-modern-scope .product-icon i,
.homepage-modern-scope .why-icon i,
.homepage-modern-scope .cta-feature-icon i {
  font-size: 14px;
  line-height: 1;
}
.homepage-modern-scope .cat-icon i {
  font-size: 28px;
  line-height: 1;
  color: var(--blue);
}
.homepage-modern-scope .cat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-modern-scope .hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.homepage-modern-scope .hero-tag i {
  font-size: 11px;
}
.homepage-modern-scope .hc-lead-meta span i {
  font-size: 10px;
  opacity: 0.85;
}
.homepage-modern-scope .blog-img i {
  font-size: 48px;
  color: var(--blue);
  opacity: 0.35;
}
.homepage-modern-scope .blog-img-featured i {
  font-size: 56px;
}
.homepage-modern-scope .cta-globe-icon {
  margin-bottom: 16px;
  line-height: 1;
}
.homepage-modern-scope .cta-globe-icon i {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
}
.homepage-modern-scope .why-highlight i {
  font-size: 11px;
}
.homepage-modern-scope .why-icon i {
  font-size: 22px;
  color: var(--blue);
}
.homepage-modern-scope .testi-stars i {
  font-size: 13px;
  margin-right: 2px;
}
.homepage-modern-scope .testi-verified i {
  font-size: 10px;
}
.homepage-modern-scope .product-stat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.homepage-modern-scope .product-stat i {
  font-size: 10px;
}
.homepage-modern-scope .link-arrow {
  font-size: 0.75em;
  margin-left: 4px;
  vertical-align: middle;
}
.homepage-modern-scope .faq-contact p i {
  margin-right: 8px;
  color: var(--gold);
}
.homepage-modern-scope .enq-feature-icon i {
  font-size: 18px;
  color: var(--gold);
  line-height: 1;
}
.homepage-modern-scope .form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.homepage-modern-scope .hero {
  background: linear-gradient(135deg, #0b2c52 0%, #1557a0 55%, #1a68bb 100%);
  padding: 80px 5% 0;
  overflow: visible;
  position: relative;
}
.homepage-modern-scope .hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: ellipse(55% 100% at 50% 100%);
}
.homepage-modern-scope .hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding-bottom: 80px;
}
.homepage-modern-scope .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}
.homepage-modern-scope .hero-badge span {
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
  display: inline-block;
}
.homepage-modern-scope .hero h1 {
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 16px;
}
.homepage-modern-scope .hero h1 em {
  font-style: normal;
  color: var(--gold);
}
.homepage-modern-scope .hero-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 36px;
  max-width: 500px;
  line-height: 1.7;
}
.homepage-modern-scope .hero-search {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 8px 8px 8px 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: var(--shadow-lg);
  margin-bottom: 24px;
  flex-wrap: nowrap;
  overflow: visible;
  position: relative;
  z-index: 50;
}
.homepage-modern-scope .hero-search.main-search-input {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  flex-direction: row;
  align-items: center;
}
.homepage-modern-scope .hero-search-filters {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.homepage-modern-scope .hero-search-form {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}
.homepage-modern-scope .hero-search .header-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  min-width: 0;
}
.homepage-modern-scope .hero-search-icon {
  color: #8da0b3;
  flex-shrink: 0;
}
.homepage-modern-scope .hero-search .header-search input,
.homepage-modern-scope .hero-search .headerSearchInput {
  flex: 1;
  min-width: 0;
  width: 100%;
  border: none !important;
  outline: none;
  font-size: 15px;
  color: var(--text-main);
  font-family: "DM Sans", sans-serif;
  background: transparent !important;
  padding: 8px 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.homepage-modern-scope .hero-search .header-search input::placeholder,
.homepage-modern-scope .hero-search .headerSearchInput::placeholder {
  color: var(--text-light) !important;
  opacity: 1;
}
.homepage-modern-scope .hero-search .instant-results {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 200;
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  border-radius: 10px;
  border-top: none;
  box-shadow: 0 12px 40px rgba(15, 40, 70, 0.18);
  max-height: min(320px, 50vh);
  overflow-y: auto;
}
.homepage-modern-scope .hero-search .header-search.active .instant-results {
  opacity: 1;
  visibility: visible;
}
.homepage-modern-scope .hero-search .instant-results-list {
  list-style: none;
  margin: 0;
  padding: 6px 0;
}
.homepage-modern-scope .hero-search-select {
  flex: 0 0 auto;
  border: none;
  outline: none;
  font-size: 14px;
  color: var(--text-muted);
  padding: 8px 28px 8px 12px;
  border-left: 1px solid var(--gray-100);
  background: transparent
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238da0b3' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")
    no-repeat right 8px center;
  background-size: 12px;
  font-family: "DM Sans", sans-serif;
  cursor: pointer;
  max-width: 180px;
  appearance: none;
  -webkit-appearance: none;
}
.homepage-modern-scope .hero-search-filters .hero-search-select:only-child {
  border-right: none;
}
.homepage-modern-scope .hero-search-btn {
  background: linear-gradient(90deg, var(--blue-dark) 0%, var(--blue) 100%);
  color: #fff;
  border: none;
  border-radius: var(--radius-md);
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  font-family: "DM Sans", sans-serif;
  transition:
    opacity 0.2s,
    background 0.2s;
  flex-shrink: 0;
}
.homepage-modern-scope .hero-search-btn:hover:not(:disabled) {
  background: linear-gradient(90deg, var(--blue) 0%, #2a6fd4 100%);
}
.homepage-modern-scope .hero-search-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.homepage-modern-scope .hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
  width: 100%;
  max-width: 560px;
}
.homepage-modern-scope .hero-tag {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.85);
  padding: 8px 14px;
  border-radius: 50px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  line-height: 1.3;
  white-space: nowrap;
}
.homepage-modern-scope .hero-tag:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.homepage-modern-scope .hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: visible;
}
.homepage-modern-scope .hero-card-main {
  position: relative;
  z-index: 1;
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 28px;
  box-shadow: var(--shadow-lg);
  width: 100%;
  max-width: 380px;
}
.homepage-modern-scope .hc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.homepage-modern-scope .hc-header h3 {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-main);
}
.homepage-modern-scope .hc-badge {
  background: var(--blue-light);
  color: var(--blue);
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 50px;
}
.homepage-modern-scope .hc-lead {
  background: var(--gray-50);
  border-radius: var(--radius-md);
  padding: 14px;
  margin-bottom: 10px;
  border-left: 3px solid var(--blue);
}
.homepage-modern-scope .hc-lead-type {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--blue);
  margin-bottom: 4px;
}
.homepage-modern-scope .hc-lead-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 6px;
}
.homepage-modern-scope .hc-lead-meta {
  display: flex;
  gap: 12px;
}
.homepage-modern-scope .hc-lead-meta span {
  font-size: 11px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 4px;
}
.homepage-modern-scope .hc-lead.export {
  border-left-color: var(--gold);
}
.homepage-modern-scope .hc-lead.export .hc-lead-type {
  color: var(--gold-dark);
}
.homepage-modern-scope .hc-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 16px;
}
.homepage-modern-scope .hc-stat {
  text-align: center;
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-md);
  padding: 10px;
}
.homepage-modern-scope .hc-stat-num {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--blue);
}
.homepage-modern-scope .hc-stat-lbl {
  font-size: 10px;
  color: var(--text-muted);
}
.homepage-modern-scope .hero-float-card {
  position: absolute;
  z-index: 2;
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 12px 16px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.14);
  animation: heroFloat 3s ease-in-out infinite;
  will-change: transform;
}
.homepage-modern-scope .hero-float-card.fc1 {
  top: -20px;
  right: -30px;
  animation-delay: 0s;
}
.homepage-modern-scope .hero-float-card.fc2 {
  bottom: 60px;
  right: -40px;
  animation-delay: 1.5s;
  animation-duration: 3.5s;
}
@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.homepage-modern-scope .fc-inner {
  display: flex;
  align-items: center;
  gap: 8px;
}
.homepage-modern-scope .fc-icon {
  width: 32px;
  height: 32px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.homepage-modern-scope .fc-blue {
  background: var(--blue-light);
  color: var(--blue);
}
.homepage-modern-scope .fc-gold {
  background: var(--gold-light);
  color: var(--gold-dark);
}
.homepage-modern-scope .fc-text p {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-main);
}
.homepage-modern-scope .fc-text span {
  font-size: 11px;
  color: var(--text-muted);
}

.homepage-modern-scope .trust-bar {
  background: var(--blue);
  padding: 24px 5%;
}
.homepage-modern-scope .trust-bar-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.homepage-modern-scope .trust-item {
  text-align: center;
}
.homepage-modern-scope .trust-num {
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--white);
}
.homepage-modern-scope .trust-num span {
  color: var(--gold);
}
.homepage-modern-scope .trust-lbl {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 2px;
}

.homepage-modern-scope section {
  padding: 80px 5%;
}
.homepage-modern-scope .section-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.homepage-modern-scope .section-header {
  text-align: center;
  margin-bottom: 48px;
}
.homepage-modern-scope .section-eyebrow {
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.homepage-modern-scope .section-title {
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.2;
  margin-bottom: 12px;
}
.homepage-modern-scope .section-title em {
  font-style: normal;
  color: var(--blue);
}
.homepage-modern-scope .section-sub {
  font-size: 16px;
  color: var(--text-muted);
  max-width: 580px;
  margin: 0 auto;
}
.homepage-modern-scope .tag-pill {
  display: inline-block;
  background: var(--blue-light);
  color: var(--blue);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 50px;
}
.homepage-modern-scope .tag-pill.gold {
  background: var(--gold-light);
  color: var(--gold-dark);
}

.homepage-modern-scope .cats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.homepage-modern-scope .cat-card {
  background: var(--white);
  border: 1.5px solid var(--gray-100);
  border-radius: var(--radius-lg);
  padding: 24px 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s;
  position: relative;
  overflow: hidden;
}
.homepage-modern-scope .cat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--blue);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s;
  z-index: 0;
}
.homepage-modern-scope .cat-card:hover::before {
  transform: scaleY(1);
}
.homepage-modern-scope .cat-card:hover .cat-icon,
.homepage-modern-scope .cat-card:hover .cat-name,
.homepage-modern-scope .cat-card:hover .cat-count {
  color: var(--white);
  position: relative;
  z-index: 1;
}
.homepage-modern-scope .cat-card:hover .cat-icon i {
  color: var(--white);
}
.homepage-modern-scope .cat-card:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-md);
}
.homepage-modern-scope .cat-icon {
  font-size: 36px;
  margin-bottom: 12px;
  display: block;
  color: var(--blue);
  transition: color 0.3s;
}
.homepage-modern-scope .cat-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 4px;
  transition: color 0.3s;
}
.homepage-modern-scope .cat-count {
  font-size: 11px;
  color: var(--text-muted);
  transition: color 0.3s;
}
.homepage-modern-scope .cats-cta {
  text-align: center;
  margin-top: 32px;
}

.homepage-modern-scope .countries-sec {
  background: var(--off-white);
}
.homepage-modern-scope .countries-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-bottom: 36px;
}
.homepage-modern-scope .country-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 118px;
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-md);
  padding: 16px 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}
.homepage-modern-scope .country-card:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}
.homepage-modern-scope .country-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 28px;
  margin: 0 auto 8px;
  flex-shrink: 0;
}
.homepage-modern-scope .country-flag img {
  width: 40px;
  height: 28px;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}
.homepage-modern-scope .country-card-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-main);
  line-height: 1.35;
  width: 100%;
  min-height: 2.7em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homepage-modern-scope .country-leads {
  font-size: 10px;
  color: var(--text-muted);
  margin-top: auto;
  padding-top: 4px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage-modern-scope .countries-more {
  text-align: center;
  margin-top: 8px;
}
.homepage-modern-scope .countries-more a {
  color: var(--blue);
  font-weight: 600;
  font-size: 14px;
}

.homepage-modern-scope .leads-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.homepage-modern-scope .leads-filter {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
.homepage-modern-scope .leads-panel:not(.is-active) {
  display: none;
}
.homepage-modern-scope .filter-btn {
  padding: 7px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  border: 1.5px solid var(--gray-100);
  background: var(--white);
  color: var(--text-muted);
  transition: all 0.2s;
  font-family: "DM Sans", sans-serif;
}
.homepage-modern-scope .filter-btn.active,
.homepage-modern-scope .filter-btn:hover {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}
.homepage-modern-scope .lead-card {
  background: var(--white);
  border: 1.5px solid var(--gray-100);
  border-radius: var(--radius-lg);
  padding: 20px;
  margin-bottom: 14px;
  transition: all 0.2s;
  cursor: pointer;
}
.homepage-modern-scope .lead-card:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-sm);
}
.homepage-modern-scope .lead-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}
.homepage-modern-scope .lead-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 50px;
}
.homepage-modern-scope .lead-badge.import {
  background: #e8f4ff;
  color: #1557a0;
}
.homepage-modern-scope .lead-badge.export {
  background: #fff8e6;
  color: #d4870a;
}
.homepage-modern-scope .lead-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 6px;
  line-height: 1.4;
}
.homepage-modern-scope .lead-desc {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 12px;
  line-height: 1.5;
}
.homepage-modern-scope .lead-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.homepage-modern-scope .lead-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--text-light);
}
.homepage-modern-scope .lead-meta-item svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}
.homepage-modern-scope .lead-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--gray-50);
}
.homepage-modern-scope .lead-action-btn {
  background: var(--blue-light);
  color: var(--blue);
  border: none;
  border-radius: var(--radius-sm);
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  transition: all 0.2s;
}
.homepage-modern-scope .lead-action-btn:hover {
  background: var(--blue);
  color: var(--white);
}
.homepage-modern-scope .lead-date {
  font-size: 11px;
  color: var(--text-light);
}
.homepage-modern-scope .leads-cta-box {
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
  border-radius: var(--radius-xl);
  padding: 40px 32px;
  color: var(--white);
}
.homepage-modern-scope .leads-cta-box h3 {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.homepage-modern-scope .leads-cta-box p {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 24px;
  line-height: 1.6;
}
.homepage-modern-scope .cta-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: 10px;
}
.homepage-modern-scope .cta-feature-icon {
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.homepage-modern-scope .cta-feature-icon i {
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.homepage-modern-scope .products-sec {
  background: var(--gray-50);
}
.homepage-modern-scope .products-alpha {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 28px;
}
.homepage-modern-scope .alpha-btn {
  width: 32px;
  height: 32px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--gray-100);
  background: var(--white);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  color: var(--text-muted);
  transition: all 0.2s;
  font-family: "DM Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.homepage-modern-scope .alpha-btn:hover,
.homepage-modern-scope .alpha-btn:focus-visible {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}
.homepage-modern-scope .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.homepage-modern-scope .product-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg);
  padding: 18px;
  transition: all 0.2s;
  cursor: pointer;
  display: block;
  color: inherit;
  text-decoration: none;
}
.homepage-modern-scope .product-card:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}
.homepage-modern-scope .product-icon {
  width: 44px;
  height: 44px;
  background: var(--blue-light);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 12px;
}
.homepage-modern-scope .product-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 4px;
}
.homepage-modern-scope .product-hs {
  font-size: 11px;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.homepage-modern-scope .product-stats {
  display: flex;
  gap: 12px;
}
.homepage-modern-scope .product-stat {
  font-size: 11px;
  color: var(--blue);
  font-weight: 500;
}

.homepage-modern-scope .blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.homepage-modern-scope .blog-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.2s;
  cursor: pointer;
}
.homepage-modern-scope .blog-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.homepage-modern-scope .blog-card.featured {
  grid-column: span 3;
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  max-height: 260px;
}
.homepage-modern-scope .blog-img {
  position: relative;
  height: 180px;
  width: 100%;
  background: var(--blue-light);
  overflow: hidden;
}
.homepage-modern-scope .blog-img .blog-card__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.homepage-modern-scope .blog-img .blog-card__image.is-broken {
  display: none;
}
.homepage-modern-scope .blog-img__placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 40px;
  background: var(--blue-light);
}
.homepage-modern-scope .blog-img--empty .blog-img__placeholder,
.homepage-modern-scope
  .blog-img:has(.blog-card__image.is-broken)
  .blog-img__placeholder {
  display: flex;
}
.homepage-modern-scope .blog-card.featured .blog-img {
  min-height: 0;
  height: 100%;
  max-height: 260px;
  align-self: stretch;
}
.homepage-modern-scope .blog-body {
  padding: 20px;
}
.homepage-modern-scope .blog-cat {
  font-size: 11px;
  font-weight: 600;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.homepage-modern-scope .blog-title {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 8px;
  line-height: 1.4;
}
.homepage-modern-scope .blog-card.featured .blog-title {
  font-size: 18px;
  margin-bottom: 6px;
}
.homepage-modern-scope .blog-card.featured .blog-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 16px 18px;
  justify-content: center;
}
.homepage-modern-scope .blog-excerpt {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 14px;
}
.homepage-modern-scope .blog-excerpt-featured {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homepage-modern-scope .blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homepage-modern-scope .blog-meta-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.homepage-modern-scope .blog-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--blue);
}
.homepage-modern-scope .blog-author {
  font-size: 12px;
  color: var(--text-muted);
}
.homepage-modern-scope .blog-date {
  font-size: 11px;
  color: var(--text-light);
}
.homepage-modern-scope .blog-read-more {
  font-size: 12px;
  font-weight: 600;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 4px;
}

.homepage-modern-scope .enquiry-sec {
  background: linear-gradient(135deg, #0b2c52, #1557a0);
}
.homepage-modern-scope .enquiry-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.homepage-modern-scope .enquiry-left h2 {
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 16px;
}
.homepage-modern-scope .enquiry-left h2 em {
  font-style: normal;
  color: var(--gold);
}
.homepage-modern-scope .enquiry-left p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 28px;
}
.homepage-modern-scope .enq-features-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 4px;
  max-width: 440px;
}
.homepage-modern-scope .enq-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 0;
}
.homepage-modern-scope .enq-feature-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.homepage-modern-scope .enq-feature-icon i {
  font-size: 18px;
  color: var(--gold);
  line-height: 1;
}
.homepage-modern-scope .enq-feature-text {
  flex: 1;
  min-width: 0;
}
.homepage-modern-scope .enq-feature-text p {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 4px;
  line-height: 1.35;
}
.homepage-modern-scope .enq-feature-text span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
  display: block;
}
.homepage-modern-scope .enquiry-form {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 36px;
}
.homepage-modern-scope .hm-enquiry-alert {
  padding: 10px 14px;
  border-radius: var(--radius-md);
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.5;
}
.homepage-modern-scope .hm-enquiry-alert.is-error {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}
.homepage-modern-scope .hm-enquiry-alert.is-success {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}
.homepage-modern-scope .form-group input.is-invalid,
.homepage-modern-scope .form-group select.is-invalid,
.homepage-modern-scope .hm-phone-input:has(.is-invalid) {
  border-color: #dc2626;
}
.homepage-modern-scope .hm-phone-input:has(.hm-phone-number.is-invalid) {
  border-color: #dc2626;
}
.homepage-modern-scope .hm-field-error {
  margin: 6px 0 0;
  font-size: 12px;
  color: #dc2626;
  line-height: 1.4;
}
.homepage-modern-scope .form-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.homepage-modern-scope .enquiry-form h3 {
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 6px;
}
.homepage-modern-scope .enquiry-form p {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 24px;
}
.homepage-modern-scope .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.homepage-modern-scope .form-group {
  margin-bottom: 16px;
}
.homepage-modern-scope .form-group label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-main);
  margin-bottom: 6px;
}
.homepage-modern-scope .form-group input,
.homepage-modern-scope .form-group select,
.homepage-modern-scope .form-group textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid var(--gray-100);
  border-radius: var(--radius-md);
  font-size: 14px;
  color: var(--text-main);
  background: var(--off-white);
  outline: none;
  transition: border-color 0.2s;
  font-family: "DM Sans", sans-serif;
}
.homepage-modern-scope .form-group input:focus,
.homepage-modern-scope .form-group select:focus,
.homepage-modern-scope .form-group textarea:focus {
  border-color: var(--blue);
  background: var(--white);
}
.homepage-modern-scope .form-group textarea {
  resize: vertical;
  min-height: 90px;
}
.homepage-modern-scope .hm-phone-form-group {
  margin-bottom: 16px;
}
.homepage-modern-scope .hm-phone-field {
  position: relative;
}
.homepage-modern-scope .hm-phone-input {
  display: flex;
  align-items: stretch;
  border: 1.5px solid var(--gray-100);
  border-radius: var(--radius-md);
  background: var(--off-white);
  overflow: hidden;
  transition: border-color 0.2s;
}
.homepage-modern-scope .hm-phone-field:focus-within .hm-phone-input {
  border-color: var(--blue);
  background: var(--white);
}
.homepage-modern-scope .hm-phone-country-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border: none;
  border-right: 1.5px solid var(--gray-100);
  background: var(--white);
  cursor: pointer;
  flex-shrink: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--text-main);
}
.homepage-modern-scope .hm-phone-country-btn .fa-chevron-down {
  font-size: 10px;
  color: var(--text-muted);
}
.homepage-modern-scope .hm-phone-flag {
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}
.homepage-modern-scope .hm-phone-dial {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.homepage-modern-scope .hm-phone-number {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  padding: 10px 12px;
  font-size: 14px;
  background: transparent;
  font-family: "DM Sans", sans-serif;
  color: var(--text-main);
}
.homepage-modern-scope .hm-phone-country-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 80;
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  max-height: 280px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.homepage-modern-scope .hm-phone-country-panel[hidden] {
  display: none !important;
}
.homepage-modern-scope .hm-phone-country-search {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-bottom: 1px solid var(--gray-100);
  font-size: 14px;
  outline: none;
  font-family: "DM Sans", sans-serif;
  box-sizing: border-box;
}
.homepage-modern-scope .hm-phone-country-list {
  list-style: none;
  margin: 0;
  padding: 6px 0;
  overflow-y: auto;
  max-height: 220px;
}
.homepage-modern-scope .hm-phone-country-option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 8px 12px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: var(--text-main);
}
.homepage-modern-scope .hm-phone-country-option:hover,
.homepage-modern-scope .hm-phone-country-option.is-active {
  background: var(--blue-light);
}
.homepage-modern-scope .hm-phone-country-option img {
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}
.homepage-modern-scope .hm-phone-country-option-name {
  flex: 1;
  min-width: 0;
}
.homepage-modern-scope .hm-phone-country-option-dial {
  color: var(--text-muted);
  font-size: 13px;
  flex-shrink: 0;
}
.homepage-modern-scope .form-submit {
  width: 100%;
  padding: 14px;
  background: var(--blue);
  color: var(--white);
  border: none;
  border-radius: var(--radius-md);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  font-family: "DM Sans", sans-serif;
}
.homepage-modern-scope .form-submit:hover {
  background: var(--blue-dark);
}

.homepage-modern-scope .faq-sec {
  background: var(--off-white);
}
.homepage-modern-scope .faq-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: start;
}
.homepage-modern-scope .faq-left h2 {
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 12px;
}
.homepage-modern-scope .faq-left h2 em {
  font-style: normal;
  color: var(--blue);
}
.homepage-modern-scope .faq-left p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 24px;
}
.homepage-modern-scope .faq-contact {
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
  color: var(--white);
  padding: 22px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-md);
}
.homepage-modern-scope .faq-left .faq-contact p {
  color: rgba(255, 255, 255, 0.95) !important;
  opacity: 1 !important;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 12px;
}
.homepage-modern-scope .faq-left .faq-contact p:last-child {
  margin-bottom: 0;
}
.homepage-modern-scope .faq-contact-lead {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.92) !important;
}
.homepage-modern-scope .faq-contact-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin-bottom: 10px !important;
}
.homepage-modern-scope .faq-contact-phone i {
  font-size: 16px;
  color: var(--gold);
  flex-shrink: 0;
}
.homepage-modern-scope .faq-contact-email {
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.88) !important;
  margin-top: 0 !important;
}
.homepage-modern-scope .faq-contact a {
  color: var(--gold);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.homepage-modern-scope .faq-contact a:hover {
  color: #fff;
}
.homepage-modern-scope .faq-list {
}
.homepage-modern-scope .faq-item {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg);
  margin-bottom: 10px;
  overflow: hidden;
}
.homepage-modern-scope .faq-question {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-main);
  transition: color 0.2s;
  user-select: none;
}
.homepage-modern-scope .faq-question:hover {
  color: var(--blue);
}
.homepage-modern-scope .faq-icon {
  width: 28px;
  height: 28px;
  background: var(--blue-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--blue);
  transition: all 0.3s;
  flex-shrink: 0;
}
.homepage-modern-scope .faq-item.open .faq-icon {
  background: var(--blue);
  color: var(--white);
  transform: rotate(45deg);
}
.homepage-modern-scope .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.35s ease;
}
.homepage-modern-scope .faq-answer-inner {
  padding: 0 20px 18px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}
.homepage-modern-scope .faq-item.open .faq-answer {
  max-height: 200px;
}
.homepage-modern-scope .faq-item.open .faq-question {
  color: var(--blue);
}

.homepage-modern-scope .why-sec {
  background: var(--white);
}
.homepage-modern-scope .why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.homepage-modern-scope .why-card {
  background: var(--off-white);
  border: 1.5px solid var(--gray-100);
  border-radius: var(--radius-xl);
  padding: 28px 24px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-modern-scope .why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--blue-mid));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.homepage-modern-scope .why-card:hover::before {
  transform: scaleX(1);
}
.homepage-modern-scope .why-card:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.homepage-modern-scope .why-icon {
  width: 52px;
  height: 52px;
  background: var(--blue-light);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 18px;
}
.homepage-modern-scope .why-title {
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 8px;
}
.homepage-modern-scope .why-desc {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.7;
}
.homepage-modern-scope .why-highlight {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--blue-light);
  color: var(--blue);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 50px;
  margin-top: 12px;
}
.homepage-modern-scope .why-bottom-strip {
  background: linear-gradient(135deg, #0b2c52, #1557a0);
  border-radius: var(--radius-xl);
  padding: 32px 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}
.homepage-modern-scope .why-strip-left h3 {
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.homepage-modern-scope .why-strip-left p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
.homepage-modern-scope .why-strip-stats {
  display: flex;
  gap: 40px;
}
.homepage-modern-scope .why-strip-stat {
  text-align: center;
}
.homepage-modern-scope .why-strip-num {
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: var(--gold);
}
.homepage-modern-scope .why-strip-lbl {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 2px;
}

.homepage-modern-scope .testi-sec {
  background: var(--off-white);
}
.homepage-modern-scope .testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.homepage-modern-scope .testi-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-xl);
  padding: 28px;
  position: relative;
  transition: all 0.25s;
}
.homepage-modern-scope .testi-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--gray-200);
  transform: translateY(-3px);
}
.homepage-modern-scope .testi-card.featured {
  background: linear-gradient(135deg, #0b2c52, #1557a0);
  border-color: transparent;
}
.homepage-modern-scope .testi-card.featured .testi-text,
.homepage-modern-scope .testi-card.featured .testi-name,
.homepage-modern-scope .testi-card.featured .testi-role,
.homepage-modern-scope .testi-card.featured .testi-country {
  color: var(--white) !important;
}
.homepage-modern-scope .testi-card.featured .testi-role {
  opacity: 0.7;
}
.homepage-modern-scope .testi-card.featured .testi-stars {
  color: var(--gold);
}
.homepage-modern-scope .testi-quote-mark {
  font-size: 48px;
  line-height: 1;
  color: var(--blue-light);
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  margin-bottom: -8px;
}
.homepage-modern-scope .testi-card.featured .testi-quote-mark {
  color: rgba(255, 255, 255, 0.15);
}
.homepage-modern-scope .testi-stars {
  color: var(--gold);
  font-size: 14px;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.homepage-modern-scope .testi-text {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 20px;
  font-style: italic;
}
.homepage-modern-scope .testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--gray-100);
}
.homepage-modern-scope .testi-card.featured .testi-author {
  border-top-color: rgba(255, 255, 255, 0.15);
}
.homepage-modern-scope .testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--blue);
  flex-shrink: 0;
  font-family: "Outfit", sans-serif;
}
.homepage-modern-scope .testi-card.featured .testi-avatar {
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
}
.homepage-modern-scope .testi-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-main);
}
.homepage-modern-scope .testi-role {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 2px;
}
.homepage-modern-scope .testi-country {
  font-size: 11px;
  color: var(--text-light);
  margin-top: 1px;
}
.homepage-modern-scope .testi-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(21, 87, 160, 0.08);
  color: var(--blue);
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 50px;
  margin-top: 6px;
}
.homepage-modern-scope .testi-card.featured .testi-verified {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
}
.homepage-modern-scope .testi-rating-bar {
  background: var(--blue);
  border-radius: var(--radius-xl);
  padding: 28px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 32px;
}
.homepage-modern-scope .testi-rating-item {
  text-align: center;
}
.homepage-modern-scope .testi-rating-num {
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--white);
}
.homepage-modern-scope .testi-rating-lbl {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 2px;
}
.homepage-modern-scope .testi-rating-divider {
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1024px) {
  .homepage-modern-scope .hero-inner,
  .homepage-modern-scope .enquiry-layout {
    grid-template-columns: 1fr;
  }
  .homepage-modern-scope .hero-inner > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .homepage-modern-scope .hero-badge {
    align-self: center;
  }
  .homepage-modern-scope .hero h1 {
    text-align: center;
  }
  .homepage-modern-scope .hero-sub {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .homepage-modern-scope .hero-search,
  .homepage-modern-scope .hero-search.main-search-input {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .homepage-modern-scope .hero-tags {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .homepage-modern-scope .hero-visual {
    display: none;
  }
  .homepage-modern-scope .cats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .homepage-modern-scope .countries-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .homepage-modern-scope .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
  .homepage-modern-scope .blog-card.featured {
    grid-column: span 2;
  }
  .homepage-modern-scope .faq-layout {
    grid-template-columns: 1fr;
  }
  .homepage-modern-scope .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .homepage-modern-scope .testi-grid {
    grid-template-columns: 1fr 1fr;
  }
  .homepage-modern-scope .why-bottom-strip {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .homepage-modern-scope .why-strip-stats {
    justify-content: center;
  }
  .homepage-modern-scope .testi-rating-bar {
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .homepage-modern-scope .hero {
    padding: 50px 5% 0;
  }
  .homepage-modern-scope .hero h1 {
    font-size: 32px;
  }
  .homepage-modern-scope .hero-sub {
    font-size: 15px;
  }
  .homepage-modern-scope .hero-search.main-search-input {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    gap: 0;
    overflow: hidden;
  }
  .homepage-modern-scope .hero-search-form {
    flex: none;
    width: 100%;
    padding: 14px 16px;
    border-bottom: 1px solid var(--gray-100);
    box-sizing: border-box;
  }
  .homepage-modern-scope .hero-search .header-search {
    width: 100%;
  }
  .homepage-modern-scope .hero-search .header-search input,
  .homepage-modern-scope .hero-search .headerSearchInput {
    width: 100%;
    font-size: 16px;
  }
  .homepage-modern-scope .hero-search-filters {
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--gray-100);
  }
  .homepage-modern-scope .hero-search-select {
    flex: none;
    max-width: none;
    width: 100%;
    min-width: 0;
    border-left: none;
    border-top: none;
    border-right: none;
    padding: 12px 32px 12px 14px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .homepage-modern-scope .hero-search-btn {
    width: 100%;
    margin: 0;
    padding: 14px 20px;
    border-radius: 0;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .homepage-modern-scope .hero-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: none;
    margin-top: 4px;
    margin-bottom: 30px;
  }
  .homepage-modern-scope .hero-tag {
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    padding: 10px 12px;
  }
  .homepage-modern-scope .section-title {
    font-size: 26px;
  }
  .homepage-modern-scope section {
    padding: 56px 5%;
  }
  .homepage-modern-scope .cats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .homepage-modern-scope .countries-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .homepage-modern-scope .leads-layout {
    grid-template-columns: 1fr;
  }
  .homepage-modern-scope .leads-cta-box {
    padding: 28px 20px;
  }
  .homepage-modern-scope .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .homepage-modern-scope .blog-grid,
  .homepage-modern-scope .blog-card.featured {
    grid-template-columns: 1fr;
  }
  .homepage-modern-scope .blog-card.featured {
    grid-column: span 1;
    display: block;
  }
  .homepage-modern-scope .blog-card.featured {
    max-height: none;
  }
  .homepage-modern-scope .blog-card.featured .blog-img {
    height: 160px;
    max-height: none;
  }
  .homepage-modern-scope .form-row {
    grid-template-columns: 1fr;
  }
  .homepage-modern-scope .trust-bar-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .homepage-modern-scope .trust-num {
    font-size: 26px;
  }
  .homepage-modern-scope .enquiry-left h2 {
    font-size: 28px;
  }
  .homepage-modern-scope .enquiry-form {
    padding: 24px 20px;
  }
  .homepage-modern-scope .enquiry-layout {
    gap: 32px;
  }
  .homepage-modern-scope .testi-rating-bar {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 20px;
  }
  .homepage-modern-scope .testi-rating-divider {
    width: 100%;
    height: 1px;
  }
  .homepage-modern-scope .testi-rating-item {
    padding: 8px 0;
  }
  .homepage-modern-scope .why-strip-stats {
    flex-wrap: wrap;
    gap: 20px;
  }
  .homepage-modern-scope .alpha-btn {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }
  .homepage-modern-scope .why-grid {
    grid-template-columns: 1fr;
  }
  .homepage-modern-scope .testi-grid {
    grid-template-columns: 1fr;
  }
  .homepage-modern-scope .why-bottom-strip {
    padding: 24px 20px;
  }
}
@media (max-width: 480px) {
  .homepage-modern-scope {
    font-size: 15px;
  }
  .homepage-modern-scope .hero h1 {
    font-size: 26px;
  }
  .homepage-modern-scope .hero-search-form {
    padding: 12px 14px;
  }
  .homepage-modern-scope .hero-search-select {
    font-size: 13px;
    padding: 11px 28px 11px 10px;
  }
  .homepage-modern-scope .hero-search-btn {
    font-size: 14px;
    padding: 13px 16px;
  }
  .homepage-modern-scope .hero-tags {
    gap: 8px;
  }
  .homepage-modern-scope .hero-tag {
    font-size: 11px;
    padding: 9px 10px;
    white-space: normal;
  }
  .homepage-modern-scope .section-title {
    font-size: 22px;
  }
  .homepage-modern-scope .cats-grid,
  .homepage-modern-scope .countries-grid,
  .homepage-modern-scope .products-grid {
    grid-template-columns: 1fr;
  }
  .homepage-modern-scope .trust-bar-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .homepage-modern-scope .leads-filter {
    flex-wrap: wrap;
  }
  .homepage-modern-scope .filter-btn {
    font-size: 12px;
    padding: 6px 12px;
  }
  .homepage-modern-scope .enquiry-sec {
    padding: 48px 5%;
  }
  .homepage-modern-scope .faq-left h2 {
    font-size: 26px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .homepage-modern-scope .hero-search.main-search-input {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    gap: 0;
    overflow: hidden;
  }
  .homepage-modern-scope .hero-search-form {
    flex: none;
    width: 100%;
    padding: 14px 18px;
    border-bottom: 1px solid var(--gray-100);
    box-sizing: border-box;
  }
  .homepage-modern-scope .hero-search-filters {
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--gray-100);
  }
  .homepage-modern-scope .hero-search-select {
    max-width: none;
    width: 100%;
    border-left: none;
    border-right: none;
    padding: 12px 32px 12px 14px;
  }
  .homepage-modern-scope .hero-search-btn {
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .homepage-modern-scope .hero-tags {
    max-width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.homepage-modern-scope .blog-img--skeleton,
.homepage-modern-scope .blog-skeleton-line {
  background: linear-gradient(90deg, #e8edf3 25%, #f4f7fa 50%, #e8edf3 75%);
  background-size: 200% 100%;
  animation: hm-blog-skeleton-shimmer 1.4s ease-in-out infinite;
  border-radius: 8px;
}

.homepage-modern-scope .blog-img--skeleton {
  min-height: 180px;
}

.homepage-modern-scope .blog-card.featured .blog-img--skeleton {
  min-height: 220px;
}

.homepage-modern-scope .blog-skeleton-line {
  height: 14px;
  margin-bottom: 10px;
}

.homepage-modern-scope .blog-skeleton-line--short {
  width: 40%;
}

.homepage-modern-scope .homepage-blog-fallback {
  text-align: center;
  color: #64748b;
  padding: 24px 0;
}

@keyframes hm-blog-skeleton-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
