:root {
  --ink: #101820;
  --muted: #5f6f7f;
  --line: #d8e0e8;
  --paper: #ffffff;
  --soft: #f4f7fb;
  --navy: #0a2a43;
  --blue: #1266b0;
  --teal: #0e7c7b;
  --green: #128c4a;
  --amber: #f59e0b;
  --shadow: 0 18px 40px rgba(10, 42, 67, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Segoe UI, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  letter-spacing: 0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(216, 224, 232, 0.9);
  backdrop-filter: blur(14px);
}

.topbar {
  background: var(--navy);
  color: #fff;
  font-size: 14px;
}

.topbar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.topbar__inner span {
  margin-right: auto;
}

.topbar a {
  text-decoration: none;
  font-weight: 700;
}

.navbar {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 236px;
}

.brand img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 18px;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-left: auto;
}

.nav-links a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
}

.nav-links a:hover {
  color: var(--blue);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
}

.nav-toggle svg,
.button svg,
.nav-cta svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-cta,
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}

.nav-cta,
.button--primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 22px rgba(18, 102, 176, 0.2);
}

.button--whatsapp {
  background: var(--green);
  color: #fff;
  box-shadow: 0 12px 22px rgba(18, 140, 74, 0.2);
}

.button--whatsapp svg {
  fill: currentColor;
  stroke: none;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(244, 247, 251, 0.98), rgba(244, 247, 251, 0.82)),
    url("assets/images/hero-bg.png") center top repeat-x;
}

.hero__grid {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  gap: 46px;
  align-items: center;
  padding: 72px 0 54px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(38px, 5.3vw, 68px);
  line-height: 1.04;
}

h2 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  margin-bottom: 16px;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.hero__lead {
  color: #314555;
  font-size: 19px;
  max-width: 680px;
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.hero__badges span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid rgba(18, 102, 176, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0;
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0;
}

.hero__facts div {
  min-height: 92px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.hero__facts dt {
  font-size: 24px;
  font-weight: 900;
  color: var(--navy);
}

.hero__facts dd {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.hero__media {
  position: relative;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #dcebf5;
}

.hero__media img {
  width: 100%;
  height: min(520px, 48vw);
  object-fit: cover;
  object-position: center;
}

.hero__call-card {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: min(330px, calc(100% - 36px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(10, 42, 67, 0.92);
  color: #fff;
  box-shadow: 0 16px 30px rgba(10, 42, 67, 0.26);
}

.hero__call-card span,
.hero__call-card small {
  display: block;
}

.hero__call-card span {
  color: #b8e2ff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero__call-card strong {
  display: block;
  margin: 2px 0;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1;
}

.hero__call-card small {
  color: rgba(255, 255, 255, 0.8);
}

.quick-strip {
  background: var(--navy);
  color: #fff;
}

.quick-strip__grid {
  min-height: 78px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 14px;
}

.quick-strip span {
  display: block;
  padding-left: 14px;
  border-left: 4px solid var(--amber);
  font-weight: 800;
}

.conversion-panel {
  padding: 34px 0;
  background: linear-gradient(180deg, #eef5fb, #fff);
}

.conversion-panel__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(18, 102, 176, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.conversion-panel h2 {
  margin-bottom: 8px;
  font-size: clamp(26px, 3vw, 38px);
}

.conversion-panel p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
}

.conversion-panel__actions {
  display: grid;
  gap: 12px;
  min-width: 260px;
}

.trust-section {
  padding: 34px 0;
  background: #fff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.trust-grid article {
  min-height: 112px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f7fbff);
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  color: var(--navy);
  font-size: 30px;
  line-height: 1.1;
}

.trust-grid span {
  color: var(--muted);
  font-weight: 800;
}

.section {
  padding: 88px 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.section-heading--split {
  max-width: none;
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 40px;
  align-items: end;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(16, 24, 32, 0.08);
}

.service-card img {
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
}

.service-card div {
  padding: 24px;
}

.service-card p {
  color: var(--muted);
}

.service-card a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.service-card--text {
  display: flex;
  min-height: 260px;
  background:
    linear-gradient(135deg, rgba(10, 42, 67, 0.96), rgba(14, 124, 123, 0.88)),
    #0a2a43;
  color: #fff;
}

.service-card--text p {
  color: rgba(255, 255, 255, 0.78);
}

.service-card--text a {
  color: #fff;
}

.service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-weight: 900;
}

.feature-band {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  background: var(--navy);
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.feature-band img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
}

.feature-band__copy {
  padding: 42px;
  align-self: center;
}

.feature-band__copy p {
  color: rgba(255, 255, 255, 0.76);
}

.diagnostics {
  background: #fff;
}

.diagnostic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.diagnostic-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.diagnostic-grid article:hover {
  border-color: rgba(18, 102, 176, 0.34);
  box-shadow: 0 12px 26px rgba(16, 24, 32, 0.08);
}

.diagnostic-grid p {
  color: var(--muted);
}

.diagnostic-grid a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.brands,
.process,
.contact {
  background: var(--soft);
}

.brand-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brand-cloud span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #263846;
  font-weight: 800;
}

.brand-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.brand-detail-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.brand-detail-grid h3 {
  font-size: 19px;
}

.brand-detail-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.areas__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: 48px;
  align-items: center;
}

.areas img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  font-weight: 800;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: inset 0 0 0 4px #dff4ef;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.area-list span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 8px;
  background: #e9f4fb;
  color: var(--navy);
  font-weight: 900;
}

.standards {
  background: var(--navy);
  color: #fff;
}

.standards .eyebrow {
  color: #9de2d3;
}

.standards p {
  color: rgba(255, 255, 255, 0.76);
}

.standards__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: 46px;
  align-items: center;
}

.standards-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.standards-list article {
  min-height: 170px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.standards-list h3 {
  color: #fff;
}

.process-grid,
.seo-copy__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.process-grid article,
.seo-copy article {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--amber);
  color: #211500;
  font-weight: 900;
}

.process-grid p,
.seo-copy p,
.areas p,
.contact__copy p,
.site-footer p {
  color: var(--muted);
}

.seo-copy__grid {
  grid-template-columns: repeat(2, 1fr);
}

.seo-copy h2 {
  font-size: 26px;
}

.proof {
  background: #fff;
}

.proof__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.8fr);
  gap: 22px;
}

.proof__card,
.proof-list article {
  border-radius: 8px;
}

.proof__card {
  padding: 34px;
}

.proof__card--dark {
  background:
    linear-gradient(135deg, rgba(10, 42, 67, 0.98), rgba(18, 102, 176, 0.86)),
    var(--navy);
  color: #fff;
}

.proof__card--dark .eyebrow {
  color: #9de2d3;
}

.proof__card--dark p {
  color: rgba(255, 255, 255, 0.78);
}

.proof-list {
  display: grid;
  gap: 14px;
}

.proof-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 0 16px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--soft);
}

.proof-list strong {
  grid-row: span 2;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff;
  color: var(--blue);
  font-size: 24px;
}

.proof-list h3,
.proof-list p {
  margin-bottom: 0;
}

.faq {
  background: var(--soft);
}

.faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(420px, 1fr);
  gap: 46px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.faq-list summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;
  color: var(--navy);
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--muted);
}

.final-cta {
  padding: 54px 0;
  background:
    linear-gradient(90deg, rgba(10, 42, 67, 0.95), rgba(14, 124, 123, 0.9)),
    var(--navy);
  color: #fff;
}

.final-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.final-cta h2,
.final-cta p {
  margin-bottom: 0;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.final-cta__inner div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.map-section {
  background: #fff;
}

.map-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(420px, 1fr);
  gap: 34px;
  align-items: center;
}

.map-section__copy p:not(.eyebrow) {
  color: var(--muted);
}

.map-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.map-card {
  overflow: hidden;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  box-shadow: var(--shadow);
}

.map-card iframe {
  width: 100%;
  height: 430px;
  display: block;
}

.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.65fr);
  gap: 42px;
  align-items: start;
}

.contact-cards {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.contact-cards a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-cards strong {
  color: var(--navy);
}

.contact-cards span {
  color: var(--blue);
  font-weight: 900;
}

.request-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.request-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-weight: 900;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfd8e2;
  border-radius: 8px;
  padding: 12px 14px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}

.request-form textarea {
  resize: vertical;
}

.site-footer {
  padding: 58px 0 86px;
  background: #101820;
  color: #fff;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 1fr;
  gap: 42px;
}

.site-footer img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-bottom: 18px;
}

.site-footer h2 {
  font-size: 18px;
}

.site-footer a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 8px;
}

.footer__bottom {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.mobile-actions {
  display: none;
}

.floating-call {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  width: 280px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(10, 42, 67, 0.24);
}

.floating-call a {
  display: block;
  text-decoration: none;
}

.floating-call a:first-child {
  padding: 16px;
  background: var(--navy);
  color: #fff;
}

.floating-call a:last-child {
  padding: 12px 16px;
  background: var(--green);
  color: #fff;
  text-align: center;
  font-weight: 900;
}

.floating-call span,
.floating-call strong {
  display: block;
}

.floating-call span {
  color: #b8e2ff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.floating-call strong {
  font-size: 25px;
  line-height: 1.1;
}

@media (max-width: 980px) {
  .topbar__inner {
    justify-content: center;
    flex-wrap: wrap;
    padding: 8px 0;
    gap: 10px 18px;
  }

  .topbar__inner span {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .navbar {
    min-height: 70px;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .nav-cta {
    display: none;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    display: none;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 11px 8px;
  }

  .hero__grid,
  .section-heading--split,
  .areas__grid,
  .standards__grid,
  .proof__grid,
  .faq__grid,
  .map-section__grid,
  .contact__grid,
  .feature-band,
  .conversion-panel__inner,
  .final-cta__inner,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .hero__grid {
    min-height: auto;
    padding-top: 46px;
  }

  .hero__media img {
    height: auto;
  }

  .service-grid,
  .process-grid,
  .diagnostic-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid,
  .brand-detail-grid,
  .standards-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-strip__grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 18px 0;
  }

  .conversion-panel__actions {
    min-width: 0;
  }

  .final-cta__inner div {
    justify-content: flex-start;
  }

  .map-card,
  .map-card iframe {
    min-height: 360px;
    height: 360px;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 70px;
  }

  .container {
    width: min(100% - 24px, 1180px);
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .hero__facts,
  .quick-strip__grid,
  .trust-grid,
  .brand-detail-grid,
  .standards-list,
  .seo-copy__grid {
    grid-template-columns: 1fr;
  }

  .hero__actions .button,
  .conversion-panel__actions .button,
  .map-section__actions .button,
  .final-cta__inner .button {
    width: 100%;
  }

  .hero__call-card {
    position: static;
    width: 100%;
    border-radius: 0;
  }

  .section {
    padding: 62px 0;
  }

  .feature-band__copy,
  .request-form {
    padding: 24px;
  }

  .contact-cards a,
  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .proof-list article {
    grid-template-columns: 1fr;
  }

  .proof-list strong {
    grid-row: auto;
    margin-bottom: 12px;
  }

  .floating-call {
    display: none;
  }

  .mobile-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 -10px 26px rgba(16, 24, 32, 0.14);
  }

  .mobile-actions a {
    min-height: 58px;
    display: grid;
    place-items: center;
    text-decoration: none;
    color: #fff;
    font-weight: 900;
  }

  .mobile-actions a:first-child {
    background: var(--blue);
  }

  .mobile-actions a:last-child {
    background: var(--green);
  }
}
