:root {
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --text: #0f172a;
  --muted: #475569;
  --line: #e2e8f0;
  --bg: #ffffff;
  --bg-soft: #f8fafc;
  --card: #ffffff;
  --radius: 18px;
  --shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.42);
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -40px;
  z-index: 2000;
  background: #2563eb;
  color: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  font-weight: 700;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 10px;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: min(1180px, 92vw);
  margin: 0 auto;
}

.top-bar {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

.top-bar-inner {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #334155;
}

.top-bar-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.top-bar-contact a:hover {
  color: var(--primary);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.site-header.scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  position: relative;
}

.logo {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #0b1437;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-nav a,
.nav-dropdown-toggle {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1e293b;
  transition: color 0.25s ease;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  transition: transform 0.22s ease;
}

.nav-dropdown.open .nav-dropdown-toggle svg {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  min-width: 258px;
  padding: 8px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0 20px 36px rgba(15, 23, 42, 0.14);
  z-index: 1006;
}

.nav-dropdown.open .nav-dropdown-menu {
  display: grid;
  gap: 2px;
}

.nav-dropdown-menu a {
  display: block;
  border-radius: 10px;
  padding: 9px 11px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1e293b;
}

.site-nav a:hover,
.nav-dropdown-toggle:hover {
  color: var(--primary);
}

.site-nav a.active {
  color: var(--primary);
}

.nav-dropdown-menu a:hover {
  color: var(--primary);
  background: #eff6ff;
}

.nav-actions {
  display: flex;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 0.93rem;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
}

.btn-primary:hover {
  background: var(--primary-dark);
}

.btn-outline {
  color: var(--primary);
  border-color: #c7d2fe;
  background: #eff6ff;
}

.btn-outline:hover {
  border-color: #93c5fd;
  background: #dbeafe;
}

.btn-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.09);
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.2);
}

.btn-light {
  color: #1d4ed8;
  border-color: #c7d2fe;
  background: #eff6ff;
}

.brands-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(62px, 8vw, 96px);
  padding-bottom: clamp(58px, 7vw, 88px);
  background:
    radial-gradient(circle at 12% 12%, rgba(37, 99, 235, 0.08), transparent 36%),
    radial-gradient(circle at 88% 20%, rgba(29, 78, 216, 0.08), transparent 34%),
    #f8fbff;
}

.brands-head {
  max-width: 920px;
  margin: 0 auto clamp(22px, 3.4vw, 34px);
  text-align: center;
}

.brands-head h2 {
  font-size: clamp(1.9rem, 4.1vw, 2.58rem);
  line-height: 1.15;
  margin-bottom: 12px;
}

.brands-head p:last-child {
  color: #475569;
  font-size: clamp(1rem, 1.65vw, 1.08rem);
  line-height: 1.65;
}

.brands-slider {
  position: relative;
  margin-top: 18px;
  border-radius: 20px;
  overflow: hidden;
}

.brands-slider::before,
.brands-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(24px, 8vw, 70px);
  z-index: 2;
  pointer-events: none;
}

.brands-slider::before {
  left: 0;
  background: linear-gradient(90deg, #f8fbff 0%, rgba(248, 251, 255, 0) 100%);
}

.brands-slider::after {
  right: 0;
  background: linear-gradient(-90deg, #f8fbff 0%, rgba(248, 251, 255, 0) 100%);
}

.brands-track {
  display: flex;
  width: max-content;
  align-items: stretch;
  gap: 16px;
  animation: brandsMarquee 150s linear infinite;
  will-change: transform;
}

.brands-slider:hover .brands-track {
  animation-play-state: paused;
}

.brands-list {
  display: flex;
  align-items: stretch;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}

.brand-card {
  min-width: clamp(186px, 20vw, 250px);
  min-height: 86px;
  border: 1px solid #dbe7ff;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 9px 24px rgba(37, 99, 235, 0.1);
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.brand-name {
  display: block;
  font-size: clamp(1rem, 1.35vw, 1.1rem);
  line-height: 1.2;
  font-weight: 800;
  color: #0f172a;
}

.brand-card small {
  display: block;
  margin-top: 1px;
  font-size: 0.83rem;
  line-height: 1.35;
  color: #64748b;
  font-weight: 600;
}

.brands-note {
  text-align: center;
  color: #475569;
  margin-top: 20px;
  font-size: 0.96rem;
  font-weight: 600;
}

@keyframes brandsMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-50% - 8px), 0, 0);
  }
}

@media (max-width: 900px) {
  .brands-track,
  .brands-list {
    gap: 12px;
  }

  .brand-card {
    min-width: 182px;
    min-height: 80px;
    border-radius: 14px;
    padding: 12px 14px;
  }
}

@media (max-width: 640px) {
  .brands-slider {
    overflow: hidden;
    padding-bottom: 4px;
  }

  .brands-slider::before,
  .brands-slider::after {
    display: none;
  }

  .brands-track {
    animation: brandsMarqueeMobile 120s linear infinite;
    width: max-content;
    gap: 10px;
  }

  .brands-list {
    gap: 10px;
  }

  .brand-card {
    min-width: 164px;
    min-height: 76px;
    padding: 11px 12px;
  }

  .brand-name {
    font-size: 0.96rem;
  }
}

@keyframes brandsMarqueeMobile {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-50% - 5px), 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brands-track {
    animation: none;
  }
}

.btn-full {
  width: 100%;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid #dbeafe;
  background: #eff6ff;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: #1e3a8a;
}

.hero {
  position: relative;
  min-height: clamp(720px, 88vh, 940px);
  color: #fff;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  background: #020617;
}

.hero-slider,
.hero-slide,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-slide {
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1s ease, transform 2s ease;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  z-index: 1;
  background:
    radial-gradient(circle at 78% 28%, rgba(37, 99, 235, 0.26), rgba(37, 99, 235, 0) 36%),
    linear-gradient(105deg, rgba(2, 6, 23, 0.9) 0%, rgba(8, 20, 44, 0.8) 42%, rgba(2, 6, 23, 0.62) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 44%;
  height: 160px;
  background: linear-gradient(190deg, rgba(96, 165, 250, 0.14), rgba(2, 6, 23, 0));
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  padding: 138px 0 220px;
  max-width: 880px;
}

.eyebrow.hero-pill {
  background: #2563eb;
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  padding: 10px 18px;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.35);
}

.hero-heading {
  font-size: clamp(2.2rem, 5.1vw, 3.25rem);
  line-height: 1.06;
  margin-bottom: 20px;
  min-height: calc(1.06em * 2);
}

.hero-heading span {
  display: block;
}

.hero-heading.hero-title-expanded {
  font-size: clamp(2.2rem, 5.1vw, 3.25rem);
}

#hero-title-main {
  color: #f8fafc;
}

#hero-title-accent {
  color: #60a5fa;
}

@keyframes heroCopySwap {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-copy-swap {
  animation: heroCopySwap 0.55s ease;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.14);
  margin-bottom: 16px;
}

.text-blue {
  color: var(--primary);
  background: #eff6ff;
}

.hero h1 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.hero-subtext {
  max-width: 770px;
  color: rgba(226, 232, 240, 0.94);
  font-size: clamp(1.07rem, 2.2vw, 1.34rem);
  line-height: 1.45;
  margin-top: 10px;
  min-height: 5.8em;
}

.hero-features {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  min-height: 64px;
  align-items: flex-start;
}

.hero-features span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e2e8f0;
  font-weight: 600;
  font-size: 1.06rem;
}

.hero-features strong {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid #60a5fa;
  color: #60a5fa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  flex-shrink: 0;
}

.hero-cta {
  margin-top: 44px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-cta .btn {
  min-width: 240px;
  padding: 16px 30px;
  font-size: 1.1rem;
  font-weight: 700;
}

.hero-cta .btn-primary {
  background: #2563eb;
  box-shadow: 0 16px 28px rgba(37, 99, 235, 0.34);
}

.hero-cta .btn-outline-light {
  background: #ffffff;
  border-color: #ffffff;
  color: #0f172a;
}

.hero-cta .btn-outline-light:hover {
  background: #f1f5f9;
  border-color: #f1f5f9;
}

.hero-stats {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.5), rgba(30, 41, 59, 0.44));
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
}

.hero-stats div {
  background: rgba(255, 255, 255, 0.03);
  min-height: 96px;
  padding: 14px 10px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-stats div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-stats h3 {
  color: #f8fafc;
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  line-height: 1.05;
  margin: 0;
}

.hero-stats p {
  color: #e2e8f0;
  font-size: clamp(0.72rem, 0.76vw, 0.86rem);
  letter-spacing: 0.005em;
  margin: 4px 0 0;
  opacity: 0.88;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .hero-stats {
    background: rgba(15, 23, 42, 0.72);
  }
}

.hero-dots {
  position: absolute;
  right: max(4vw, 24px);
  bottom: 112px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.hero-dots button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
  padding: 0;
}

.hero-dots button.active {
  width: 28px;
  border-radius: 999px;
  background: #60a5fa;
}

.hero-dots button:focus-visible {
  outline-color: rgba(148, 197, 255, 0.92);
}

.section {
  padding: 110px 0;
}

section[id] {
  scroll-margin-top: 96px;
}

.section-tight-bottom {
  padding-bottom: 62px;
}

.section-tight-top {
  padding-top: 62px;
}

.section-head {
  max-width: 680px;
  margin-bottom: 38px;
}

.section-head h2 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.2;
  color: #0b1437;
}

#services .section-head,
.testimonials-section .section-head {
  padding-left: 12px;
}

.card-grid {
  display: grid;
  gap: 20px;
}

.card-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  background: var(--card);
  border: 1px solid #e2e8f0;
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  padding: 28px;
}

.card h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.card p {
  color: var(--muted);
}

.trusted-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-color: #e8edf8;
}

.trusted-icon {
  width: 76px;
  height: 76px;
  border-radius: 20px;
  background: #eef2ff;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  position: relative;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.16);
  will-change: transform;
  animation: trusted-float 5s ease-in-out infinite;
}

.trusted-card:nth-child(1) .trusted-icon {
  animation-delay: 0s;
}

.trusted-card:nth-child(2) .trusted-icon {
  animation-delay: 0.45s;
}

.trusted-card:nth-child(3) .trusted-icon {
  animation-delay: 0.85s;
}

.trusted-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0) 58%);
  pointer-events: none;
}

.trusted-icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
  position: relative;
  z-index: 1;
  will-change: transform, opacity;
}

.trusted-card:nth-child(1) .trusted-icon svg {
  animation: trusted-smart-pulse 3.4s ease-in-out infinite;
}

.trusted-card:nth-child(2) .trusted-icon svg {
  animation: trusted-secure-pulse 3.1s ease-in-out infinite;
}

.trusted-card:nth-child(3) .trusted-icon svg {
  animation: trusted-connected-pulse 2.8s ease-in-out infinite;
}

.trusted-card:nth-child(1) .trusted-icon::after,
.trusted-card:nth-child(3) .trusted-icon::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.trusted-card:nth-child(1) .trusted-icon::after {
  inset: 8px;
  border: 1.5px solid rgba(37, 99, 235, 0.35);
  animation: trusted-ring 3.3s ease-out infinite;
}

.trusted-card:nth-child(3) .trusted-icon::after {
  inset: -3px;
  border: 2px solid rgba(37, 99, 235, 0.25);
  animation: trusted-wave 2.8s ease-out infinite;
}

.trusted-card:hover .trusted-icon {
  animation-play-state: paused;
  transform: translateY(-2px) scale(1.02);
}

.trusted-card:hover .trusted-icon svg {
  animation-play-state: paused;
}

@keyframes trusted-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

@keyframes trusted-smart-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.04);
  }
}

@keyframes trusted-secure-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  40% {
    transform: scale(1.03);
    opacity: 0.95;
  }
}

@keyframes trusted-connected-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes trusted-ring {
  0%,
  100% {
    transform: scale(0.99);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.03);
    opacity: 0.15;
  }
}

@keyframes trusted-wave {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  35% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.08);
    opacity: 0;
  }
}

.light-section {
  background: var(--bg-soft);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-card {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid #e9edf3;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 12px 12px 18px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: #dbe2eb;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.09);
}

.service-card[id] {
  scroll-margin-top: 110px;
}

.service-card img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid #edf1f6;
  background: linear-gradient(145deg, #f8f9fb, #eef2f6);
  margin: 0 0 16px;
}

.service-content {
  padding: 0 12px 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.service-content h3 {
  font-size: clamp(1.72rem, 1.25vw + 1rem, 2.05rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.service-content p {
  color: #5f6777;
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.5;
}

.service-content ul {
  display: grid;
  gap: 7px;
  margin: 2px 0 0;
}

.service-content ul li {
  color: #404a5b;
  padding-left: 15px;
  position: relative;
  font-size: 0.93rem;
  line-height: 1.48;
}

.service-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #0f172a;
  opacity: 0.5;
}

.service-content a {
  margin-top: auto;
  padding-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0f172a;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.005em;
}

.service-content a::after {
  content: "→";
  transition: transform 0.25s ease;
}

.service-card:hover .service-content a::after {
  transform: translateX(4px);
}

.solution-grid .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.plan-label {
  font-weight: 700;
  color: #1e3a8a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}

.solution-card h3 {
  margin: 10px 0;
  font-size: 1.8rem;
}

.solution-card ul {
  margin: 12px 0 20px;
  display: grid;
  gap: 9px;
}

.solution-card ul li {
  color: #334155;
  padding-left: 20px;
  position: relative;
}

.solution-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
}

.solution-card .btn {
  margin-top: auto;
}

.solution-card-featured {
  border-color: #bfdbfe;
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.16);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 36px;
  align-items: center;
}

.about-grid > * {
  min-width: 0;
}

.about-image-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #e2e8f0;
  isolation: isolate;
}

.about-image-wrap img {
  width: 100%;
  display: block;
  border-radius: 24px;
  height: 100%;
  aspect-ratio: 4 / 3;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
}

.experience-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  background: #fff;
  color: #1e3a8a;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
  font-weight: 800;
  font-size: clamp(1.05rem, 1.6vw, 1.9rem);
  max-width: calc(100% - 36px);
  line-height: 1.1;
}

.about-content h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.2;
}

.about-content p {
  margin-top: 12px;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.bullet-list {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.bullet-list li {
  padding-left: 24px;
  position: relative;
  color: #334155;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.bullet-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  font-weight: 800;
}

.why-company-section .section-head,
.areas-serve-section .section-head {
  max-width: 960px;
}

.why-company-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 20px;
}

.why-company-card h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.why-company-card p {
  color: var(--muted);
}

.why-company-card .bullet-list {
  margin-top: 10px;
}

.keyword-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.keyword-tags span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #c7d2fe;
  background: #eef2ff;
  color: #1e3a8a;
  font-size: 0.82rem;
  font-weight: 700;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.area-card {
  border: 1px solid #dbe3f2;
  border-radius: 14px;
  background: #fff;
  text-align: center;
  padding: 16px 14px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.area-card h3 {
  font-size: 1.02rem;
}

.areas-note {
  margin-top: 16px;
  color: #475569;
  max-width: 980px;
}

.stats-banner {
  background: linear-gradient(120deg, #2563eb, #1d4ed8);
  color: #fff;
  padding: 54px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.counter-card {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.counter-card h3 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.1;
}

.counter-card p {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.88);
}

.process-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-row::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 5%;
  right: 5%;
  height: 2px;
  background: #bfdbfe;
}

.process-card {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius);
  padding: 20px;
}

.process-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #e8f0ff;
  color: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.process-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.process-card span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #dbeafe;
  color: #1e3a8a;
  font-weight: 800;
  margin-bottom: 12px;
}

.process-card h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.process-card p {
  color: var(--muted);
}

.blog-card,
.testimonial-card {
  border: 1px solid #e2e8f0;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.blog-card {
  overflow: hidden;
  padding: 0 0 18px;
}

.blog-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 14px 20px 12px;
  flex-wrap: wrap;
}

.badge {
  display: inline-flex;
  align-items: center;
  background: #dbeafe;
  color: #1e3a8a;
  font-size: 0.78rem;
  font-weight: 800;
  border-radius: 999px;
  padding: 6px 10px;
  letter-spacing: 0.04em;
}

.blog-meta p {
  color: #64748b;
  font-size: 0.88rem;
}

.blog-card h3 {
  font-size: 1.18rem;
  line-height: 1.35;
  margin: 0 20px 10px;
}

.blog-card p {
  color: var(--muted);
  margin: 0 20px;
}

.blog-card a {
  margin: 14px 20px 0;
  display: inline-flex;
  color: var(--primary);
  font-weight: 700;
}

.testimonials-section {
  background: #f8fafc;
}

.testimonials-section .section-head {
  margin-bottom: 24px;
}

.testimonials-section .container {
  width: min(1260px, 96vw);
}

.testimonials-slider {
  --testimonial-gap: 20px;
  position: relative;
  display: grid;
  gap: 12px;
}

.testimonials-viewport {
  overflow: hidden;
  padding: 2px 0;
}

.testimonials-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--testimonial-gap) * 2)) / 3);
  gap: var(--testimonial-gap);
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.testimonial-card {
  padding: 22px 20px;
  min-height: 272px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}

.testimonial-card .stars {
  color: #f59e0b;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.testimonial-text {
  color: #334155;
  font-size: 1rem;
  line-height: 1.58;
  margin: 0;
}

.client {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.client h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.1;
}

.client span {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.1;
  color: #64748b;
}

.testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  background: #fff;
  color: #1e293b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.testimonial-arrow:hover {
  background: #2563eb;
  color: #fff;
}

.testimonial-arrow.prev {
  left: -22px;
}

.testimonial-arrow.next {
  right: -22px;
}

.testimonial-arrow svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.testimonials-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.testimonials-dots button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: #bfdbfe;
  opacity: 0.9;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.testimonials-dots button.active {
  background: #60a5fa;
  transform: scale(1.08);
}

.cta-banner {
  position: relative;
  background: #0b1228;
  color: #fff;
  padding: 95px 0;
  overflow: hidden;
}

.cta-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.cta-video-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  border: 0;
  transform: translate(-50%, -50%) scale(1.12);
  pointer-events: none;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(2, 6, 23, 0.9), rgba(15, 23, 42, 0.76));
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 740px;
}

.cta-content h2 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.2;
}

.cta-actions {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.faq-section {
  background: #f5f6f7;
}

.faq-modern {
  display: grid;
  gap: 36px;
}

.faq-modern-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.faq-guide-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: #ffe8cc;
  color: #c25a00;
  font-size: 0.96rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.faq-modern-head h2 {
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  line-height: 1.15;
  color: #0f172a;
}

.faq-modern-head p {
  margin-top: 12px;
  color: #475569;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
}

.faq-modern-grid {
  display: grid;
  grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.faq-support-card {
  display: grid;
  gap: 14px;
  align-content: start;
}

.faq-support-media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 470px;
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.16);
}

.faq-support-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 6, 23, 0.6), rgba(2, 6, 23, 0.12) 46%, transparent 68%);
}

.faq-support-media img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.faq-support-caption {
  position: absolute;
  z-index: 1;
  left: 22px;
  right: 22px;
  bottom: 20px;
  color: #fff;
}

.faq-support-caption h3 {
  font-size: 2rem;
  line-height: 1.15;
}

.faq-support-caption p {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.85);
}

.faq-support-muted {
  color: #8b929e;
  font-size: 1.05rem;
}

.faq-support-card h4 {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.2;
  color: #0f172a;
}

.faq-book-btn {
  width: fit-content;
  border-color: #fdba74;
  background: #fff7ed;
  color: #c25a00;
}

.faq-book-btn:hover {
  border-color: #fb923c;
  background: #ffedd5;
}

.faq-accordion-wrap {
  display: grid;
  gap: 14px;
  align-content: start;
}

.faq-group-title {
  font-size: clamp(1.45rem, 2.3vw, 2.1rem);
  line-height: 1.2;
  color: #0f172a;
  font-weight: 800;
}

.faq-topic-title {
  margin-top: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a1a1aa;
}

.faq-modern-item {
  border-radius: 18px;
  background: #f0f2f4;
  border: 1px solid transparent;
  overflow: hidden;
}

.faq-modern-item[open] {
  background: #fff;
  border-color: #7dd3fc;
  box-shadow: 0 10px 26px rgba(14, 116, 144, 0.1);
}

.faq-modern-item summary {
  list-style: none;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 19px 22px;
  color: #111827;
  font-size: clamp(1rem, 1.22vw, 1.18rem);
  font-weight: 600;
}

.faq-modern-item summary::-webkit-details-marker {
  display: none;
}

.faq-no {
  color: #a1a1aa;
  font-size: 1.86rem;
  line-height: 1;
}

.faq-modern-item summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #9ca3af;
  border-bottom: 2px solid #9ca3af;
  transform: rotate(45deg);
  justify-self: end;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.faq-modern-item[open] summary::after {
  transform: rotate(-135deg);
  border-color: #0284c7;
}

.faq-answer {
  padding: 0 22px 20px 86px;
  color: #4b5563;
}

.faq-answer p + p {
  margin-top: 10px;
}

.faq-answer ul {
  margin: 10px 0 10px 20px;
  list-style: disc;
  display: grid;
  gap: 6px;
}

.faq-answer li {
  padding-left: 2px;
}

.contact-section {
  background: #eef1f6;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}

.contact-info h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.contact-info-panel > p:last-of-type {
  margin-top: 8px;
  max-width: 560px;
  color: #475569;
}

.contact-cards {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.info-card {
  background: #fff;
  border: 1px solid #dbe2ef;
  border-radius: 22px;
  padding: 24px;
}

.info-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #e7efff;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.info-icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.info-card h3 {
  color: #0f172a;
  margin-bottom: 6px;
  font-size: 1.28rem;
}

.info-card p,
.info-card a {
  color: #2563eb;
  font-weight: 700;
}

.info-card p:last-child {
  color: #64748b;
  font-size: 0.92rem;
  margin-top: 2px;
  font-weight: 600;
}

.contact-form {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.contact-form-panel {
  border-radius: 42px;
  padding: 34px;
  box-shadow: 0 24px 40px rgba(15, 23, 42, 0.14);
  border-color: #dbe2ef;
  position: relative;
  overflow: hidden;
}

.contact-form-panel::after {
  content: "";
  position: absolute;
  top: -46px;
  right: -46px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #e9edf8;
}

.contact-form-panel h3 {
  position: relative;
  z-index: 1;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin-bottom: 16px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-form label {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
}

.honeypot-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  margin-top: 6px;
  padding: 12px 14px;
  border: 1px solid #d8deea;
  border-radius: 12px;
  font-size: 0.95rem;
  font-family: inherit;
  color: #0f172a;
  background: #f4f6fb;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #60a5fa;
  outline: none;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14);
}

.form-message {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  min-height: 22px;
  font-weight: 700;
  font-size: 0.9rem;
}

.form-message.success {
  color: #15803d;
}

.form-message.error {
  color: #b91c1c;
}

.contact-form button[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}

.contact-send-btn {
  position: relative;
  overflow: hidden;
  min-height: 56px;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
}

.contact-send-btn.is-loading {
  pointer-events: none;
}

.contact-send-btn.is-loading::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #ffffff;
  margin-left: 10px;
  animation: contact-btn-spin 0.75s linear infinite;
}

.contact-send-btn.is-success {
  background: #16a34a;
  box-shadow: 0 12px 24px rgba(22, 163, 74, 0.28);
}

@keyframes contact-btn-spin {
  to {
    transform: rotate(360deg);
  }
}

body.contact-us-page {
  background: #f3f6fb;
}

.contact-us-hero {
  text-align: center;
  background: linear-gradient(180deg, #f3f6fb 0%, #f7f9fd 44%, #f3f6fb 100%);
  padding-top: 88px;
  padding-bottom: 28px;
}

.contact-us-hero .container {
  max-width: 980px;
}

.contact-us-hero h1 {
  margin-top: 8px;
  font-size: clamp(2.25rem, 5.2vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #0b1437;
}

.contact-us-hero p {
  margin: 14px auto 0;
  max-width: 860px;
  color: #425167;
  font-size: clamp(1.02rem, 1.8vw, 1.24rem);
}

.contact-us-layout {
  padding-top: 14px;
  padding-bottom: 42px;
}

.contact-us-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: 24px;
  align-items: start;
}

.contact-us-form-card {
  background: #f7f9fd;
  border: 1px solid #e2e8f0;
  border-radius: 30px;
  padding: 32px 30px;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.09);
}

.contact-us-form-card h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #0b1437;
}

.contact-us-form-card > p {
  margin-top: 12px;
  color: #4b5a73;
  font-size: 1.05rem;
}

.contact-us-form {
  margin-top: 22px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.contact-us-form .form-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-us-form label {
  margin-bottom: 12px;
  font-size: 0.95rem;
}

.contact-us-form textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-us-side {
  display: grid;
  gap: 16px;
}

.contact-us-help-card {
  position: relative;
  min-height: 302px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: linear-gradient(136deg, #1e3a8a 0%, #2563eb 55%, #3b82f6 100%);
  box-shadow: 0 22px 42px rgba(30, 58, 138, 0.28);
  display: flex;
  align-items: flex-start;
  padding: 24px 24px 22px;
}

.contact-us-help-card::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -64px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
}

.contact-us-help-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 58%);
}

.contact-us-help-content {
  position: relative;
  z-index: 2;
  max-width: 50%;
  color: #f8fbff;
}

.contact-us-help-brand {
  width: fit-content;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #eff6ff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.contact-us-help-content h3 {
  margin-top: 12px;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.contact-us-help-content p {
  margin-top: 8px;
  color: rgba(239, 246, 255, 0.92);
  font-size: 0.92rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.contact-us-help-card img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(44%, 240px);
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 1;
}

.contact-us-detail-list {
  display: grid;
  gap: 14px;
}

.contact-us-detail-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  background: #eaf2ff;
  border: 1px solid #d6e3fb;
  border-radius: 18px;
  padding: 14px 16px;
}

.detail-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  color: #1d4ed8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfe0ff;
}

.detail-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.contact-us-detail-card h4 {
  font-size: 1.08rem;
  color: #0f172a;
}

.contact-us-detail-card p,
.contact-us-detail-card a {
  margin-top: 2px;
  color: #475569;
  font-size: 0.98rem;
}

.contact-us-detail-card a:hover {
  color: #1d4ed8;
}

.contact-us-map .section-head {
  max-width: 780px;
  margin-bottom: 16px;
}

.contact-map-section .section-head {
  max-width: 780px;
}

.map-frame {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #dbe3f2;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  background: #fff;
}

.map-frame iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
}

.site-footer {
  border-top: 1px solid #e2e8f0;
  background: #f8fafc;
  padding-top: 68px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.1fr;
  gap: 24px;
  padding-bottom: 28px;
}

.footer-logo {
  margin-bottom: 12px;
  display: inline-flex;
}

.footer-grid h3 {
  font-size: 1.06rem;
  margin-bottom: 12px;
}

.footer-grid p,
.footer-grid li,
.footer-grid a {
  color: #334155;
}

.footer-grid ul {
  display: grid;
  gap: 8px;
}

.footer-grid a:hover {
  color: var(--primary);
}

.social-links {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.social-links a {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfdbfe;
  color: #1e3a8a;
  background: #eff6ff;
}

.social-links svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.footer-bottom {
  border-top: 1px solid #e2e8f0;
  padding: 16px 0 24px;
}

.footer-bottom p {
  color: #64748b;
  font-size: 0.9rem;
  text-align: center;
}

.reveal,
.reveal-item {
  will-change: transform, opacity;
}

@media (max-width: 1100px) {
  .site-nav {
    gap: 16px;
  }

  .nav-actions .btn {
    padding: 10px 14px;
  }

  .service-grid,
  .card-grid-3,
  .stats-grid,
  .areas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-grid {
    gap: 18px;
  }

  .service-card {
    border-radius: 24px;
    padding: 10px 10px 16px;
  }

  .service-card img {
    border-radius: 18px;
    height: 198px;
  }

  .why-company-grid {
    grid-template-columns: 1fr;
  }

  .process-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-row::before {
    display: none;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-us-grid {
    grid-template-columns: 1fr;
  }

  .contact-us-help-content {
    max-width: 60%;
  }

  .testimonials-track {
    grid-auto-columns: calc((100% - var(--testimonial-gap)) / 2);
  }

  .testimonial-arrow.prev {
    left: -12px;
  }

  .testimonial-arrow.next {
    right: -12px;
  }

}

@media (max-width: 920px) {
  .top-bar-inner {
    flex-direction: column;
    justify-content: center;
    padding: 8px 0;
    text-align: center;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 20px 36px rgba(15, 23, 42, 0.12);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .site-nav.open {
    display: flex;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-toggle {
    width: 100%;
    justify-content: space-between;
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    width: 100%;
    margin-top: 8px;
    box-shadow: none;
    border-radius: 12px;
    background: #f8fafc;
    border-color: #dbe2ef;
  }

  .nav-actions {
    display: none;
  }

  .hero-content {
    padding-top: 112px;
    padding-bottom: 210px;
  }

  .hero-heading,
  .hero-heading.hero-title-expanded,
  .hero-subtext,
  .hero-features {
    min-height: 0;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stats div {
    padding: 14px 10px;
  }

  .hero-stats h3 {
    font-size: 1.9rem;
  }

  .hero-stats p {
    font-size: 0.84rem;
  }

  .hero-features span {
    font-size: 0.98rem;
  }

  .about-grid,
  .why-company-grid,
  .faq-modern-grid,
  .contact-grid,
  .contact-us-grid,
  .service-grid,
  .card-grid-3,
  .stats-grid,
  .contact-cards,
  .footer-grid,
  .process-row {
    grid-template-columns: 1fr;
  }

  .service-grid {
    gap: 16px;
  }

  .service-card {
    border-radius: 20px;
    padding: 10px 10px 14px;
  }

  .service-card img {
    height: 184px;
    border-radius: 16px;
    margin-bottom: 14px;
  }

  .service-content {
    padding: 0 8px 2px;
    gap: 8px;
  }

  .service-content h3 {
    font-size: 1.52rem;
  }

  .service-content p {
    font-size: 0.99rem;
  }

  .areas-grid {
    grid-template-columns: 1fr;
  }

  .about-grid {
    gap: 24px;
    align-items: start;
  }

  .about-image-wrap img {
    min-height: 320px;
  }

  .experience-badge {
    right: 14px;
    bottom: 14px;
    padding: 10px 14px;
    max-width: calc(100% - 28px);
    font-size: clamp(0.95rem, 3.8vw, 1.4rem);
  }

  .section {
    padding: 74px 0;
  }

  .section-tight-bottom {
    padding-bottom: 40px;
  }

  .section-tight-top {
    padding-top: 40px;
  }

  .hero {
    min-height: 780px;
  }

  .hero-dots {
    right: 16px;
    bottom: 138px;
  }

  .hero-cta .btn {
    min-width: 190px;
    padding: 14px 22px;
    font-size: 1rem;
  }

  .contact-form-panel {
    order: -1;
    border-radius: 28px;
    padding: 24px;
  }

  .contact-us-hero {
    text-align: left;
    padding-top: 62px;
    padding-bottom: 12px;
  }

  .contact-us-hero p {
    margin-inline: 0;
  }

  .contact-us-form-card {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .contact-us-form .form-row {
    grid-template-columns: 1fr;
  }

  .contact-us-help-card {
    min-height: 282px;
    border-radius: 24px;
    padding: 20px;
  }

  .contact-us-help-content {
    max-width: 58%;
  }

  .contact-us-help-content h3 {
    font-size: clamp(1.3rem, 4.2vw, 1.75rem);
  }

  .contact-us-help-content p {
    font-size: 0.88rem;
    line-height: 1.4;
  }

  .contact-us-help-card img {
    width: min(42%, 200px);
  }

  .contact-info-panel h2 {
    font-size: clamp(1.8rem, 7vw, 2.3rem);
  }

  .faq-modern-head {
    text-align: left;
    margin: 0;
    max-width: 100%;
  }

  .faq-support-card {
    max-width: 460px;
  }

  .testimonials-section .container {
    width: min(1260px, 97vw);
  }

  .testimonials-slider {
    padding-inline: 42px;
  }

  .testimonial-arrow {
    width: 36px;
    height: 36px;
    top: 50%;
  }

  .testimonial-arrow.prev {
    left: 0;
  }

  .testimonial-arrow.next {
    right: 0;
  }

  .testimonial-card {
    min-height: 260px;
    padding: 20px 18px;
  }

  .testimonial-text {
    line-height: 1.56;
  }

}

@media (max-width: 640px) {
  #services .section-head,
  .testimonials-section .section-head {
    padding-left: 14px;
  }

  #about .container {
    width: min(1180px, 94vw);
  }

  .about-content h2 {
    font-size: clamp(1.95rem, 9vw, 2.6rem);
  }

  .about-content p {
    font-size: 1.02rem;
    line-height: 1.58;
  }

  .bullet-list {
    gap: 8px;
  }

  .bullet-list li {
    font-size: 1.04rem;
    line-height: 1.45;
  }

  .contact-us-hero h1 {
    font-size: clamp(2rem, 11vw, 2.9rem);
  }

  .contact-us-form-card h2 {
    font-size: clamp(1.8rem, 9.3vw, 2.6rem);
  }

  .contact-us-form-card > p {
    font-size: 0.98rem;
  }

  .contact-us-help-content {
    max-width: 100%;
    padding-right: 118px;
  }

  .contact-us-help-content h3 {
    font-size: clamp(1.2rem, 6.5vw, 1.45rem);
    line-height: 1.22;
  }

  .contact-us-help-content p {
    font-size: 0.85rem;
    line-height: 1.36;
  }

  .contact-us-help-card img {
    width: min(39%, 150px);
    opacity: 0.96;
  }

  .contact-us-detail-card {
    border-radius: 16px;
    padding: 12px;
  }

  .contact-send-btn {
    min-height: 54px;
  }

  .testimonials-section .container {
    width: 98vw;
  }

  .testimonials-track {
    grid-auto-columns: 100%;
  }

  .testimonial-card {
    min-height: 248px;
    padding: 18px 14px;
  }

  .testimonial-text {
    font-size: 0.96rem;
  }

  .testimonial-arrow {
    width: 34px;
    height: 34px;
    top: 52%;
  }

  .testimonial-arrow.prev {
    left: 2px;
  }

  .testimonial-arrow.next {
    right: 2px;
  }

  .cta-video-frame {
    width: 170vw;
    height: 95.625vw;
    transform: translate(-50%, -50%) scale(1.06);
  }

  .hero {
    min-height: 920px;
  }

  .hero-content {
    padding-top: 92px;
    padding-bottom: 286px;
  }

  .hero h1 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.08;
  }

  .hero-heading.hero-title-expanded {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .btn {
    width: 100%;
  }

  .hero-cta .btn,
  .cta-actions .btn {
    width: 100%;
  }

  .hero-cta {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .hero-stats {
    transform: none;
  }

  .hero-stats h3 {
    font-size: 1.6rem;
    gap: 0;
  }

  .hero-stats p {
    font-size: 0.76rem;
  }

  .hero-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 12px;
  }

  .hero-features span {
    width: auto;
    justify-content: flex-start;
    font-size: 0.93rem;
  }

  .hero-features strong {
    width: 26px;
    height: 26px;
    font-size: 0.9rem;
  }

  .hero-dots {
    bottom: 208px;
    right: 12px;
  }

  .blog-image {
    height: 180px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form-panel::after {
    width: 88px;
    height: 88px;
    top: -30px;
    right: -30px;
  }

  .map-frame iframe {
    min-height: 320px;
  }

  .faq-modern-head h2 {
    font-size: clamp(1.95rem, 10vw, 2.8rem);
  }

  .faq-group-title {
    font-size: 1.55rem;
  }

  .faq-modern-item summary {
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    font-size: 1rem;
    padding: 17px 16px;
  }

  .faq-no {
    font-size: 1.42rem;
  }

  .faq-answer {
    padding: 0 16px 18px 58px;
    font-size: 0.96rem;
  }

  .faq-support-media {
    min-height: 380px;
  }

  .faq-support-media img {
    min-height: 380px;
  }

  .faq-support-caption h3 {
    font-size: 1.5rem;
  }

  .faq-support-card h4 {
    font-size: 1.6rem;
  }

  .faq-support-card .faq-book-btn {
    width: fit-content;
  }
}

@media (max-width: 420px) {
  .hero-cta {
    grid-template-columns: 1fr;
  }

  .contact-us-help-content {
    padding-right: 104px;
  }

  .contact-us-help-content h3 {
    font-size: 1.16rem;
    line-height: 1.24;
  }

  .contact-us-help-content p {
    font-size: 0.82rem;
    line-height: 1.34;
  }

  .hero-features {
    grid-template-columns: 1fr;
  }

  .hero-subtext {
    font-size: 1rem;
  }

  .faq-group-title {
    font-size: 1.38rem;
  }

  .faq-modern-item summary {
    gap: 10px;
  }

  .faq-answer {
    padding-left: 52px;
  }
}

@media (min-width: 1024px) {
  .hero-content {
    transform: translateX(-100px);
  }

  .hero-heading,
  .hero-heading.hero-title-expanded {
    font-size: 3.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
