:root {
  --blue: #064f9e;
  --blue-dark: #033b78;
  --blue-soft: #e7f0fb;
  --ink: #162033;
  --muted: #5d697c;
  --line: #dce6f2;
  --soft: #f5f9fd;
  --white: #ffffff;
  --shadow: 0 14px 34px rgba(17, 40, 78, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.container {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 10;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  margin: 8px;
  background: var(--ink);
  color: var(--white);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.brand img,
.footer-brand img,
.link-card img {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  object-fit: cover;
}

.brand span {
  display: block;
  line-height: 1.1;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.main-nav a:hover,
.main-nav a:focus {
  color: var(--blue);
}

.nav-cta {
  padding: 9px 14px;
  border-radius: 8px;
  color: var(--white) !important;
  background: var(--blue);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  padding: 54px 0 44px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.hero-grid,
.split,
.cta-grid,
.contact-grid,
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 36px;
  align-items: center;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(2rem, 8vw, 3.55rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(1.55rem, 5vw, 2.35rem);
  line-height: 1.15;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 8px;
  font-size: 1.06rem;
  line-height: 1.25;
}

.lead {
  margin: 18px 0 0;
  max-width: 640px;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.button.primary {
  background: var(--blue);
  color: var(--white);
}

.button.secondary {
  border-color: var(--line);
  background: var(--white);
  color: var(--blue-dark);
}

.button.light {
  background: var(--white);
  color: var(--blue-dark);
}

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

.hero-panel {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.route-visual {
  width: 100%;
  aspect-ratio: 720 / 393;
  object-fit: cover;
  border-radius: 8px;
  background: var(--soft);
}

.stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.stat-row div,
.quick-card,
.measure,
.service-list article,
.benefit-grid div,
.contact-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.stat-row div,
.quick-card {
  padding: 14px;
}

.stat-row strong,
.quick-card strong,
.measure strong {
  display: block;
  line-height: 1.25;
}

.stat-row span,
.quick-card span,
.measure span {
  color: var(--muted);
  font-size: 0.88rem;
}

.quick-card {
  margin-top: 12px;
  background: var(--blue-soft);
}

.trust-strip {
  border-block: 1px solid var(--line);
  background: var(--white);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

.trust-grid span {
  padding: 16px 8px;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 700;
  text-align: center;
}

.section {
  padding: 64px 0;
}

.section.soft,
.contact-section {
  background: var(--soft);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading.compact {
  margin-bottom: 20px;
}

.section-heading p,
.split p {
  color: var(--muted);
}

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

.service-list article,
.benefit-grid div {
  padding: 18px;
}

.service-list p,
.benefit-grid p {
  margin: 0;
  color: var(--muted);
}

.measure-grid,
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

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

.measure {
  padding: 18px;
}

.measure strong {
  color: var(--blue-dark);
  font-size: 1.2rem;
}

.note {
  margin: 18px 0 0;
  color: var(--muted);
}

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

.tag-cloud span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--blue-dark);
  font-weight: 700;
}

.reverse {
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  padding: 12px 14px;
  border-left: 4px solid var(--blue);
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(17, 40, 78, 0.05);
}

.cta-band {
  padding: 42px 0;
  background: var(--blue);
  color: var(--white);
}

.cta-band .eyebrow,
.cta-band p {
  color: #dcecff;
}

.cta-grid {
  grid-template-columns: minmax(0, 1fr) auto;
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

summary {
  cursor: pointer;
  padding: 16px;
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 16px 16px;
  color: var(--muted);
}

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

.contact-box {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.contact-box a {
  color: var(--blue-dark);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.site-footer {
  padding: 34px 0 96px;
  background: #111827;
  color: #dce6f2;
}

.footer-grid {
  grid-template-columns: minmax(0, 1.2fr) auto;
  align-items: start;
}

.footer-brand {
  margin-bottom: 12px;
}

.site-footer p {
  max-width: 620px;
  margin: 6px 0;
  color: #b8c4d6;
  font-size: 0.9rem;
}

.footer-links {
  display: grid;
  gap: 8px;
  color: #ffffff;
  font-weight: 700;
}

.whatsapp-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #128c4a;
  color: var(--white);
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(18, 140, 74, 0.32);
}

.whatsapp-float::before {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M16 4.5c-6.4 0-11.5 4.9-11.5 11 0 2.2.7 4.2 1.9 5.9L5 27.5l6.3-1.6c1.5.6 3 .9 4.7.9 6.4 0 11.5-4.9 11.5-11S22.4 4.5 16 4.5Z'/%3E%3Cpath fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M11.7 11.5c.4 4 3 6.8 7.5 8.3l2-2.1-2.7-1.4-1.3 1.2c-1.7-.8-2.9-2-3.5-3.5l1.2-1.3-1.5-2.6-1.7 1.4Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.whatsapp-float span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.links-page {
  min-height: 100vh;
  background: var(--soft);
}

.link-hub {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px 12px;
}

.link-card {
  width: min(100%, 430px);
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  text-align: center;
}

.link-card img {
  margin: 0 auto 14px;
}

.link-card h1 {
  font-size: 2rem;
}

.link-card p {
  color: var(--muted);
}

.link-actions {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.link-note {
  margin-bottom: 0;
  font-size: 0.9rem;
}

@media (max-width: 860px) {
  .container {
    width: min(100% - 24px, 720px);
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    inset: 68px 12px auto;
    display: none;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: grid;
    gap: 8px;
  }

  .main-nav a {
    padding: 10px 8px;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-grid,
  .split,
  .reverse,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    padding: 14px;
  }

  .trust-grid,
  .measure-grid,
  .benefit-grid {
    grid-template-columns: 1fr 1fr;
  }

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

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

@media (max-width: 520px) {
  body {
    font-size: 15px;
  }

  .header-inner {
    min-height: 62px;
  }

  .main-nav {
    inset: 62px 12px auto;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  h1 {
    font-size: 2rem;
  }

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

  .stat-row,
  .trust-grid,
  .measure-grid,
  .benefit-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 46px 0;
  }

  .tag-cloud span {
    width: calc(50% - 5px);
    text-align: center;
  }

  .whatsapp-float {
    right: 12px;
    bottom: 12px;
    left: auto;
    width: 56px;
    height: 56px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button:hover,
  .button:focus {
    transform: none;
  }
}
