/* ==========================================================================
   INMMAS — Brand Stylesheet
   Brand: Colombian legal & corporate compliance firm
   Palette: #010a29 (dark navy) / #001a43 (deep blue) / #0086c4 (bright blue)
            #FFFFFF / #004081 (secondary blue)
   Type:    Nourd Bold (headings) / Sanchez (body)
   ========================================================================== */

:root {
  --navy: #010a29;
  --deep: #001a43;
  --bright: #0086c4;
  --blue: #004081;
  --white: #ffffff;
  --ink: #0c1530;
  --muted: #5a6479;
  --line: #e4e9f2;
  --bg-soft: #f4f7fb;
  --shadow-sm: 0 4px 12px rgba(1, 10, 41, 0.06);
  --shadow-md: 0 12px 32px rgba(1, 10, 41, 0.08);
  --shadow-lg: 0 24px 60px rgba(1, 10, 41, 0.12);
  --radius: 14px;
  --radius-lg: 22px;
  --container: 1200px;
  --header-h: 84px;
}

/* ----- Reset / base ----- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Sanchez', 'Georgia', 'Times New Roman', serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--bright); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--blue); }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4, h5 {
  font-family: 'Nourd', 'Montserrat', 'Inter', system-ui, -apple-system, sans-serif;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.15;
  margin: 0 0 .6em;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
h1 { font-size: clamp(2rem, 4.2vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 1.8vw, 1.45rem); }
p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.2em; }
li { margin: .25em 0; }

/* ----- Layout helpers ----- */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.section { padding: 96px 0; }
.section--sm { padding: 64px 0; }
.section--dark {
  background: linear-gradient(180deg, var(--navy) 0%, var(--deep) 100%);
  color: var(--white);
}
.section--dark h1, .section--dark h2, .section--dark h3 { color: var(--white); }
.section--dark p, .section--dark li { color: rgba(255,255,255,.86); }
.section--soft { background: var(--bg-soft); }
.eyebrow {
  display: inline-block;
  font-family: 'Nourd', 'Montserrat', system-ui, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 13px;
  color: var(--bright);
  margin-bottom: 14px;
}
.section--dark .eyebrow { color: #5cc3f0; }
.section-head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.section-head p { color: var(--muted); font-size: 18px; }
.section--dark .section-head p { color: rgba(255,255,255,.78); }

/* ----- Buttons ----- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Nourd', 'Montserrat', system-ui, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 15px;
  padding: 16px 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  transition: all .25s ease;
  cursor: pointer;
  white-space: nowrap;
}
.btn--primary {
  background: var(--bright);
  color: var(--white);
  border-color: var(--bright);
  box-shadow: 0 8px 24px rgba(0, 134, 196, 0.32);
}
.btn--primary:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 134, 196, 0.4);
}
.btn--ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,.45);
}
.btn--ghost:hover { background: rgba(255,255,255,.08); border-color: var(--white); color: var(--white); }
.btn--outline {
  background: transparent;
  color: var(--bright);
  border-color: var(--bright);
}
.btn--outline:hover { background: var(--bright); color: var(--white); }
.btn--block { display: flex; width: 100%; }

/* ----- Header / Nav ----- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.96);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .nav__logo {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border-radius: 0;
  padding: 0;
  transition: opacity .2s ease;
}
.site-header .nav__logo:hover { opacity: .8; }
.site-header .nav__logo img { height: 54px; width: auto; }
.nav {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav__logo img { height: 44px; width: auto; }
.nav__menu {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__menu a, .nav__menu .nav__link {
  display: inline-block;
  font-family: 'Nourd', 'Montserrat', system-ui, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .04em;
  color: var(--navy);
  padding: 10px 14px;
  border-radius: 8px;
  transition: all .2s ease;
}
.nav__menu a:hover, .nav__menu .nav__link:hover { color: var(--bright); background: rgba(0,134,196,.06); }
.nav__menu a.is-active { color: var(--bright); }
.nav__cta { margin-left: 10px; }

/* Dropdown */
.nav__item { position: relative; }
.nav__link {
  cursor: pointer;
  background: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  user-select: none;
}
.nav__caret { display: none; }
.nav__dropdown {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 320px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
  padding: 14px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
  z-index: 200;
}
.nav__dropdown::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: var(--white);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  border-top-left-radius: 3px;
}
.nav__item.is-open .nav__dropdown,
.nav__item:hover .nav__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition: opacity .2s ease, transform .2s ease, visibility 0s linear 0s;
}
.nav__dropdown-title {
  font-family: 'Nourd', 'Montserrat', system-ui, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
  color: var(--bright);
  padding: 6px 12px 10px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 6px;
}
.nav__dropdown-list { list-style: none; padding: 0; margin: 0; }
.nav__dropdown-list li { margin: 0; }
.nav__dropdown-list a {
  display: block;
  padding: 10px 12px;
  font-size: 14px;
  border-radius: 8px;
  color: var(--ink);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.4;
}
.nav__dropdown-list a:hover {
  background: rgba(0, 134, 196, .08);
  color: var(--bright);
}
.nav__dropdown-list a .sub {
  display: block;
  font-size: 12px;
  color: var(--muted);
  font-weight: 400;
  margin-top: 2px;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Sanchez', serif;
  font-style: italic;
}
.nav__dropdown-group {
  border-left: 2px solid rgba(0, 134, 196, .25);
  margin: 4px 8px 4px 14px;
  padding: 2px 0 2px 12px;
}
.nav__dropdown-group-title {
  font-family: 'Nourd', 'Montserrat', system-ui, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--blue);
  font-weight: 700;
  padding: 6px 12px 2px;
  display: block;
}

.nav__toggle {
  display: none;
  background: transparent;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  position: relative;
}
.nav__toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: var(--navy);
  left: 10px;
  transition: all .3s ease;
  border-radius: 2px;
}
.nav__toggle span:nth-child(1) { top: 16px; }
.nav__toggle span:nth-child(2) { top: 21px; }
.nav__toggle span:nth-child(3) { top: 26px; }
.nav__toggle.is-open span:nth-child(1) { transform: rotate(45deg); top: 21px; }
.nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.nav__toggle.is-open span:nth-child(3) { transform: rotate(-45deg); top: 21px; }

@media (max-width: 960px) {
  .nav__toggle { display: block; }
  .nav__menu {
    position: fixed;
    top: var(--header-h);
    left: 0; right: 0;
    background: var(--white);
    flex-direction: column;
    align-items: stretch;
    padding: 16px 24px 24px;
    gap: 4px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
  }
  .nav__menu.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nav__menu a, .nav__menu .nav__link { padding: 14px 12px; font-size: 15px; }
  .nav__cta { margin: 12px 0 0; }
  .nav__cta .btn { width: 100%; }
  /* Mobile dropdown: inline, no absolute */
  .nav__item:hover .nav__dropdown,
  .nav__item.is-open .nav__dropdown { display: none; }
  .nav__item.is-open .nav__dropdown {
    display: block;
    position: static;
    transform: none;
    box-shadow: none;
    border: none;
    padding: 0 0 0 16px;
    margin: 4px 0 8px;
    min-width: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav__dropdown::before { display: none; }
  .nav__dropdown-title { display: none; }
  .nav__dropdown-group { margin: 0; padding: 0; border-left: 0; }
  .nav__dropdown-group-title { padding: 10px 12px 4px; }
}

/* ----- Hero ----- */
.hero {
  position: relative;
  padding: 120px 0 100px;
  background:
    radial-gradient(1200px 600px at 80% 20%, rgba(0, 134, 196, 0.18), transparent 60%),
    linear-gradient(180deg, var(--navy) 0%, var(--deep) 100%);
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 -1px 0;
  height: 140px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 140' preserveAspectRatio='none'><path fill='%23ffffff' d='M0,80 C240,140 480,20 720,60 C960,100 1200,30 1440,80 L1440,140 L0,140 Z'/></svg>") no-repeat center/100% 100%;
  z-index: 0;
}
.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;
}
.hero__title {
  color: var(--white);
  font-size: clamp(2.2rem, 4.6vw, 3.6rem);
  margin-bottom: 22px;
  letter-spacing: -.015em;
}
.hero__title em {
  font-style: normal;
  background: linear-gradient(90deg, #5cc3f0 0%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__lede { color: rgba(255,255,255,.85); font-size: 19px; max-width: 560px; margin-bottom: 32px; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__visual {
  position: relative;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(160deg, rgba(0, 134, 196, 0.4), rgba(1, 10, 41, 0.6)),
    radial-gradient(circle at 70% 30%, rgba(92, 195, 240, 0.4), transparent 50%);
  border: 1px solid rgba(255,255,255,.08);
  padding: 40px 32px;
  min-height: 380px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.hero__visual::after {
  content: "";
  position: absolute;
  right: -60px; bottom: -60px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,134,196,.6), transparent 70%);
  z-index: 0;
}
.hero__visual ul { list-style: none; padding: 0; margin: 0; position: relative; z-index: 1; }
.hero__visual li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  font-family: 'Nourd', 'Montserrat', system-ui, sans-serif;
  font-weight: 600;
  color: var(--white);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.hero__visual li:last-child { border-bottom: none; }
.hero__visual li::before {
  content: "";
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--bright);
  box-shadow: 0 0 0 4px rgba(0, 134, 196, 0.25);
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .hero { padding: 80px 0 80px; }
  .hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .hero__visual { min-height: auto; }
}

/* ----- Page hero (smaller, for inner pages) ----- */
.page-hero {
  padding: 110px 0 80px;
  background: linear-gradient(180deg, var(--navy) 0%, var(--deep) 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px 0;
  height: 80px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path fill='%23ffffff' d='M0,40 C240,80 480,0 720,30 C960,60 1200,10 1440,40 L1440,80 L0,80 Z'/></svg>") no-repeat center/100% 100%;
}
.page-hero__inner { position: relative; z-index: 1; max-width: 820px; }
.page-hero h1 { color: var(--white); }
.page-hero p { color: rgba(255,255,255,.85); font-size: 19px; max-width: 720px; }
.breadcrumb {
  font-family: 'Nourd', 'Montserrat', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(255,255,255,.7);
  margin-bottom: 18px;
}
.breadcrumb a { color: rgba(255,255,255,.7); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { margin: 0 8px; opacity: .5; }

/* ----- Service cards ----- */
.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.service-card::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--bright), var(--blue));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.service-card:hover::after { transform: scaleX(1); }
.service-card__icon {
  width: 56px; height: 56px;
  border-radius: 12px;
  background: rgba(0, 134, 196, 0.1);
  color: var(--bright);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.service-card__icon svg { width: 28px; height: 28px; stroke: currentColor; }
.service-card h3 { margin-bottom: 10px; }
.service-card p { color: var(--muted); font-size: 16px; margin-bottom: 18px; flex: 1; }
.service-card__link {
  font-family: 'Nourd', 'Montserrat', system-ui, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--bright);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}
.service-card__link:hover { color: var(--blue); gap: 10px; }

@media (max-width: 900px) { .services { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .services { grid-template-columns: 1fr; } }

/* ----- Feature blocks (alternating) ----- */
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.feature--reverse .feature__media { order: 2; }
.feature__text h2 { margin-bottom: 18px; }
.feature__text p { color: var(--muted); font-size: 18px; margin-bottom: 18px; }
.feature__list { list-style: none; padding: 0; margin: 0; }
.feature__list li {
  position: relative;
  padding: 10px 0 10px 36px;
  color: var(--ink);
  font-size: 16px;
}
.feature__list li::before {
  content: "";
  position: absolute;
  left: 0; top: 16px;
  width: 22px; height: 22px;
  background: var(--bright);
  border-radius: 50%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.feature__media {
  background:
    linear-gradient(160deg, rgba(0, 134, 196, 0.12), rgba(1, 10, 41, 0.05));
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  padding: 48px;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.feature__media::before {
  content: "";
  position: absolute;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,134,196,.15), transparent 70%);
  top: -80px; right: -80px;
}
.feature__media-icon {
  width: 120px; height: 120px;
  border-radius: 30px;
  background: linear-gradient(160deg, var(--bright), var(--blue));
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 20px 50px rgba(0, 134, 196, 0.3);
  position: relative;
  z-index: 1;
}
.feature__media-icon svg { width: 60px; height: 60px; stroke: currentColor; }
@media (max-width: 900px) {
  .feature { grid-template-columns: 1fr; gap: 40px; }
  .feature--reverse .feature__media { order: 0; }
  .feature__media { min-height: 280px; padding: 32px; }
}

/* ----- Image media variants (hero + feature) ----- */
.hero__visual--image,
.feature__media--image {
  padding: 0;
  border: none;
  background: none;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  min-height: 0;
}
.hero__visual--image { box-shadow: var(--shadow-lg); }
.hero__visual--image::after,
.feature__media--image::before { content: none; display: none; }
.hero__visual--image img,
.feature__media--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
}
@media (max-width: 900px) {
  .hero__visual--image, .feature__media--image { aspect-ratio: 16 / 10; }
}

/* ----- Benefit grid ----- */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.benefit {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: all .3s ease;
}
.benefit:hover { background: rgba(255,255,255,.08); transform: translateY(-3px); border-color: rgba(0,134,196,.5); }
.benefit__icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: rgba(0, 134, 196, 0.18);
  color: #5cc3f0;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.benefit__icon svg { width: 22px; height: 22px; stroke: currentColor; }
.benefit h3 { color: var(--white); font-size: 18px; margin-bottom: 8px; }
.benefit p { color: rgba(255,255,255,.7); font-size: 15px; margin: 0; }

@media (max-width: 900px) { .benefit-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .benefit-grid { grid-template-columns: 1fr; } }

/* ----- Methodology steps ----- */
.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
  counter-reset: step;
}
.steps::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 10%; right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--bright), transparent);
  opacity: .3;
  z-index: 0;
}
.step {
  text-align: center;
  padding: 0 14px;
  position: relative;
  z-index: 1;
  counter-increment: step;
}
.step__num {
  width: 76px; height: 76px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--bright);
  color: var(--bright);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Nourd', 'Montserrat', system-ui, sans-serif;
  font-weight: 800;
  font-size: 26px;
  position: relative;
  box-shadow: var(--shadow-sm);
}
.step__num::before {
  content: counter(step, decimal-leading-zero);
}
.step h3 { font-size: 16px; text-transform: uppercase; }
.step p { font-size: 14px; color: var(--muted); margin: 0; }
@media (max-width: 900px) {
  .steps { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .steps::before { display: none; }
}
@media (max-width: 480px) { .steps { grid-template-columns: 1fr; } }

/* ----- CTA banner ----- */
.cta-banner {
  position: relative;
  background:
    radial-gradient(800px 400px at 80% 30%, rgba(0, 134, 196, 0.25), transparent 60%),
    linear-gradient(160deg, var(--navy) 0%, var(--deep) 100%);
  color: var(--white);
  padding: 72px 0;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute;
  right: -120px; top: -120px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,134,196,.35), transparent 70%);
}
.cta-banner__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: center;
}
.cta-banner h2 { color: var(--white); margin: 0 0 12px; }
.cta-banner p { color: rgba(255,255,255,.82); margin: 0; font-size: 17px; }
.cta-banner__actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
@media (max-width: 800px) {
  .cta-banner__inner { grid-template-columns: 1fr; }
  .cta-banner__actions { justify-content: flex-start; }
}

/* ----- Pricing cards ----- */
.pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.price-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  position: relative;
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
}
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--bright); }
.price-card--highlight {
  background: linear-gradient(180deg, var(--navy) 0%, var(--deep) 100%);
  color: var(--white);
  border-color: transparent;
}
.price-card--highlight h3, .price-card--highlight .price-card__price { color: var(--white); }
.price-card--highlight p, .price-card--highlight li { color: rgba(255,255,255,.78); }
.price-card--highlight .price-card__feature::before { background: var(--bright); }
.price-card h3 { font-size: 18px; margin-bottom: 8px; }
.price-card__price {
  font-family: 'Nourd', 'Montserrat', system-ui, sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: var(--navy);
  margin: 12px 0 6px;
  line-height: 1.1;
}
.price-card__price small { font-size: 14px; color: var(--muted); font-weight: 500; display: block; margin-top: 4px; }
.price-card--highlight .price-card__price small { color: rgba(255,255,255,.6); }
.price-card__desc { color: var(--muted); font-size: 15px; margin-bottom: 22px; }
.price-card--highlight .price-card__desc { color: rgba(255,255,255,.75); }
.price-card__features { list-style: none; padding: 0; margin: 0 0 24px; flex: 1; }
.price-card__feature {
  position: relative;
  padding: 8px 0 8px 30px;
  font-size: 15px;
}
.price-card__feature::before {
  content: "";
  position: absolute;
  left: 0; top: 14px;
  width: 18px; height: 18px;
  background: var(--bright);
  border-radius: 50%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}

/* ----- Accordion ----- */
.accordion { display: flex; flex-direction: column; gap: 12px; }
.acc-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all .25s ease;
}
.acc-item.is-open { border-color: var(--bright); box-shadow: var(--shadow-sm); }
.acc-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 28px;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  font-family: 'Nourd', 'Montserrat', system-ui, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .04em;
  color: var(--navy);
  cursor: pointer;
}
.acc-item__head:hover { color: var(--bright); }
.acc-item__icon {
  width: 32px; height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(0, 134, 196, .1);
  color: var(--bright);
  display: flex; align-items: center; justify-content: center;
  transition: transform .3s ease;
  position: relative;
}
.acc-item__icon::before, .acc-item__icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 1px;
}
.acc-item__icon::before { width: 12px; height: 2px; }
.acc-item__icon::after { width: 2px; height: 12px; transition: transform .3s ease; }
.acc-item.is-open .acc-item__icon::after { transform: rotate(90deg); }
.acc-item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}
.acc-item__inner { padding: 0 28px 24px; color: var(--muted); }
.acc-item__inner ul { margin-top: 8px; }
.acc-item__inner li { color: var(--ink); }
.section--dark .acc-item { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.1); }
.section--dark .acc-item__head { color: var(--white); }
.section--dark .acc-item__inner { color: rgba(255,255,255,.78); }
.section--dark .acc-item__inner li { color: rgba(255,255,255,.92); }

/* ----- Two-column content blocks ----- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.two-col--narrow { max-width: 1100px; margin: 0 auto; }
@media (max-width: 800px) { .two-col { grid-template-columns: 1fr; gap: 32px; } }

/* ----- Stat strip ----- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  margin-top: -64px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.stat {
  padding: 36px 28px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.stat:last-child { border-right: none; }
.stat__num {
  font-family: 'Nourd', 'Montserrat', system-ui, sans-serif;
  font-weight: 800;
  font-size: 38px;
  color: var(--bright);
  line-height: 1;
  margin-bottom: 6px;
}
.stat__label { font-size: 14px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-weight: 600; }
@media (max-width: 800px) { .stats { grid-template-columns: repeat(2, 1fr); } .stat { border-right: none; border-bottom: 1px solid var(--line); } }
@media (max-width: 480px) { .stats { grid-template-columns: 1fr; } .stat { border-bottom: 1px solid var(--line); } .stat:last-child { border-bottom: none; } }

/* ----- Deliverables list ----- */
.deliv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.deliv li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 15px;
  color: var(--ink);
}
.deliv li svg {
  width: 20px; height: 20px;
  flex-shrink: 0;
  stroke: var(--bright);
  margin-top: 2px;
}
@media (max-width: 700px) { .deliv { grid-template-columns: 1fr; } }

/* ----- Testimonial ----- */
.testimonial {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-md);
  border-left: 4px solid var(--bright);
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}
.testimonial__quote {
  font-size: 19px;
  font-style: italic;
  color: var(--ink);
  margin-bottom: 20px;
  line-height: 1.6;
}
.testimonial__author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.testimonial__avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(160deg, var(--bright), var(--blue));
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Nourd', 'Montserrat', system-ui, sans-serif;
  font-weight: 800;
  font-size: 18px;
  overflow: hidden;
  flex-shrink: 0;
}
.testimonial__avatar img { width: 100%; height: 100%; object-fit: cover; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.testimonials-grid .testimonial { max-width: none; margin: 0; padding: 28px; }
.testimonials-grid .testimonial__quote { font-size: 16px; }
@media (max-width: 880px) { .testimonials-grid { grid-template-columns: 1fr; } }
.service-card__sub {
  font-size: 13.5px;
  color: var(--muted);
  border-top: 1px dashed var(--line);
  padding-top: 12px;
  margin-top: 4px;
}
.service-card__sub strong { color: var(--blue); }
.testimonial__name { font-family: 'Nourd', 'Montserrat', system-ui, sans-serif; font-weight: 700; color: var(--navy); font-size: 15px; }
.testimonial__role { font-size: 13px; color: var(--muted); }

/* ----- Logo strip / clients ----- */
.logo-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: center;
  opacity: .65;
}
.logo-strip__item {
  font-family: 'Nourd', 'Montserrat', system-ui, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 16px;
  color: rgba(255,255,255,.5);
  padding: 12px 22px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
}

/* ----- Footer ----- */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,.7);
  padding: 80px 0 24px;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--bright), transparent);
  opacity: .5;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 48px;
  margin-bottom: 56px;
}
.footer__brand img { height: 44px; margin-bottom: 18px; filter: brightness(0) invert(1); }
.footer__brand p { color: rgba(255,255,255,.6); font-size: 15px; max-width: 320px; }
.footer__col h4 {
  color: var(--white);
  font-size: 14px;
  margin-bottom: 18px;
  letter-spacing: .12em;
}
.footer__col ul { list-style: none; padding: 0; margin: 0; }
.footer__col li { margin: 8px 0; }
.footer__col a {
  color: rgba(255,255,255,.65);
  font-size: 15px;
  transition: color .2s ease;
}
.footer__col a:hover { color: #fff; }
.footer__contact-item {
  display: flex; align-items: flex-start; gap: 12px;
  margin: 12px 0;
  color: rgba(255,255,255,.7);
  font-size: 15px;
}
.footer__contact-item svg { width: 18px; height: 18px; stroke: var(--bright); flex-shrink: 0; margin-top: 3px; }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: rgba(255,255,255,.45);
}
.footer__bottom a { color: rgba(255,255,255,.6); }
@media (max-width: 900px) {
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 560px) {
  .footer__grid { grid-template-columns: 1fr; }
}

/* ----- Forms ----- */
.form {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-md);
  max-width: 640px;
}
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form__group { display: flex; flex-direction: column; margin-bottom: 16px; }
.form__group label { font-family: 'Nourd', 'Montserrat', system-ui, sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--navy); margin-bottom: 6px; }
.form__group input, .form__group select, .form__group textarea {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: inherit;
  font-size: 15px;
  color: var(--ink);
  background: var(--white);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form__group input:focus, .form__group select:focus, .form__group textarea:focus {
  outline: none;
  border-color: var(--bright);
  box-shadow: 0 0 0 3px rgba(0, 134, 196, 0.15);
}
.form__group textarea { min-height: 120px; resize: vertical; }
.form__check { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--muted); margin: 8px 0 20px; }
.form__check input { margin-top: 3px; }
@media (max-width: 600px) { .form__row { grid-template-columns: 1fr; } .form { padding: 28px 22px; } }

/* ----- Misc utilities ----- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.lead { font-size: 19px; color: var(--muted); }
.section--dark .lead { color: rgba(255,255,255,.82); }

/* Fade-in on scroll - only when JS adds the .js class to <html> */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.61,.36,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
/* staggered cascade for items inside a grid/row */
.js .services .reveal:nth-child(2),
.js .benefit-grid .reveal:nth-child(2),
.js .testimonials-grid .reveal:nth-child(2) { transition-delay: .08s; }
.js .services .reveal:nth-child(3),
.js .benefit-grid .reveal:nth-child(3),
.js .testimonials-grid .reveal:nth-child(3) { transition-delay: .16s; }
.js .services .reveal:nth-child(4),
.js .benefit-grid .reveal:nth-child(4) { transition-delay: .24s; }
.js .services .reveal:nth-child(5),
.js .benefit-grid .reveal:nth-child(5) { transition-delay: .32s; }
.js .services .reveal:nth-child(6),
.js .benefit-grid .reveal:nth-child(6) { transition-delay: .40s; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
}

/* ----- Floating WhatsApp Button ----- */
.whatsapp-btn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}

.whatsapp-btn:hover {
  transform: scale(1.08) translateY(-3px);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.5);
  color: #fff;
}

.whatsapp-btn svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

