:root {
  --primary-blue: #17479e;
  --secondary-green: #2cb34a;
  --secondary-green-accessible: #1f7a34;
  --accent-green: #8dc63f;
  --ink: #1f2937;
  --muted: #64748b;
  --surface: #f8fafc;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  color: var(--ink);
  background: var(--surface);
}

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

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 8px;
  background: #ffffff;
  color: #17479e;
  font-weight: 700;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible {
  outline: 3px solid #17479e;
  outline-offset: 3px;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.topbar {
  background: var(--white);
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}

.brand img {
  width: 170px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
}

.nav-links a {
  padding: 8px 12px;
  border-radius: 10px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: var(--white);
  border: 1px solid #e2e8f0;
  cursor: pointer;
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hamburger:focus-visible {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease, width 0.2s ease;
}

.hamburger span:nth-child(2) {
  width: 16px;
}

.hamburger:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--primary-blue);
  background: #eff6ff;
}

.lang-switcher {
  position: relative;
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #cbd5e1;
  background: var(--white);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  border-radius: 999px;
  padding: 7px 12px;
  cursor: pointer;
}

.lang-toggle:hover {
  border-color: var(--primary-blue);
}

.lang-icon {
  font-size: 0.9rem;
}

.lang-caret {
  display: inline-block;
  transition: transform 0.2s ease;
}

.lang-toggle[aria-expanded="true"] .lang-caret {
  transform: rotate(180deg);
}

.lang-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  left: auto;
  min-width: 150px;
  background: var(--white);
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 40;
}

.lang-menu[hidden] {
  display: none !important;
}

.lang-btn {
  border: 1px solid transparent;
  background: var(--white);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  border-radius: 8px;
  padding: 8px 10px;
  text-align: left;
  cursor: pointer;
}

.lang-btn:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
}

.lang-btn.active {
  background: var(--primary-blue);
  color: var(--white);
}

.btn {
  display: inline-block;
  border: 0;
  border-radius: 10px;
  padding: 12px 18px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  cursor: pointer;
}

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

.btn-secondary {
  background: var(--secondary-green-accessible);
  color: var(--white);
}

.home-hero-link {
  border: 1px solid #bfd1e8;
  background: rgba(255, 255, 255, 0.72);
  color: #17479e;
}

.home-signature-hero {
  position: relative;
  min-height: clamp(620px, calc(100vh - 180px), 720px);
  overflow: hidden;
  background: #0f172a;
  color: #ffffff;
  isolation: isolate;
}

.home-signature-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 26%;
}

.home-signature-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 21, 42, 0.95) 0%, rgba(9, 21, 42, 0.82) 38%, rgba(9, 21, 42, 0.38) 66%, rgba(9, 21, 42, 0.1) 100%),
    linear-gradient(0deg, rgba(9, 21, 42, 0.36), rgba(9, 21, 42, 0.08));
}

.home-signature-content {
  min-height: clamp(620px, calc(100vh - 180px), 720px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px 0 30px;
}

.home-signature-kicker,
.home-section-kicker {
  margin: 0 0 16px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: uppercase;
}

.home-signature-kicker {
  max-width: 460px;
  color: #9fd5b0;
}

.home-signature-hero h1 {
  max-width: 720px;
  margin: 0 0 18px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(3rem, 7vw, 6.6rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.96;
  overflow-wrap: break-word;
}

.home-signature-lead {
  max-width: 650px;
  margin: 0;
  color: #dbeafe;
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.72;
}

.home-signature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}

.home-signature-actions .btn-primary {
  background: var(--secondary-green-accessible);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(44, 179, 74, 0.24);
}

.home-signature-actions .home-hero-link {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.home-signature-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 760px);
  margin-top: auto;
  padding-top: 64px;
}

.home-signature-rail span {
  display: flex;
  min-height: 96px;
  flex-direction: column;
  justify-content: center;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.home-signature-rail strong {
  margin-bottom: 6px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
}

.home-signature-rail small {
  color: #cbd5e1;
  font-size: 0.86rem;
  line-height: 1.45;
}

.home-intent {
  background: #ffffff;
  padding: 62px 0;
}

.home-intent-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: end;
}

.home-section-kicker {
  color: #17479e;
}

.home-intent h2,
.home-section-heading h2,
.home-founder h2 {
  margin: 0;
  color: #10233f;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2rem, 3.7vw, 4rem);
  line-height: 1.06;
  overflow-wrap: break-word;
}

.home-intent p {
  margin: 0;
  color: #475569;
  font-size: 1.08rem;
  line-height: 1.75;
}

.home-pathways {
  background: #f4f8fd;
  border-top: 1px solid #dbe7fb;
  border-bottom: 1px solid #dbe7fb;
  padding: 74px 0;
}

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

.home-pathways-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-pathway {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid #d8e5f4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.home-pathway:hover {
  transform: translateY(-5px);
  border-color: #9cc7f5;
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.12);
}

.home-pathway span {
  color: var(--secondary-green-accessible);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home-pathway strong {
  display: block;
  margin: 22px 0 12px;
  color: #10233f;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.32rem;
  line-height: 1.18;
}

.home-pathway p {
  margin: 0;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.58;
}

.home-founder {
  background: #ffffff;
  padding: 76px 0;
}

.home-founder-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.home-founder-image {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.16);
}

.home-founder-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 18%;
}

.home-founder-copy > p:not(.home-section-kicker) {
  max-width: 660px;
  margin: 18px 0 0;
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.75;
}

.home-founder-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0;
}

.home-founder-points span {
  min-height: 78px;
  padding: 14px;
  border: 1px solid #d8e5f4;
  border-radius: 8px;
  color: #17479e;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
}

.section {
  padding: 64px 0;
}

.section h2 {
  margin: 0 0 10px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}

.section-intro {
  margin: 0 0 26px;
  color: var(--muted);
}

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

.card {
  background: var(--white);
  border-radius: 14px;
  padding: 20px;
  border: 1px solid #e2e8f0;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: -0.015em;
  color: var(--primary-blue);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
}

.card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #334155;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.panel {
  background: var(--white);
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 22px;
}

.panel h2 {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin: 0 0 14px 0;
  color: #0f172a;
}

.panel h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1.4;
  letter-spacing: -0.015em;
  margin: 0 0 10px 0;
  color: #1e293b;
}

.panel p {
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 16px 0;
  color: #475569;
}

.panel ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.panel li {
  margin-bottom: 8px;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #475569;
}

.contact-form {
  display: grid;
  gap: 10px;
}

.contact-form label {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 10px 12px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.95rem;
  background: var(--white);
}

.contact-form textarea {
  resize: vertical;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 60;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: whatsapp-bob 2s ease-in-out infinite;
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.35);
  z-index: -1;
  animation: whatsapp-ripple 2.2s ease-out infinite;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.28);
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes whatsapp-ripple {
  0% {
    transform: scale(1);
    opacity: 0.75;
  }
  70% {
    transform: scale(1.45);
    opacity: 0;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

@keyframes whatsapp-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

.footer {
  background: #0f172a;
  color: #cbd5e1;
  border-top: 1px solid rgba(148, 163, 184, 0.24);
  padding: 28px 0;
  font-size: 0.94rem;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-tagline {
  color: #94a3b8;
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .services-hero-grid,
  .services-conversion-grid,
  .split,
  .cards {
    grid-template-columns: 1fr;
  }

  .services-hero {
    padding: 56px 0;
  }

  .services-hero-media,
  .services-conversion-media {
    width: min(100%, 640px);
  }

  .services-trust-grid {
    grid-template-columns: 1fr;
  }

  .services-conversion {
    padding: 52px 0;
  }

  .nav {
    flex-wrap: wrap;
    gap: 10px;
  }

  .brand {
    order: 1;
  }

  .hamburger {
    display: none;
  }

  .nav-links {
    order: 3;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    max-height: none;
    opacity: 1;
    transform: none;
  }

  .nav-links.active {
    display: flex;
    max-height: 320px;
    opacity: 1;
    transform: translateY(0);
  }

  .nav-links a {
    width: 100%;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 0.92rem;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-links a:hover,
  .nav-links a.active {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: var(--primary-blue);
  }

  .lang-switcher {
    order: 2;
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
  }

  .brand img {
    width: 145px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
  }
}

.card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-actions {
  margin-top: auto;
  padding-top: 10px;
}

.services-hero {
  background: #f4f8fd;
  border-bottom: 1px solid #dbe7fb;
  padding: 72px 0;
}

.services-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

.services-hero-grid > *,
.services-conversion-grid > *,
.services-choice-grid > *,
.contact-hero-grid > *,
.contact-workspace-grid > *,
.contact-support-grid > *,
.service-detail-hero-grid > *,
.service-detail-layout > * {
  min-width: 0;
}

.services-hero-copy {
  min-width: 0;
}

.services-kicker,
.services-section-label {
  margin: 0 0 14px;
  color: #17479e;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}

.services-hero h1 {
  max-width: 680px;
  margin: 0 0 18px;
  color: #10233f;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2.45rem, 4.1vw, 4.2rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.04;
}

.services-hero p,
.services-conversion p {
  max-width: 620px;
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.75;
}

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

.services-ghost-btn {
  border: 1px solid #bfd1e8;
  background: rgba(255, 255, 255, 0.72);
  color: #17479e;
}

.services-hero-media,
.services-conversion-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 71, 158, 0.14);
  border-radius: 8px;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.14);
}

.services-hero-media img,
.services-conversion-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.services-hero-media img {
  object-position: center;
}

.services-trust-band {
  background: #10233f;
  color: #ffffff;
  padding: 22px 0;
}

.services-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.services-trust-item {
  min-height: 106px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.services-trust-item strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
}

.services-trust-item span {
  color: #cbd5e1;
  font-size: 0.94rem;
  line-height: 1.55;
}

.services-page .section-premium {
  position: relative;
}

.services-page .section-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 71, 158, 0.04), transparent 55%);
  pointer-events: none;
}

.services-page .cards {
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  align-items: stretch;
  gap: 20px;
}

.services-page .card,
.service-detail-page .panel {
  border: 1px solid #dbe7fb;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.services-page .card {
  min-height: 250px;
}

.services-page .card h3,
.services-page .card p {
  overflow-wrap: break-word;
}

.services-page .card:hover,
.service-detail-page .panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
  border-color: #bfdbfe;
}

.services-conversion {
  background: #eef6f1;
  border-top: 1px solid #d7eadf;
  border-bottom: 1px solid #d7eadf;
  padding: 64px 0;
}

.services-conversion-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.78fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.services-conversion h2 {
  max-width: 700px;
  margin: 0 0 14px;
  color: #10233f;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.12;
}

.services-conversion-media img {
  min-height: 320px;
  object-position: 35% center;
}

.service-detail-page #service-number {
  margin: 0 0 10px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  color: var(--primary-blue);
}

.service-list {
  margin: 14px 0 0;
  padding-left: 18px;
}

.service-list li {
  margin: 9px 0;
}

.footer-contact-block {
  max-width: 410px;
  color: #dbeafe;
}

.footer-contact-block h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.25;
}

.footer-contact-block p {
  margin: 0 0 12px;
  color: #aebed4;
  font-size: 0.9rem;
  line-height: 1.55;
}

.footer-contact-block ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contact-block li {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: baseline;
  color: #e2e8f0;
}

.footer-contact-block strong {
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.86rem;
}

.footer-contact-block a {
  color: #c7d2fe;
}

.footer-contact-block a:hover {
  color: #ffffff;
}

.services-choice {
  background: #ffffff;
  padding: 58px 0;
}

.services-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.services-choice-copy {
  grid-column: 1 / -1;
  max-width: 760px;
  padding-right: 0;
}

.services-choice-copy h2 {
  margin: 0 0 12px;
  color: #10233f;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(1.7rem, 2.8vw, 2.6rem);
  line-height: 1.08;
}

.services-choice-copy p {
  margin: 0;
  color: #475569;
  line-height: 1.7;
}

.service-choice-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #d8e5f4;
  border-radius: 8px;
  background: #f8fbff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.service-choice-card:hover {
  transform: translateY(-4px);
  border-color: #9cc7f5;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
}

.service-choice-card span {
  color: var(--secondary-green-accessible);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.service-choice-card strong {
  display: block;
  margin: 20px 0 10px;
  color: #10233f;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.12rem;
  line-height: 1.25;
}

.service-choice-card p {
  margin: 0;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.55;
}

.contact-page,
.thankyou-page {
  background: #f7fafc;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  background: #10233f;
  color: #ffffff;
  padding: 72px 0;
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 35, 63, 0.98) 0%, rgba(16, 35, 63, 0.88) 52%, rgba(16, 35, 63, 0.48) 100%),
    linear-gradient(0deg, rgba(44, 179, 74, 0.12), rgba(23, 71, 158, 0.1));
  pointer-events: none;
}

.contact-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
}

.page-kicker {
  margin: 0 0 14px;
  color: #9fd5b0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}

.contact-hero h1,
.service-detail-hero h1,
.thankyou-panel h1 {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.contact-hero h1 {
  max-width: 760px;
  font-size: clamp(2.5rem, 5.2vw, 5.4rem);
  line-height: 0.98;
}

.contact-hero-text {
  width: min(100%, 680px);
  max-width: 680px;
  margin: 20px 0 0;
  color: #dbeafe;
  font-size: 1.08rem;
  line-height: 1.72;
  overflow-wrap: break-word;
}

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

.contact-hero-actions .btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.contact-hero-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.25);
}

.contact-hero-media img {
  display: block;
  width: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: center;
}

.contact-assurance {
  background: #ffffff;
  border-bottom: 1px solid #dbe7fb;
  padding: 26px 0;
}

.contact-assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.contact-assurance-item,
.contact-method,
.service-proof-item,
.thankyou-action {
  border: 1px solid #d8e5f4;
  border-radius: 8px;
  background: #ffffff;
}

.contact-assurance-item {
  min-height: 104px;
  padding: 18px;
}

.contact-assurance-item strong,
.contact-method strong,
.service-proof-item strong,
.thankyou-action strong {
  display: block;
  color: #10233f;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.28;
}

.contact-assurance-item span,
.contact-method span,
.service-proof-item span,
.thankyou-action span {
  display: block;
  margin-top: 7px;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.5;
}

.contact-workspace {
  padding: 70px 0;
}

.contact-workspace-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1fr);
  gap: clamp(24px, 4.5vw, 58px);
  align-items: start;
}

.contact-methods {
  display: grid;
  gap: 12px;
}

.contact-method {
  display: block;
  padding: 18px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-method:hover {
  transform: translateY(-3px);
  border-color: #9cc7f5;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.1);
}

.contact-method small {
  display: block;
  margin-top: 10px;
  color: var(--primary-blue);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
}

.contact-form-panel {
  border: 1px solid #d8e5f4;
  border-radius: 8px;
  background: #ffffff;
  padding: clamp(22px, 4vw, 34px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.contact-form-panel h2,
.contact-support h2,
.contact-workspace aside h2,
.service-main-panel h2,
.service-action-panel h2,
.service-process h2,
.service-gallery-modern h2 {
  margin: 0 0 12px;
  color: #10233f;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  line-height: 1.14;
}

.contact-form-panel > p,
.contact-support p,
.contact-workspace aside > p:not(.page-kicker),
.service-action-panel p,
.service-process p {
  margin: 0 0 22px;
  color: #475569;
  line-height: 1.68;
}

.contact-form {
  gap: 12px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  min-height: 48px;
  border-color: #cbd9eb;
  border-radius: 8px;
  background: #fbfdff;
}

.contact-form textarea {
  min-height: 138px;
}

.contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-privacy-note {
  margin: 2px 0 6px;
  color: #475569;
  font-size: 0.86rem;
  line-height: 1.5;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(23, 71, 158, 0.14);
  outline: 0;
}

.contact-support {
  background: #eef6f1;
  border-top: 1px solid #d7eadf;
  padding: 58px 0;
}

.contact-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.contact-support-step {
  min-height: 150px;
  padding: 20px;
  border: 1px solid #d7eadf;
  border-radius: 8px;
  background: #ffffff;
}

.contact-support-step span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 999px;
  background: var(--secondary-green-accessible);
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}

.contact-support-step strong {
  display: block;
  color: #10233f;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.28;
}

.contact-support-step p {
  margin: 8px 0 0;
  color: #475569;
  font-size: 0.94rem;
  line-height: 1.55;
}

.service-detail-hero {
  position: relative;
  overflow: hidden;
  background: #10233f;
  color: #ffffff;
  padding: 58px 0;
}

.service-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 35, 63, 0.96), rgba(16, 35, 63, 0.82)),
    linear-gradient(135deg, rgba(44, 179, 74, 0.2), rgba(23, 71, 158, 0.12));
  pointer-events: none;
}

.service-detail-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 24px;
  align-items: end;
}

.service-detail-hero h1 {
  max-width: 780px;
  margin: 14px 0 14px;
  font-size: clamp(2.1rem, 4.2vw, 4rem);
  line-height: 1.02;
}

.service-detail-hero p {
  max-width: 720px;
  margin: 0;
  color: #dbeafe;
  font-size: 1.05rem;
  line-height: 1.72;
}

.service-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #bfdbfe;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}

.service-hero-aside {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 20px;
}

.service-hero-aside strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
}

.service-detail-content {
  padding: 64px 0;
}

.service-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: 24px;
  align-items: start;
}

.service-main-panel,
.service-action-panel,
.service-process,
.service-gallery-modern {
  border: 1px solid #d8e5f4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.service-main-panel,
.service-action-panel,
.service-process {
  padding: clamp(22px, 3.2vw, 32px);
}

.service-main-panel p {
  color: #475569;
  font-size: 1.02rem;
  line-height: 1.72;
}

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

.service-list li {
  position: relative;
  margin: 0;
  padding: 12px 12px 12px 38px;
  border: 1px solid #e2ecf8;
  border-radius: 8px;
  background: #f8fbff;
  color: #334155;
}

.service-list li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 14px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--secondary-green);
}

.service-action-panel {
  position: sticky;
  top: 98px;
}

.service-action-panel h2 {
  font-size: clamp(1.45rem, 2vw, 1.85rem);
}

.service-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.service-proof-item {
  min-height: 128px;
  padding: 18px;
}

.service-process,
.service-gallery-modern {
  margin-top: 24px;
}

.service-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.service-process-list span {
  display: block;
  min-height: 118px;
  padding: 18px;
  border: 1px solid #d8e5f4;
  border-radius: 8px;
  background: #f8fbff;
  color: #334155;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.4;
}

.service-gallery-modern {
  padding: clamp(18px, 3vw, 24px);
}

.service-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-gallery-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
}

.thankyou-hero {
  min-height: calc(100vh - 86px);
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(16, 35, 63, 0.92), rgba(16, 35, 63, 0.72)),
    url("../photos%20hermnana/Portada.jpeg") center 28% / cover;
  color: #ffffff;
  padding: 64px 0;
}

.thankyou-panel {
  max-width: 720px;
}

.thankyou-panel h1 {
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 1;
}

.thankyou-panel p {
  max-width: 620px;
  margin: 18px 0 0;
  color: #dbeafe;
  font-size: 1.08rem;
  line-height: 1.72;
}

.thankyou-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.thankyou-next {
  background: #ffffff;
  padding: 54px 0;
}

.thankyou-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.thankyou-action {
  padding: 20px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
}

.reveal-ready {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

.services-page .cards .card:nth-child(2) {
  transition-delay: 0.04s;
}

.services-page .cards .card:nth-child(3) {
  transition-delay: 0.08s;
}

.services-page .cards .card:nth-child(4) {
  transition-delay: 0.12s;
}

.services-page .cards .card:nth-child(5) {
  transition-delay: 0.16s;
}

.services-page .cards .card:nth-child(6) {
  transition-delay: 0.2s;
}

.services-page .cards .card:nth-child(7) {
  transition-delay: 0.24s;
}

.services-page .cards .card:nth-child(8) {
  transition-delay: 0.28s;
}

.services-page .cards .card:nth-child(9) {
  transition-delay: 0.32s;
}

.services-page .cards .card:nth-child(10) {
  transition-delay: 0.36s;
}

.services-page .cards .card:nth-child(11) {
  transition-delay: 0.4s;
}

.services-page .cards .card:nth-child(12) {
  transition-delay: 0.44s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready,
  .reveal-visible,
  .services-page .card,
  .whatsapp-float,
  .whatsapp-float::before {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }
}

@media (max-width: 900px) {
  .services-choice-grid,
  .contact-hero-grid,
  .contact-workspace-grid,
  .contact-support-grid,
  .service-detail-hero-grid,
  .service-detail-layout,
  .service-proof-grid,
  .service-process-list,
  .thankyou-next-grid {
    grid-template-columns: 1fr;
  }

  .services-choice-copy {
    padding-right: 0;
  }

  .contact-hero,
  .service-detail-hero {
    padding: 54px 0;
  }

  .contact-hero-media {
    width: min(100%, 520px);
  }

  .contact-hero-media img {
    min-height: 320px;
  }

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

  .contact-support-grid {
    gap: 12px;
  }

  .service-action-panel {
    position: static;
  }

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

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

}

@media (max-width: 600px) {
  .container {
    width: min(1120px, calc(100% - 32px));
  }

  .services-choice-grid,
  .contact-assurance-grid,
  .service-gallery-grid {
    grid-template-columns: 1fr;
  }

  .services-choice,
  .contact-workspace,
  .contact-support,
  .thankyou-next {
    padding: 46px 0;
  }

  .contact-hero h1 {
    width: min(100%, 350px);
    font-size: clamp(2.2rem, 12vw, 3.2rem);
    line-height: 1.04;
  }

  .contact-hero-text,
  .contact-hero-actions,
  .contact-hero-media {
    width: min(100%, calc(100vw - 40px));
    max-width: 350px;
  }

  .contact-hero-text,
  .service-detail-hero p,
  .thankyou-panel p {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .contact-hero-actions,
  .thankyou-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-hero-actions .btn,
  .thankyou-actions .btn,
  .contact-form button {
    width: 100%;
    text-align: center;
  }

  .contact-hero-media img {
    min-height: 260px;
  }

  .service-detail-hero h1 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .section {
    padding: 44px 0;
  }

  .section h2 {
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .section-intro {
    font-size: 0.94rem;
    margin-bottom: 20px;
  }

  .services-hero h1 {
    font-size: clamp(2rem, 10vw, 2.85rem);
  }

  .services-hero p,
  .services-conversion p {
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .services-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .services-hero-actions .btn {
    width: 100%;
    text-align: center;
  }

  .services-hero-media img,
  .services-conversion-media img {
    min-height: 260px;
  }

  .services-trust-item {
    padding: 16px;
  }

  .cards {
    gap: 14px;
  }

  .card {
    padding: 16px;
  }

  .card h3 {
    font-size: 1.06rem;
  }

  .card p {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .panel {
    padding: 16px;
  }

  .panel h2 {
    font-size: 1.45rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .panel h3 {
    font-size: 1.12rem;
    line-height: 1.35;
    margin-bottom: 8px;
  }

  .panel p {
    font-size: 0.96rem;
    line-height: 1.6;
    margin-bottom: 12px;
  }

  .panel li {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 6px;
  }

  .contact-form {
    gap: 8px;
  }

  .contact-form label {
    font-size: 0.92rem;
    margin-bottom: 2px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 0.93rem;
    padding: 9px 11px;
  }

  .btn {
    font-size: 0.93rem;
    padding: 11px 16px;
  }

  .footer {
    padding: 22px 0;
  }

  .footer-tagline {
    font-size: 0.85rem;
  }

  .whatsapp-float {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width: 900px) {
  .services-hero-grid,
  .services-conversion-grid,
  .services-trust-grid {
    grid-template-columns: 1fr;
  }

  .services-hero .services-kicker,
  .services-hero h1,
  .services-hero p,
  .services-hero-actions {
    max-width: 350px;
  }

  .services-hero h1 {
    font-size: clamp(2rem, 7vw, 2.8rem);
  }

  .services-hero-media,
  .services-conversion-media {
    width: min(100%, 640px);
  }
}

@media (max-width: 900px) {
  .home-signature-hero {
    padding: 0;
  }

  .home-signature-image {
    object-position: 62% center;
  }

  .home-signature-hero::before {
    background:
      linear-gradient(90deg, rgba(9, 21, 42, 0.95) 0%, rgba(9, 21, 42, 0.82) 62%, rgba(9, 21, 42, 0.24) 100%),
      linear-gradient(0deg, rgba(9, 21, 42, 0.48), rgba(9, 21, 42, 0.08));
  }

  .home-signature-content {
    padding: 72px 0 34px;
  }

  .home-signature-rail,
  .home-intent-grid,
  .home-founder-grid {
    grid-template-columns: 1fr;
  }

  .home-signature-rail {
    width: min(100%, 520px);
    padding-top: 52px;
  }

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

  .home-founder-image {
    width: min(100%, 420px);
  }
}

@media (max-width: 650px) {
  .home-signature-content {
    min-height: 610px;
    padding: 42px 0 24px;
  }

  .home-signature-image {
    object-position: 65% center;
  }

  .home-signature-hero::before {
    background:
      linear-gradient(90deg, rgba(9, 21, 42, 0.97) 0%, rgba(9, 21, 42, 0.88) 66%, rgba(9, 21, 42, 0.38) 100%),
      linear-gradient(0deg, rgba(9, 21, 42, 0.58), rgba(9, 21, 42, 0.1));
  }

  .home-signature-kicker {
    max-width: 300px;
    font-size: 0.76rem;
  }

  .home-signature-hero h1 {
    max-width: 340px;
    font-size: clamp(2.25rem, 11vw, 2.8rem);
    line-height: 1.05;
  }

  .home-signature-lead {
    max-width: 330px;
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .home-signature-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 330px;
  }

  .home-signature-actions .btn {
    width: 100%;
    text-align: center;
  }

  .home-signature-rail {
    display: none;
  }

  .home-intent,
  .home-pathways,
  .home-founder {
    padding: 52px 0;
  }

  .home-intent h2,
  .home-section-heading h2,
  .home-founder h2 {
    font-size: clamp(1.65rem, 7vw, 2.1rem);
    line-height: 1.12;
  }

  .home-intent p,
  .home-founder-copy > p:not(.home-section-kicker) {
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .home-pathways-grid,
  .home-founder-points {
    grid-template-columns: 1fr;
  }

  .home-pathway {
    min-height: 210px;
  }

}
