:root {
  --sgas-blue: #1d5fa7;
  --sgas-blue-dark: #0b2f55;
  --sgas-blue-deep: #071d34;
  --sgas-cyan: #21b8d7;
  --sgas-green: #0f8f7a;
  --sgas-ink: #0f172a;
  --sgas-muted: #5b6b7f;
  --sgas-line: #dbe7f3;
  --sgas-soft: #f4f8fc;
  --sgas-white: #ffffff;
  --brand: #1d5fa7;
  --primary: #0f172a;
  --body: #f4f8fc;
}

body {
  background: var(--sgas-soft);
  color: var(--sgas-ink);
}

a {
  text-decoration: none;
}

.tf-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  padding-top: 20px;
  margin-bottom: 0;
}

.tf-header .header-inner {
  max-width: 1180px;
  min-height: 92px;
  padding: 10px 12px 10px 24px;
  border: 1px solid rgba(29, 95, 167, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 48px rgba(11, 47, 85, 0.12);
}

.tf-header.header-scrolled .header-inner {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 54px rgba(11, 47, 85, 0.18);
}

.logo-site {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 72px;
  overflow: hidden;
}

.logo-site img,
footer .footer-content .footer-logo img {
  width: 270px;
  height: 72px;
  object-fit: cover;
  object-position: center;
}

.tf-header .tf-btn:not(.mobile-menu) {
  min-width: 168px;
  white-space: nowrap;
}

.nav-menu-main {
  gap: 8px;
}

.nav-menu-main .item-link {
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--sgas-ink);
  font-weight: 700;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-menu-main .item-link::before {
  display: none;
}

.nav-menu-main .item-link:hover,
.nav-menu-main .item-link.active {
  color: var(--sgas-blue);
  background: rgba(29, 95, 167, 0.08);
}

.tf-btn,
.tf-btn-2 {
  border-radius: 999px;
  letter-spacing: 0;
}

.tf-btn {
  background: linear-gradient(180deg, #2b78c2 0%, var(--sgas-blue) 100%);
  box-shadow: 0 -3px 0 rgba(4, 35, 69, 0.36) inset, 0 18px 36px rgba(29, 95, 167, 0.26);
}

.tf-btn:hover {
  color: #fff;
  background: linear-gradient(180deg, #3689d7 0%, #174f8d 100%);
  box-shadow: 0 -3px 0 rgba(4, 35, 69, 0.36) inset, 0 20px 42px rgba(29, 95, 167, 0.32);
}

.tf-btn-2 {
  color: var(--sgas-blue);
  background: #fff;
  border: 1px solid rgba(29, 95, 167, 0.18);
  box-shadow: 0 14px 34px rgba(11, 47, 85, 0.1);
}

.tf-btn-2:hover {
  color: var(--sgas-blue-dark);
  background: #f8fbff;
}

.page-shell {
  overflow: hidden;
}

.sgas-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 144px 0 86px;
  background: #eef7ff;
}

.sgas-hero.compact {
  min-height: 520px;
  padding-bottom: 72px;
}

.sgas-hero__image {
  position: absolute;
  inset: 0;
}

.sgas-hero__image::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgba(246, 251, 255, 0.98) 0%, rgba(246, 251, 255, 0.88) 34%, rgba(246, 251, 255, 0.22) 72%, rgba(8, 37, 68, 0.18) 100%);
}

.sgas-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sgas-hero__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.sgas-kicker,
.heading-sub.sgas-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(29, 95, 167, 0.18);
  border-radius: 999px;
  color: var(--sgas-blue);
  background: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 800;
}

.sgas-kicker::before,
.heading-sub.sgas-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--sgas-green);
}

.sgas-hero h1,
.sgas-page-title {
  margin: 0 0 22px;
  color: var(--sgas-ink);
  font-size: 72px;
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: 0;
}

.sgas-page-title {
  font-size: 58px;
  line-height: 1.02;
}

.sgas-hero p,
.sgas-page-copy {
  max-width: 690px;
  color: #334155;
  font-size: 20px;
  line-height: 1.58;
}

.sgas-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.sgas-hero .effectFade,
.sgas-proof .effectFade,
.sgas-section .effectFade,
.sgas-hero .sgas-actions,
.sgas-hero .sgas-hero__chips {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.sgas-hero__chips,
.sgas-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.sgas-chip,
.sgas-hero__chips span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--sgas-blue-dark);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(29, 95, 167, 0.15);
  font-size: 14px;
  font-weight: 800;
}

.sgas-section {
  padding: 104px 0;
  background: #fff;
}

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

.sgas-section.dark {
  position: relative;
  background: radial-gradient(circle at top right, rgba(33, 184, 215, 0.16), transparent 34%), linear-gradient(180deg, var(--sgas-blue-deep), #041321);
  color: #fff;
}

.sgas-section.dark p,
.sgas-section.dark .sgas-muted,
.sgas-section.dark .sgas-mini-label {
  color: rgba(255, 255, 255, 0.72);
}

.sgas-heading {
  max-width: 820px;
  margin-bottom: 48px;
}

.sgas-heading.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sgas-heading h2 {
  margin: 0;
  color: var(--sgas-ink);
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.sgas-section.dark .sgas-heading h2,
.sgas-section.dark h3,
.sgas-section.dark .sgas-card h3 {
  color: #fff;
}

.sgas-heading p {
  margin-top: 18px;
  color: var(--sgas-muted);
  font-size: 18px;
  line-height: 1.62;
}

.sgas-card {
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(29, 95, 167, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(11, 47, 85, 0.08);
}

.sgas-card.dark-card {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.sgas-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 8px;
  color: #fff;
  background: var(--sgas-blue);
  font-size: 21px;
}

.sgas-card h3,
.sgas-card h4 {
  margin: 0 0 12px;
  color: var(--sgas-ink);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

.sgas-card p {
  margin: 0;
  color: var(--sgas-muted);
  line-height: 1.65;
}

.sgas-feature-image,
.sgas-media-frame {
  overflow: hidden;
  border-radius: 8px;
  background: #dcecff;
  box-shadow: 0 24px 70px rgba(11, 47, 85, 0.16);
}

.sgas-feature-image img,
.sgas-media-frame img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.sgas-system-preview {
  position: relative;
  padding: 16px;
  border: 1px solid rgba(29, 95, 167, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 26px 86px rgba(11, 47, 85, 0.18);
}

.sgas-system-preview img {
  width: 100%;
  border-radius: 6px;
}

.sgas-proof {
  position: relative;
  z-index: 3;
  margin-top: -50px;
}

.sgas-proof__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(29, 95, 167, 0.12);
  border-radius: 8px;
  background: var(--sgas-line);
  box-shadow: 0 22px 60px rgba(11, 47, 85, 0.14);
}

.sgas-proof__item {
  padding: 28px;
  background: #fff;
}

.sgas-proof__item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--sgas-blue);
  font-size: 30px;
  line-height: 1;
}

.sgas-proof__item span {
  color: var(--sgas-muted);
  font-weight: 700;
}

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

.sgas-module {
  min-height: 110px;
  padding: 18px;
  border: 1px solid rgba(29, 95, 167, 0.13);
  border-radius: 8px;
  background: #fff;
  font-weight: 800;
  color: var(--sgas-blue-dark);
}

.sgas-module span {
  display: block;
  margin-bottom: 10px;
  color: var(--sgas-blue);
  font-size: 20px;
}

.sgas-timeline {
  position: relative;
  display: grid;
  gap: 18px;
}

.sgas-timeline__item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  padding: 24px;
  border: 1px solid rgba(29, 95, 167, 0.12);
  border-radius: 8px;
  background: #fff;
}

.sgas-timeline__date {
  color: var(--sgas-blue);
  font-weight: 900;
}

.sgas-timeline__item h3 {
  margin-bottom: 10px;
  color: var(--sgas-ink);
  font-size: 24px;
  font-weight: 800;
}

.sgas-timeline__item p,
.sgas-article p {
  color: var(--sgas-muted);
  line-height: 1.62;
}

.sgas-article {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(29, 95, 167, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(11, 47, 85, 0.08);
}

a.sgas-article {
  display: block;
  color: inherit;
}

a.sgas-article:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(11, 47, 85, 0.14);
}

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

.sgas-article__body {
  padding: 24px;
}

.sgas-article__meta {
  color: var(--sgas-blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.sgas-article h3 {
  margin: 10px 0 12px;
  color: var(--sgas-ink);
  font-size: 24px;
  line-height: 1.22;
  font-weight: 800;
}

.sgas-faq .accordion-asked .accordion-asked-item {
  border-color: rgba(29, 95, 167, 0.14);
  background: #fff;
}

.sgas-faq .accordion-asked .accordion-button {
  color: var(--sgas-ink);
}

.sgas-cta {
  padding: 48px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--sgas-blue-dark), var(--sgas-blue));
  box-shadow: 0 26px 70px rgba(29, 95, 167, 0.28);
}

.sgas-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
}

.sgas-cta p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.6;
}

.sgas-contact-panel {
  padding: 40px;
  border: 1px solid rgba(29, 95, 167, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 68px rgba(11, 47, 85, 0.14);
}

.sgas-contact-number {
  margin: 18px 0 26px;
  color: var(--sgas-blue-dark);
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
}

.sgas-blog-post {
  max-width: 860px;
  margin: 0 auto;
}

.sgas-blog-post__cover {
  overflow: hidden;
  margin-bottom: 42px;
  border-radius: 8px;
  background: #dcecff;
  box-shadow: 0 24px 70px rgba(11, 47, 85, 0.14);
}

.sgas-blog-post__cover img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
}

.sgas-blog-post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 18px;
  color: var(--sgas-blue);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.sgas-blog-post h2 {
  margin: 46px 0 16px;
  color: var(--sgas-ink);
  font-size: 34px;
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: 0;
}

.sgas-blog-post p,
.sgas-blog-post li {
  color: var(--sgas-muted);
  font-size: 18px;
  line-height: 1.78;
}

.sgas-blog-post ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 22px;
}

.sgas-blog-back {
  display: inline-flex;
  margin-bottom: 28px;
}

.sgas-mini-label {
  color: var(--sgas-muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.sgas-muted {
  color: var(--sgas-muted);
}

.sgas-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  color: #fff;
  background: #25d366;
  box-shadow: 0 16px 36px rgba(37, 211, 102, 0.34);
}

.sgas-whatsapp:hover {
  color: #fff;
  background: #1ebe5d;
}

.sgas-whatsapp img {
  width: 34px;
  height: 34px;
}

.offcanvas-menu {
  background-color: rgba(5, 24, 44, 0.82);
}

.offcanvas-menu .logo-site {
  width: 220px;
  background: #fff;
  border-radius: 8px;
  padding: 5px 12px;
}

.offcanvas-menu .nav-ul-mb {
  display: grid;
  gap: 14px;
}

.offcanvas-menu .nav-ul-mb .item {
  color: #fff;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 800;
}

.offcanvas-menu .canvas_foot {
  color: rgba(255, 255, 255, 0.72);
}

footer {
  padding-top: 86px;
  background: #fff;
}

footer .footer-content {
  padding-bottom: 66px;
}

footer .footer-content .footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 96px;
  margin-bottom: 18px;
  overflow: hidden;
}

footer .footer-content .footer-logo img {
  width: 340px;
  height: 96px;
}

footer .footer-content .title {
  color: var(--sgas-ink);
}

footer .footer-content .text {
  max-width: 560px;
  margin: 0 auto 30px;
  color: var(--sgas-muted);
}

footer .footer-bottom {
  color: var(--sgas-muted);
  font-size: 14px;
}

.text-brand {
  color: var(--sgas-blue) !important;
}

.text-gradient-3,
.text-gradient-1 {
  background: linear-gradient(90deg, var(--sgas-blue-dark), var(--sgas-blue), var(--sgas-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1199px) {
  .tf-header .header-inner {
    margin: 0 24px;
  }

  .sgas-hero h1 {
    font-size: 58px;
  }

  .sgas-page-title {
    font-size: 48px;
  }

  .sgas-module-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .tf-header {
    padding-top: 14px;
  }

  .tf-header .header-inner {
    position: relative;
    justify-content: center;
    min-height: 78px;
    margin: 0 16px;
    padding: 8px 66px;
  }

  .tf-header .logo-site {
    width: 230px;
    height: 64px;
    margin: 0 auto;
  }

  .tf-header .logo-site img {
    width: 230px;
    height: 64px;
  }

  .tf-header .mobile-menu {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .sgas-hero,
  .sgas-hero.compact {
    min-height: auto;
    padding: 126px 0 70px;
  }

  .sgas-hero__image::after {
    background: rgba(246, 251, 255, 0.88);
  }

  .sgas-hero h1,
  .sgas-page-title {
    font-size: 42px;
    line-height: 1.04;
  }

  .sgas-hero p,
  .sgas-page-copy {
    font-size: 18px;
  }

  .sgas-heading h2,
  .sgas-cta h2 {
    font-size: 34px;
  }

  .sgas-section {
    padding: 76px 0;
  }

  .sgas-proof {
    margin-top: 0;
  }

  .sgas-proof__inner {
    grid-template-columns: 1fr;
  }

  .sgas-module-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sgas-timeline__item {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 575px) {
  .tf-header .header-inner {
    min-height: 74px;
    padding: 8px 58px;
  }

  .tf-header .logo-site,
  .tf-header .logo-site img {
    width: clamp(168px, calc(100vw - 144px), 206px);
    height: 58px;
  }

  .sgas-hero h1,
  .sgas-page-title {
    font-size: 34px;
  }

  .sgas-actions {
    flex-direction: column;
  }

  .sgas-actions .tf-btn,
  .sgas-actions .tf-btn-2 {
    width: 100%;
  }

  .sgas-card,
  .sgas-contact-panel,
  .sgas-cta {
    padding: 24px;
  }

  footer .footer-content .footer-logo,
  footer .footer-content .footer-logo img {
    width: 300px;
    max-width: 100%;
    height: 86px;
  }

  .sgas-module-grid {
    grid-template-columns: 1fr;
  }

  .sgas-contact-number {
    font-size: 28px;
  }

  .offcanvas-menu .nav-ul-mb .item {
    font-size: 34px;
  }

  .sgas-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
  }
}
