:root {
  --gold: #FFC406;
  --gold-dark: #C79800;
  --graphite: #444242;
  --black: #000000;
  --white: #ffffff;
  --light: #f6f6f4;
  --line: #e6e4de;
  --muted: #6f6d68;
  --shadow: 0 22px 55px rgba(0, 0, 0, 0.11);
  --radius: 8px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--graphite);
  background: var(--white);
  line-height: 1.6;
}

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

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

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

.microsoft-logo {
  display: inline-block;
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  margin-right: 7px;
  background:
    linear-gradient(#f25022 0 0) left top / 6px 6px no-repeat,
    linear-gradient(#7fba00 0 0) right top / 6px 6px no-repeat,
    linear-gradient(#00a4ef 0 0) left bottom / 6px 6px no-repeat,
    linear-gradient(#ffb900 0 0) right bottom / 6px 6px no-repeat;
  vertical-align: -2px;
}

.microsoft-logo-large {
  width: 18px;
  height: 18px;
  background-size: 8px 8px;
  margin-right: 9px;
  vertical-align: -1px;
}

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

.section-pad {
  padding: 96px 0;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--black);
  background: var(--gold);
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 196, 6, 0.96);
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(16px);
}

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

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

.brand-logo {
  width: 108px;
  height: auto;
  flex: 0 0 auto;
}

.brand-descriptor {
  max-width: 112px;
  color: var(--black);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  font-size: 0.8rem;
  font-weight: 850;
}

.nav-menu a {
  position: relative;
  color: var(--black);
  white-space: nowrap;
}

.nav-menu a:not(.btn) {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 9px;
  border-radius: 999px;
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.nav-menu a:hover {
  color: var(--black);
}

.nav-menu a:not(.btn):hover {
  background: rgba(255, 255, 255, 0.32);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--black);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--black);
  background: var(--gold);
  box-shadow: 0 12px 28px rgba(255, 196, 6, 0.25);
}

.site-header .btn-primary {
  background: #eeeeec;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 24px rgba(68, 66, 66, 0.12);
}

.site-header .btn-primary:hover {
  background: #f7f7f4;
}

.btn-primary:hover {
  background: #ffd13a;
}

.site-header .btn-primary:hover {
  background: #f7f7f4;
}

.btn-secondary {
  color: var(--black);
  background: var(--white);
  border-color: #d7d4cc;
}

.btn-dark {
  color: var(--white);
  background: var(--black);
}

.btn-whatsapp {
  color: var(--black);
  background: var(--white);
  border-color: rgba(0, 0, 0, 0.14);
}

.btn-small {
  min-height: 36px;
  padding: 0 14px;
  font-size: 0.8rem;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 72px);
  display: flex;
  align-items: flex-start;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.93) 45%, rgba(246, 246, 244, 0.65) 100%),
    var(--light);
}

.hero.section-pad {
  padding: clamp(16px, 2.4vh, 28px) 0 clamp(36px, 4.6vh, 58px);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--gold), transparent 72%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  align-items: center;
  gap: 42px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 14px;
  color: #6b5a14;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--black);
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  font-size: clamp(2.4rem, 4vw, 4.05rem);
}

h2 {
  font-size: clamp(2rem, 3vw, 3.25rem);
}

h3 {
  font-size: 1.05rem;
}

p {
  margin: 0;
}

.hero-lead {
  max-width: 620px;
  margin-top: 18px;
  color: #55524d;
  font-size: clamp(0.98rem, 1.25vw, 1.12rem);
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-actions {
  flex-wrap: nowrap;
}

.hero-actions .btn {
  min-width: 0;
  padding-inline: 16px;
  white-space: nowrap;
}

.hero-statement {
  margin-top: 22px;
  padding-left: 18px;
  color: var(--black);
  border-left: 5px solid var(--gold);
  font-size: 1.02rem;
  font-weight: 850;
}

.hero-visual {
  position: relative;
  display: grid;
  gap: 14px;
}

.hero-image-frame {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #111111;
}

.hero-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.46), transparent 38%),
    linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

.hero-visual img {
  display: block;
  width: 100%;
  height: min(52vh, 500px);
  min-height: 360px;
  object-fit: cover;
  border-radius: var(--radius);
}

.hero-insight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  color: var(--white);
  background:
    radial-gradient(circle at 9% 0%, rgba(255, 196, 6, 0.18), transparent 34%),
    linear-gradient(135deg, #080808, #303030);
  border: 1px solid #2f2f2f;
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
}

.hero-insight span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 9px;
  color: var(--black);
  background: var(--gold);
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-insight strong {
  display: block;
  max-width: 560px;
  color: var(--white);
  font-size: clamp(1.05rem, 1.65vw, 1.45rem);
  line-height: 1.18;
}

.hero-insight p {
  max-width: 620px;
  margin-top: 8px;
  color: #d9d5ca;
  font-size: 0.9rem;
}

.metric-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.metric-tags em {
  padding: 7px 10px;
  color: #f4f0e6;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 850;
}

.trust-strip {
  color: var(--white);
  background: var(--black);
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
}

.trust-strip-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  color: #f5f1e6;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.trust-strip .microsoft-logo,
.ai-route .microsoft-logo,
.tag .microsoft-logo,
.ai-pill .microsoft-logo {
  margin-right: 8px;
}

.trust-strip span:first-child {
  color: var(--black);
  background: var(--gold);
  border-color: var(--gold);
}

.section-heading {
  max-width: 790px;
  margin-bottom: 36px;
}

.section-heading p:not(.eyebrow) {
  margin-top: 16px;
  color: var(--muted);
  font-size: 1.05rem;
}

.about-section {
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.about-card {
  padding: 26px;
  background: var(--light);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.about-card p {
  margin-top: 12px;
  color: var(--muted);
}

.benefit-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
  padding: 20px;
  overflow: visible;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 196, 6, 0.13), transparent 30%),
    var(--black);
  border-radius: var(--radius);
}

.benefit-pill {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 14px;
  color: var(--white);
  background: #222222;
  border: 1px solid #333333;
  border-radius: 999px;
  outline: none;
  font-size: 0.88rem;
  font-weight: 850;
  text-align: center;
  cursor: help;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.benefit-pill:hover,
.benefit-pill:focus-visible {
  z-index: 20;
  color: var(--black);
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 14px 30px rgba(255, 196, 6, 0.16);
  transform: translateY(-2px);
}

.benefit-pill:hover .tag-tooltip,
.benefit-pill:focus-visible .tag-tooltip {
  opacity: 1;
  transform: translate(-50%, 0);
}

.problem-section,
.case-section,
.training-section {
  background: var(--light);
}

.problem-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.problem-intro {
  max-width: 860px;
}

.problem-intro p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 26px;
  color: var(--muted);
  font-size: 1.06rem;
}

.diagnostic-card {
  padding: 26px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.96), rgba(68, 66, 66, 0.96)),
    var(--black);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.diagnostic-card span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 10px;
  color: var(--black);
  background: var(--gold);
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.diagnostic-card strong {
  display: block;
  color: var(--white);
  font-size: 1.18rem;
  line-height: 1.25;
}

.diagnostic-card ul {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.diagnostic-card li {
  position: relative;
  padding-left: 18px;
  color: #d8d5cc;
  font-weight: 760;
}

.diagnostic-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
}

.problem-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.problem-flow::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 196, 6, 0.85), transparent);
  pointer-events: none;
}

.problem-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  min-height: 184px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.problem-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 196, 6, 0.8);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.09);
}

.problem-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 4px;
  background: var(--gold);
  border-radius: 999px 999px 0 0;
}

.problem-index {
  position: absolute;
  right: 18px;
  top: 16px;
  color: rgba(0, 0, 0, 0.08);
  font-size: 2.2rem;
  font-weight: 950;
  line-height: 1;
}

.problem-icon,
.icon-box {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  color: var(--black);
  background: var(--gold);
  border-radius: 6px;
  font-weight: 900;
}

.problem-card small {
  display: block;
  margin-bottom: 8px;
  color: #6b5a14;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.problem-card h3 {
  max-width: 84%;
  font-size: 1.12rem;
}

.problem-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.95rem;
}

.services-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
}

.ai-service-panel {
  display: grid;
  gap: 16px;
  padding: 22px;
  color: var(--white);
  background:
    linear-gradient(135deg, #050505, #303030),
    var(--black);
  border: 1px solid #2f2f2f;
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.ai-service-panel span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 8px 10px;
  color: var(--black);
  background: var(--gold);
  border-radius: 6px;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.ai-service-panel strong {
  display: flex;
  align-items: center;
  max-width: 420px;
  color: var(--white);
  font-size: 1.28rem;
  line-height: 1.28;
}

.ai-service-panel p {
  margin-top: 12px;
  color: #e3ded3;
  font-size: 0.92rem;
  line-height: 1.55;
}

.ai-route {
  display: grid;
  gap: 8px;
}

.ai-route em {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 8px 6px 26px;
  color: #f2f0ea;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-style: normal;
  font-size: 0.84rem;
  font-weight: 850;
}

.ai-route em::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
  transform: translateY(-50%);
}

.ai-route em::before {
  display: none;
}

.ai-route em {
  padding-left: 8px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.service-card,
.case-card,
.differentiator-card {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.service-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 4px;
  background: var(--gold);
  border-radius: 999px 999px 0 0;
}

.service-card-featured {
  color: var(--white);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 196, 6, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(0, 0, 0, 0.96), rgba(68, 66, 66, 0.94)),
    var(--black);
  border-color: #2d2d2d;
}

.service-card-featured h3,
.service-card-featured p,
.service-card-featured li {
  color: var(--white);
}

.service-card-featured p,
.service-card-featured li {
  color: #d9d6cf;
}

.service-badge {
  position: absolute;
  right: 18px;
  top: 18px;
  max-width: calc(100% - 92px);
  padding: 7px 10px;
  color: var(--black);
  background: var(--gold);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
  text-align: center;
}

.service-card-featured .service-badge {
  box-shadow: 0 10px 26px rgba(255, 196, 6, 0.18);
}

.service-card:hover,
.case-card:hover,
.differentiator-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 196, 6, 0.7);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}

.service-card p,
.case-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.96rem;
}

.service-card ul {
  display: grid;
  gap: 7px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 18px;
  color: #514e49;
  font-size: 0.9rem;
}

.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
}

.service-card.service-card-featured h3 {
  color: var(--white);
}

.service-card.service-card-featured p {
  color: #e7e3d9;
}

.service-card.service-card-featured li {
  color: #f4f0e6;
}

.method-section {
  color: var(--white);
  background:
    radial-gradient(circle at 16% 24%, rgba(255, 196, 6, 0.14), transparent 28%),
    linear-gradient(135deg, #000000, #242424);
}

.method-section h2,
.method-section .eyebrow,
.method-section .section-heading p {
  color: var(--white);
}

.method-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.method-list::before {
  content: "DMAIC";
  position: absolute;
  left: 0;
  right: 0;
  top: 31px;
  height: 3px;
  color: rgba(255, 196, 6, 0.11);
  background: linear-gradient(90deg, transparent, rgba(255, 196, 6, 0.92), transparent);
  font-size: clamp(4.6rem, 13vw, 11rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.5;
  text-align: center;
  pointer-events: none;
}

.method-step {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 18px;
  min-height: 330px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    #151515;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  isolation: isolate;
  overflow: hidden;
}

.method-step::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 4px;
  background: var(--gold);
  border-radius: 999px 999px 0 0;
  opacity: 0.95;
}

.method-step::before {
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 110px;
  height: 110px;
  background: rgba(255, 196, 6, 0.12);
  border-radius: 50%;
  z-index: -1;
}

.method-marker {
  position: relative;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  color: var(--black);
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 196, 6, 0.08);
}

.method-marker span {
  font-size: 2.2rem;
  font-weight: 950;
  line-height: 1;
}

.method-marker small {
  position: absolute;
  right: -8px;
  bottom: 0;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--white);
  background: #343230;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  font-size: 0.68rem;
  font-weight: 950;
}

.method-content {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.method-step h3 {
  color: var(--white);
  font-size: 1.28rem;
}

.method-step p {
  margin-top: 12px;
  color: #d9d5ca;
  font-size: 0.95rem;
}

.method-step ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: auto 0 0;
  padding: 22px 0 0;
  list-style: none;
}

.method-step li {
  padding: 7px 9px;
  color: #f2efe7;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 850;
}

.quote-band {
  margin-top: 22px;
  padding: 26px 30px;
  color: var(--black);
  background: var(--gold);
  border-radius: var(--radius);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 900;
  line-height: 1.3;
}

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

.industry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 28px;
}

.industry-panel {
  padding: 24px;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 196, 6, 0.2), transparent 34%),
    linear-gradient(135deg, #050505, #343230);
  border: 1px solid #2d2d2d;
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

.industry-panel span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 10px;
  color: var(--black);
  background: var(--gold);
  border-radius: 6px;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.industry-panel strong {
  display: block;
  color: var(--white);
  font-size: 1.22rem;
  line-height: 1.3;
}

.industry-panel p {
  margin-top: 14px;
  color: #d9d5ca;
  font-size: 0.95rem;
}

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

.industry-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 210px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.industry-card::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 4px;
  background: var(--gold);
  border-radius: 999px 999px 0 0;
}

.industry-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 196, 6, 0.72);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}

.industry-card .icon-box {
  flex: 0 0 auto;
  margin-bottom: 0;
}

.industry-card small {
  display: block;
  margin-bottom: 10px;
  color: #7b6616;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.industry-card h3 {
  font-size: 1.08rem;
  line-height: 1.18;
}

.industry-card p {
  margin-top: 10px;
  color: #5b5752;
  font-size: 0.9rem;
  line-height: 1.55;
}

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

.case-section .section-heading {
  max-width: 960px;
}

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

.case-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  overflow: hidden;
}

.case-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 4px;
  background: var(--gold);
  border-radius: 999px 999px 0 0;
}

.case-card-featured {
  grid-column: span 2;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 6%, rgba(255, 196, 6, 0.18), transparent 30%),
    linear-gradient(135deg, #050505, #343230);
  border-color: #2d2d2d;
}

.case-top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.case-card .case-number {
  display: inline-flex;
  align-items: center;
  color: #7b6616;
  font-size: 0.8rem;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.case-category {
  justify-self: end;
  max-width: 100%;
  padding: 7px 9px;
  color: var(--black);
  background: var(--gold);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 950;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.case-card h3 {
  max-width: 100%;
  font-size: 1.15rem;
  line-height: 1.16;
}

.case-card strong {
  display: block;
  margin-top: auto;
  padding-top: 22px;
  color: var(--black);
  font-size: 0.95rem;
  line-height: 1.35;
}

.case-card-featured h3 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
}

.case-card-featured p {
  max-width: 720px;
  color: #ddd8ce;
}

.case-card-featured strong {
  width: fit-content;
  max-width: 100%;
  padding: 11px 13px;
  color: var(--black);
  background: var(--gold);
  border-radius: 6px;
}

.case-card-featured .case-number {
  color: #f2efe7;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-bottom: 22px;
}

.impact-card {
  position: relative;
  min-height: 150px;
  padding: 22px;
  color: var(--black);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.impact-card::before {
  content: "";
  position: absolute;
  right: -24px;
  top: -24px;
  width: 72px;
  height: 72px;
  background: rgba(255, 196, 6, 0.22);
  border-radius: 50%;
}

.impact-card:first-child {
  color: var(--white);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 196, 6, 0.2), transparent 42%),
    #111111;
  border-color: #2d2d2d;
}

.impact-card strong {
  position: relative;
  display: block;
  margin-bottom: 8px;
  color: var(--black);
  font-size: clamp(1.6rem, 3vw, 2.45rem);
  line-height: 1;
}

.impact-card span {
  position: relative;
  color: #4f4c48;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.25;
}

.impact-card:first-child strong,
.impact-card:first-child span {
  color: var(--white);
}

.split-grid,
.ai-grid,
.cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: 54px;
  align-items: start;
}

.split-grid p,
.ai-copy p,
.cta-copy p {
  margin: 18px 0 28px;
  color: var(--muted);
  font-size: 1.05rem;
}

.tag-panel,
.ai-apps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
}

.tag,
.ai-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  color: #2f2c27;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
}

.microsoft-note {
  display: inline-grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 13px 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  font-size: 0.86rem;
  font-weight: 850;
}

.microsoft-note strong {
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-size: 0.95rem;
  line-height: 1.1;
}

.microsoft-note span {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.microsoft-note em {
  padding: 6px 9px;
  color: #f4f0e6;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 850;
}

.tag-with-tooltip {
  cursor: help;
  outline: none;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.tag-with-tooltip:hover,
.tag-with-tooltip:focus-visible {
  z-index: 20;
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.tag-tooltip {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  width: min(280px, 78vw);
  padding: 13px 14px;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 196, 6, 0.2), transparent 35%),
    #151515;
  border: 1px solid #333333;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.45;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  transform: translate(-50%, -4px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.tag-tooltip::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -6px;
  width: 12px;
  height: 12px;
  background: #151515;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  transform: translateX(-50%) rotate(45deg);
}

.tag-with-tooltip:hover .tag-tooltip,
.tag-with-tooltip:focus-visible .tag-tooltip,
.ai-pill-with-tooltip:hover .tag-tooltip,
.ai-pill-with-tooltip:focus-visible .tag-tooltip {
  opacity: 1;
  transform: translate(-50%, 0);
}

.ai-section {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.94), rgba(68, 66, 66, 0.94)),
    var(--black);
}

.ai-section h2,
.ai-section .eyebrow {
  color: var(--white);
}

.ai-copy p {
  color: #dedbd2;
}

.ai-highlight {
  display: inline-flex;
  padding: 18px 20px;
  color: var(--black);
  background: var(--gold);
  border-radius: var(--radius);
  font-weight: 950;
}

.ai-pill {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.ai-pill-with-tooltip {
  cursor: help;
  outline: none;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.ai-pill-with-tooltip:hover,
.ai-pill-with-tooltip:focus-visible {
  z-index: 20;
  color: var(--black);
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 14px 30px rgba(255, 196, 6, 0.18);
  transform: translateY(-2px);
}

.ai-pill-with-tooltip .tag-tooltip {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 196, 6, 0.22), transparent 35%),
    #0f0f0f;
}

.differentiator-section {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 196, 6, 0.13), transparent 30%),
    linear-gradient(135deg, #000000, #282726);
}

.differentiator-section .eyebrow,
.differentiator-section h2,
.differentiator-section .section-heading p {
  color: var(--white);
}

.differentiator-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 28px;
}

.differentiator-proof {
  padding: 24px;
  color: var(--black);
  background: var(--gold);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.differentiator-proof span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 10px;
  color: var(--white);
  background: var(--black);
  border-radius: 6px;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.differentiator-proof strong {
  display: block;
  font-size: 1.42rem;
  line-height: 1.2;
}

.differentiator-proof p {
  margin-top: 14px;
  color: #302b1c;
  font-size: 0.95rem;
  font-weight: 760;
}

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

.differentiator-card {
  position: relative;
  min-height: 255px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    #171717;
  border-color: rgba(255, 255, 255, 0.12);
}

.differentiator-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 4px;
  background: var(--gold);
  border-radius: 999px 999px 0 0;
}

.differentiator-card-featured {
  background:
    radial-gradient(circle at 14% 4%, rgba(255, 196, 6, 0.19), transparent 32%),
    linear-gradient(135deg, #050505, #343230);
}

.differentiator-card:first-child {
  grid-column: span 2;
}

.differentiator-card-featured:not(:first-child) {
  border-color: rgba(255, 196, 6, 0.52);
  box-shadow: inset 0 0 0 1px rgba(255, 196, 6, 0.12);
}

.differentiator-card .icon-box {
  width: 46px;
  height: 46px;
}

.differentiator-card small {
  display: inline-flex;
  margin: 2px 0 16px;
  padding: 7px 9px;
  color: var(--black);
  background: var(--gold);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}

.differentiator-card h3 {
  max-width: 92%;
  color: var(--white);
  font-size: 1.18rem;
  line-height: 1.18;
}

.differentiator-card h3 .microsoft-logo {
  margin-right: 9px;
}

.differentiator-card p {
  margin-top: 12px;
  color: #d8d3c8;
  font-size: 0.92rem;
  line-height: 1.55;
}

.differentiator-card:first-child h3 {
  max-width: 760px;
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
}

.differentiator-card:first-child p {
  max-width: 720px;
  color: #eee9df;
}

.cta-section {
  background:
    linear-gradient(90deg, rgba(255, 196, 6, 0.92), rgba(255, 209, 58, 0.88)),
    var(--gold);
}

.cta-section .eyebrow {
  color: #4b3b00;
}

.cta-copy p {
  color: #302b1c;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: var(--black);
  font-size: 0.92rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--black);
  background: #fbfbfa;
  border: 1px solid #d9d6cf;
  border-radius: var(--radius);
  outline: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--gold-dark);
  box-shadow: 0 0 0 4px rgba(255, 196, 6, 0.18);
}

.form-note {
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer {
  color: #d9d6cf;
  background: #111111;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.9fr 0.9fr;
  gap: 40px;
  padding: 56px 0 34px;
}

.footer-brand {
  margin-bottom: 18px;
  min-width: 0;
}

.footer-logo-plate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 12px 16px;
  background: var(--gold);
  border-radius: 6px;
}

.footer-logo-plate .brand-logo {
  width: 140px;
}

.site-footer p {
  max-width: 380px;
  color: #bcb8ae;
}

.site-footer h3 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: 0.96rem;
}

.site-footer a,
.site-footer span {
  display: block;
  margin-bottom: 9px;
  color: #c7c3ba;
}

.site-footer a:hover {
  color: var(--gold);
}

.site-footer .footer-contact-link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 11px;
}

.contact-icon {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  color: inherit;
  background: transparent;
  border-radius: 50%;
}

.contact-icon svg {
  width: 36px;
  height: 36px;
  display: block;
}

.contact-icon-mail svg circle {
  fill: #35a7ef;
}

.contact-icon-mail svg path,
.contact-icon-whatsapp svg path,
.contact-icon-location svg path,
.contact-icon-location svg circle:last-child {
  fill: none;
  stroke: var(--white);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-icon-whatsapp svg circle {
  fill: #159b09;
}

.contact-icon-linkedin svg circle {
  fill: #0a66c2;
}

.contact-icon-linkedin svg path {
  fill: var(--white);
}

.contact-icon-location svg circle:first-child {
  fill: #e92828;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0 26px;
  border-top: 1px solid #292929;
  font-size: 0.9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 620ms ease var(--reveal-delay, 0ms),
    transform 620ms ease var(--reveal-delay, 0ms);
}

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

.impact-card strong,
.method-marker,
.icon-box {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.impact-card:hover strong,
.method-step:hover .method-marker,
.service-card:hover .icon-box,
.industry-card:hover .icon-box,
.differentiator-card:hover .icon-box {
  transform: translateY(-2px) scale(1.03);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .btn,
  .service-card,
  .case-card,
  .differentiator-card,
  .impact-card strong,
  .method-marker,
  .icon-box {
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1280px) {
  .brand-logo {
    width: 98px;
  }

  .brand-descriptor {
    max-width: 88px;
    font-size: 0.62rem;
  }

  .nav-menu {
    gap: 3px;
    font-size: 0.74rem;
  }

  .nav-menu a:not(.btn) {
    padding: 0 7px;
  }

  .btn-small {
    padding: 0 11px;
  }
}

@media (max-width: 1120px) {
  .nav {
    display: flex;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 72px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
  }

  .nav-menu.is-open {
    display: flex;
  }

  .nav-menu a {
    padding: 12px;
  }

  .nav-menu .btn {
    margin-top: 8px;
  }

  .hero-grid,
  .services-layout,
  .industry-layout,
  .differentiator-layout,
  .split-grid,
  .ai-grid,
  .cta-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-visual img {
    height: 390px;
    min-height: 340px;
  }

  .problem-layout {
    grid-template-columns: 1fr;
  }

  .problem-flow,
  .case-grid,
  .impact-grid,
  .method-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .method-list::before {
    display: none;
  }

  .method-step {
    min-height: 280px;
  }

  .service-grid,
  .differentiator-grid,
  .about-grid,
  .industry-grid,
  .benefit-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .section-pad {
    padding: 72px 0;
  }

  .nav {
    min-height: 70px;
  }

  .brand {
    min-width: auto;
    gap: 12px;
  }

  .brand-logo {
    width: 124px;
  }

  .brand-descriptor {
    display: none;
  }

  h1 {
    font-size: clamp(2.2rem, 11vw, 3.45rem);
  }

  .hero-grid {
    gap: 36px;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-visual img {
    height: 320px;
    min-height: 300px;
  }

  .hero-image-frame {
    min-height: 0;
  }

  .hero-insight {
    grid-template-columns: 1fr;
  }

  .metric-tags {
    justify-content: flex-start;
  }

  .problem-flow,
  .case-grid,
  .impact-grid,
  .method-list,
  .service-grid,
  .differentiator-grid,
  .about-grid,
  .industry-grid,
  .benefit-strip {
    grid-template-columns: 1fr;
  }

  .method-list {
    gap: 14px;
  }

  .method-step {
    grid-template-columns: 74px 1fr;
    grid-template-rows: auto;
    align-items: start;
    gap: 18px;
    padding: 20px;
  }

  .method-step ul {
    margin-top: 16px;
    padding-top: 0;
  }

  .problem-flow::before {
    left: 19px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(255, 196, 6, 0.85), transparent);
  }

  .problem-card {
    grid-template-columns: 38px 1fr;
    padding: 22px;
  }

  .method-step,
  .case-card,
  .impact-card,
  .service-card,
  .differentiator-card,
  .problem-card {
    min-height: auto;
  }

  .case-card-featured {
    grid-column: span 1;
  }

  .differentiator-card-featured,
  .differentiator-card:first-child {
    grid-column: span 1;
  }

  .case-top {
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (max-width: 560px) {
  .section-pad {
    padding: 58px 0;
  }

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

  .hero-actions {
    flex-wrap: wrap;
  }

  .btn {
    width: 100%;
  }

  .hero-visual img {
    height: 260px;
    min-height: 240px;
  }

  .contact-form {
    padding: 20px;
  }

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

  .footer-bottom {
    flex-direction: column;
  }

  .industry-card {
    flex-direction: column;
  }
}
