:root {
  --brand: #0f6c9f;
  --brand-dark: #084967;
  --brand-soft: #e8f5fb;
  --ink: #172033;
  --muted: #667085;
  --line: #d9e2ec;
  --surface: #f5f8fb;
  --white: #ffffff;
  --success: #12805c;
  --warning: #b7791f;
  --danger: #c2413d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
}

a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 0 28px;
  border-bottom: 1px solid rgba(217, 226, 236, 0.88);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.brand img {
  display: block;
  width: 142px;
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 10px 14px rgba(15, 108, 159, 0.1));
}

nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 14px; font-weight: 650; }
nav a:hover { color: var(--brand); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-cta, .header-install, .button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 750;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
.header-cta, .button.primary { background: var(--brand); color: white; box-shadow: 0 12px 22px rgba(15, 108, 159, 0.18); }
.header-install { border: 1px solid rgba(15, 108, 159, 0.24); color: var(--brand); background: var(--brand-soft); }
.button.secondary { border: 1px solid var(--line); background: white; color: var(--ink); }
.button.ghost { border: 1px solid rgba(15, 108, 159, 0.28); color: var(--brand); background: rgba(255, 255, 255, 0.72); }
.button:hover, .header-cta:hover, .header-install:hover { transform: translateY(-1px); box-shadow: 0 14px 26px rgba(15, 108, 159, 0.14); }

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #0d2533;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 26, 38, 0.98) 0%, rgba(7, 26, 38, 0.94) 48%, rgba(7, 26, 38, 0.55) 68%, rgba(7, 26, 38, 0.08) 100%);
}
.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7, 26, 38, 0.94), rgba(7, 26, 38, 0.72), rgba(7, 26, 38, 0.32)),
    linear-gradient(135deg, rgba(15,108,159,0.38), transparent 48%);
}

.product-shot {
  position: absolute;
  border: 1px solid rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.94);
  box-shadow: 0 30px 100px rgba(0,0,0,0.32);
}
.product-shot-desktop {
  right: -118px;
  top: 90px;
  width: 720px;
  min-height: 500px;
  display: grid;
  grid-template-columns: 150px 1fr;
  border-radius: 20px;
  overflow: hidden;
}
.shot-sidebar { display: grid; align-content: start; gap: 14px; padding: 28px 18px; background: #eef6fb; }
.shot-sidebar span { height: 34px; border-radius: 8px; background: #c8deeb; }
.shot-sidebar .active { background: var(--brand); }
.shot-main { padding: 28px; }
.shot-top { height: 70px; border-radius: 14px; background: #d8e8f1; }
.shot-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 18px; }
.shot-kpis span { height: 96px; border-radius: 12px; background: #eef5f9; border: 1px solid #dce7ee; }
.shot-chart { height: 190px; margin-top: 18px; border-radius: 14px; background: repeating-linear-gradient(#f6fafc, #f6fafc 38px, #dce7ee 39px); }

.product-shot-mobile {
  right: 410px;
  top: 270px;
  width: 190px;
  min-height: 340px;
  border-radius: 26px;
  padding: 16px;
}
.mobile-bar { height: 36px; border-radius: 12px; background: #d8e8f1; }
.mobile-card { height: 108px; margin-top: 14px; border-radius: 14px; background: #eef5f9; border: 1px solid #dce7ee; }
.mobile-list { height: 110px; margin-top: 14px; border-radius: 14px; background: repeating-linear-gradient(#f8fbfd, #f8fbfd 28px, #dce7ee 29px); }
.mobile-action { margin-top: 16px; border-radius: 12px; padding: 12px; text-align: center; background: var(--brand); color: white; font-weight: 800; }
.hero-metrics {
  position: absolute;
  right: 150px;
  top: 610px;
  display: flex;
  gap: 10px;
}
.hero-metrics span {
  border: 1px solid rgba(255,255,255,0.34);
  border-radius: 999px;
  padding: 10px 13px;
  background: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.92);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 100px 0 70px;
  color: white;
}
.eyebrow { color: #62b5df; margin: 0 0 14px; font-size: 12px; font-weight: 850; letter-spacing: 0.2em; text-transform: uppercase; }
.hero-badge {
  display: inline-flex;
  margin: 0 0 18px;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255,255,255,0.11);
  color: rgba(255,255,255,0.9);
  font-size: 13px;
  font-weight: 800;
}
.promo-pill {
  display: inline-flex;
  width: fit-content;
  margin: -8px 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(217, 164, 65, 0.36);
  background: rgba(217, 164, 65, 0.16);
  color: #ffe0a1;
  padding: 9px 13px;
  font-size: 13px;
  font-weight: 900;
}
h1, h2, h3, p { letter-spacing: 0; }
h1 { max-width: 600px; margin: 0; font-size: clamp(42px, 5.4vw, 64px); line-height: 1.02; }
h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.04; }
h3 { margin: 10px 0 14px; font-size: 34px; }
.hero-copy { max-width: 590px; color: rgba(255,255,255,0.84); font-size: 20px; line-height: 1.55; }
.hero-actions, .hero-points { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-points span { border: 1px solid rgba(255,255,255,0.24); border-radius: 999px; padding: 9px 13px; color: rgba(255,255,255,0.86); font-size: 13px; }

.section { padding: 92px 0; }
.section:nth-of-type(even) { background: var(--surface); }
.section-copy { max-width: 760px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.section-heading.compact { max-width: 820px; }
.two-columns, .split-grid, .contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: start; }
.problem-grid, .module-grid { display: grid; gap: 14px; }
.problem-grid { grid-template-columns: repeat(2, 1fr); }
.problem-grid span, .module-grid article, .price-card, .flow-card, form, .demo-shell, .screen-grid article, .payment-note, .docs-card, .value-grid article, .steps-grid article, .compare-panels article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 28px rgba(23, 32, 51, 0.04);
}
.problem-grid span { padding: 18px; font-weight: 700; }
.module-grid { grid-template-columns: repeat(4, 1fr); margin-top: 34px; }
.module-grid article { padding: 20px; min-height: 180px; transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease; }
.module-grid article:hover { transform: translateY(-3px); border-color: rgba(15,108,159,0.26); box-shadow: 0 18px 42px rgba(23, 32, 51, 0.08); }
.module-grid p, .price-card p, .flow-card span, .check-list, .payment-note p { color: var(--muted); line-height: 1.55; }
.module-icon {
  display: inline-grid;
  min-width: 42px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  margin-bottom: 18px;
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
}

.value { background: #ffffff; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.value-grid article { padding: 20px; }
.value-grid span { display: block; color: var(--brand); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 10px; }
.value-grid strong { display: block; line-height: 1.35; font-size: 17px; }

.how { background: #f8fbfd; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.steps-grid article { padding: 22px; }
.steps-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #f0f8ec;
  color: var(--success);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 16px;
}
.steps-grid p { color: var(--muted); line-height: 1.55; }

.demo { background: linear-gradient(180deg, #ffffff, #f4f9fc); }
.demo-shell {
  display: grid;
  grid-template-columns: 210px 1fr;
  overflow: hidden;
  margin-top: 30px;
}
.demo-menu {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  background: #eef6fb;
}
.demo-menu strong { font-size: 12px; color: var(--brand-dark); text-transform: uppercase; letter-spacing: 0.12em; }
.demo-menu span { padding: 11px 12px; border-radius: 8px; color: var(--muted); font-weight: 700; }
.demo-menu .selected { color: white; background: var(--brand); }
.demo-panel { padding: 24px; }
.demo-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 54px; border-bottom: 1px solid var(--line); }
.sync-pill { border-radius: 999px; background: #e7f7ef; color: var(--success); padding: 7px 10px; font-size: 12px; font-weight: 800; }
.demo-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.demo-kpis article { border: 1px solid var(--line); border-radius: 8px; padding: 16px; background: #fbfdfe; }
.demo-kpis small, .demo-kpis span { color: var(--muted); }
.demo-kpis strong { display: block; font-size: 30px; margin: 8px 0; }
.demo-workflow { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 14px; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: #ffffff; }
.demo-workflow p { margin: 5px 0 0; color: var(--muted); }
.demo-workflow span { border-radius: 999px; background: #fff7e6; color: var(--warning); padding: 8px 10px; font-size: 12px; font-weight: 800; white-space: nowrap; }
.screen-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 18px 0 24px; }
.screen-grid article { padding: 18px; }
.screen-grid span { display: block; color: var(--brand); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; }

.split { background: #edf7fb; }
.flow-card { display: grid; gap: 10px; padding: 24px; }
.flow-card span { display: block; border-radius: 8px; background: #f7fbfd; padding: 14px; font-weight: 750; color: var(--ink); }
.check-list { margin: 0; padding-left: 20px; font-size: 17px; }
.check-list li { margin: 10px 0; }

.before-after { background: #ffffff; }
.compare-panels { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 28px; }
.compare-panels article { padding: 26px; }
.compare-panels article span { display: block; color: var(--danger); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 12px; }
.compare-panels article.after { border-color: rgba(18,128,92,0.26); background: #fbfefc; }
.compare-panels article.after span { color: var(--success); }
.compare-panels ul { margin: 0; padding-left: 20px; color: var(--muted); line-height: 1.75; }

.docs { background: #f9fbfc; }
.docs-card { padding: 30px; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 34px; }
.price-card { padding: 26px; display: grid; align-content: start; gap: 10px; }
.price-card.featured { border-color: rgba(15, 108, 159, 0.42); box-shadow: 0 18px 45px rgba(15,108,159,0.12); }
.price-card h3 span { display: block; color: var(--muted); font-size: 15px; font-weight: 700; }
.price-card small { color: var(--muted); line-height: 1.5; }
.plan-badge {
  justify-self: start;
  border-radius: 999px;
  padding: 7px 10px;
  background: #e7f7ef;
  color: var(--success);
  font-size: 12px;
  font-weight: 900;
}
.plan-badge.promo {
  background: rgba(217, 164, 65, 0.16);
  color: #8a5f14;
  border: 1px solid rgba(217, 164, 65, 0.35);
}
.plan-list { margin: 0; padding-left: 20px; color: var(--muted); line-height: 1.65; }
.calculator, .module-picker { display: grid; gap: 10px; margin: 8px 0; }
.calculator input, form input, form select, form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
  background: #fff;
}
.module-picker label { display: flex; gap: 8px; color: var(--muted); }
.compare { width: 100%; margin-top: 26px; border-collapse: collapse; overflow: hidden; border-radius: 8px; }
.compare th, .compare td { border-bottom: 1px solid var(--line); padding: 14px; text-align: left; }
.compare th { background: #eaf3f8; }
.payment-note { margin-top: 20px; padding: 18px; border-color: rgba(15, 108, 159, 0.24); background: #f8fcfe; }
.payment-note p { margin-bottom: 0; }

form { display: grid; gap: 12px; padding: 24px; }
form textarea { min-height: 100px; resize: vertical; }
.hidden-field { display: none; }

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: #19a866;
  color: white;
  box-shadow: 0 16px 30px rgba(25, 168, 102, 0.28);
}
.whatsapp-float span { font-size: 13px; font-weight: 900; }
.whatsapp-pop {
  position: fixed;
  right: 22px;
  bottom: 88px;
  z-index: 49;
  width: min(310px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  box-shadow: 0 22px 50px rgba(23, 32, 51, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}
.whatsapp-pop.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.whatsapp-pop button {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 22px;
  cursor: pointer;
}
.whatsapp-pop p { color: var(--muted); margin: 7px 0 12px; }
.whatsapp-pop a { color: var(--brand); font-weight: 850; }
.mobile-install-banner {
  display: none;
  position: fixed;
  left: 14px;
  right: 82px;
  bottom: 16px;
  z-index: 48;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(15, 108, 159, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.14);
  padding: 10px 12px;
  backdrop-filter: blur(10px);
}
.mobile-install-banner span { color: var(--ink); font-size: 13px; font-weight: 850; }
.mobile-install-banner a {
  min-height: 38px;
  border-radius: 8px;
  background: var(--brand);
  color: white;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 900;
}

footer { border-top: 1px solid var(--line); padding: 28px 0; background: #0d2533; color: white; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: rgba(255,255,255,0.8); }
.footer-grid strong { color: white; }

@media (max-width: 1020px) {
  .hero::after {
    background:
      linear-gradient(90deg, rgba(7, 26, 38, 0.98) 0%, rgba(7, 26, 38, 0.96) 58%, rgba(7, 26, 38, 0.68) 78%, rgba(7, 26, 38, 0.22) 100%);
  }
  .product-shot-desktop {
    right: -260px;
    width: 680px;
  }
  .product-shot-mobile {
    right: 54px;
    top: 360px;
    opacity: 0.38;
  }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .screen-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .site-header { flex-wrap: wrap; padding: 12px 16px; }
  .header-actions { margin-left: auto; }
  .header-install { display: inline-flex; }
  nav { order: 3; width: 100%; overflow-x: auto; padding-bottom: 2px; }
  .hero { min-height: 760px; }
  .hero::after {
    background:
      linear-gradient(180deg, rgba(7, 26, 38, 0.98) 0%, rgba(7, 26, 38, 0.94) 58%, rgba(7, 26, 38, 0.72) 100%);
  }
  .hero-content { padding-top: 70px; }
  h1 {
    max-width: 620px;
    font-size: clamp(38px, 9vw, 56px);
  }
  .product-shot-desktop { right: -370px; top: 275px; transform: scale(0.68); transform-origin: top right; opacity: 0.28; }
  .product-shot-mobile { right: 18px; top: 490px; transform: scale(0.68); transform-origin: top right; opacity: 0.26; }
  .hero-metrics { display: none; }
  .two-columns, .split-grid, .contact-grid, .pricing-grid, .demo-shell { grid-template-columns: 1fr; }
  .demo-menu { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .problem-grid, .module-grid, .screen-grid, .demo-kpis, .value-grid, .steps-grid, .compare-panels { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
  .hero-copy { font-size: 18px; }
  .demo-workflow { align-items: flex-start; flex-direction: column; }
  .compare { display: block; overflow-x: auto; white-space: nowrap; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 50px; height: 50px; }
  .whatsapp-pop { right: 16px; bottom: 76px; }
  .mobile-install-banner { display: flex; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
}

@media (min-width: 901px) {
  .header-install { display: none; }
}


.consulting-page {
  background: #f6f9fc;
  color: #102033;
}

.consulting-hero,
.consulting-section,
.consulting-final-cta {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.consulting-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: 28px;
  align-items: center;
  padding: 72px 0 48px;
}

.consulting-hero h1,
.consulting-section h2,
.consulting-final-cta h2 {
  margin: 0;
  color: #0d2438;
  line-height: 1.05;
}

.consulting-hero h1 {
  font-size: clamp(2.3rem, 5vw, 4.7rem);
  max-width: 780px;
}

.consulting-hero p,
.consulting-section p,
.consulting-final-cta p {
  color: #536477;
  line-height: 1.65;
}

.consulting-hero-copy p {
  max-width: 760px;
  font-size: 1.08rem;
}

.consulting-metrics {
  display: grid;
  gap: 14px;
}

.consulting-metrics article,
.consulting-grid article,
.consulting-card,
.calculator-panel,
.faq details {
  border: 1px solid #d9e6ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(13, 36, 56, 0.08);
}

.consulting-metrics article {
  padding: 20px;
}

.consulting-metrics span,
.consulting-metrics small {
  display: block;
  color: #60758a;
}

.consulting-metrics strong {
  display: block;
  margin: 8px 0 4px;
  color: #0a6f8f;
  font-size: 2rem;
}

.consulting-section {
  padding: 54px 0;
}

.consulting-section.band {
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100% - 1120px) / 2));
  padding-right: max(16px, calc((100% - 1120px) / 2));
  background: #eaf4f8;
}

.consulting-section > h2 {
  max-width: 820px;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.consulting-grid {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

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

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

.consulting-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.consulting-grid article,
.consulting-card {
  padding: 20px;
}

.consulting-grid h3,
.consulting-card h3 {
  margin: 0 0 8px;
  color: #0d2438;
}

.consulting-card.featured {
  border-color: #0a6f8f;
}

.performance-callout {
  margin: 18px 0;
  border-radius: 14px;
  background: #e4f7ef;
  color: #176247;
  padding: 14px;
  font-weight: 800;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.process-steps article {
  border-radius: 16px;
  background: #fff;
  padding: 16px;
  border: 1px solid #d9e6ef;
}

.process-steps strong {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: #0a6f8f;
  color: #fff;
}

.process-steps span {
  display: block;
  margin-top: 12px;
  font-weight: 800;
}

.number-list {
  display: grid;
  gap: 10px;
  padding-left: 22px;
  color: #536477;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.tag-cloud span {
  border: 1px solid #c9dce8;
  border-radius: 999px;
  background: #fff;
  padding: 10px 14px;
  font-weight: 700;
}

.calculator-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.calculator-panel {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.calculator-panel label {
  display: grid;
  gap: 8px;
  color: #30475d;
  font-weight: 800;
}

.calculator-panel input {
  min-height: 46px;
  border: 1px solid #c9dce8;
  border-radius: 12px;
  padding: 0 12px;
  font: inherit;
}

.calculator-result {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  border-radius: 16px;
  background: #0d2438;
  color: #fff;
  padding: 18px;
}

.calculator-result strong {
  font-size: 1.7rem;
}

.faq {
  display: grid;
  gap: 12px;
}

.faq details {
  padding: 18px 20px;
}

.faq summary {
  cursor: pointer;
  font-weight: 900;
  color: #0d2438;
}

.consulting-final-cta {
  margin-bottom: 48px;
  border-radius: 28px;
  background: #0d2438;
  color: #fff;
  padding: 42px;
}

.consulting-final-cta h2,
.consulting-final-cta p {
  color: #fff;
}

@media (max-width: 900px) {
  .consulting-hero,
  .calculator-section,
  .consulting-grid.two,
  .consulting-grid.three,
  .consulting-grid.four,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .consulting-hero {
    padding-top: 36px;
  }

  .consulting-final-cta {
    padding: 28px;
  }
}

.btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 750;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.btn.btn-primary {
  background: var(--brand);
  color: white;
  box-shadow: 0 12px 22px rgba(15, 108, 159, 0.18);
}

.btn.btn-secondary {
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
}

.btn.btn-ghost {
  border: 1px solid rgba(15, 108, 159, 0.28);
  color: var(--brand);
  background: rgba(255, 255, 255, 0.72);
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(15, 108, 159, 0.14);
}
