:root {
  color-scheme: light;
  --ink: #071525;
  --ink-soft: #42566c;
  --muted: #71849b;
  --line: #d8e5ee;
  --paper: #06111f;
  --paper-strong: #ffffff;
  --navy: #071525;
  --blue: #24bfe8;
  --blue-dark: #0c78c7;
  --blue-mid: #155f9b;
  --blue-bright: #2f74ff;
  --sky: #84d8f5;
  --cyan: #24c6ed;
  --cyan-soft: #c7f3ff;
  --deep: #06111f;
  --deep-soft: #0c2135;
  --light: #f7fafc;
  --light-soft: #eef5fa;
  --teal: var(--blue);
  --teal-dark: var(--blue-dark);
  --amber: var(--sky);
  --green: var(--blue-mid);
  --rose: var(--blue-bright);
  --shadow: 0 24px 70px rgba(2, 10, 22, 0.22);
  --glow: 0 18px 46px rgba(36, 198, 237, 0.2);
  --hero-home: url("assets/hero-home.png?v=2");
  --hero-ai-training: url("assets/hero-ai-training.png?v=2");
  --hero-digital-solutions: url("assets/hero-digital-solutions.png?v=2");
  --hero-about: url("assets/hero-about.png?v=2");
  --hero-blog: url("assets/hero-blog.png?v=2");
  --hero-contact: url("assets/hero-contact.png?v=2");
  --page-hero-image: var(--hero-home);
  --radius: 8px;
  --section: clamp(72px, 8vw, 116px);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  background: var(--light);
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  background: var(--light);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.page-ai-training {
  --page-hero-image: var(--hero-ai-training);
}

body.page-digital-solutions {
  --page-hero-image: var(--hero-digital-solutions);
}

body.page-about {
  --page-hero-image: var(--hero-about);
}

body.page-blog,
body.page-blog-post {
  --page-hero-image: var(--hero-blog);
}

body.page-contact {
  --page-hero-image: var(--hero-contact);
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

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

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

p {
  color: var(--ink-soft);
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: #051223;
  border-bottom: 1px solid rgba(132, 216, 245, 0.14);
  color: #fff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 5vw, 64px);
  position: fixed;
  right: 0;
  top: 0;
  transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  z-index: 50;
}

.site-header.is-scrolled {
  background: #051223;
  border-color: rgba(132, 216, 245, 0.12);
  box-shadow: 0 18px 46px rgba(1, 7, 15, 0.34);
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 0;
  height: 52px;
  justify-content: center;
  min-width: 0;
  width: 81px;
}

.brand-logo-tile {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  flex: 0 0 auto;
  height: 52px;
  overflow: visible;
  padding: 0;
  place-items: center;
  width: 81px;
}

.footer-logo-tile {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  flex: 0 0 auto;
  height: 58px;
  overflow: visible;
  padding: 0;
  place-items: center;
  width: 58px;
}

.brand-logo-tile img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.footer-logo-tile img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 8px;
}

.main-nav a {
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(231, 246, 255, 0.78);
  font-size: 0.93rem;
  font-weight: 700;
  padding: 9px 13px;
  transition: background 160ms ease, color 160ms ease;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.is-active {
  background: rgba(36, 198, 237, 0.12);
  border-color: rgba(36, 198, 237, 0.22);
  color: #fff;
}

.whatsapp-button {
  align-items: center;
  background: rgba(37, 211, 102, 0.14);
  border: 1px solid rgba(37, 211, 102, 0.34);
  border-radius: 999px;
  color: #eafff4;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  transition: background 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.whatsapp-button:hover {
  background: rgba(37, 211, 102, 0.22);
  transform: translateY(-1px);
}

.whatsapp-button svg {
  display: block;
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 20px;
}

.header-whatsapp {
  flex: 0 0 auto;
}

.nav-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 42px;
  padding: 9px;
  width: 42px;
}

.nav-toggle span {
  background: #fff;
  border-radius: 99px;
  display: block;
  height: 2px;
  margin: 5px 0;
  transition: transform 160ms ease, opacity 160ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  align-items: center;
  display: grid;
  min-height: 82svh;
  overflow: hidden;
  padding: 114px clamp(18px, 5vw, 64px) 72px;
  position: relative;
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  inset: 0;
  position: absolute;
}

.hero-media {
  background-image: var(--hero-home);
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 10, 20, 0.97) 0%, rgba(5, 22, 39, 0.86) 38%, rgba(8, 48, 78, 0.34) 68%, rgba(8, 48, 78, 0.16) 100%),
    linear-gradient(180deg, rgba(3, 10, 20, 0.28) 0%, rgba(3, 10, 20, 0.82) 100%);
}

.hero-content {
  max-width: 690px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.eyebrow,
.section-kicker,
.mini-label {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.hero .eyebrow {
  background: rgba(36, 198, 237, 0.1);
  border: 1px solid rgba(36, 198, 237, 0.28);
  border-radius: 999px;
  color: var(--cyan-soft);
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 6px 11px;
  white-space: normal;
}

.hero h1 {
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 20px;
  max-width: 820px;
  overflow-wrap: anywhere;
  text-shadow: 0 18px 58px rgba(0, 0, 0, 0.34);
}

.hero-tagline {
  color: var(--cyan);
  font-size: clamp(1.1rem, 2.2vw, 1.55rem);
  font-weight: 800;
  margin-bottom: 18px;
  overflow-wrap: anywhere;
}

.hero-copy {
  color: rgba(232, 246, 255, 0.84);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  max-width: 660px;
  overflow-wrap: anywhere;
}

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

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, #48d8f5, #1fb7e5);
  box-shadow: 0 16px 34px rgba(36, 198, 237, 0.28);
  color: #03111e;
}

.button-primary:hover {
  background: linear-gradient(135deg, #70e2fb, #2dc7ef);
}

.button-secondary {
  background: rgba(36, 198, 237, 0.12);
  border-color: rgba(36, 198, 237, 0.38);
  color: #082033;
}

.button-secondary:hover {
  background: rgba(36, 198, 237, 0.2);
  border-color: rgba(36, 198, 237, 0.56);
}

.hero .button-secondary,
.content-section:not(.alt-section) .button-secondary,
.contact-section .button-secondary {
  color: #eaf9ff;
}

.button-ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.button-ghost.light {
  border-color: rgba(255, 255, 255, 0.45);
}

.section-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: clamp(18px, 5vw, 40px);
  padding-right: clamp(18px, 5vw, 40px);
  width: 100%;
}

.intro-section {
  background: var(--light);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  padding: clamp(56px, 7vw, 88px) 0;
}

.intro-grid,
.industries-grid {
  display: grid;
  gap: clamp(28px, 6vw, 86px);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.intro-section h2,
.section-heading h2,
.about-copy h2,
.industries-section h2,
.contact-copy h2 {
  color: var(--ink);
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  letter-spacing: 0;
  line-height: 1.04;
  margin-bottom: 18px;
  overflow-wrap: anywhere;
}

.intro-copy {
  columns: 2 260px;
  column-gap: 34px;
}

.intro-copy p {
  break-inside: avoid;
  margin-bottom: 16px;
}

.service-overview,
.content-section,
.about-section,
.why-section,
.industries-section {
  padding: var(--section) 0;
}

.service-overview,
.content-section:not(.alt-section),
.why-section,
.contact-section,
.blog-section {
  background:
    linear-gradient(180deg, rgba(9, 29, 48, 0.98), rgba(5, 16, 30, 0.98));
  color: #fff;
}

.service-overview .section-heading h2,
.content-section:not(.alt-section) .section-heading h2,
.why-section .section-heading h2,
.blog-section .section-heading h2 {
  color: #fff;
}

.service-overview .section-heading p,
.content-section:not(.alt-section) .section-heading p,
.why-section .section-heading p,
.blog-section .section-heading p {
  color: rgba(230, 246, 255, 0.72);
}

body.page-home .service-overview {
  padding-bottom: clamp(34px, 4vw, 56px);
}

body.page-home .service-overview + .content-section {
  padding-top: clamp(34px, 4vw, 56px);
}

.section-heading {
  margin-bottom: clamp(34px, 5vw, 58px);
  max-width: 830px;
}

.section-heading.narrow {
  max-width: 870px;
}

.section-heading p {
  font-size: 1.08rem;
  max-width: 720px;
}

.overview-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.overview-panel {
  border-radius: var(--radius);
  color: #fff;
  min-height: 330px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
  position: relative;
  border: 1px solid rgba(132, 216, 245, 0.18);
  box-shadow: 0 28px 70px rgba(1, 7, 15, 0.26);
}

.overview-panel::after {
  background: rgba(255, 255, 255, 0.09);
  content: "";
  height: 220px;
  position: absolute;
  right: -70px;
  top: -70px;
  transform: rotate(16deg);
  width: 220px;
}

.training-panel {
  background: linear-gradient(135deg, #071525, #0e4e7a 55%, #1fb7e5);
}

.solutions-panel {
  background: linear-gradient(135deg, #06111f, #155f9b 55%, #2f74ff);
}

.panel-number {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 0.9rem;
  font-weight: 900;
  margin-bottom: 70px;
}

.overview-panel h3 {
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  letter-spacing: 0;
  line-height: 1.05;
  margin-bottom: 16px;
}

.overview-panel p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 540px;
}

.text-link {
  border-bottom: 2px solid currentColor;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  margin-top: 20px;
  padding-bottom: 4px;
}

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

.service-card,
.solution-item,
.why-grid article,
.mission-grid article,
.belief-panel {
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(4, 58, 104, 0.06);
}

.content-section:not(.alt-section) .service-card,
.blog-section .blog-card {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(132, 216, 245, 0.15);
  box-shadow: 0 22px 58px rgba(1, 7, 15, 0.24);
  color: #fff;
}

.content-section:not(.alt-section) .service-card:hover,
.blog-section .blog-card:hover,
.overview-panel:hover,
.solution-item:hover,
.mission-grid article:hover {
  border-color: rgba(36, 198, 237, 0.34);
  box-shadow: var(--glow);
  transform: translateY(-2px);
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.featured-card {
  grid-column: span 3;
}

.card-icon {
  align-items: center;
  background: rgba(36, 198, 237, 0.13);
  border: 1px solid rgba(36, 198, 237, 0.22);
  border-radius: 8px;
  color: var(--teal);
  display: grid;
  height: 48px;
  margin-bottom: 20px;
  place-items: center;
  width: 48px;
}

.card-icon.amber {
  background: rgba(132, 216, 245, 0.18);
  color: var(--cyan);
}

.card-icon.green {
  background: rgba(37, 211, 102, 0.12);
  border-color: rgba(37, 211, 102, 0.26);
  color: #2ccf78;
}

.card-icon.rose {
  background: rgba(47, 116, 255, 0.14);
  border-color: rgba(47, 116, 255, 0.24);
  color: #75a0ff;
}

.card-icon svg {
  fill: none;
  height: 25px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 25px;
}

.service-card h3,
.solution-item h3,
.why-grid h3,
.mission-grid h3,
.belief-panel h3,
.contact-form h3 {
  color: var(--ink);
  font-size: 1.28rem;
  letter-spacing: 0;
  line-height: 1.18;
  margin-bottom: 12px;
}

.content-section:not(.alt-section) .service-card h3,
.blog-section .blog-card h2 {
  color: #fff;
}

.service-card p,
.solution-item p,
.why-grid p,
.mission-grid p,
.belief-panel p {
  margin-bottom: 18px;
}

.content-section:not(.alt-section) .service-card p,
.content-section:not(.alt-section) .service-card li,
.blog-section .blog-card p {
  color: rgba(230, 246, 255, 0.74);
}

.service-card li {
  align-items: flex-start;
  color: var(--ink-soft);
  display: flex;
  gap: 10px;
  line-height: 1.45;
  margin-top: 11px;
}

.service-card li::before {
  background: var(--cyan);
  border-radius: 99px;
  content: "";
  flex: 0 0 7px;
  height: 7px;
  margin-top: 8px;
}

.alt-section {
  background: var(--light);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  color: var(--ink);
}

.solution-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.solution-item {
  padding: 26px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wide-item {
  grid-column: span 2;
}

.compact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.compact-list li {
  background: #eef8fc;
  border: 1px solid #d1eaf5;
  border-radius: 999px;
  color: #244d70;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 7px 10px;
}

.about-section {
  background: var(--light);
  color: var(--ink);
}

.about-grid {
  display: grid;
  gap: clamp(28px, 6vw, 80px);
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.about-copy p {
  font-size: 1.03rem;
}

.belief-panel {
  align-self: start;
  background: linear-gradient(135deg, #06111f, #0d3554);
  border-color: rgba(36, 198, 237, 0.22);
  box-shadow: var(--shadow);
  padding: 34px;
  position: sticky;
  top: 104px;
}

.belief-panel h3 {
  color: #fff;
  font-size: 1.8rem;
}

.belief-panel p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.mission-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 42px;
}

.mission-grid article {
  padding: 28px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.mini-label {
  display: inline-flex;
  margin-bottom: 12px;
}

.why-section {
  background:
    linear-gradient(180deg, #071525, #05101f);
}

.why-section .section-kicker {
  color: var(--cyan-soft);
}

.why-section h2,
.why-grid h3 {
  color: #fff;
}

.why-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.why-grid article {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(132, 216, 245, 0.15);
  box-shadow: none;
  padding: 22px;
}

.why-grid p {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0;
}

.industries-section {
  background: var(--light);
  color: var(--ink);
}

.industry-tags {
  align-content: start;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.industry-tags span {
  background: #eef8fc;
  border: 1px solid #d1eaf5;
  border-radius: 999px;
  color: #244d70;
  font-weight: 850;
  padding: 10px 13px;
}

.contact-section {
  background:
    linear-gradient(135deg, #06111f, #0a2c46 58%, #0e4e7a);
  color: #fff;
  padding: var(--section) 0;
}

.contact-grid {
  align-items: start;
  display: grid;
  gap: clamp(28px, 6vw, 70px);
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.78fr);
}

.contact-section .section-kicker {
  color: var(--cyan-soft);
}

.contact-copy h2 {
  color: #fff;
}

.contact-copy p,
.contact-facts dd {
  color: rgba(255, 255, 255, 0.76);
}

.contact-facts {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
}

.contact-facts div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 12px;
  grid-template-columns: 120px 1fr;
  padding-bottom: 12px;
}

.contact-facts dt {
  color: #fff;
  font-weight: 900;
}

.contact-facts dd {
  margin: 0;
}

.contact-form {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid rgba(132, 216, 245, 0.2);
  box-shadow: 0 28px 70px rgba(1, 7, 15, 0.28);
  color: var(--ink);
  padding: 28px;
}

.contact-form label {
  display: block;
  margin-top: 16px;
}

.contact-form span {
  color: var(--ink);
  display: block;
  font-size: 0.9rem;
  font-weight: 900;
  margin-bottom: 7px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: #f7fbff;
  border: 1px solid #cdddea;
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 46px;
  padding: 11px 12px;
  resize: vertical;
  width: 100%;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(17, 104, 181, 0.16);
  outline: none;
}

.blog-hero,
.page-hero {
  background-color: var(--deep);
  background-image:
    linear-gradient(90deg, rgba(3, 10, 20, 0.94), rgba(5, 28, 48, 0.72), rgba(5, 40, 66, 0.42)),
    var(--page-hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 150px 0 74px;
}

body.page-ai-training .page-hero {
  background-image:
    linear-gradient(90deg, rgba(3, 10, 20, 0.94), rgba(5, 28, 48, 0.72), rgba(5, 40, 66, 0.42)),
    url("assets/hero-ai-training.png?v=2");
}

body.page-digital-solutions .page-hero {
  background-image:
    linear-gradient(90deg, rgba(3, 10, 20, 0.94), rgba(5, 28, 48, 0.72), rgba(5, 40, 66, 0.42)),
    url("assets/hero-digital-solutions.png?v=2");
}

body.page-about .page-hero {
  background-image:
    linear-gradient(90deg, rgba(3, 10, 20, 0.94), rgba(5, 28, 48, 0.72), rgba(5, 40, 66, 0.42)),
    url("assets/hero-about.png?v=2");
}

body.page-blog .blog-hero,
body.page-blog-post .page-hero {
  background-image:
    linear-gradient(90deg, rgba(3, 10, 20, 0.94), rgba(5, 28, 48, 0.72), rgba(5, 40, 66, 0.42)),
    url("assets/hero-blog.png?v=2");
}

body.page-contact .page-hero {
  background-image:
    linear-gradient(90deg, rgba(3, 10, 20, 0.94), rgba(5, 28, 48, 0.72), rgba(5, 40, 66, 0.42)),
    url("assets/hero-contact.png?v=2");
}

.blog-hero-grid,
.page-hero-grid {
  align-items: end;
  display: grid;
  gap: clamp(28px, 6vw, 84px);
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.blog-hero h1,
.page-hero h1 {
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  overflow-wrap: anywhere;
}

.blog-hero p:last-child,
.page-hero p:last-child {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  margin-bottom: 0;
}

.blog-hero .section-kicker,
.page-hero .section-kicker {
  background: rgba(36, 198, 237, 0.1);
  border: 1px solid rgba(36, 198, 237, 0.24);
  border-radius: 999px;
  color: var(--cyan-soft);
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 6px 11px;
  white-space: normal;
}

.blog-section {
  padding: var(--section) 0;
}

.blog-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-card {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(132, 216, 245, 0.15);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(4, 58, 104, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px;
}

.blog-card-image {
  aspect-ratio: 16 / 9;
  background: #edf5fb;
  border: 1px solid var(--line);
  border-radius: 6px;
  flex: 0 0 auto;
  height: auto;
  margin-bottom: 20px;
  object-fit: cover;
  width: 100%;
}

.blog-category {
  color: var(--cyan);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.blog-card h2 {
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  letter-spacing: 0;
  line-height: 1.15;
  margin-bottom: 14px;
}

.blog-card p {
  margin-bottom: 22px;
}

.blog-read-more {
  align-items: center;
  background: var(--blue);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-self: flex-start;
  font-size: 0.92rem;
  font-weight: 900;
  justify-content: center;
  margin-bottom: 22px;
  min-height: 42px;
  padding: 9px 14px;
  transition: background 160ms ease, transform 160ms ease;
}

.blog-read-more:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
}

.blog-meta {
  border-top: 1px solid rgba(132, 216, 245, 0.15);
  color: rgba(230, 246, 255, 0.58);
  font-size: 0.88rem;
  font-weight: 850;
  margin-top: auto;
  padding-top: 14px;
}

.blog-post-section {
  background: var(--light);
  padding: var(--section) 0;
}

.blog-post-layout {
  max-width: 900px;
}

.blog-back-link {
  color: var(--blue);
  margin-bottom: 24px;
}

.blog-post-image {
  aspect-ratio: 16 / 9;
  background: #edf5fb;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  height: auto;
  object-fit: cover;
  width: 100%;
}

.blog-post-meta {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 900;
  margin: 26px 0 34px;
  padding-bottom: 16px;
}

.blog-post-body section {
  margin-bottom: 34px;
}

.blog-post-body h2 {
  color: var(--ink);
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  letter-spacing: 0;
  line-height: 1.12;
  margin-bottom: 14px;
}

.blog-post-body p {
  color: var(--ink-soft);
  font-size: 1.05rem;
  margin-bottom: 16px;
}

.blog-cta {
  background: var(--light-soft);
  border-top: 1px solid var(--line);
  padding: 60px 0;
}

.blog-cta-inner {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.blog-cta h2 {
  color: var(--ink);
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  letter-spacing: 0;
  line-height: 1.05;
  margin-bottom: 0;
}

.blog-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.form-submit {
  margin-top: 18px;
  width: 100%;
}

.form-note {
  color: var(--teal-dark);
  font-weight: 800;
  margin: 14px 0 0;
  min-height: 24px;
}

.site-footer {
  background: #051223;
  border-top: 1px solid rgba(132, 216, 245, 0.12);
  color: #fff;
  padding: 32px 0;
}

.footer-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
}

.site-footer p {
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 0;
}

.site-footer strong {
  color: #fff;
}

.footer-contact {
  display: grid;
  font-style: normal;
  gap: 6px;
  justify-items: end;
  margin: 0 0 16px;
}

.footer-contact a,
.contact-facts a {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.footer-contact a:hover,
.contact-facts a:hover {
  color: #fff;
}

.site-footer .footer-contact a {
  color: rgba(255, 255, 255, 0.86);
}

.site-footer .footer-contact a:hover,
.site-footer .footer-menu a:hover {
  color: #fff;
}

.footer-right {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

.footer-logo-tile {
  height: 88px;
  margin-bottom: 10px;
  width: 88px;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 0;
}

.footer-social a {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  display: grid;
  height: 40px;
  place-items: center;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
  width: 40px;
}

.footer-social a:hover {
  background: var(--teal);
  color: #fff;
  transform: translateY(-1px);
}

.footer-social svg {
  display: block;
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 21px;
}

.footer-social a[aria-label="Facebook"] svg,
.footer-social a[aria-label="LinkedIn"] svg {
  fill: currentColor;
  stroke: none;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.footer-menu a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
  font-weight: 700;
}

.footer-menu a:hover {
  color: #fff;
}

@media (max-width: 1080px) {
  .cards-grid,
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-card {
    grid-column: span 2;
  }
}

@media (max-width: 860px) {
  body.nav-open .site-header {
    background: #051223;
    bottom: 0;
    overflow-y: auto;
  }

  .brand {
    order: 1;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
    order: 2;
    position: relative;
    z-index: 52;
  }

  .main-nav {
    align-items: stretch;
    background: linear-gradient(180deg, #051223 0%, #071525 100%);
    border-top: 1px solid rgba(132, 216, 245, 0.12);
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    left: 0;
    opacity: 0;
    padding: 96px 18px 28px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease;
    z-index: 51;
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(132, 216, 245, 0.18);
    border-radius: 8px;
    color: #fff;
    font-size: 1.08rem;
    text-align: center;
    padding: 15px 16px;
  }

  .header-whatsapp {
    margin-left: 0;
    min-height: 42px;
    order: 3;
    padding: 10px;
  }

  .header-whatsapp span {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-bottom: 58px;
    padding-top: 106px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(3, 10, 20, 0.96), rgba(5, 22, 39, 0.78)),
      linear-gradient(0deg, rgba(3, 10, 20, 0.8), rgba(3, 10, 20, 0.16));
  }

  .hero-media {
    background-position: 58% center;
  }

  .intro-grid,
  .industries-grid,
  .about-grid,
  .contact-grid,
  .footer-grid,
  .blog-hero-grid,
  .page-hero-grid,
  .blog-cta-inner {
    grid-template-columns: 1fr;
  }

  .blog-cta-actions {
    justify-content: flex-start;
  }

  .footer-right {
    align-items: flex-start;
    text-align: left;
  }

  .footer-menu {
    justify-content: flex-start;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .footer-contact {
    justify-items: start;
  }

  .overview-grid,
  .solution-list,
  .mission-grid {
    grid-template-columns: 1fr;
  }

  .wide-item,
  .featured-card {
    grid-column: auto;
  }

  .belief-panel {
    position: static;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 10px;
    padding: 12px 16px;
  }

  .eyebrow,
  .section-kicker,
  .mini-label {
    letter-spacing: 0.08em;
  }

  .hero .eyebrow,
  .blog-hero .section-kicker,
  .page-hero .section-kicker {
    font-size: 0.66rem;
    line-height: 1.35;
  }

  .brand-logo-tile {
    height: 43px;
    width: 67px;
  }

  .brand {
    height: 43px;
    width: 67px;
  }

  .header-whatsapp {
    flex: 0 0 42px;
    width: 42px;
  }

  .hero-tagline {
    font-size: 1rem;
  }

  .hero-copy,
  .hero-tagline,
  .hero .eyebrow {
    max-width: calc(100vw - 48px);
  }

  .intro-section h2,
  .section-heading h2,
  .about-copy h2,
  .industries-section h2,
  .contact-copy h2 {
    font-size: clamp(1.55rem, 7vw, 1.9rem);
    line-height: 1.08;
    max-width: calc(100vw - 48px);
    overflow-wrap: normal;
  }

  .hero-actions,
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

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

  .blog-hero,
  .page-hero {
    padding: 124px 0 58px;
  }

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

  .contact-facts div {
    grid-template-columns: 1fr;
  }

  .service-card,
  .solution-item,
  .contact-form,
  .mission-grid article,
  .belief-panel {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
