/* Shared REGOS native page components for PageBuilder-free template layouts. */
.regos-page {
  --navy: #333A54;
  --navy-deep: #2E354D;
  --blue: #234880;
  --blue-soft: #EEF4FD;
  --red: #951111;
  --green: #327332;
  --icon-blue: #4d6b97;
  --gray: #F7F9FC;
  --text: #353f4f;
  --heading: #353f4f;
  --muted: #5F6673;
  --line: #E0E6EF;
  --white: #ffffff;
  --container: 1320px;
  --content-wide: 1200px;
  --content-medium: 1080px;
  --block-padding-y: 68px;
  --block-title-size: 42px;
  --block-title-line: 1.25;
  --block-title-weight: 400;
  --block-title-gap: 44px;
  --block-description-size: 1rem;
  --block-description-line: 1.58;
  --block-description-weight: 400;
  --block-grid-row-gap: 42px;
  --block-grid-column-gap: 38px;
  --block-item-gap: 30px;
  --block-item-title-size: 1.32rem;
  --block-item-title-line: 1.22;
  --block-item-title-weight: 500;
  --block-item-text-size: 1rem;
  --block-item-text-line: 1.58;
  --block-item-text-weight: 400;
  --block-marker-size: 38px;
  --block-icon-color: var(--icon-blue);
  --surface-radius: 24px;
  --control-radius: var(--pill-radius);
  --field-radius: 7px;
  --pill-radius: 999px;
  --surface-fill: #F4F8FF;
  --surface-border: 1px solid var(--line);
  --shadow: 0 14px 28px rgba(31, 42, 68, .1);
  --shadow-soft: 0 8px 18px rgba(31, 42, 68, .06);
  color: var(--text);
  background: var(--white);
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.58;
}

.regos-page *,
.regos-page *::before,
.regos-page *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.regos-page h1,
.regos-page h2,
.regos-page h3,
.regos-page p {
  margin-top: 0;
}

.regos-page a {
  color: inherit;
}

.regos-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.regos-native-home .social-icons .fab {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: var(--blue, #234880);
  background: var(--blue-soft, #EEF4FD);
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 0;
  font-weight: 700;
  line-height: 1;
}

.regos-native-home .social-icons .fab::before {
  font-family: inherit !important;
  font-size: .62rem;
  letter-spacing: 0;
}

.regos-native-home .social-icons .fa-telegram::before {
  content: "TG";
}

.regos-native-home .social-icons .fa-instagram::before {
  content: "IG";
}

.regos-native-home .social-icons .fa-youtube::before {
  content: "YT";
}

.regos-native-home .social-icons .fa-linkedin::before {
  content: "IN";
}

.regos-page .container {
  width: calc(100% - 48px);
  max-width: var(--container);
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.regos-page .section-title {
  max-width: var(--content-wide);
  margin: 0 auto var(--block-title-gap);
  text-align: center;
}

.regos-page .section-title--left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.regos-page .section-title h2 {
  margin-bottom: 14px;
  color: var(--heading);
  font-size: var(--block-title-size);
  font-weight: var(--block-title-weight);
  line-height: var(--block-title-line);
  overflow-wrap: anywhere;
}

.regos-page .section-title p {
  max-width: 780px;
  margin: 0 auto;
  color: var(--muted);
  font-size: var(--block-description-size);
  font-weight: var(--block-description-weight);
  line-height: var(--block-description-line);
}

.regos-page .section-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.regos-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: var(--control-radius);
  padding: 13px 26px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.regos-page .btn:hover,
.regos-page .btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .11);
}

.regos-page .btn-red {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 12px 24px rgba(149, 17, 17, .18);
}

.regos-page .btn-red:hover,
.regos-page .btn-red:focus {
  color: var(--white);
  background: #A91818;
}

.regos-page .btn-outline {
  border: 1px solid currentColor;
  color: var(--blue);
  background: transparent;
}

.regos-page .btn-outline:hover,
.regos-page .btn-outline:focus {
  color: var(--white);
  background: var(--blue);
}

.regos-page .btn-wide {
  width: min(340px, 100%);
}

.regos-page .section-divider {
  display: flex;
  justify-content: center;
  padding: 0 24px;
}

.regos-page .section-divider span {
  display: block;
  width: min(var(--container), 100%);
  height: 1px;
  background: var(--line);
}

.regos-page .feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--block-grid-row-gap) var(--block-grid-column-gap);
  max-width: var(--content-wide);
  margin: 0 auto;
}

.regos-page .feature-card {
  position: relative;
  display: grid;
  grid-template-columns: var(--block-marker-size) 1fr;
  gap: 0 calc(var(--block-item-gap) - 6px);
  min-height: 0;
  overflow: hidden;
  padding: 30px;
  border: var(--surface-border);
  border-radius: var(--surface-radius);
  background: var(--surface-fill);
  box-shadow: var(--shadow-soft);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.regos-page .feature-card:hover {
  border-color: rgba(35, 72, 128, .28);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.regos-page .num {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: var(--block-marker-size);
  height: var(--block-marker-size);
  margin: 0;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
}

.regos-page .feature-card h3,
.regos-page .article-card h3 {
  margin-bottom: 10px;
  color: var(--heading);
  font-size: var(--block-item-title-size);
  font-weight: var(--block-item-title-weight);
  line-height: var(--block-item-title-line);
  overflow-wrap: anywhere;
}

.regos-page .feature-card p,
.regos-page .article-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: var(--block-item-text-size);
  font-weight: var(--block-item-text-weight);
  line-height: var(--block-item-text-line);
}

.regos-page .client-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 32px;
  max-width: var(--content-wide);
  margin: 0 auto;
  padding: 26px 0;
  border-top: 1px solid rgba(80, 102, 136, .16);
  border-bottom: 1px solid rgba(80, 102, 136, .16);
  background: transparent;
}

.regos-page .client-logo {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 4px 12px;
}

.regos-page .client-logo img {
  max-width: 168px;
  max-height: 58px;
  object-fit: contain;
}

.regos-page .article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: var(--content-wide);
  margin: 0 auto;
}

.regos-page .product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: var(--content-wide);
  margin: 0 auto;
}

.regos-page .product-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: var(--surface-border);
  border-radius: var(--surface-radius);
  background: var(--white);
  color: var(--text);
  text-decoration: none !important;
  box-shadow: var(--shadow-soft);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.regos-page .product-card:hover,
.regos-page .product-card:focus {
  border-color: rgba(35, 72, 128, .26);
  color: var(--text);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.regos-page .product-card__media {
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  padding: 18px;
  background: #F7F9FC;
}

.regos-page .product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.regos-page .product-card__body {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.regos-page .product-card__category {
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.25;
}

.regos-page .product-card strong {
  color: var(--heading);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.regos-page .product-card__text {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.regos-page .article-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: var(--surface-border);
  border-radius: var(--surface-radius);
  background: var(--white);
  color: var(--text);
  text-decoration: none !important;
  box-shadow: var(--shadow-soft);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.regos-page .article-card:hover,
.regos-page .article-card:focus {
  border-color: rgba(35, 72, 128, .26);
  color: var(--text);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.regos-page .article-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.regos-page .article-card span {
  margin: 18px 18px 10px;
  color: var(--muted);
  font-size: .86rem;
}

.regos-page .article-card h3 {
  display: -webkit-box;
  min-height: 2.65em;
  margin: 0 18px 12px;
  overflow: hidden;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.regos-page .article-card p {
  display: -webkit-box;
  margin: 0 18px 20px;
  overflow: hidden;
  font-size: 1rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.regos-page .home-module .sp-module-title,
.regos-page .home-module > h3 {
  display: none;
}

@media (max-width: 991.98px) {
  .regos-page {
    --block-title-size: 36px;
    --block-title-gap: 34px;
    --block-grid-row-gap: 30px;
    --block-grid-column-gap: 30px;
  }

  .regos-page .feature-grid,
  .regos-page .product-grid,
  .regos-page .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .regos-page .client-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .regos-page {
    --block-padding-y: 56px;
    --block-title-size: 30px;
    --block-item-title-size: 1.16rem;
    --block-item-text-size: .96rem;
    --block-marker-size: 34px;
  }

  .regos-page .container {
    width: calc(100% - 28px);
    max-width: 420px;
  }

  .regos-page .section-title p {
    font-size: .96rem;
  }

  .regos-page .section-action {
    margin-top: 26px;
  }

  .regos-page .btn {
    width: 100%;
    min-height: 48px;
  }

  .regos-page .feature-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

  .regos-page .product-grid,
  .regos-page .article-grid {
    grid-template-columns: 1fr;
  }

  .regos-page .num {
    grid-row: auto;
  }

  .regos-page .client-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
    padding: 20px 0;
  }

  .regos-page .client-logo {
    min-height: 54px;
    padding: 4px 8px;
  }

  .regos-page .client-logo img {
    max-width: 138px;
    max-height: 52px;
  }
}
