:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-solid: #ffffff;
  --text: #0f1f1a;
  --muted: #344f4d;
  --primary: #00484a;
  --primary-strong: #003436;
  --primary-soft: #dbecec;
  --accent: #2f6d6e;
  --accent-soft: #edf6f6;
  --border: rgba(0, 72, 74, 0.12);
  --shadow: 0 18px 48px rgba(0, 72, 74, 0.07);
  --shadow-soft: 0 10px 28px rgba(0, 72, 74, 0.05);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(0, 72, 74, 0.08), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(0, 72, 74, 0.05), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

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

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.section {
  padding: 72px 0;
  position: relative;
}

.section-muted {
  background: linear-gradient(180deg, #ffffff, #f6fbfb);
}

.hero-photo {
  overflow: hidden;
  background-image:
    linear-gradient(135deg, rgba(0, 57, 58, 0.82), rgba(0, 72, 74, 0.28)),
    var(--hero-photo-image);
  background-size: cover;
  background-position: center;
}

.hero-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.58));
  pointer-events: none;
}

.hero-photo > .container {
  position: relative;
  z-index: 1;
}

.hero-photo-growth {
  --hero-photo-image: url('assets/growth-plants.webp');
}

.hero-photo-planet {
  --hero-photo-image: url('assets/planet-leaf.webp');
}

.hero-photo-energy {
  --hero-photo-image: url('assets/sustainable-energy.webp');
}

.hero-photo-tech {
  --hero-photo-image: url('assets/green-tech.webp');
}

.section-gridlight {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fcfc 100%);
}

.section-gridlight::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(0, 72, 74, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 72, 74, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 85%);
}

.section-gridlight > .container,
.section-mist > .container,
.section-accent-block > .container,
.section-deep > .container,
.section-contact-focus > .container {
  position: relative;
  z-index: 1;
}

.section-mist {
  background:
    radial-gradient(circle at top right, rgba(78, 133, 134, 0.12), transparent 24%),
    linear-gradient(180deg, #f2f8f8 0%, #fcffff 100%);
}

.section-accent-block {
  background:
    linear-gradient(135deg, rgba(0, 72, 74, 0.07), rgba(219, 236, 236, 0.82));
}

.section-contact-focus {
  background:
    linear-gradient(180deg, #edf6f6 0%, #ffffff 100%);
}

.section-contact-focus .page-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(246, 251, 251, 0.97));
}

.section-deep {
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(135deg, #00373a 0%, #0d5c5e 100%);
}

.section-deep::before {
  content: '';
  position: absolute;
  inset: auto -8% -4rem auto;
  width: 20rem;
  height: 20rem;
  border-radius: 36px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  transform: rotate(10deg);
  pointer-events: none;
}

.section-deep h2,
.section-deep h3,
.section-deep p,
.section-deep li,
.section-deep strong,
.section-deep blockquote,
.section-deep cite {
  color: #f5fcfb;
}

.section-deep .section-label,
.section-deep .eyebrow,
.section-deep .panel-kicker,
.section-deep .team-role,
.section-deep .text-link {
  color: #d7eeeb;
}

.section-deep .section-label::before,
.section-deep .eyebrow::before,
.section-deep .panel-kicker::before {
  background: currentColor;
}

.section-deep .page-card,
.section-deep .quote-card,
.section-deep .card,
.section-deep .mini-card,
.section-deep .feature-list,
.section-deep .logo-placeholder {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: none;
}

.section-deep .logo-placeholder {
  color: #f1fbf9;
  border-style: dashed;
}

.section-deep .button-primary {
  background: #ffffff;
  color: var(--primary);
}

.section-deep .button-secondary {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.24);
}

.section-deep .button:hover,
.section-deep .button:focus-visible {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
}

.section-home-cta .closing-cta-copy {
  max-width: 38rem;
}

.section-home-cta .feature-list {
  padding: 1.5rem;
}

.section-home-cta .feature-list ul {
  display: grid;
  gap: 0.8rem;
}

.section-accent-block .service-card,
.section-accent-block .mini-card,
.section-accent-block .page-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(232, 244, 244, 0.96));
}

.section-gridlight .mini-card,
.section-gridlight .service-card {
  background: rgba(255, 255, 255, 0.94);
}

.section-mist .mini-card,
.section-mist .service-card,
.section-mist .quote-card {
  background: rgba(255, 255, 255, 0.95);
}

.section-label,
.eyebrow,
.panel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent);
}

.section-label::before,
.eyebrow::before,
.panel-kicker::before {
  content: '';
  width: 1.25rem;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.hero .eyebrow {
  width: fit-content;
  padding: 0.62rem 0.95rem;
  border-radius: 999px;
  color: #f4fcfb;
  background: rgba(0, 52, 54, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 24px rgba(0, 52, 54, 0.14);
  backdrop-filter: blur(6px);
}

.hero .eyebrow::before {
  background: #d7eeeb;
  opacity: 1;
}

h1,
h2,
h3,
.brand strong {
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(1.85rem, 2.6vw, 2.75rem);
  margin: 0.25rem 0 1rem;
  max-width: none;
  text-wrap: balance;
  line-height: 1.08;
}

h2 {
  font-size: clamp(1.3rem, 1.9vw, 1.95rem);
  margin: 0.4rem 0 1rem;
  max-width: none;
  text-wrap: balance;
  line-height: 1.1;
}

h3 {
  font-size: clamp(1.15rem, 1.3vw, 1.45rem);
  margin: 0 0 0.75rem;
}

.page-card h1 {
  font-size: clamp(1.45rem, 1.9vw, 1.95rem);
  max-width: 40ch;
  line-height: 1.06;
}

.service-card h2,
.mini-card h2 {
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
}

p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.98rem;
}

.lead {
  font-size: 1.02rem;
  max-width: 60ch;
  color: #294443;
}

.hero-copy .lead {
  display: inline-block;
  max-width: min(62ch, 100%);
  padding: 0.9rem 1.05rem;
  border-radius: 22px;
  background: rgba(244, 251, 250, 0.74);
  border: 1px solid rgba(0, 72, 74, 0.08);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 28px rgba(0, 52, 54, 0.08);
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.45;
  color: #1f3a39;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  z-index: 1000;
  padding: 0.75rem 1rem;
  background: var(--surface-solid);
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(0, 72, 74, 0.08);
}

.nav-shell {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand-mark {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--primary);
  border: 1px solid rgba(0, 72, 74, 0.08);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  flex-shrink: 0;
  padding: 0.28rem;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-brand .brand-mark img {
  width: 100%;
}

.brand-copy {
  display: grid;
  gap: 0.15rem;
}

.brand-copy strong {
  font-size: 1rem;
  color: var(--primary-strong);
  line-height: 1;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.1;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  flex-wrap: nowrap;
  justify-self: center;
  align-items: center;
}

body.menu-open {
  overflow: hidden;
}

.site-nav a {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.58rem 0.7rem;
  border-radius: 999px;
  white-space: nowrap;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--primary);
  transform: translateY(-1px);
  background: rgba(0, 72, 74, 0.06);
}

.site-nav a[aria-current="page"] {
  color: var(--primary-strong);
  background: rgba(0, 72, 74, 0.08);
}

.nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 115;
  background: rgba(7, 25, 25, 0.04);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.nav-backdrop[hidden] {
  display: block;
}

body.menu-open .nav-backdrop {
  opacity: 1;
  visibility: visible;
}

.site-nav-panel-head,
.site-nav-close {
  display: none;
}

.site-nav-title {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.nav-auth {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.nav-auth.nav-auth-pending {
  opacity: 0;
  pointer-events: none;
}

.nav-auth.is-ready {
  opacity: 1;
  pointer-events: auto;
}

.nav-auth a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.58rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 72, 74, 0.14);
  background: rgba(255, 255, 255, 0.96);
  color: var(--primary);
  font-weight: 700;
  font-size: 0.88rem;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.nav-auth a:hover,
.nav-auth a:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 72, 74, 0.12);
  background: rgba(240, 248, 248, 0.98);
}

.nav-auth a.nav-link-highlight {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #0d6a6d);
  border-color: transparent;
}

.nav-auth a.nav-link-highlight:hover,
.nav-auth a.nav-link-highlight:focus-visible {
  background: linear-gradient(135deg, var(--primary-strong), #0b5a5c);
  color: #fff;
}

.auth-ui-disabled {
  display: none !important;
}

.header-commercial-cta {
  justify-self: end;
  width: auto;
  min-height: 40px;
  padding: 0.72rem 1.15rem;
  font-size: 0.88rem;
  white-space: nowrap;
  box-shadow: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.2s ease, background 0.25s ease, color 0.25s ease;
}

.header-commercial-cta:hover,
.header-commercial-cta:focus-visible {
  box-shadow: 0 12px 24px rgba(0, 72, 74, 0.14);
}

.header-commercial-cta[hidden],
.mobile-commercial-cta[hidden] {
  display: none !important;
}

.header-tools {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 0.75rem;
  min-width: 0;
}

.header-tools .nav-auth,
.header-tools .header-commercial-cta {
  justify-self: auto;
}

@media (min-width: 981px) {
  .header-tools {
    position: static;
    gap: 1rem;
    padding-right: 0;
  }

  .header-tools .header-commercial-cta,
  .header-tools .nav-auth {
    margin-right: 0.4rem;
  }

  .header-tools .language-switcher,
  .header-tools .home-language-switcher {
    position: absolute;
    top: 50%;
    right: max(0.9rem, env(safe-area-inset-right));
    transform: translateY(-50%);
    margin: 0;
    z-index: 110;
  }
}

.language-switcher,
.home-language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.language-switcher:not(.is-dropdown) {
  gap: 0;
  padding: 0.18rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 72, 74, 0.12);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.language-switcher:not(.is-dropdown)::after {
  content: '';
  width: 0.46rem;
  height: 0.46rem;
  margin-right: 0.7rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  color: var(--primary);
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.72;
}

.language-switcher:not(.is-dropdown) a {
  display: none;
}

.language-switcher:not(.is-dropdown) a[aria-current="page"] {
  display: inline-flex;
  min-width: auto;
  padding-inline: 0.78rem 0.62rem;
  color: var(--primary);
  background: transparent;
  box-shadow: none;
}

.language-switcher:not(.is-dropdown) a[aria-current="page"]:hover,
.language-switcher:not(.is-dropdown) a[aria-current="page"]:focus-visible {
  color: var(--primary);
  background: transparent;
}

.language-switcher a,
.home-language-switcher a,
.language-switcher-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  min-width: 2.9rem;
  padding: 0.4rem 0.78rem;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.language-switcher-button {
  gap: 0.5rem;
  border: 1px solid rgba(0, 72, 74, 0.12);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
}

.language-switcher a:hover,
.language-switcher a:focus-visible,
.home-language-switcher a:hover,
.home-language-switcher a:focus-visible,
.language-switcher-button:hover,
.language-switcher-button:focus-visible {
  color: var(--primary);
  background: rgba(0, 72, 74, 0.08);
}

.language-switcher a[aria-current="page"],
.home-language-switcher a[aria-current="page"] {
  color: #ffffff;
  background: linear-gradient(135deg, var(--primary), #0d6a6d);
  box-shadow: 0 10px 20px rgba(0, 72, 74, 0.16);
}

.language-switcher a[aria-current="page"]:hover,
.language-switcher a[aria-current="page"]:focus-visible,
.home-language-switcher a[aria-current="page"]:hover,
.home-language-switcher a[aria-current="page"]:focus-visible {
  color: #ffffff;
}

.language-switcher.is-dropdown .language-switcher-fallback {
  display: none;
}

.language-switcher-menu {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  min-width: 12.8rem;
  display: none;
  padding: 0.35rem;
  border-radius: 18px;
  border: 1px solid rgba(0, 72, 74, 0.1);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 36px rgba(0, 32, 33, 0.14);
  z-index: 220;
}

.language-switcher.is-open .language-switcher-menu {
  display: grid;
  gap: 0.15rem;
}

.language-switcher-menu a {
  justify-content: flex-start;
  gap: 0.55rem;
  width: 100%;
  padding: 0.62rem 0.78rem;
  border-radius: 14px;
  box-shadow: none;
  background: transparent;
}

.language-switcher-menu a[aria-current="page"] {
  background: rgba(0, 72, 74, 0.08);
  color: var(--primary-strong);
}

.language-flag {
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 72, 74, 0.12);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  flex: 0 0 auto;
}

.language-flag.flag-es {
  background-image: url('/assets/flag-es.svg');
}

.language-flag.flag-en {
  background-image: url('/assets/flag-en.svg');
}

.language-flag.flag-pt-br {
  background-image: url('/assets/flag-pt-br.svg');
}

.language-flag.flag-generic {
  background: linear-gradient(135deg, var(--primary), #7cc9bb);
}

.language-switcher-label {
  white-space: nowrap;
}

.language-switcher-caret {
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.7;
}

.language-switcher.is-open .language-switcher-caret {
  transform: rotate(-135deg) translate(-2px, -1px);
}

.mobile-commercial-cta {
  display: none;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.contact-modal[hidden] {
  display: none;
}

.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 25, 25, 0.58);
  backdrop-filter: blur(6px);
}

.contact-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  max-height: min(88svh, 920px);
  overflow: auto;
  overscroll-behavior: contain;
  padding: 1.4rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 249, 249, 0.98));
  border: 1px solid rgba(0, 72, 74, 0.12);
  box-shadow: 0 28px 64px rgba(0, 32, 33, 0.22);
}

.contact-modal-copy {
  padding-right: 2.5rem;
  margin-bottom: 1rem;
}

.contact-modal-copy h2 {
  margin-bottom: 0.6rem;
}

.contact-modal-close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  width: 2.6rem;
  height: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 72, 74, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}

.contact-modal-close:hover,
.contact-modal-close:focus-visible {
  background: rgba(232, 244, 244, 0.98);
}

.site-nav a.nav-link-highlight:hover,
.site-nav a.nav-link-highlight:focus-visible {
  background: rgba(0, 72, 74, 0.12);
}

.nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--surface-solid);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle-lines {
  position: relative;
  width: 1.1rem;
  height: 2px;
  background: var(--primary);
}

.nav-toggle-lines::before,
.nav-toggle-lines::after {
  content: '';
  position: absolute;
  left: 0;
  width: 1.1rem;
  height: 2px;
  background: var(--primary);
}

.nav-toggle-lines::before { top: -0.38rem; }
.nav-toggle-lines::after { top: 0.38rem; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.82rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.92rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(0, 72, 74, 0.14);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #0d6a6d);
}

.button-secondary {
  color: var(--primary);
  background: #ffffff;
  border-color: rgba(0, 72, 74, 0.24);
}

.button-small {
  min-height: 40px;
  padding-inline: 0.95rem;
}

.button-full {
  width: 100%;
}

.hero {
  padding-top: 44px;
  overflow: hidden;
}

.page-hero {
  padding: 44px 0 20px;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: stretch;
}

.reports-page .page-hero-grid,
.services-page .page-hero-grid,
.sap-page .page-hero-grid,
.certifications-page .page-hero-grid,
.auth-page .page-hero-grid,
.about-page .page-hero-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.78fr);
}

.page-card,
.quote-card {
  padding: 1.5rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.page-hero .page-card {
  text-align: center;
  justify-items: center;
}

.page-hero .section-label,
.page-hero .hero-actions {
  justify-content: center;
}

.page-hero .page-lead {
  max-width: 72ch;
}

.sap-page .page-card,
.reports-page .page-card,
.services-page .page-card,
.certifications-page .page-card,
.about-page .page-card {
  position: relative;
  overflow: hidden;
}

.services-page .page-hero .page-card,
.sap-page .page-hero .page-card,
.certifications-page .page-hero .page-card,
.reports-page .page-hero .page-card,
.auth-page .page-hero .page-card,
.about-page .page-hero .page-card {
  text-align: left;
  justify-items: start;
}

.services-page .page-hero .hero-actions,
.sap-page .page-hero .hero-actions,
.certifications-page .page-hero .hero-actions,
.reports-page .page-hero .hero-actions,
.auth-page .page-hero .hero-actions,
.about-page .page-hero .hero-actions,
.services-page .page-hero .section-label,
.sap-page .page-hero .section-label,
.certifications-page .page-hero .section-label,
.reports-page .page-hero .section-label,
.auth-page .page-hero .section-label,
.about-page .page-hero .section-label {
  justify-content: flex-start;
}

.services-page .page-hero .page-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 248, 248, 0.96));
}

.services-page .quote-card {
  background: linear-gradient(160deg, var(--primary), #0d5f61);
  border-color: rgba(0, 72, 74, 0.18);
}

.services-page .quote-card blockquote,
.services-page .quote-card cite,
.services-page .quote-card p {
  color: #f2fbf9;
}

.services-page .section-mist .service-card:nth-child(1),
.services-page .section-mist .service-card:nth-child(4) {
  transform: translateY(-8px);
}

.services-page .section-mist .service-card:nth-child(2),
.services-page .section-mist .service-card:nth-child(3) {
  background: rgba(232, 244, 244, 0.96);
}

.trainings-page .page-hero {
  padding-top: 34px;
}

.trainings-page .page-hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: start;
}

.trainings-page .page-hero .page-card {
  text-align: left;
  justify-items: start;
  align-self: start;
}

.trainings-page .page-hero .hero-actions,
.trainings-page .page-hero .section-label {
  justify-content: flex-start;
}

.trainings-page .page-card .page-lead {
  max-width: 60ch;
}

.trainings-page .hero-panel {
  display: grid;
  align-self: start;
  align-content: start;
}

.trainings-featured-shell {
  height: 100%;
  padding: 0.95rem;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.featured-program {
  display: grid;
  gap: 0.9rem;
}

.featured-program-header {
  display: grid;
  gap: 0.65rem;
}

.featured-program-header-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.featured-program-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  padding: 0.58rem 0.92rem;
  border-radius: 999px;
  background: rgba(0, 72, 74, 0.08);
  border: 1px solid rgba(0, 72, 74, 0.1);
  color: var(--primary-strong);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.featured-program-kicker::before {
  content: '';
  width: 1rem;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.featured-program-overline {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-program-controls {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.featured-program-arrow {
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(0, 72, 74, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.featured-program-arrow:hover,
.featured-program-arrow:focus-visible {
  transform: translateY(-1px);
  background: #ffffff;
  box-shadow: 0 14px 26px rgba(0, 72, 74, 0.14);
}

.featured-program-stage {
  overflow: hidden;
  border-radius: 24px;
  transition: height 0.35s ease;
}

.featured-program-track {
  display: flex;
  align-items: stretch;
  height: 100%;
  transition: transform 0.45s ease;
  will-change: transform;
}

.featured-program-slide {
  flex: 0 0 100%;
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  border-radius: 26px;
  height: 100%;
}

.featured-program-slide-primary {
  background: linear-gradient(165deg, var(--primary), #0c5d5f);
  color: #f4fbf8;
  box-shadow: 0 22px 42px rgba(0, 72, 74, 0.18);
  grid-template-rows: auto 1fr auto;
  align-content: stretch;
}

.featured-program-slide-primary .featured-program-slide-copy {
  gap: 0.45rem;
}

.featured-program-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.featured-program-highlights span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.72rem 0.8rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 72, 74, 0.1);
  box-shadow: 0 12px 30px rgba(0, 72, 74, 0.12);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
  letter-spacing: 0.02em;
}

.featured-program-slide-secondary {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(0, 72, 74, 0.1);
  box-shadow: var(--shadow-soft);
  gap: 0.7rem;
  grid-template-rows: auto 1fr auto;
  align-content: stretch;
}

.featured-program-slide-primary p,
.featured-program-slide-primary h2 {
  color: inherit;
}

.featured-program-slide-copy {
  display: grid;
  gap: 0.6rem;
}

.featured-program-slide h2 {
  max-width: 30ch;
  margin: 0;
  font-size: clamp(1.42rem, 1.95vw, 1.95rem);
  line-height: 1.02;
}

.featured-program-summary {
  max-width: 52ch;
  font-size: 0.92rem;
  line-height: 1.46;
}

.featured-program-audience {
  display: grid;
  gap: 0.58rem;
  padding: 0;
  margin: 0;
  list-style: none;
  align-content: stretch;
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.featured-program-audience li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 0;
  padding: 0 0 0 1.15rem;
  font-size: 0.87rem;
  line-height: 1.4;
  color: #ebf7f5;
}

.featured-program-audience li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #d7eeeb;
}

.featured-program-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  height: 100%;
  align-content: stretch;
  grid-auto-rows: 1fr;
}

.featured-program-facts article,
.featured-program-mini {
  padding: 0.82rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 72, 74, 0.1);
  box-shadow: var(--shadow-soft);
}

.featured-program-facts span,
.featured-program-mini span {
  display: block;
  margin-bottom: 0.24rem;
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featured-program-facts strong,
.featured-program-mini strong {
  display: block;
  color: var(--primary-strong);
  font-size: 0.92rem;
  line-height: 1.2;
}

.featured-program-facts small,
.featured-program-mini small {
  display: block;
  margin-top: 0.18rem;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.28;
}

.featured-program-support {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  height: 100%;
  align-content: stretch;
  grid-auto-rows: 1fr;
}

.featured-program-partners {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.featured-program-partners span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.32rem 0.62rem;
  border-radius: 999px;
  background: rgba(0, 72, 74, 0.08);
  border: 1px solid rgba(0, 72, 74, 0.08);
  color: var(--primary);
  font-size: 0.7rem;
  font-weight: 700;
}

.featured-program-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin-top: auto;
}

.featured-program-actions .button {
  min-width: 0;
  min-height: 42px;
  padding: 0.7rem 1rem;
  font-size: 0.84rem;
}

.featured-program-slide-secondary .featured-program-facts article,
.featured-program-slide-secondary .featured-program-mini {
  height: 100%;
}

.featured-program-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
}

.featured-program-dots {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.featured-program-dot {
  padding: 0;
  border: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(0, 72, 74, 0.18);
  cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.featured-program-dot:hover,
.featured-program-dot:focus-visible {
  transform: scale(1.08);
  background: rgba(0, 72, 74, 0.28);
}

.featured-program-dot.is-active {
  background: var(--primary);
  box-shadow: 0 0 0 6px rgba(0, 72, 74, 0.08);
}

.featured-program-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.program-card {
  position: relative;
  display: grid;
  gap: 0.95rem;
  padding: 1.3rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 250, 0.97));
  border: 1px solid rgba(0, 72, 74, 0.1);
  box-shadow: 0 18px 36px rgba(0, 72, 74, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.program-card::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(90deg, rgba(0, 72, 74, 0.88), rgba(47, 109, 110, 0.45));
  opacity: 0.9;
}

.program-card:hover,
.program-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 24px 42px rgba(0, 72, 74, 0.12);
  border-color: rgba(0, 72, 74, 0.16);
}

.program-card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 32px;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  background: rgba(0, 72, 74, 0.08);
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.program-card h3 {
  margin: 0;
  font-size: clamp(1.28rem, 1.8vw, 1.6rem);
  line-height: 1.02;
}

.program-card-summary {
  margin: 0;
  color: #294443;
  font-size: 0.94rem;
  line-height: 1.62;
}

.program-card-highlights {
  display: grid;
  gap: 0.65rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.program-card-highlights li {
  position: relative;
  padding-left: 1rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.program-card-highlights li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--accent);
}

.program-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.program-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.38rem 0.66rem;
  border-radius: 999px;
  background: rgba(237, 246, 246, 0.96);
  color: var(--primary-strong);
  font-size: 0.78rem;
  font-weight: 700;
}

.program-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: auto;
  padding-top: 0.2rem;
}

.text-link-button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.text-link-button:hover,
.text-link-button:focus-visible {
  transform: none;
}

.sap-page .page-hero .page-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(233, 244, 244, 0.98));
}

.sap-page .page-hero .page-card::after {
  content: '';
  position: absolute;
  inset: auto 1.5rem 1.3rem auto;
  width: 9rem;
  height: 9rem;
  border-radius: 22px;
  background-image: linear-gradient(rgba(0, 72, 74, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 72, 74, 0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.8;
}

.sap-page .quote-card {
  background: rgba(231, 244, 244, 0.92);
  border-left: 4px solid var(--accent);
}

.sap-page .section-accent-block .mini-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(221, 238, 238, 0.9));
}

.certifications-page .page-hero .page-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 242, 0.97));
}

.certifications-page .quote-card {
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.98), rgba(245, 238, 220, 0.92));
  border-color: rgba(131, 111, 52, 0.18);
}

.certifications-page .quote-card cite {
  color: #7c6840;
}

.certifications-page .section-gridlight .service-card {
  border-top: 4px solid rgba(0, 72, 74, 0.28);
}

.certifications-page .section-accent-block .page-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 244, 232, 0.94));
}

.reports-page .page-hero {
  padding-top: 52px;
}

.reports-page .page-hero-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.72fr);
  align-items: end;
}

.reports-page .page-hero .page-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 251, 0.96));
}

.reports-page .quote-card {
  background: linear-gradient(135deg, #083b3d, #0f595c);
  transform: translateY(26px);
}

.reports-page .quote-card blockquote,
.reports-page .quote-card cite,
.reports-page .quote-card p {
  color: #eff9f7;
}

.reports-page .section-mist .service-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
}

.reports-page .section-gridlight .mini-card:nth-child(2) {
  transform: translateY(-10px);
}

.about-page .page-hero .page-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 248, 0.96));
}

.about-page .quote-card {
  background: linear-gradient(180deg, rgba(233, 244, 244, 0.95), rgba(255, 255, 255, 0.96));
}

.about-page .page-hero .section-logo-band,
.services-page .page-hero .section-logo-band {
  display: flex;
  align-self: flex-start;
  margin-bottom: 1rem;
}

.about-page .page-hero .section-label,
.services-page .page-hero .section-label,
.about-page .page-hero h1,
.services-page .page-hero h1,
.about-page .page-hero .page-lead,
.services-page .page-hero .page-lead {
  width: 100%;
}

.about-page .section-gridlight .mini-card,
.about-page .section-mist .team-card {
  background: rgba(255, 255, 255, 0.96);
}

.hero-brand-banner {
  margin-bottom: 1.4rem;
  display: inline-flex;
  align-items: center;
  padding: 0.65rem;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--primary), #0c6163);
  box-shadow: 0 20px 44px rgba(0, 72, 74, 0.12);
}

.hero-brand-banner img {
  width: min(100%, 520px);
  height: auto;
  display: block;
}

.page-lead {
  font-size: 1rem;
  max-width: 64ch;
  color: #173634;
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.stat-strip article,
.mini-card {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 61, 53, 0.12);
}

.stat-strip strong {
  display: block;
  font-size: 1.2rem;
  font-family: 'Cormorant Garamond', serif;
  color: var(--primary-strong);
}

.content-grid,
.split-cards {
  display: grid;
  gap: 1.2rem;
}

.content-grid.two,
.split-cards.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-grid.three,
.split-cards.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.mini-card p {
  margin-bottom: 0;
}

.detail-list {
  display: grid;
  gap: 0.8rem;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.detail-list li {
  padding-left: 1.1rem;
  position: relative;
  color: var(--muted);
}

.quote-card .detail-list li,
.panel-card .detail-list li,
.section-deep .detail-list li {
  color: #f2fbf9;
}

.detail-list li::before {
  content: '';
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
  position: absolute;
  left: 0;
  top: 0.55rem;
}

.quote-card .detail-list li::before,
.panel-card .detail-list li::before,
.section-deep .detail-list li::before {
  background: #d7eeeb;
}

.quote-card {
  display: grid;
  gap: 1rem;
  align-content: start;
  max-width: 760px;
}

.quote-card blockquote {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
  line-height: 1;
  color: var(--primary-strong);
}

.quote-card cite {
  font-style: normal;
  color: var(--muted);
  font-weight: 600;
}

.page-footer-cta {
  margin-top: 1.2rem;
}

.hero-grid,
.intro-grid,
.about-grid,
.split-grid,
.cta-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 2.5rem;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 0.4rem;
}

.hero-copy h1,
.page-card h1 {
  max-width: 100%;
}

.section-heading h2,
.panel-card h2,
.reveal h2,
.about-copy h2,
.feature-list h3,
.service-card h3,
.team-card h3,
.mini-card h3 {
  text-wrap: balance;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.6rem 0 1.2rem;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero-points li {
  padding: 0.62rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 72, 74, 0.09);
  color: #27443d;
  font-weight: 600;
  font-size: 0.9rem;
}

.hero-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(6px);
  opacity: 0.9;
}

.orb-1 {
  width: 18rem;
  height: 18rem;
  top: -8rem;
  right: -4rem;
  background: radial-gradient(circle, rgba(0, 72, 74, 0.18), rgba(0, 72, 74, 0));
}

.orb-2 {
  width: 12rem;
  height: 12rem;
  bottom: 2rem;
  left: -5rem;
  background: radial-gradient(circle, rgba(0, 72, 74, 0.1), rgba(0, 72, 74, 0));
}

.pattern {
  position: absolute;
  inset: auto 8% 14% auto;
  width: 14rem;
  height: 14rem;
  border-radius: 38px;
  border: 1px solid rgba(0, 72, 74, 0.08);
  background-image: linear-gradient(rgba(0, 72, 74, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 72, 74, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  transform: rotate(11deg);
}

.hero-panel,
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-panel {
  border-radius: var(--radius-xl);
  padding: 1rem;
}

.panel-card {
  border-radius: 24px;
  padding: 1.1rem;
  background: linear-gradient(160deg, var(--primary), #0d6264);
  color: #fff;
  box-shadow: 0 20px 34px rgba(0, 72, 74, 0.16);
}

.panel-card p,
.panel-card h2 {
  color: #f4fbf8;
}

.panel-card .panel-kicker {
  width: fit-content;
  padding: 0.58rem 0.9rem;
  border-radius: 999px;
  color: #effaf8;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.panel-card .panel-kicker::before {
  background: #d7eeeb;
  opacity: 1;
}

.panel-card h2 {
  max-width: 28ch;
  font-size: clamp(1.7rem, 2.3vw, 2.2rem);
}

.panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.panel-grid article,
.pillar-card,
.service-card,
.team-card,
.feature-list,
.contact-form,
.logo-placeholder {
  border-radius: var(--radius-lg);
}

.panel-grid article {
  padding: 0.95rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 72, 74, 0.12);
}

.panel-grid span,
.icon-badge {
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 800;
}

.panel-grid h3,
.team-card h3 {
  margin-top: 0.8rem;
}

.panel-grid-media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 2.8rem;
  margin-top: 0.72rem;
}

.panel-grid-media img {
  display: block;
  width: auto;
  max-width: 7.2rem;
  max-height: 2.5rem;
  object-fit: contain;
  filter: drop-shadow(0 6px 16px rgba(0, 72, 74, 0.08));
}

.panel-grid-media-esg img {
  max-width: 6rem;
  max-height: 2.2rem;
}

.panel-grid-media-sap img {
  max-width: 5.6rem;
  max-height: 2rem;
}

.intro-band {
  padding: 34px 0 8px;
}

.intro-grid {
  grid-template-columns: 1.1fr 0.9fr;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(0, 72, 74, 0.1);
  border-bottom: 1px solid rgba(0, 72, 74, 0.1);
}

.section-heading {
  display: grid;
  gap: 0.3rem;
  margin-bottom: 1.4rem;
}

.pillar-grid,
.service-grid,
.logo-grid {
  display: grid;
  gap: 1rem;
}

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

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

.card,
.logo-placeholder {
  background: rgba(255, 255, 255, 0.92);
}

.pillar-card,
.service-card,
.team-card,
.feature-list,
.contact-form {
  padding: 1.2rem;
  border: 1px solid rgba(0, 72, 74, 0.1);
}

.pillar-card p,
.service-card p,
.feature-list p,
.team-card p {
  margin-bottom: 0;
}

.service-card ul,
.feature-list ul,
.footer-grid ul,
.hero-points {
  margin: 0;
}

.service-card ul,
.feature-list ul,
.footer-grid ul {
  padding-left: 1.2rem;
  color: var(--muted);
}

.service-card li + li,
.feature-list li + li,
.footer-grid li + li {
  margin-top: 0.45rem;
}

.text-link {
  display: inline-flex;
  margin-top: 1rem;
  font-weight: 700;
  color: var(--primary);
  font-size: 0.93rem;
}

.program-card .text-link {
  margin-top: 0;
}

.about-grid {
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.4rem;
}

.about-points {
  display: grid;
  gap: 1rem;
  margin-top: 1.8rem;
}

.about-point {
  padding: 1.15rem 1.2rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(0, 72, 74, 0.12);
}

.about-point h3 {
  margin-bottom: 0.4rem;
}

.team-stack {
  display: grid;
  gap: 1rem;
}

.team-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}

.team-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 18px;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(145deg, var(--primary), #0d686b);
}

.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-role {
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.team-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-top: 0.8rem;
  border-radius: 999px;
  color: #0a66c2;
  background: rgba(10, 102, 194, 0.08);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.team-social-link:hover,
.team-social-link:focus-visible {
  transform: translateY(-1px);
  background: rgba(10, 102, 194, 0.14);
}

.team-social-link svg {
  width: 1rem;
  height: 1rem;
  display: block;
}

.split-grid {
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.reverse-grid > :first-child {
  order: 2;
}

.reverse-grid > :last-child {
  order: 1;
}

.feature-list h3 {
  margin-bottom: 1rem;
}

.feature-list ul {
  display: grid;
  gap: 0.7rem;
}

.feature-list li::marker,
.service-card li::marker,
.footer-grid li::marker {
  color: var(--accent);
}

.brand-showcase {
  display: grid;
  gap: 2rem;
}

.brand-cluster-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.brand-cluster {
  display: grid;
  gap: 1.15rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 72, 74, 0.12);
}

.brand-cluster:first-child {
  padding-top: 0.25rem;
  border-top: 0;
}

.brand-cluster-copy {
  display: grid;
  gap: 0.45rem;
  max-width: 64ch;
}

.brand-cluster-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent);
}

.brand-cluster-copy h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
}

.brand-carousel {
  position: relative;
}

.brand-carousel-controls {
  display: inline-flex;
  gap: 0.55rem;
  flex-shrink: 0;
}

.carousel-button {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 72, 74, 0.12);
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.carousel-button:hover,
.carousel-button:focus-visible {
  background: #ffffff;
  border-color: rgba(0, 72, 74, 0.22);
  transform: translateY(-1px);
}

.carousel-button:disabled {
  opacity: 0.38;
  cursor: default;
  transform: none;
}

.brand-carousel-viewport {
  --logo-gap: 0.95rem;
  --logos-visible: 4;
  overflow-x: auto;
  padding: 0.25rem 0;
  scroll-padding-inline: 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pinch-zoom;
  scrollbar-width: none;
}

.brand-carousel-viewport::-webkit-scrollbar {
  display: none;
}

.brand-carousel.is-static .brand-carousel-viewport {
  overflow: visible;
}

.logo-gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--logos-visible) - 1) * var(--logo-gap)) / var(--logos-visible));
  gap: var(--logo-gap);
}

.brand-carousel.is-static .logo-gallery {
  width: max-content;
  grid-auto-columns: minmax(280px, 360px);
}

.logo-tile {
  min-height: 132px;
  padding: 0.9rem 1rem;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 250, 0.96));
  border: 1px solid rgba(0, 72, 74, 0.08);
  box-shadow: 0 10px 24px rgba(0, 72, 74, 0.05);
  scroll-snap-align: start;
}

.logo-tile img {
  max-width: min(220px, 88%);
  max-height: 94px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.logo-tile.is-fallback img {
  display: none;
}

.logo-fallback-text {
  text-align: center;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #355553;
}

.logo-placeholder-text {
  text-align: center;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #355553;
}

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

.footer-logo-wide {
  display: inline-flex;
  max-width: 260px;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--primary), #0c6163);
}

.footer-logo-wide img {
  width: 100%;
  height: auto;
  display: block;
}

.section-logo-band {
  display: inline-flex;
  max-width: 360px;
  margin-bottom: 1.2rem;
  padding: 0.45rem;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--primary), #0c6163);
  box-shadow: 0 18px 36px rgba(0, 72, 74, 0.12);
}

.section-logo-band img {
  width: 100%;
  height: auto;
  display: block;
}

.logo-placeholder {
  min-height: 84px;
  border: 1px dashed rgba(0, 72, 74, 0.16);
  display: grid;
  place-items: center;
  color: #284544;
  font-weight: 700;
  font-size: 0.9rem;
}

.section-note {
  max-width: 60ch;
}

.cta-section {
  padding-bottom: 88px;
}

.about-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: 1.4rem;
  align-items: start;
}

.about-contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 1.4rem;
  align-items: start;
}

.about-contact-copy {
  padding-right: 0.2rem;
}

.compact-team .team-card {
  background: rgba(255, 255, 255, 0.96);
}

.about-contact-shell .contact-form {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(0, 72, 74, 0.1);
  background: rgba(255, 255, 255, 0.97);
}

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

.cta-copy {
  max-width: 54ch;
}

.contact-lines {
  display: grid;
  gap: 0.3rem;
  margin: 1.5rem 0 1.8rem;
}

.contact-lines p {
  margin: 0;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.form-row {
  display: grid;
  gap: 0.45rem;
}

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

label {
  font-weight: 700;
  color: var(--primary-strong);
}

input,
select,
textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 72, 74, 0.16);
  background: #ffffff;
  color: var(--text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input::placeholder,
textarea::placeholder {
  color: #5b7472;
  opacity: 1;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(0, 72, 74, 0.5);
  box-shadow: 0 0 0 4px rgba(0, 72, 74, 0.12);
}

textarea {
  resize: vertical;
  min-height: 140px;
}

.form-feedback {
  min-height: 1.4rem;
  color: var(--primary);
  font-weight: 600;
}

.form-feedback.is-success {
  color: #0f3d35;
}

.form-feedback.is-error {
  color: #8a392d;
}

.auth-shell {
  align-items: stretch;
}

.auth-form-card {
  padding: 1.35rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(0, 72, 74, 0.1);
  box-shadow: var(--shadow);
}

.auth-form-card h2,
.auth-support-card h2,
.account-card h2 {
  margin-bottom: 0.75rem;
}

.auth-support-card ul {
  margin-top: 1rem;
}

.auth-feedback {
  margin-bottom: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(138, 57, 45, 0.18);
  background: rgba(255, 246, 244, 0.94);
}

.auth-feedback p {
  margin: 0;
  color: #8a392d;
  font-weight: 600;
}

.auth-feedback p + p {
  margin-top: 0.55rem;
}

.auth-feedback.auth-feedback-success {
  border-color: rgba(15, 95, 74, 0.16);
  background: rgba(240, 250, 247, 0.96);
}

.auth-feedback.auth-feedback-success p {
  color: #1d5f50;
}

.account-data-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.account-data-item {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 72, 74, 0.12);
}

.footer-grid p,
.footer-grid a,
.footer-grid li {
  color: var(--muted);
}

.account-data-item span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-data-item strong {
  font-size: 1rem;
  color: var(--primary-strong);
}

.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.site-footer {
  padding: 36px 0 48px;
  border-top: 1px solid rgba(0, 72, 74, 0.08);
  background: #ffffff;
}

.site-footer-legal {
  display: block;
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 72, 74, 0.08);
  text-align: center;
}

.site-footer-legal p {
  margin: 0;
  font-size: 0.78rem;
  color: #355251;
  font-weight: 500;
  line-height: 1.5;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 1.8rem;
  align-items: start;
}

.footer-brand {
  margin-bottom: 1rem;
}

.footer-brand .brand-mark {
  width: 3rem;
  height: 3rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .nav-shell {
    grid-template-columns: auto 1fr auto;
  }

  .hero-grid,
  .page-hero-grid,
  .intro-grid,
  .about-grid,
  .about-contact-grid,
  .about-contact-shell,
  .split-grid,
  .cta-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .reverse-grid > :first-child,
  .reverse-grid > :last-child {
    order: initial;
  }

  .pillar-grid,
  .service-grid,
  .logo-grid,
  .content-grid.two,
  .content-grid.three,
  .split-cards.two,
  .split-cards.three,
  .stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Old 980px block removed — consolidated into the later 980px block */

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 1rem), var(--container));
  }

  .section {
    padding: 46px 0;
  }

  .hero {
    padding-top: 18px;
  }

  .page-hero {
    padding: 18px 0 10px;
  }

  h1,
  h2 {
    text-wrap: pretty;
  }

  h1 {
    font-size: clamp(1.7rem, 8vw, 2.15rem);
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(1.28rem, 6vw, 1.7rem);
  }

  p,
  .lead,
  .page-lead {
    font-size: 0.95rem;
  }

  .page-card,
  .quote-card,
  .hero-panel,
  .card,
  .contact-form,
  .panel-card,
  .panel-grid article,
  .mini-card,
  .service-card,
  .feature-list {
    padding: 1rem;
    border-radius: 18px;
  }

  .hero-grid,
  .page-hero-grid,
  .split-grid,
  .about-contact-shell,
  .content-grid,
  .split-cards {
    gap: 0.85rem;
  }

  .reports-page .page-hero-grid,
  .services-page .page-hero-grid,
  .sap-page .page-hero-grid,
  .certifications-page .page-hero-grid,
  .about-page .page-hero-grid {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .page-hero .page-card {
    text-align: left;
    justify-items: start;
  }

  .quote-card {
    max-width: none;
  }

  .page-hero .hero-actions {
    justify-content: flex-start;
  }

  h1 {
    max-width: 100%;
  }

  .pillar-grid,
  .service-grid,
  .logo-grid,
  .two-col,
  .page-hero-grid,
  .content-grid.two,
  .content-grid.three,
  .split-cards.two,
  .split-cards.three {
    grid-template-columns: 1fr;
  }

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

  .stat-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 1rem;
  }

  .hero-points {
    display: grid;
    gap: 0.55rem;
  }

  .hero-points li {
    font-size: 0.84rem;
    padding: 0.56rem 0.72rem;
  }

  .team-card {
    grid-template-columns: 1fr;
  }

  .reports-page .quote-card,
  .services-page .section-mist .service-card:nth-child(1),
  .services-page .section-mist .service-card:nth-child(4),
  .reports-page .section-gridlight .mini-card:nth-child(2) {
    transform: none;
  }

  .sap-page .page-hero .page-card::after {
    display: none;
  }

  .stat-strip article,
  .mini-card {
    padding: 0.9rem;
  }

  .stat-strip strong {
    font-size: 1rem;
  }

  .stat-strip span {
    font-size: 0.76rem;
    line-height: 1.2;
  }

  .hero-actions {
    gap: 0.65rem;
    margin: 0.95rem 0 0.75rem;
  }

  .section-heading {
    margin-bottom: 0.85rem;
  }

  .contact-lines {
    gap: 0.45rem;
    margin: 1rem 0 1.2rem;
  }

  .contact-form {
    gap: 0.85rem;
  }

  input,
  select,
  textarea {
    padding: 0.82rem 0.9rem;
    border-radius: 14px;
  }

  textarea {
    min-height: 120px;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .brand-cluster-header {
    align-items: start;
  }

  .brand-carousel-viewport {
    --logos-visible: 3;
  }

  .logo-tile img {
    max-width: min(200px, 88%);
    max-height: 82px;
  }

  .brand-mark {
    width: 2.85rem;
    height: 2.85rem;
  }

  .brand-copy small {
    display: none;
  }

  .hero-brand-banner img {
    width: min(100%, 320px);
  }

  .page-hero .quote-card blockquote,
  .hero-panel .panel-card h2 {
    font-size: clamp(1.25rem, 5vw, 1.55rem);
  }

  .panel-grid article {
    padding: 0.85rem;
  }

  .logo-grid {
    gap: 0.75rem;
  }

  .brand-cluster-header {
    flex-direction: column;
    align-items: start;
  }

  .brand-carousel-controls {
    align-self: flex-end;
  }

  .brand-carousel-viewport {
    --logo-gap: 0.75rem;
    --logos-visible: 2;
  }

  .logo-placeholder {
    min-height: 68px;
    font-size: 0.8rem;
    padding: 0.7rem;
  }

  .logo-tile {
    min-height: 104px;
    padding: 0.8rem;
    border-radius: 18px;
  }

  .logo-tile img {
    max-width: min(180px, 88%);
    max-height: 72px;
  }

  .logo-placeholder-text {
    font-size: 0.8rem;
  }

  .carousel-button {
    width: 2.45rem;
    height: 2.45rem;
  }

  .brand-carousel-viewport {
    --logo-gap: 0.65rem;
    --logos-visible: 1;
  }

  .brand-carousel.is-static .logo-gallery {
    grid-auto-columns: minmax(220px, 280px);
  }

  .section-logo-band {
    max-width: 280px;
  }

  .site-footer {
    padding: 28px 0 36px;
  }

  .site-footer-legal {
    margin-top: 1rem;
    padding-top: 0.85rem;
  }

  .footer-grid {
    gap: 1rem;
  }

  .footer-logo-wide {
    max-width: 220px;
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(calc(100% - 0.8rem), var(--container));
  }

  .nav-shell {
    gap: 0.45rem;
  }

  .brand {
    gap: 0.55rem;
  }

  .brand-copy strong {
    font-size: 0.92rem;
  }

  .nav-toggle {
    width: 2.8rem;
    height: 2.8rem;
  }

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

  .button:not(.header-commercial-cta):not(.mobile-commercial-cta) {
    width: 100%;
  }

  .contact-modal {
    padding: 0.7rem;
  }

  .contact-modal-dialog {
    padding: 1rem;
    border-radius: 20px;
  }

  .contact-modal-copy {
    padding-right: 2rem;
  }

  /* Old 520px .site-nav rules removed — consolidated into the later 520px block */

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

  .page-card,
  .quote-card,
  .hero-panel,
  .card,
  .contact-form,
  .panel-card,
  .panel-grid article,
  .mini-card,
  .service-card,
  .feature-list {
    padding: 0.9rem;
    border-radius: 16px;
  }

  .stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .stat-strip article {
    padding: 0.8rem;
  }

  .section-heading h2,
  .page-card h1 {
    max-width: 100%;
  }

  .hero-photo {
    background-position: center top;
  }

  .hero-brand-banner {
    padding: 0.45rem;
    border-radius: 18px;
    margin-bottom: 1rem;
  }

  .hero-brand-banner img {
    width: min(100%, 260px);
  }

  .section-logo-band {
    max-width: 230px;
    margin-bottom: 1rem;
  }
}

@media (max-width: 980px) {
  body.has-mobile-cta .site-footer {
    padding-bottom: calc(7rem + env(safe-area-inset-bottom));
  }

  .header-tools {
    position: static;
    padding-right: 0;
    gap: 0.5rem;
  }

  .header-tools .language-switcher,
  .header-tools .home-language-switcher {
    position: static;
    transform: none;
    z-index: auto;
  }

  .language-switcher-button {
    min-height: 32px;
    padding: 0.42rem 0.62rem;
    font-size: 0.66rem;
  }

  .language-switcher-menu {
    min-width: 11.8rem;
  }

  .site-header {
    padding-block: 0.45rem;
    z-index: 160;
  }

  .nav-shell {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 66px;
    gap: 0.7rem;
    align-items: center;
    position: relative;
  }

  .brand {
    min-width: 0;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 18px;
    border-color: rgba(0, 72, 74, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 248, 0.98));
    box-shadow: 0 14px 28px rgba(0, 72, 74, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    z-index: 135;
  }

  .nav-toggle:hover,
  .nav-toggle:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(0, 72, 74, 0.12);
  }

  .nav-toggle[aria-expanded="true"] {
    background: linear-gradient(135deg, var(--primary), #0d6668);
    border-color: transparent;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-lines {
    background: transparent;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-lines::before,
  .nav-toggle[aria-expanded="true"] .nav-toggle-lines::after {
    top: 0;
    background: #ffffff;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-lines::before {
    transform: rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-lines::after {
    transform: rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: -0.35rem;
    left: auto;
    width: max-content;
    min-width: 13.6rem;
    max-width: min(calc(100vw - 0.35rem), 16.4rem);
    max-height: min(70svh, calc(100svh - 7rem));
    justify-self: end;
    align-items: stretch;
    align-content: start;
    display: none;
    gap: 0.38rem;
    overflow: auto;
    padding: 0.42rem;
    border-radius: 24px 0 0 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 250, 250, 0.99));
    border: 1px solid rgba(0, 72, 74, 0.08);
    box-shadow: -20px 24px 44px rgba(0, 32, 33, 0.12);
    transform: translate3d(0, 0, 0);
    z-index: 180;
    overscroll-behavior: contain;
  }

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

  .site-nav-panel-head {
    display: none;
  }

  .site-nav-close {
    display: none;
  }

  .site-nav a {
    display: block;
    padding: 0.72rem 0.74rem;
    border-radius: 16px;
    background: rgba(0, 72, 74, 0.04);
    text-align: left;
    font-size: 0.94rem;
    line-height: 1.2;
    white-space: nowrap;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-nav a[aria-current="page"] {
    background: rgba(0, 72, 74, 0.09);
  }

  .site-nav > .nav-auth {
    grid-column: auto;
    display: grid;
    gap: 0.38rem;
    margin-top: 0.12rem;
    padding-top: 0.55rem;
    border-top: 1px solid rgba(0, 72, 74, 0.08);
  }

  .site-nav > .nav-auth a {
    display: flex;
    width: auto;
    min-height: 46px;
    white-space: nowrap;
  }

  .nav-shell > .header-commercial-cta,
  .header-tools .header-commercial-cta {
    display: none !important;
  }

  .mobile-commercial-cta {
    display: inline-flex;
    position: fixed;
    top: auto;
    left: auto;
    right: max(0.9rem, env(safe-area-inset-right));
    bottom: max(0.9rem, env(safe-area-inset-bottom));
    z-index: 170;
    width: auto;
    max-width: min(18rem, calc(100vw - 1.8rem));
    min-height: 54px;
    padding: 0.95rem 1.1rem;
    border-radius: 20px;
    white-space: normal;
    line-height: 1.15;
    text-align: left;
    justify-content: flex-start;
    box-shadow: 0 18px 42px rgba(0, 72, 74, 0.2);
    transform: none;
  }

  .mobile-commercial-cta:hover,
  .mobile-commercial-cta:focus-visible {
    box-shadow: 0 22px 46px rgba(0, 72, 74, 0.24);
    transform: none;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    transform: none;
  }

  .contact-modal {
    padding: max(0.95rem, env(safe-area-inset-top)) 0.95rem max(0.95rem, env(safe-area-inset-bottom));
  }

  .contact-modal-dialog {
    width: min(100%, 35rem);
    max-height: calc(100svh - 2rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    padding: 1.2rem;
    border-radius: 26px;
  }

  .contact-modal-copy {
    padding-right: 3rem;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 1.35rem), var(--container));
  }

  .section {
    padding: 56px 0;
  }

  .hero {
    padding-top: 28px;
  }

  .page-hero {
    padding: 28px 0 12px;
  }

  h1 {
    font-size: clamp(1.82rem, 8vw, 2.3rem);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(1.38rem, 6vw, 1.82rem);
    line-height: 1.08;
  }

  p,
  .lead,
  .page-lead {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .page-card,
  .quote-card,
  .hero-panel,
  .card,
  .contact-form,
  .panel-card,
  .panel-grid article,
  .mini-card,
  .service-card,
  .feature-list,
  .pillar-card,
  .about-point,
  .team-card,
  .auth-form-card {
    padding: 1.15rem;
    border-radius: 22px;
  }

  .hero-grid,
  .page-hero-grid,
  .split-grid,
  .about-grid,
  .about-contact-grid,
  .about-contact-shell,
  .content-grid,
  .split-cards,
  .cta-grid,
  .footer-grid {
    gap: 1.1rem;
  }

  .reports-page .page-hero-grid,
  .services-page .page-hero-grid,
  .sap-page .page-hero-grid,
  .certifications-page .page-hero-grid,
  .about-page .page-hero-grid,
  .auth-page .page-hero-grid {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .page-hero .page-card,
  .services-page .page-hero .page-card,
  .sap-page .page-hero .page-card,
  .certifications-page .page-hero .page-card,
  .reports-page .page-hero .page-card,
  .auth-page .page-hero .page-card,
  .about-page .page-hero .page-card {
    text-align: left;
    justify-items: start;
  }

  .page-hero .hero-actions,
  .services-page .page-hero .hero-actions,
  .sap-page .page-hero .hero-actions,
  .certifications-page .page-hero .hero-actions,
  .reports-page .page-hero .hero-actions,
  .auth-page .page-hero .hero-actions,
  .about-page .page-hero .hero-actions {
    justify-content: stretch;
  }

  .section-heading {
    gap: 0.45rem;
    margin-bottom: 1.15rem;
  }

  .hero-brand-banner {
    padding: 0.55rem;
    border-radius: 20px;
    margin-bottom: 1.1rem;
  }

  .hero-brand-banner img {
    width: min(100%, 320px);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    margin: 1.15rem 0 0.95rem;
  }

  .hero-actions .button,
  .page-hero .hero-actions .button,
  .account-actions .button {
    width: 100%;
  }

  .hero-points {
    display: grid;
    gap: 0.65rem;
  }

  .hero-points li {
    padding: 0.8rem 0.9rem;
    border-radius: 18px;
    font-size: 0.9rem;
  }

  .trainings-page .page-hero-grid,
  .program-grid {
    grid-template-columns: 1fr;
  }

  .trainings-featured-shell {
    padding: 0.7rem;
    border-radius: 24px;
  }

  .featured-program {
    gap: 0.6rem;
  }

  .featured-program-header {
    gap: 0.5rem;
  }

  .featured-program-kicker {
    padding: 0.48rem 0.8rem;
    font-size: 0.67rem;
    letter-spacing: 0.12em;
  }

  .featured-program-overline {
    font-size: 0.7rem;
    letter-spacing: 0.06em;
  }

  .featured-program-header-top,
  .featured-program-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .featured-program-stage,
  .featured-program-track {
    height: 100%;
  }

  .featured-program-slide {
    gap: 0.52rem;
    padding: 0.74rem;
    border-radius: 22px;
    min-height: 100%;
  }

  .featured-program-slide-primary {
    grid-template-rows: auto 1fr auto;
    gap: 0.58rem;
    padding: 0.74rem;
    overflow: visible;
    align-content: stretch;
  }

  .featured-program-slide-copy,
  .featured-program-slide-primary .featured-program-slide-copy {
    gap: 0.34rem;
  }

  .featured-program-slide h2 {
    max-width: none;
    font-size: clamp(1.08rem, 5vw, 1.34rem);
    line-height: 1.04;
  }

  .featured-program-summary {
    font-size: 0.83rem;
    line-height: 1.34;
  }

  .featured-program-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.42rem;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
  }

  .featured-program-highlights span {
    min-height: 50px;
    padding: 0.62rem 0.65rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(0, 72, 74, 0.1);
    box-shadow: 0 10px 24px rgba(0, 72, 74, 0.1);
    color: var(--primary);
    font-size: 0.74rem;
  }

  .featured-program-facts,
  .featured-program-support {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.48rem;
  }

  .featured-program-audience {
    gap: 0.42rem;
    padding: 0;
    align-content: stretch;
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .featured-program-audience li {
    display: flex;
    align-items: center;
    min-height: 0;
    padding: 0 0 0 1rem;
    font-size: 0.79rem;
    line-height: 1.3;
  }

  .featured-program-audience li::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0.32rem;
    height: 0.32rem;
  }

  .featured-program-controls {
    width: 100%;
    justify-content: flex-start;
  }

  .program-card-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .featured-program-actions {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.42rem;
  }

  .featured-program-facts article,
  .featured-program-mini {
    padding: 0.7rem;
    border-radius: 16px;
  }

  .featured-program-facts span,
  .featured-program-mini span {
    margin-bottom: 0.18rem;
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  .featured-program-facts strong,
  .featured-program-mini strong {
    font-size: 0.82rem;
    line-height: 1.16;
  }

  .featured-program-facts small,
  .featured-program-mini small,
  .featured-program-note {
    font-size: 0.68rem;
    line-height: 1.24;
  }

  .featured-program-partners {
    gap: 0.28rem;
  }

  .featured-program-partners span {
    min-height: 26px;
    padding: 0.22rem 0.44rem;
    font-size: 0.56rem;
  }

  .featured-program-actions .button {
    flex: 1 1 0;
    min-height: 40px;
    padding: 0.58rem 0.7rem;
    font-size: 0.74rem;
  }

  .featured-program-note {
    text-align: left;
  }

  .pillar-grid,
  .service-grid,
  .logo-grid,
  .two-col,
  .content-grid.two,
  .content-grid.three,
  .split-cards.two,
  .split-cards.three,
  .panel-grid {
    grid-template-columns: 1fr;
  }

  .stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
  }

  .stat-strip article,
  .mini-card {
    padding: 0.95rem;
  }

  .team-card {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .team-avatar {
    width: 4.4rem;
    height: 4.4rem;
  }

  .section-logo-band {
    max-width: 280px;
    margin-bottom: 1rem;
  }

  .contact-lines {
    gap: 0.45rem;
    margin: 1rem 0 1.25rem;
  }

  .contact-form {
    gap: 0.95rem;
  }

  input,
  select,
  textarea {
    min-height: 50px;
    padding: 0.9rem 0.95rem;
    border-radius: 16px;
  }

  textarea {
    min-height: 132px;
  }

  .button {
    min-height: 48px;
  }

  .brand-copy strong {
    font-size: 0.98rem;
  }

  .brand-copy small {
    display: block;
    font-size: 0.69rem;
    line-height: 1.05;
    white-space: nowrap;
  }

  .brand-mark {
    width: 2.95rem;
    height: 2.95rem;
    border-radius: 16px;
  }

  .brand-showcase {
    gap: 1.5rem;
  }

  .brand-cluster {
    gap: 0.95rem;
    padding-top: 1.15rem;
  }

  .brand-cluster-header {
    flex-direction: column;
    align-items: start;
    gap: 0.75rem;
  }

  .brand-carousel-controls {
    align-self: stretch;
    justify-content: flex-end;
  }

  .brand-carousel-viewport {
    --logo-gap: 0.7rem;
    --logos-visible: 1;
  }

  .logo-gallery {
    grid-template-columns: none;
  }

  .logo-tile {
    min-height: 108px;
    padding: 0.85rem;
    border-radius: 20px;
  }

  .logo-tile img {
    max-width: min(185px, 88%);
    max-height: 72px;
  }

  .carousel-button {
    width: 2.55rem;
    height: 2.55rem;
  }

  .site-footer {
    padding: 30px 0 38px;
  }

  body.has-mobile-cta .site-footer {
    padding-bottom: calc(7rem + 38px + env(safe-area-inset-bottom));
  }

  .site-footer-legal p {
    font-size: 0.74rem;
  }

  .footer-logo-wide {
    max-width: 220px;
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(calc(100% - 1rem), var(--container));
  }

  .header-tools {
    gap: 0.35rem;
  }

  .language-switcher-button {
    gap: 0.38rem;
    padding: 0.4rem 0.52rem;
    font-size: 0.62rem;
  }

  .language-switcher-menu {
    right: -0.1rem;
    min-width: 11rem;
  }

  .site-header {
    padding-block: 0.32rem;
  }

  .nav-shell {
    min-height: 62px;
  }

  .brand {
    gap: 0.6rem;
  }

  .brand-copy strong {
    font-size: 0.94rem;
  }

  .nav-toggle {
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 16px;
  }

  .site-nav {
    top: calc(100% + 0.4rem);
    right: -0.3rem;
    left: auto;
    width: max-content;
    min-width: 12.8rem;
    max-width: min(calc(100vw - 0.25rem), 14.8rem);
    max-height: min(68svh, calc(100svh - 6.4rem));
    padding: 0.38rem;
    border-radius: 22px 0 0 22px;
  }

  .brand-copy small {
    font-size: 0.66rem;
  }

  .site-nav-panel-head {
    display: none;
  }

  .site-nav a {
    padding: 0.68rem 0.68rem;
    border-radius: 16px;
    font-size: 0.91rem;
  }

  .mobile-commercial-cta {
    top: auto;
    left: auto;
    right: max(0.75rem, env(safe-area-inset-right));
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    width: auto;
    max-width: calc(100vw - 1.5rem);
    min-height: 50px;
    padding: 0.84rem 1rem;
    font-size: 0.88rem;
    border-radius: 18px;
    transform: none;
  }

  .contact-modal {
    place-items: end center;
    padding: max(0.7rem, env(safe-area-inset-top)) 0.7rem max(0.7rem, env(safe-area-inset-bottom));
  }

  .contact-modal-dialog {
    width: 100%;
    max-height: calc(100svh - 1.15rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    padding: 1rem;
    border-radius: 22px;
  }

  .contact-modal-copy {
    padding-right: 2.7rem;
    margin-bottom: 0.9rem;
  }

  .contact-modal-copy h2 {
    font-size: clamp(1.34rem, 7vw, 1.7rem);
  }

  .contact-modal-close {
    top: 0.8rem;
    right: 0.8rem;
    width: 2.4rem;
    height: 2.4rem;
  }

  .page-card,
  .quote-card,
  .hero-panel,
  .card,
  .contact-form,
  .panel-card,
  .panel-grid article,
  .mini-card,
  .service-card,
  .feature-list,
  .pillar-card,
  .about-point,
  .team-card,
  .auth-form-card {
    padding: 1rem;
    border-radius: 20px;
  }

  .stat-strip {
    grid-template-columns: 1fr;
  }

  .hero-brand-banner {
    padding: 0.45rem;
    border-radius: 18px;
  }

  .hero-brand-banner img {
    width: min(100%, 265px);
  }

  .section-logo-band {
    max-width: 230px;
  }
}
