:root {
  --ink-950: #081a2a;
  --ink-900: #0f2c47;
  --ink-800: #173a5a;
  --ink-700: #42607b;
  --paper: #f3f7fb;
  --white: #ffffff;
  --line: #ccd9e5;
  --accent: #de4d2d;
  --accent-soft: #f7dfd8;
  --accent-deep: #b83a20;
  --success: #0f8f53;
  --shadow-soft: 0 18px 36px rgba(11, 35, 56, 0.1);
  --shadow-strong: 0 28px 68px rgba(6, 20, 34, 0.24);
  --page-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink-950);
  background: var(--paper);
  font-family: "Barlow", "Segoe UI", Tahoma, sans-serif;
  line-height: 1.58;
}

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

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

h1,
h2,
h3 {
  margin: 0;
  font-family: "Space Grotesk", "Barlow", sans-serif;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(40px, 5vw, 68px);
}

h2 {
  font-size: clamp(30px, 3vw, 46px);
}

h3 {
  font-size: clamp(22px, 2vw, 28px);
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 80px;
  padding: 10px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(204, 217, 229, 0.9);
  backdrop-filter: blur(16px);
}

.brand img {
  width: clamp(150px, 15vw, 215px);
}

.main-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
}

.main-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--ink-700);
  font-size: 13px;
  font-weight: 700;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--white);
  background: var(--accent);
}

.button,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta,
.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--accent) 0%, #f06b45 100%);
  box-shadow: 0 14px 28px rgba(222, 77, 45, 0.28);
}

.header-cta:hover,
.button.primary:hover {
  background: linear-gradient(135deg, var(--accent-deep) 0%, #dd5b37 100%);
  transform: translateY(-1px);
}

.button.secondary {
  color: var(--ink-900);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
}

.button.secondary:hover,
.text-link:hover {
  transform: translateY(-1px);
}

.text-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--accent);
  font-weight: 700;
}

.menu-button {
  display: none;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink-900);
  background: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
}

.hero {
  padding: clamp(34px, 7vw, 92px) clamp(18px, 5vw, 84px);
}

.page-hero {
  padding: clamp(52px, 8vw, 92px) clamp(18px, 5vw, 84px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(8, 26, 42, 0.96) 0%, rgba(16, 44, 71, 0.9) 58%, rgba(28, 77, 117, 0.72) 100%),
    url("assets/2026-05-27/site/hero-alt.jpg") center / cover no-repeat;
}

.page-hero-grid {
  width: min(var(--page-width), 100%);
  margin: 0 auto;
}

.page-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

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

.hero-background {
  background: url("assets/2026-05-27/site/hero-main.jpg") center / cover no-repeat;
  transform: scale(1.03);
}

.hero-overlay {
  background:
    radial-gradient(600px 260px at 22% 18%, rgba(239, 131, 88, 0.22), transparent 64%),
    linear-gradient(100deg, rgba(6, 22, 36, 0.94) 0%, rgba(10, 34, 55, 0.88) 46%, rgba(10, 34, 55, 0.42) 100%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: clamp(22px, 3vw, 36px);
  width: min(var(--page-width), 100%);
  margin: 0 auto;
}

.hero-copy {
  color: var(--white);
  align-self: center;
}

.hero-text {
  max-width: 700px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(16px, 2vw, 21px);
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.hero-points div {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.hero-points strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

.hero-points span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
}

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

.quote-card {
  padding: clamp(20px, 2.8vw, 28px);
  border: 1px solid rgba(204, 217, 229, 0.72);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow-strong);
}

.quote-card h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.card-copy {
  margin-top: 10px;
  color: var(--ink-700);
}

form {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

label {
  color: var(--ink-900);
  font-size: 13px;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  margin-bottom: 6px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink-900);
  font: inherit;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(222, 77, 45, 0.24);
  outline-offset: 1px;
  border-color: rgba(222, 77, 45, 0.72);
}

.form-actions .button {
  flex: 1 1 180px;
}

.form-note {
  color: var(--ink-700);
  font-size: 12px;
}

.form-feedback {
  min-height: 22px;
  color: var(--success);
  font-size: 13px;
  font-weight: 700;
}

.form-feedback.error {
  color: #c73f20;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-strip div {
  padding: 24px clamp(16px, 3vw, 34px);
  background: var(--white);
}

.proof-strip strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink-900);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(24px, 2.5vw, 34px);
}

.proof-strip span {
  color: var(--ink-700);
  font-size: 14px;
  font-weight: 600;
}

.section {
  padding: clamp(58px, 7vw, 96px) clamp(18px, 5vw, 84px);
  background: var(--white);
}

.band {
  background:
    radial-gradient(560px 180px at 10% 8%, rgba(31, 83, 123, 0.12), transparent 68%),
    radial-gradient(460px 180px at 94% 100%, rgba(222, 77, 45, 0.1), transparent 64%),
    #f6fafc;
}

.section-head {
  width: min(var(--page-width), 100%);
  margin: 0 auto 32px;
}

.section-head h2 {
  max-width: 920px;
}

.capability-matrix,
.solution-grid,
.industry-grid,
.feature-grid,
.case-grid,
.service-steps,
.story-grid,
.contact-grid {
  width: min(var(--page-width), 100%);
  margin: 0 auto;
}

.capability-matrix {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.capability-intro,
.capability-column {
  padding: 42px;
}

.capability-intro {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
}

.capability-intro img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 24px;
}

.capability-column {
  border-left: 1px solid var(--line);
}

.capability-column h3,
.capability-intro h3 {
  margin-bottom: 18px;
}

.capability-intro p,
.capability-column p,
.industry-card p,
.feature-grid p,
.solution-card p,
.story-card p,
.contact-card p {
  color: var(--ink-700);
}

.capability-list {
  display: grid;
  gap: 14px;
}

.capability-list li {
  color: var(--ink-900);
  font-size: 18px;
  font-weight: 700;
}

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

.solution-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.solution-card-wide {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
}

.solution-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.solution-card > div {
  padding: 24px;
}

.mini-points {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.mini-points li {
  position: relative;
  padding-left: 18px;
  color: var(--ink-800);
  font-size: 14px;
  font-weight: 700;
}

.mini-points li::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.industry-grid,
.feature-grid,
.story-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.industry-card,
.feature-grid article,
.story-card,
.contact-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.industry-card h3,
.feature-grid h3,
.story-card h3,
.contact-card h3 {
  margin-bottom: 10px;
}

.feature-grid article {
  min-height: 220px;
}

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

.case-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.case-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.case-grid figcaption {
  padding: 14px;
  color: var(--ink-700);
  font-size: 13px;
  font-weight: 700;
}

.video-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 18px;
  width: min(var(--page-width), 100%);
  margin: 0 auto;
}

.video-player-card,
.video-selector {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.video-player-card {
  overflow: hidden;
}

.video-meta {
  padding: 24px 24px 18px;
}

.video-meta p {
  margin-top: 10px;
  color: var(--ink-700);
}

.video-player-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
}

.video-selector {
  display: grid;
  gap: 12px;
  padding: 18px;
  align-content: start;
}

.video-option {
  display: grid;
  gap: 6px;
  width: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink-900);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.video-option strong {
  color: var(--accent);
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
}

.video-option span {
  font-size: 15px;
  font-weight: 700;
}

.video-option:hover,
.video-option.active {
  border-color: rgba(222, 77, 45, 0.5);
  background: linear-gradient(180deg, #fff7f3 0%, #ffffff 100%);
  box-shadow: 0 12px 26px rgba(222, 77, 45, 0.12);
  transform: translateY(-1px);
}

.service-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.service-steps article {
  min-height: 232px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.service-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 30px;
  margin-bottom: 16px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink-900);
  font-size: 12px;
  font-weight: 800;
}

.service-steps p {
  color: var(--ink-700);
}

.faq-list {
  display: grid;
  gap: 12px;
  width: min(900px, 100%);
  margin: 0 auto;
}

.faq-list details {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}

.faq-list summary {
  cursor: pointer;
  color: var(--ink-900);
  font-size: 16px;
  font-weight: 700;
}

.faq-list p {
  margin-top: 12px;
  color: var(--ink-700);
}

.page-content {
  padding: clamp(54px, 7vw, 96px) clamp(18px, 5vw, 84px);
}

.content-wrap {
  width: min(var(--page-width), 100%);
  margin: 0 auto;
}

.split-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
}

.media-stack {
  display: grid;
  gap: 14px;
}

.media-stack img,
.story-card img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.media-stack img {
  aspect-ratio: 16 / 10;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.list-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.list-panel h3 {
  margin-bottom: 16px;
}

.list-panel ul {
  display: grid;
  gap: 12px;
}

.list-panel li {
  color: var(--ink-900);
  font-size: 17px;
  font-weight: 700;
}

.story-card img {
  aspect-ratio: 16 / 10;
  margin-bottom: 16px;
}

.reference-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  width: min(var(--page-width), 100%);
  margin: 0 auto;
}

.reference-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

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

.reference-card > div {
  padding: 24px;
}

.reference-card h3 {
  margin-bottom: 10px;
}

.reference-card p {
  color: var(--ink-700);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px clamp(18px, 5vw, 84px);
  color: rgba(255, 255, 255, 0.82);
  background: #081827;
  font-size: 13px;
}

.site-footer a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.floating-whatsapp {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--white);
  background: #22a955;
  box-shadow: var(--shadow-soft);
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }

  .main-nav {
    position: absolute;
    top: 74px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--white);
    box-shadow: var(--shadow-soft);
  }

  .main-nav.open {
    display: flex;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header-cta {
    display: none;
  }

  .hero-grid,
  .split-layout,
  .solution-card-wide,
  .video-showcase,
  .capability-matrix,
  .industry-grid,
  .feature-grid,
  .story-grid,
  .contact-grid,
  .reference-grid,
  .service-steps,
  .case-grid {
    grid-template-columns: 1fr;
  }

  .hero-points,
  .proof-strip,
  .solution-grid,
  .capability-matrix,
  .industry-grid,
  .feature-grid,
  .story-grid,
  .contact-grid,
  .service-steps,
  .case-grid {
    gap: 14px;
  }

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

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

  .capability-column {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 700px) {
  .hero,
  .page-hero {
    padding-top: 28px;
  }

  .hero-overlay {
    background:
      linear-gradient(135deg, rgba(7, 24, 38, 0.96) 0%, rgba(12, 36, 58, 0.9) 54%, rgba(16, 44, 71, 0.72) 100%);
  }

  .hero-points,
  .proof-strip,
  .solution-grid,
  .industry-grid,
  .feature-grid,
  .case-grid,
  .reference-grid,
  .service-steps {
    grid-template-columns: 1fr;
  }

  .capability-intro,
  .capability-column,
  .list-panel,
  .industry-card,
  .feature-grid article,
  .story-card,
  .contact-card,
  .service-steps article {
    padding: 22px;
  }

  .section,
  .page-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-actions .button,
  .form-actions .button,
  .cta-actions .button,
  .section-actions .button {
    width: 100%;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
