:root {
  --home2-bg: #f3f7fb;
  --home2-surface: #ffffff;
  --home2-surface-soft: #edf3f8;
  --home2-text: #10243c;
  --home2-muted: #516579;
  --home2-border: rgba(0, 51, 102, 0.1);
  --home2-shadow: 0 24px 60px rgba(7, 30, 58, 0.08);
}

.home2-page {
  background: var(--home2-bg);
  color: var(--home2-text);
}

.home2-page,
.home2-page * {
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.home2-page p,
.home2-page h1,
.home2-page h2,
.home2-page h3,
.home2-page h4,
.home2-page a,
.home2-page span {
  text-wrap: pretty;
}

.home2-page .container,
.home2-page .home2-shell,
.home2-page .container-logos {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
}

.home2-page .navbar {
  padding: 14px clamp(20px, 4vw, 52px);
  gap: 24px;
}

.home2-page .nav-links {
  gap: clamp(18px, 2vw, 34px);
}

.home2-page .nav-links a {
  font-size: 20px;
  white-space: nowrap;
}

.home2-page .contact-section {
  right: -100%;
  width: min(100%, 380px);
}

.home2-page .contact-section.active {
  right: 0;
  transform: translateX(0);
  pointer-events: all;
  visibility: visible;
}

.home2-page .dot-menu {
  position: relative;
  z-index: 1001;
}

.home2-page .contact-section a,
.home2-page .contact-list a {
  color: inherit;
  text-decoration: none;
}

.home2-page .contact-section .info-item a {
  display: block;
  line-height: 1.6;
}

.home2-page .contact-section a:hover,
.home2-page .contact-list a:hover,
.home2-page .footer-col ul li a:hover {
  color: #ffffff;
}

.home2-page .hero {
  min-height: min(100vh, 960px);
  padding: clamp(96px, 12vw, 132px) clamp(20px, 7vw, 92px) clamp(72px, 9vw, 100px);
  gap: clamp(28px, 4vw, 76px);
  align-items: center;
}

.home2-page .hero-content {
  flex: 1 1 620px;
  max-width: 720px;
}

.home2-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #b7d4ff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home2-page .main-title {
  max-width: 11ch;
  font-size: clamp(3.05rem, 8.5vw, 6rem);
  line-height: 0.98;
  margin-bottom: 22px;
}

.home2-page .home2-subtitle {
  max-width: 35rem;
  min-height: 0;
  font-size: clamp(1.03rem, 1.8vw, 1.28rem);
  color: #cbd5e1;
  line-height: 1.6;
}

.home2-page .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.home2-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 28px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  backdrop-filter: blur(6px);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.home2-secondary-btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #eef6ff;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
}

.home2-page.consult-modal-open {
  overflow: hidden;
}

.home2-page .consult-card {
  width: min(100%, 250px);
  max-width: 250px;
  margin-left: auto;
  padding: 20px 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  box-shadow: var(--home2-shadow);
  color: #ffffff;
}

.home2-page .consult-card-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d6e6ff;
}

.home2-page .consult-card h3 {
  margin: 0 0 10px;
  font-size: 1.32rem;
  line-height: 1.15;
}

.home2-page .consult-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
}

.home2-page .consult-card-btn {
  margin-top: 16px;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.home2-page .consult-card-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.7);
}

.home2-page .visual-stack {
  flex: 0 1 250px;
  width: min(100%, 250px);
  gap: 18px;
  align-items: stretch;
  visibility: visible;
}

.home2-page .carousel-container,
.home2-page .stat-card-container {
  width: 100%;
  max-width: 360px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--home2-shadow);
}

.home2-page .carousel-container {
  display: none;
}

.home2-page .stat-card-container {
  width: min(100%, 250px);
  max-width: 250px;
  aspect-ratio: auto;
  height: clamp(120px, 14vw, 165px);
  margin-left: auto;
}

.home2-page .carousel-track img {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.home2-page .stat-card {
  padding: clamp(18px, 2.4vw, 22px);
  border-radius: 28px;
  justify-content: center;
  gap: 14px;
}

.home2-page .stat-header {
  font-size: clamp(0.92rem, 1.15vw, 1.02rem);
  line-height: 1.35;
  padding-left: 18px;
  padding-top: 3px;
}

.home2-page .stat-value-wrap {
  margin-top: 0;
  font-size: clamp(2.25rem, 4.4vw, 2.75rem);
  line-height: 1;
}

.home2-page .blue-divider {
  width: min(220px, 28vw);
  margin: 0 auto;
}

.home2-page .consult-modal {
  position: fixed;
  inset: 0;
  z-index: 10040;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.home2-page .consult-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.home2-page .consult-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 18, 34, 0.62);
  backdrop-filter: blur(8px);
}

.home2-page .consult-modal-dialog {
  position: relative;
  width: min(100%, 520px);
  border-radius: 28px;
  padding: clamp(24px, 4vw, 32px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 246, 252, 0.96));
  box-shadow: 0 30px 80px rgba(7, 30, 58, 0.24);
  color: var(--home2-text);
}

.home2-page .consult-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: 0;
  background: transparent;
  color: var(--home2-text);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.home2-page .consult-modal-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  line-height: 1.05;
}

.home2-page .consult-modal-copy p {
  margin: 0 0 22px;
  color: var(--home2-muted);
  line-height: 1.6;
}

.home2-page .consult-form {
  display: grid;
  gap: 16px;
}

.home2-page .consult-form-group {
  display: grid;
  gap: 8px;
}

.home2-page .consult-form-group label {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #34506d;
}

.home2-page .consult-form-group input,
.home2-page .consult-form-group textarea {
  width: 100%;
  border: 1px solid rgba(0, 51, 102, 0.12);
  border-radius: 18px;
  background: #ffffff;
  color: var(--home2-text);
  font-size: 1rem;
  padding: 16px 18px;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.home2-page .consult-form-group textarea {
  min-height: 132px;
  resize: vertical;
}

.home2-page .consult-form-group input:focus,
.home2-page .consult-form-group textarea:focus {
  border-color: rgba(0, 70, 135, 0.45);
  box-shadow: 0 0 0 4px rgba(0, 70, 135, 0.08);
}

.home2-page .consult-form-actions {
  display: flex;
}

.home2-page .consult-submit-btn {
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  background: linear-gradient(135deg, #003366, #0f5a9b);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  box-shadow: 0 16px 36px rgba(0, 51, 102, 0.24);
}

.home2-page .consult-submit-btn:hover {
  transform: translateY(-2px);
}

.home2-page .consult-submit-btn:disabled {
  cursor: wait;
  opacity: 0.75;
}

.home2-page .consult-form-feedback {
  min-height: 22px;
  font-size: 0.94rem;
  line-height: 1.45;
  color: var(--home2-muted);
}

.home2-page .consult-form-feedback.is-error {
  color: #b91c1c;
}

.home2-page .consult-form-feedback.is-success {
  color: #166534;
}

.home2-page .intro-stats-section {
  padding: clamp(56px, 8vw, 88px) 0 20px;
}

.home2-intro-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 244, 250, 0.95));
  border: 1px solid var(--home2-border);
  border-radius: 32px;
  box-shadow: var(--home2-shadow);
  padding: clamp(28px, 5vw, 56px);
}

.intro-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: clamp(22px, 4vw, 40px);
  align-items: stretch;
}

.home2-page .intro-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home2-page .intro-text .home2-kicker,
.home2-page .why-header .home2-kicker {
  color: #004687;
}

.home2-page .intro-text p {
  margin: 0;
  color: var(--home2-muted);
  font-size: clamp(1rem, 1.55vw, 1.15rem);
  line-height: 1.8;
}

.home2-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: clamp(22px, 4vw, 28px);
  border-radius: 24px;
  background: rgba(0, 70, 135, 0.05);
  border: 1px solid rgba(0, 70, 135, 0.08);
}

.home2-panel h3 {
  color: #003366;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.home2-panel p {
  color: var(--home2-muted);
  line-height: 1.7;
}

.home2-page .stats-wrapper-intro {
  background: transparent;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 clamp(72px, 8vw, 96px);
  align-items: stretch;
}

.home2-page .stat-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  min-height: 188px;
  padding: 28px 24px;
  border-radius: 24px;
  background: var(--home2-surface);
  border: 1px solid var(--home2-border);
  box-shadow: 0 18px 40px rgba(6, 28, 53, 0.06);
  text-align: left;
}

.home2-page .stat-number {
  color: #003366;
  font-size: clamp(2.35rem, 4vw, 3.15rem);
  margin: 0;
  line-height: 1;
}

.home2-page .stat-divider {
  width: 52px;
  height: 3px;
  margin: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #003366, #60a5fa);
  opacity: 1;
}

.home2-page .stat-label {
  display: inline-block;
  margin: 0;
  color: var(--home2-muted);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home2-page .client-logo-section {
  padding: clamp(72px, 8vw, 102px) 0;
  background: var(--home2-surface);
}

.home2-page .section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 38px;
  line-height: 1.15;
}

.home2-page .logo-container {
  border-radius: 28px;
  background: linear-gradient(180deg, #f6f9fc, #eef4f9);
  padding: 12px 0;
}

.home2-page .logo-track {
  --logo-size: 220px;
  --logo-count: 24;
  --logo-half-count: 12;
  width: calc(var(--logo-size) * var(--logo-count));
  animation: home2-scroll 30s linear infinite;
}

.home2-page .logo-slide {
  width: var(--logo-size);
  padding: 0 clamp(18px, 3vw, 36px);
}

.home2-page .logo-slide img {
  max-width: 150px;
  width: 100%;
  object-fit: contain;
}

@keyframes home2-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(var(--logo-size) * var(--logo-half-count) * -1));
  }
}

.home2-page .services-overview {
  padding: clamp(76px, 8vw, 110px) clamp(20px, 4vw, 32px);
  background: var(--home2-surface-soft);
}

.home2-page .products {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
  max-width: 1240px;
}

.home2-page .product-card {
  grid-column: span 4;
  min-width: 0;
  height: clamp(290px, 34vw, 360px);
  border-radius: 26px;
}

.home2-page .product-card:nth-child(4),
.home2-page .product-card:nth-child(5) {
  grid-column: span 4;
}

.home2-page .product-card:nth-child(4) {
  grid-column: 3 / span 4;
}

.home2-page .product-card:nth-child(5) {
  grid-column: 7 / span 4;
}

.home2-page .product-img {
  width: 100%;
  height: 100%;
}

.home2-page .product-img img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.home2-page .product-content {
  padding: 28px;
}

.home2-page .product-card h3 {
  font-size: clamp(1.3rem, 2vw, 1.5rem);
}

.home2-page .product-card p {
  line-height: 1.65;
}

.home2-page .why-logic-motive {
  padding: clamp(82px, 9vw, 112px) 0;
}

.home2-page .why-header {
  max-width: 760px;
  margin-inline: auto;
}

.home2-page .why-header p {
  max-width: 58ch;
}

.home2-page .why-grid {
  margin-top: 54px;
}

.home2-page .service-item {
  min-height: 100%;
}

.home2-page .service-text p {
  line-height: 1.7;
}

.home2-cta {
  padding: 0 0 clamp(82px, 9vw, 110px);
}

.home2-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(28px, 5vw, 42px);
  border-radius: 32px;
  background: linear-gradient(135deg, #0b2a4a, #004687);
  box-shadow: 0 28px 56px rgba(7, 30, 58, 0.16);
}

.home2-cta-card .home2-kicker {
  color: #c7dcff;
}

.home2-cta-card h2 {
  color: #ffffff;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  margin-bottom: 10px;
}

.home2-cta-card p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  max-width: 60ch;
}

.home2-page .footer {
  background: #0b2a4a;
}

.home2-page .footer-container {
  width: min(1200px, calc(100% - 40px));
}

.home2-page .footer-desc,
.home2-page .contact-list {
  color: #d1dae5;
}

.home2-page .social-links a:hover {
  background: #ffffff;
  color: #003366;
}

@media (max-width: 1080px) {
  .home2-page .hero {
    flex-direction: column;
    text-align: center;
  }

  .home2-page .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .home2-page .main-title {
    max-width: 13ch;
    justify-content: center;
  }

  .home2-page .home2-subtitle {
    margin-inline: auto;
  }

  .hero-meta,
  .home2-page .cta-row {
    justify-content: center;
  }

  .home2-page .visual-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 420px);
    max-width: 420px;
    gap: 16px;
    margin-left: 0;
    margin-inline: auto;
  }

  .home2-page .consult-card,
  .home2-page .stat-card-container {
    width: 100%;
    max-width: none;
    margin-inline: auto;
  }

  .home2-page .carousel-container,
  .home2-page .stat-card-container {
    max-width: none;
  }

  .home2-page .stat-card-container {
    height: 176px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(228, 238, 249, 0.96));
    border: 1px solid rgba(0, 70, 135, 0.1);
    box-shadow: 0 20px 42px rgba(7, 30, 58, 0.14);
  }

  .home2-page .consult-card {
    padding: 22px 22px;
    text-align: center;
  }

  .home2-page .stat-card {
    height: 100%;
    padding: 20px 22px;
    background: transparent;
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .home2-page .stat-header {
    padding: 0;
    font-size: 0.84rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #3f5d7b;
  }

  .home2-page .stat-header::before {
    display: none;
  }

  .home2-page .stat-value-wrap {
    width: 100%;
    justify-content: center;
    font-size: clamp(2.7rem, 6vw, 3.25rem);
    color: #003366;
  }

  .home2-page .consult-card h3,
  .home2-page .consult-card p {
    margin-inline: auto;
  }

  .intro-copy {
    grid-template-columns: 1fr;
  }

  .home2-page .product-card {
    grid-column: span 6;
  }

  .home2-page .product-card:nth-child(4),
  .home2-page .product-card:nth-child(5) {
    grid-column: span 6;
  }
}

@media (max-width: 992px) {
  .home2-page .top-bar {
    display: none;
  }

  .home2-page .navbar {
    justify-content: space-between;
  }

  .home2-page .menu-toggle {
    display: flex;
    margin-left: 0;
    z-index: 100003;
  }

  .home2-page .dot-menu {
    display: none;
  }

  .home2-page .nav-links {
    position: fixed;
    top: var(--lm-navbar-height);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--lm-navbar-height));
    background: #ffffff;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 20px 24px 40px;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
  }

  .home2-page .nav-links.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .home2-page .nav-links li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 51, 102, 0.08);
  }

  .home2-page .nav-links a {
    display: block;
    width: 100%;
    padding: 16px 0;
    font-size: 1.3rem;
  }

  .home2-page .dropdown {
    align-items: stretch;
  }

  .home2-page .dropdown-menu {
    position: static;
    min-width: 0;
    width: 100%;
    margin-top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    border-top: none;
    border-left: 3px solid var(--primary-blue);
    border-radius: 0 0 18px 18px;
    box-shadow: none;
    background: #f5f8fc;
  }

  .home2-page .dropdown.active .dropdown-menu {
    display: block;
  }

  .home2-page .dropdown-item {
    padding: 12px 16px;
    font-size: 0.96rem !important;
  }

  .home2-page .stats-wrapper-intro {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home2-cta-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .home2-cta-card .cta-button {
    justify-self: center;
  }

  .home2-page .contact-section {
    width: min(100%, 360px);
  }
}

@media (max-width: 720px) {
  .home2-page .container,
  .home2-page .home2-shell,
  .home2-page .container-logos,
  .home2-page .footer-container,
  .home2-page .stats-wrapper-intro {
    width: min(100%, calc(100% - 32px));
  }

  .home2-page .main-title {
    max-width: 10ch;
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .hero-chip {
    white-space: normal;
  }

  .home2-page .stats-wrapper-intro {
    grid-template-columns: 1fr;
  }

  .home2-page .visual-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 360px);
    max-width: 360px;
    gap: 14px;
    margin-left: 0;
    margin-inline: auto;
  }

  .home2-page .consult-card,
  .home2-page .stat-card-container {
    width: 100%;
    max-width: none;
  }

  .home2-page .stat-card-container {
    height: 164px;
    border-radius: 28px;
  }

  .home2-page .stat-item {
    align-items: center;
    text-align: center;
  }

  .home2-page .product-card,
  .home2-page .product-card:nth-child(4),
  .home2-page .product-card:nth-child(5) {
    grid-column: 1 / -1;
    height: 320px;
  }

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

  .home2-page .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .home2-page .social-links,
  .home2-page .contact-list li {
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .home2-page .navbar {
    padding-inline: 18px;
  }

  .home2-page .nav-links {
    top: var(--lm-navbar-height);
    height: calc(100vh - var(--lm-navbar-height));
  }

  .home2-page .hero {
    padding-top: 92px;
    padding-inline: 16px;
    padding-bottom: 64px;
  }

  .home2-page .home2-subtitle {
    font-size: 1rem;
  }

  .home2-page .cta-row {
    width: 100%;
  }

  .home2-page .cta-button,
  .home2-secondary-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.14em;
  }

  .home2-page .visual-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 320px);
    max-width: 320px;
    gap: 14px;
    margin-left: 0;
    margin-inline: auto;
  }

  .home2-page .consult-card,
  .home2-page .stat-card-container {
    width: 100%;
    max-width: none;
  }

  .home2-page .carousel-container,
  .home2-page .stat-card-container {
    aspect-ratio: 1 / 1.06;
  }

  .home2-page .stat-card-container {
    aspect-ratio: auto;
    height: 148px;
    border-radius: 24px;
  }

  .home2-page .consult-card {
    padding: 18px 18px 16px;
    text-align: center;
  }

  .home2-page .consult-card-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .home2-page .consult-card h3 {
    font-size: 1.12rem;
    max-width: 14ch;
  }

  .home2-page .consult-card p {
    font-size: 0.92rem;
    max-width: 26ch;
  }

  .home2-page .consult-card-btn {
    padding: 11px 14px;
    font-size: 0.74rem;
  }

  .home2-page .stat-card {
    padding: 16px 18px;
    gap: 8px;
  }

  .home2-page .stat-header {
    font-size: 0.74rem;
    letter-spacing: 0.11em;
  }

  .home2-page .stat-value-wrap {
    font-size: 2.35rem;
  }

  .home2-page .consult-modal {
    padding: 14px;
  }

  .home2-page .consult-modal-dialog {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .home2-page .consult-submit-btn {
    width: 100%;
  }

  .home2-page .logo-track {
    --logo-size: 170px;
  }

  .home2-page .logo-slide img {
    max-width: 118px;
  }

  .home2-page .service-item {
    flex-direction: column;
    text-align: center;
  }

  .home2-page .why-icon {
    margin: 0 auto 8px;
  }

  .home2-page .contact-section {
    width: 100%;
  }
}
