/* AGS landing page */
#header.asc-header {
  height: 92px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 24px rgba(16, 32, 40, 0.08);
  border-bottom: 1px solid #e8eef2;
  backdrop-filter: none;
}

#header.asc-header .logo {
  width: auto;
  height: auto;
  margin: 0;
  line-height: 0;
}

#header.asc-header .logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 64px;
  overflow: hidden;
  background: transparent;
  border-radius: 0;
  border: 0;
}

/* Override legacy #header .logo img { max-height: 40px } from style.css */
#header.asc-header .logo img,
body.asc-home #header.asc-header .logo img {
  width: 200px !important;
  max-width: none !important;
  height: 110px !important;
  max-height: none !important;
  object-fit: cover;
  object-position: center;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  mix-blend-mode: normal !important;
}

.asc-navbar > ul > li > a,
.asc-navbar .nav-link {
  color: #1a2a33 !important;
  font-size: 13px;
  font-weight: 600;
}

.mobile-nav-toggle {
  color: #1a2a33;
}

body.asc-home {
  background: #0c0e10;
  color: #e8f1f4;
  font-family: Inter, "Open Sans", sans-serif;
}

body.asc-home #header.asc-header {
  height: 92px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 24px rgba(16, 32, 40, 0.08);
  border-bottom: 1px solid #e8eef2;
  backdrop-filter: none;
}

body.asc-home .asc-nav-wrap {
  min-height: 92px;
  gap: 16px;
}

body.asc-home .asc-nav-wrap .logo img {
  /* kept for fallback; real size set on #header.asc-header .logo img */
  max-height: none;
}

body.asc-home .asc-navbar > ul > li > a,
body.asc-home .asc-navbar .nav-link {
  color: #1a2a33 !important;
  font-size: 13px;
  font-weight: 600;
}

body.asc-home .asc-navbar > ul > li > a:before {
  background-color: #2ad4e0;
}

body.asc-home .asc-navbar a:hover,
body.asc-home .asc-navbar li:hover > a,
body.asc-home .asc-navbar .nav-link:hover {
  color: #157a86 !important;
}

body.asc-home .mobile-nav-toggle {
  color: #1a2a33;
}

.ags-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 8px;
}

.ags-lang-toggle {
  margin-left: 4px;
  position: relative;
}

.ags-lang-toggle > ul {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 180px;
  padding: 8px;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e8eef2;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(16, 32, 40, 0.12);
  z-index: 1000;
}

.ags-lang-toggle:hover > ul,
.ags-lang-toggle:focus-within > ul {
  display: block;
}

.ags-lang-toggle > ul a.active {
  color: #2f6fed !important;
  font-weight: 700;
}

.ags-lang-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  border: 1px solid #d7e2e8 !important;
  border-radius: 999px !important;
  padding: 6px 12px !important;
  background: #fff !important;
  color: #1a2a33 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.ags-lang-btn::before {
  display: none !important;
}

.ags-lang-btn img,
.ags-lang-toggle ul a img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 4px;
}

body.asc-home .ags-lang-toggle ul a,
.ags-lang-toggle ul a {
  display: flex !important;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.ags-btn-support,
.ags-btn-expert {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.ags-btn-support {
  border: 1px solid #7eb7f0;
  color: #2f6fed;
  background: #fff;
}

.ags-btn-expert {
  background: #2ad4e0;
  color: #fff;
  border: 1px solid #2ad4e0;
}

body.asc-home .ags-btn-expert:hover {
  color: #fff;
  filter: brightness(1.05);
}

.ags-kicker {
  display: inline-flex;
  align-items: left;
  gap: 10px;
  margin: 0 0 14px;
  color: #2ad4e0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.ags-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.ags-kicker.is-blue {
  color: #2f6fed;
}

.ags-accent {
  color: #2ad4e0;
}

.ags-accent-blue {
  color: #2f6fed;
}

.ags-section-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.ags-section-bg--top {
  object-position: center top;
}

.ags-section-bg--contain {
  object-fit: contain;
  object-position: left center;
}

.ags-section-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.ags-hero-overlay {
  background:
    radial-gradient(ellipse 48% 70% at 82% 42%, rgba(42, 196, 224, 0.38) 0%, rgba(12, 14, 16, 0) 72%),
    linear-gradient(180deg, rgba(8, 10, 12, 0.35) 0%, rgba(8, 10, 12, 0.55) 100%);
}

body.asc-home #hero.ags-hero {
  position: relative;
  min-height: calc(100vh - 78px);
  padding: 108px 0 72px;
  background: #0a0c0e !important;
  overflow: hidden !important;
  height: auto !important;
  z-index: 1 !important;
  text-align: center;
}

body.asc-home #hero.ags-hero > .container,
body.asc-home #industry.ags-industry > .container,
body.asc-home #workplace.ags-workplace > .container,
body.asc-home #approach.ags-approach > .container,
body.asc-home #contact.ags-contact > .container {
  position: relative;
  z-index: 2;
}

body.asc-home #hero.ags-hero p {
  width: auto;
}

body.asc-home #hero.ags-hero .ags-hero-lead {
  text-align: justify !important;
  text-align-last: left;
}

.ags-hero-intro,
.ags-hero-mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ags-hero-intro {
  margin-top: 50px;
  margin-bottom: 0;
}

.ags-hero-mid {
  margin-top: 48px;
  margin-bottom: 0;
}

.ags-hero-label {
  align-self: flex-start;
  color: #2ad4e0;
  justify-content: flex-start;
  margin-bottom: 18px;
  font-family: Inter, "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-align: left;
}

body.asc-home #hero.ags-hero .ags-hero-label,
body.asc-home #hero.ags-hero h1 {
  align-self: flex-start;
  text-align: left !important;
}

.ags-hero h1 {
  width: 100%;
  max-width: 880px;
  margin: 0 0 24px;
  color: #fff;
  font-family: Inter, "Open Sans", sans-serif;
  font-size: clamp(42px, 6.2vw, 68px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-align: left;
}

.ags-hero-lead {
  width: 100% !important;
  max-width: 880px;
  margin: 0 0 24px !important;
  color: rgba(245, 248, 250, 0.94);
  font-family: Inter, "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: justify !important;
  text-justify: inter-word;
  text-align-last: left;
  hyphens: auto;
}

.ags-hero-intro .ags-chip {
  align-self: flex-start;
  margin-bottom: 28px;
}

.ags-hero-intro .ags-hero-mid-title {
  width: 100%;
  max-width: 880px;
  margin: 0 !important;
  color: #fff;
  font-family: Inter, "Open Sans", sans-serif;
  font-size: clamp(16px, 2.4vw, 18px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: left;
}

.ags-chip {
  display: inline-flex;
  align-items: left;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 16px;
  background: rgba(12, 16, 20, 0.72);
  border: 1px solid rgba(42, 212, 224, 0.4);
  color: #e8f1f4;
  font-size: 13px;
  font-weight: 600;
}

.ags-chip-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2ad4e0;
  box-shadow: 0 0 10px rgba(42, 212, 224, 0.85);
}

.ags-hero-mid-title {
  margin: 0 0 24px !important;
  max-width: 880px;
  color: #fff;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 600;
  line-height: 1.45;
}

.ags-stat-card {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 0;
  align-items: center;
  text-align: left;
  width: 100%;
  max-width: 880px;
  margin: 0 0 24px;
  padding: 26px 32px;
  border-radius: 22px;
  background: rgba(18, 22, 26, 0.78);
  border: 1px solid rgba(180, 196, 204, 0.2);
}

.ags-stat-card strong {
  color: #2ad4e0;
  font-size: clamp(48px, 6vw, 64px);
  line-height: 1;
  font-weight: 800;
  text-align: center;
  border-right: 2px solid #2ad4e0;
  padding-right: 24px;
  margin-right: 24px;
}

.ags-stat-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.ags-stat-card p {
  margin: 0 !important;
  color: rgba(232, 241, 244, 0.82);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

.ags-hero .ags-cta-row {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
  margin: 0 auto 24px;
}

.ags-cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.ags-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
}

.ags-btn-cyan {
  background: #2ad4e0;
  color: #fff;
}

.ags-btn-cyan:hover {
  color: #fff;
  filter: brightness(1.06);
}

.ags-btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.ags-btn-ghost:hover {
  color: #fff;
  border-color: #2ad4e0;
}

.ags-btn-blue {
  background: #2f6fed;
  color: #fff;
}

.ags-btn-blue:hover {
  color: #fff;
}

.ags-checks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 0;
  color: #d7e8ec;
  font-size: 14px;
}

.ags-checks span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
}

.ags-checks span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.ags-checks i {
  color: #2ad4e0;
}

.ags-partner-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 18px;
  width: 100%;
  max-width: 880px;
  margin: 36px auto 0;
}

.ags-partner-shell {
  display: flex;
  flex: 0 1 320px;
  width: 320px;
  max-width: 100%;
  padding: 6px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  box-sizing: border-box;
}

.ags-partner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex: 1 1 auto;
  width: 100%;
  height: 96px;
  min-height: 96px;
  padding: 16px 24px;
  background: #fff;
  border-radius: 16px;
  box-sizing: border-box;
}

.ags-partner-card--ags {
  overflow: hidden;
}

.ags-partner-card--ags img {
  display: block;
  height: 72px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  background: transparent;
  transform: scale(1.55);
}

.ags-ms-squares {
  display: grid;
  grid-template-columns: 11px 11px;
  gap: 2px;
  flex-shrink: 0;
}

.ags-ms-squares i {
  display: block;
  width: 11px;
  height: 11px;
}

.ags-ms-squares i:nth-child(1) { background: #f25022; }
.ags-ms-squares i:nth-child(2) { background: #7fba00; }
.ags-ms-squares i:nth-child(3) { background: #00a4ef; }
.ags-ms-squares i:nth-child(4) { background: #ffb900; }

.ags-partner-ms {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  line-height: 1.15;
  color: #1a1a1a;
}

.ags-partner-ms strong {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.ags-partner-ms em {
  margin-top: 1px;
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  color: #5b6b74;
}

.ags-partner-ms span {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #1a1a1a;
}

.ags-section {
  padding: 84px 0;
}

.ags-section-white,
.ags-ms-section {
  background: #f5f7fb;
  color: #1a2a33;
}

.ags-ms-section .ags-kicker {
  margin-bottom: 18px;
}

.ags-ms-head {
  align-items: start;
  margin-bottom: 40px;
}

.ags-ms-head h2 {
  color: #0f1b24;
  font-size: clamp(30px, 3.4vw, 44px);
  letter-spacing: -0.02em;
}

.ags-ms-head p {
  color: #5b6b74;
  font-size: 16px;
  line-height: 1.7;
  padding-top: 6px;
}

.ags-section-head {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 36px;
}

.ags-section-head h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.2;
  font-weight: 800;
  color: #13222c;
}

.ags-section-head p {
  margin: 0;
  color: #5b6b74;
  font-size: 15px;
  line-height: 1.65;
}

.ags-ms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.ags-ms-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 28px 26px 24px;
  box-shadow: 0 10px 28px rgba(20, 36, 52, 0.07);
  border: 1px solid rgba(20, 36, 52, 0.04);
}

.ags-ms-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
  background: transparent;
}

.ags-ms-icon img {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.ags-ms-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.3;
  color: #0f1b24;
}

.ags-ms-card > p {
  margin: 0 0 16px;
  color: #5b6b74;
  font-size: 14px;
  line-height: 1.65;
  flex: 1 1 auto;
}

.ags-ms-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ags-ms-card li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  color: #3e515a;
  font-size: 14px;
  line-height: 1.45;
}

.ags-ms-card li:last-child {
  margin-bottom: 0;
}

.ags-ms-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2f6fed;
  font-weight: 700;
}

body.asc-home #industry.ags-industry {
  position: relative;
  overflow: hidden;
  padding: 240px 0 90px;
  background-color: #0c1014;
}

.ags-industry .ags-section-head h2,
.ags-approach .ags-section-head h2,
.ags-contact-copy h2 {
  color: #fff;
}

.ags-industry .ags-section-head p,
.ags-approach .ags-section-head p,
.ags-contact-copy p {
  color: rgba(232, 241, 244, 0.86);
}

.ags-vertical-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ags-v-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 20px 18px 16px;
  border-radius: 16px;
  background: rgba(10, 14, 18, 0.62);
  border: 1px solid rgba(42, 212, 224, 0.18);
}

.ags-v-meta {
  color: #2ad4e0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}

.ags-v-icon {
  width: 46px;
  height: 46px;
  margin: 12px 0;
  color: #2ad4e0;
}

.ags-v-icon svg {
  width: 46px;
  height: 46px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
}

.ags-v-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
}

.ags-v-card p {
  margin: 0 0 12px;
  color: rgba(220, 232, 236, 0.82);
  font-size: 13px;
  line-height: 1.5;
}

.ags-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ags-tags span {
  border: 1px solid rgba(42, 212, 224, 0.45);
  color: #9beaf1;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 11px;
}

.ags-workplace {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  min-height: 720px;
}

.ags-workplace-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.ags-workplace .container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}

.ags-workplace-content {
  width: min(100%, 560px);
  padding: 12px 0;
}

.ags-workplace-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 32px;
  align-items: start;
}

.ags-orbit img {
  width: 100%;
  height: auto;
}

.ags-wp-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}

.ags-wp-card {
  background: #fff;
  border: 1px solid #e7eef2;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 8px 20px rgba(16, 32, 40, 0.04);
}

.ags-wp-card.is-wide {
  grid-column: 1 / -1;
}

.ags-wp-card i {
  color: #2f6fed;
  font-size: 20px;
  margin-bottom: 8px;
}

.ags-wp-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
  color: #13222c;
}

.ags-wp-card p {
  margin: 0;
  color: #5b6b74;
  font-size: 13px;
  line-height: 1.55;
}

.ags-wp-title {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 800;
  color: #13222c;
}

.ags-wp-copy {
  color: #5b6b74;
  font-size: 15px;
  line-height: 1.65;
}

.ags-events-section {
  background: #f5f7fb;
  color: #1a2a33;
}

.ags-events-layout {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 100%;
  gap: 0;
}

.ags-events-layout > .ags-kicker {
  margin: 0 0 18px;
  justify-self: start;
}

.ags-events-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 28px 40px;
  align-items: start;
  width: 100%;
  margin: 0 0 28px;
}

.ags-events-head h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.2;
  font-weight: 800;
  color: #0f1b24;
  letter-spacing: -0.02em;
}

.ags-events-head p {
  margin: 0;
  padding-top: 0;
  color: #5b6b74;
  font-size: 16px;
  line-height: 1.7;
}

.ags-events-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px 28px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 28px;
  padding: 20px 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(20, 36, 52, 0.08);
  box-shadow: 0 8px 20px rgba(16, 32, 40, 0.04);
}

.ags-events-banner-copy h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #13222c;
}

.ags-events-banner-copy h3 i {
  color: #2f6fed;
  font-size: 18px;
}

.ags-events-banner-copy p {
  margin: 0;
  padding-left: 28px;
  color: #5b6b74;
  font-size: 13px;
  line-height: 1.5;
}

.ags-events-banner .ags-btn {
  white-space: nowrap;
  justify-self: end;
}

.ags-event-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  align-items: stretch;
}

.ags-event-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(20, 36, 52, 0.08);
  box-shadow: 0 10px 24px rgba(16, 32, 40, 0.06);
}

.ags-event-photo {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(20, 60, 90, 0.45), rgba(15, 28, 36, 0.35)),
    #1c3b52;
}

.ags-event-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ags-event-empty {
  grid-column: 1 / -1;
  padding: 28px 20px;
  text-align: center;
  color: #5b6b74;
  background: #fff;
  border: 1px dashed rgba(20, 36, 52, 0.16);
  border-radius: 16px;
}

.ags-event-empty p {
  margin: 0;
}

.ags-events-more {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.ags-event-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 18px 20px 20px;
}

.ags-event-body h3 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.3;
  color: #13222c;
}

.ags-event-body h3 i {
  flex-shrink: 0;
  margin-top: 2px;
  color: #2f6fed;
  font-size: 18px;
}

.ags-event-body p {
  margin: 0 0 14px;
  color: #5b6b74;
  font-size: 14px;
  line-height: 1.55;
  flex: 1 1 auto;
}

.ags-event-body a {
  color: #2f6fed;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  margin-top: auto;
}

.ags-event-body a:hover {
  text-decoration: underline;
}

body.asc-home #approach.ags-approach {
  position: relative;
  overflow: hidden;
  background: #0b0d0f;
  padding: 90px 0;
}

body.asc-home #approach.ags-approach .ags-approach-bg {
  object-fit: cover;
  object-position: bottom left;
}

.ags-section-overlay--approach {
  background:
    linear-gradient(
      180deg,
      rgba(11, 13, 15, 0.35) 0%,
      rgba(11, 13, 15, 0.55) 55%,
      rgba(11, 13, 15, 0.72) 100%
    );
}

.ags-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ags-step {
  padding: 20px 18px;
  border-radius: 16px;
  background: #141618;
  border: 1px solid rgba(42, 212, 224, 0.16);
}

.ags-step-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.ags-step-num {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid #2ad4e0;
  border-radius: 50%;
  color: #2ad4e0;
  font-size: 12px;
  font-weight: 700;
}

.ags-step h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
}

.ags-step p {
  margin: 0;
  color: rgba(220, 232, 236, 0.8);
  font-size: 13px;
  line-height: 1.55;
}

.ags-why {
  background: #fff;
  padding-bottom: 40px;
}

.ags-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: stretch;
}

.ags-why-dark {
  position: relative;
  overflow: hidden;
  padding: 36px 32px 28px;
  border-radius: 28px;
  background:url('/assets/images/Background additional.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
  box-shadow: 0 18px 40px rgba(16, 22, 28, 0.18);
}

.ags-why-dark h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
}

.ags-why-dark > p {
  color: rgba(232, 241, 244, 0.82);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 8px;
}

.ags-why-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
}

.ags-why-stats article {
  padding: 16px 14px;
  border-radius: 14px;
  background: rgba(10, 12, 14, 0.55);
  border: 1px solid rgba(42, 212, 224, 0.1);
}

.ags-why-stats article i {
  display: block;
  color: #2ad4e0;
  font-size: 18px;
  margin-bottom: 8px;
}

.ags-why-stats article strong {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 4px;
}

.ags-why-stats article span {
  color: rgba(220, 232, 236, 0.78);
  font-size: 13px;
  line-height: 1.45;
}

.ags-why-right-title {
  margin: 0 0 22px;
  font-size: clamp(26px, 2.8vw, 34px);
  line-height: 1.25;
  font-weight: 800;
  color: #13222c;
}

.ags-why-list {
  display: grid;
}

.ags-why-item {
  display: grid;
  grid-template-columns: 36px 28px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid #e8eef2;
}

.ags-why-item:last-child {
  border-bottom: 0;
}

.ags-why-num {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(42, 212, 224, 0.12);
  color: #2ad4e0;
  font-size: 12px;
  font-weight: 800;
}

.ags-why-ico {
  display: grid;
  place-items: center;
  width: 28px;
  height: 32px;
  color: #2ad4e0;
  font-size: 18px;
}

.ags-why-ico-ms {
  display: grid;
  grid-template-columns: 8px 8px;
  gap: 2px;
  width: 18px;
  height: 18px;
  margin-top: 7px;
}

.ags-why-ico-ms i {
  display: block;
  width: 8px;
  height: 8px;
}

.ags-why-ico-ms i:nth-child(1) { background: #f25022; }
.ags-why-ico-ms i:nth-child(2) { background: #7fba00; }
.ags-why-ico-ms i:nth-child(3) { background: #00a4ef; }
.ags-why-ico-ms i:nth-child(4) { background: #ffb900; }

.ags-why-item b {
  display: block;
  margin-bottom: 4px;
  color: #13222c;
  font-size: 16px;
}

.ags-why-item p {
  margin: 0;
  color: #5b6b74;
  font-size: 14px;
  line-height: 1.55;
}

body.asc-home #contact.ags-contact {
  position: relative;
  overflow: hidden;
  padding: 24px 0 80px;
  background: #ffffff;
}

.ags-contact-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 40px 36px;
  border-radius: 28px;
  background:url('/assets/images/Background additional.jpg') no-repeat center center;
  background-size: cover;
  border: 1px solid rgba(42, 212, 224, 0.14);
  box-shadow: 0 22px 48px rgba(16, 22, 28, 0.22);
}

.ags-contact-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.22;
  font-weight: 800;
  color: #fff;
}

.ags-contact-copy p {
  color: rgba(232, 241, 244, 0.84);
  font-size: 15px;
  line-height: 1.65;
}

.ags-contact-actions {
  justify-content: flex-start;
  margin-top: 22px;
}

.ags-contact-actions .ags-btn-ghost {
  border-color: rgba(42, 212, 224, 0.7);
  color: #2ad4e0;
}

.ags-form {
  display: grid;
  gap: 12px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(8, 10, 12, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ags-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ags-field {
  position: relative;
  display: block;
}

.ags-field i {
  position: absolute;
  left: 12px;
  top: 14px;
  color: #2ad4e0;
  font-size: 15px;
  pointer-events: none;
}

.ags-field-area i {
  top: 16px;
}

.ags-form input,
.ags-form select,
.ags-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 10, 12, 0.35);
  color: #fff;
  border-radius: 10px;
  padding: 12px 14px 12px 36px;
}

.ags-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%232ad4e0' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.ags-form textarea {
  min-height: 96px;
  resize: vertical;
}

.ags-form-submit {
  width: 100%;
}

.ags-form-note {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 4px 0 0;
  color: rgba(220, 232, 236, 0.7);
  font-size: 12px;
}

.ags-footer {
  position: relative;
  overflow: hidden;
  background:url('/assets/images/Background additional.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 48px 0 20px;
  border-top: 1px solid rgba(42, 212, 224, 0.12);
}

.ags-footer > .container {
  position: relative;
  z-index: 2;
}

.ags-footer .ags-footer-bg {
  object-fit: cover;
  object-position: bottom left;
}

.ags-section-overlay--footer {
  background:
    linear-gradient(
      180deg,
      rgba(11, 13, 15, 0.45) 0%,
      rgba(11, 13, 15, 0.62) 55%,
      rgba(11, 13, 15, 0.78) 100%
    );
}

.ags-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 1fr 0.9fr;
  gap: 28px;
}

.ags-footer h4 {
  margin: 0 0 14px;
  color: #2ad4e0;
  font-size: 13px;
  letter-spacing: 1px;
}

.ags-footer p,
.ags-footer a,
.ags-footer li {
  color: #e8f1f4;
  font-size: 14px;
  line-height: 1.6;
}

.ags-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ags-footer li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.ags-footer .ags-contact-lines li {
  justify-content: flex-start;
  align-items: flex-start;
}

.ags-footer .ags-contact-lines i {
  color: #2ad4e0;
  margin-right: 8px;
  margin-top: 3px;
}

.ags-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.ags-social a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #2ad4e0;
  border-radius: 50%;
  color: #fff;
}

.ags-wp-title {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 800;
  color: #13222c;
}

.ags-wp-copy {
  color: #5b6b74;
  font-size: 15px;
  line-height: 1.65;
}

body.asc-home .asc-navbar .dropdown ul {
  background: #fff;
  border: 1px solid #e8eef2;
  box-shadow: 0 16px 32px rgba(16, 32, 40, 0.12);
}

body.asc-home .asc-header .navbar .dropdown ul a,
body.asc-home .asc-navbar .dropdown ul a {
  color: #1a2a33;
}

.ags-footer img {
  max-width: 220px;
  height: auto;
  border-radius: 10px;
  padding: 6px 10px;
}

#footer {
  background: #0b0d0f !important;
  color: #fff;
}

.ags-copy {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #d5e2e6;
  font-size: 13px;
}

@media (max-width: 991px) {
  body.asc-home .ags-nav-actions {
    display: none;
  }

  .ags-section-head,
  .ags-ms-grid,
  .ags-vertical-grid,
  .ags-wp-cards,
  .ags-event-grid,
  .ags-events-head,
  .ags-steps,
  .ags-why-grid,
  .ags-contact-box,
  .ags-footer-grid,
  .ags-stat-card,
  .ags-why-stats {
    grid-template-columns: 1fr;
  }

  .ags-events-banner {
    grid-template-columns: 1fr;
  }

  .ags-events-banner .ags-btn {
    justify-self: start;
  }

  .ags-events-banner-copy p {
    padding-left: 0;
  }

  .ags-partner-row {
    flex-direction: column;
    align-items: center;
  }

  .ags-partner-shell {
    width: min(100%, 320px);
    flex: 0 1 auto;
  }

  .ags-workplace .container {
    justify-content: flex-start;
  }

  .ags-workplace-bg {
    object-fit: cover;
    object-position: left top;
    opacity: 0.35;
  }

  .ags-workplace-content {
    width: 100%;
  }

  body.asc-home #industry.ags-industry {
    padding-top: 160px;
  }

  .ags-form-row {
    grid-template-columns: 1fr;
  }

  .ags-contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  body.asc-home #hero.ags-hero,
  body.asc-home #hero.ags-hero .ags-checks {
    flex-direction: column;
    align-items: center;
  }

  .ags-stat-card strong {
    border-right: 0;
    border-bottom: 2px solid #2ad4e0;
    padding: 0 0 16px;
    margin: 0 0 16px;
  }

  .ags-checks span + span {
    border-left: 0;
    padding-left: 0;
  }

  body.asc-home #hero.ags-hero {
    padding-top: 96px;
  }
}
