.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(216, 226, 241, 0.9);
  backdrop-filter: blur(16px);
}

/* Home: remaining compact mobile sections and shared compact footer. */
@media (max-width: 760px) {
  .problem-section,
  .home-value {
    padding: 26px 0;
  }

  .problem-section .solutions-header {
    margin-bottom: 15px;
  }

  .problem-section .solutions-kicker,
  .home-value .eyebrow {
    margin-bottom: 7px;
    font-size: 10px;
  }

  .problem-section .solutions-header h2,
  .home-value .platform h2 {
    margin-bottom: 9px;
    font-size: clamp(23px, 6.8vw, 29px);
    line-height: 1.08;
  }

  .problem-section .solutions-header > p:last-child {
    font-size: 12.5px;
    line-height: 1.45;
  }

  .problem-grid {
    gap: 9px;
    margin-top: 0;
  }

  .problem-card {
    padding: 14px;
    border-radius: 12px;
  }

  .problem-card-title {
    gap: 9px;
    margin-bottom: 10px;
  }

  .problem-icon {
    width: 30px;
    height: 30px;
  }

  .problem-icon svg {
    width: 20px;
    height: 20px;
  }

  .problem-card h3 {
    font-size: 16px;
  }

  .problem-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 12px;
  }

  .problem-list li {
    padding-left: 16px;
    font-size: 10px;
    line-height: 1.3;
  }

  .problem-list li::before {
    top: 4px;
    width: 6px;
    height: 6px;
    box-shadow: 0 0 0 3px #fff3e3;
  }

  .problem-solution {
    min-height: 100px;
    margin: 0;
  }

  .solution-orbit {
    width: 82px;
  }

  .solution-orbit::before {
    inset: -7px;
  }

  .solution-mark {
    width: 27px;
    height: 27px;
    margin-bottom: 1px;
  }

  .solution-wordmark {
    width: 59px;
    height: 15px;
  }

  .solution-text {
    font-size: 9px;
  }

  .solution-shield {
    bottom: -17px;
    width: 29px;
    height: 33px;
  }

  .home-value .platform {
    gap: 15px;
  }

  .home-value .check-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 12px;
    font-size: 10.5px;
  }

  .home-value .check-list li {
    padding-left: 19px;
    line-height: 1.35;
  }

  .home-value .check-list li::before {
    top: 3px;
    width: 9px;
    height: 6px;
  }

  .home-value .quote-card {
    min-height: 112px;
    grid-template-columns: 1fr;
    padding: 16px;
    border-radius: 12px;
    background-position: center 40%;
  }

  .home-value .quote-mark {
    margin-bottom: 4px;
    font-size: 32px;
  }

  .home-value .quote-card p {
    max-width: 235px;
    font-size: 13px;
    line-height: 1.35;
  }

  .pricing .included-title {
    margin: 4px 0 11px;
    font-size: 17px;
  }

  .pricing .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding-bottom: 18px;
  }

  .pricing .trust-item,
  .pricing .trust-item:nth-child(2n) {
    width: 100%;
    min-height: 0;
    grid-template-columns: 25px 1fr;
    gap: 7px;
    margin: 0;
    padding: 10px;
    border: 1px solid #e3eaf4;
    border-radius: 10px;
  }

  .pricing .trust-item:last-child {
    grid-column: 1 / -1;
  }

  .pricing .trust-item svg {
    width: 24px;
    height: 24px;
  }

  .pricing .trust-item strong {
    margin-bottom: 3px;
    font-size: 10.5px;
  }

  .pricing .trust-item span {
    font-size: 8.5px;
    line-height: 1.35;
  }

  .site-footer {
    padding: 22px 0 12px;
  }

  .site-footer .footer-grid,
  .site-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 20px;
  }

  .site-footer .footer-brand {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 14px;
  }

  .site-footer .footer-brand .brand {
    margin-bottom: 0;
  }

  .site-footer .footer-brand .brand-mark {
    width: 31px;
    height: 31px;
  }

  .site-footer .footer-brand .brand-wordmark {
    width: 112px;
    height: 31px;
    background-size: 112px auto;
  }

  .site-footer .footer-brand .brand-claim {
    width: 112px;
    font-size: 6px;
  }

  .site-footer .footer-brand p {
    max-width: none;
    margin: 0;
    font-size: 9.5px;
    line-height: 1.4;
  }

  .site-footer .footer-col:last-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 12px;
  }

  .site-footer .footer-col:last-child h3 {
    grid-column: 1 / -1;
  }

  .site-footer .footer-col h3 {
    margin-bottom: 7px;
    font-size: 10px;
  }

  .site-footer .footer-col a,
  .site-footer .contact-line {
    gap: 6px;
    margin-bottom: 5px;
    font-size: 10px;
  }

  .site-footer .contact-line svg {
    width: 13px;
    height: 13px;
  }

  .site-footer .copyright {
    margin-top: 14px;
    font-size: 9px;
  }
}

/* Home: compact mobile sections reached from Professionals, Clients and Benefits. */
@media (max-width: 760px) {
  .experience-section,
  .client-space,
  .home-benefits {
    padding: 26px 0;
  }

  .experience-section .solutions-header {
    margin-bottom: 16px;
  }

  .experience-section .solutions-kicker,
  .client-space .eyebrow {
    margin-bottom: 7px;
    font-size: 10px;
  }

  .experience-section .solutions-header h2,
  .client-space-copy h2,
  .home-benefits .section-title {
    margin-bottom: 10px;
    font-size: clamp(23px, 6.8vw, 29px);
    line-height: 1.08;
  }

  .experience-section .solutions-header > p:last-child,
  .client-space-copy > p {
    margin-bottom: 14px;
    font-size: 12.5px;
    line-height: 1.45;
  }

  .experience-grid {
    gap: 12px;
    margin-top: 0;
  }

  .experience-card {
    padding: 15px;
    border-radius: 12px;
  }

  .experience-card h3 {
    margin-bottom: 5px;
    font-size: 19px;
  }

  .experience-card p {
    margin-bottom: 11px;
    font-size: 11.5px;
    line-height: 1.4;
  }

  .experience-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 12px;
  }

  .experience-list li,
  .client-feature-list li {
    padding-left: 18px;
    font-size: 10.5px;
    line-height: 1.3;
  }

  .experience-list li::before,
  .client-feature-list li::before {
    top: 3px;
    width: 8px;
    height: 5px;
  }

  .client-space-layout {
    gap: 16px;
  }

  .client-feature-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .client-space-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .client-tile {
    min-height: 0;
    padding: 11px;
    border-radius: 10px;
  }

  .client-tile svg {
    width: 22px;
    height: 22px;
    margin-bottom: 6px;
  }

  .client-tile h3 {
    margin-bottom: 3px;
    font-size: 12px;
  }

  .client-tile p {
    font-size: 9.5px;
    line-height: 1.35;
  }

  .home-benefits .section-title {
    max-width: 430px;
    margin-bottom: 17px;
  }

  .home-benefits .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .home-benefits .audience-item,
  .home-benefits .audience-item:nth-child(2n),
  .home-benefits .audience-item:nth-child(3) {
    min-height: 0;
    padding: 12px 10px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.72);
  }

  .home-benefits .audience-item:last-child {
    grid-column: 1 / -1;
  }

  .home-benefits .audience-item svg {
    width: 27px;
    height: 27px;
    margin-bottom: 6px;
  }

  .home-benefits .audience-item h3 {
    margin-bottom: 4px;
    font-size: 12.5px;
  }

  .home-benefits .audience-item p {
    font-size: 10px;
    line-height: 1.35;
  }
}

@media (max-width: 390px) {
  .experience-list li,
  .client-feature-list li {
    font-size: 9.5px;
  }

  .client-space-copy > p {
    font-size: 11.5px;
  }

  .client-tile {
    padding: 9px;
  }
}

.site-header .nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-header .brand,
.site-footer .brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex: 0 0 auto;
}

.site-header .brand-mark {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.site-header .brand-text,
.site-footer .brand-text {
  display: grid;
  gap: 6px;
}

.site-header .brand-wordmark,
.site-footer .brand-wordmark {
  display: block;
  width: 168px;
  height: 40px;
  overflow: hidden;
  background: url("assets/logos/sikio-slogan.png") center 17% / 168px auto no-repeat;
}

.site-header .brand-claim,
.site-footer .brand-claim {
  display: block;
  width: 168px;
  color: #4e4e4e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: justify;
  text-align-last: justify;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-header .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-left: auto;
}

.site-header .nav-links a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.site-header .nav-links a:hover,
.site-header .login-link:hover,
.site-footer .footer-col a:hover {
  color: var(--blue);
}

.site-header .nav-links a.is-active,
.site-header .nav-item.is-active > a {
  color: var(--blue);
}

.site-header .nav-links > a.is-active,
.site-header .nav-item.is-active > a {
  padding: 10px 14px;
  border-radius: 999px;
  background: #eef5ff;
  box-shadow: inset 0 0 0 1px #cfe0f7;
}

.site-header .nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.site-header .nav-item > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.site-header .nav-item > a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.site-header .dropdown {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  z-index: 40;
  min-width: 230px;
  display: grid;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(6, 27, 78, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-header .dropdown::before {
  content: "";
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  height: 14px;
}

.site-header .dropdown a {
  display: block;
  padding: 11px 12px;
  border-radius: 6px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.site-header .dropdown a:hover,
.site-header .dropdown a:focus,
.site-header .dropdown a.is-active {
  color: var(--blue);
  background: #f3f8ff;
}

.site-header .dropdown-section-label {
  display: block;
  margin: 5px 12px 1px;
  padding-top: 8px;
  border-top: 1px solid #d8e5f6;
  color: #74839b;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.site-header .dropdown a.dropdown-feature-link {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #405573;
  font-size: 11px;
}

.site-header .nav-item:hover .dropdown,
.site-header .nav-item:focus-within .dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.site-header .nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 18px;
}

.site-header .login-link {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.site-header .language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f7fbff;
}

.site-header .language-switch a {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--ink);
  font-size: 18px;
}

.site-header .language-switch a.active {
  background: #fff;
  box-shadow: 0 0 0 2px var(--blue);
}

.site-header .btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border-radius: 7px;
  color: #fff;
  background: var(--blue, #0757f7);
  box-shadow: 0 14px 30px rgba(7, 87, 247, 0.22);
  font-size: 15px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.site-header .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(7, 87, 247, 0.28);
}

.site-header .nav-toggle {
  display: none;
}

.site-header .mobile-only-link,
.site-header .mobile-language-switch {
  display: none;
}

.site-footer {
  padding: 36px 0 18px;
  color: #fff;
  background: linear-gradient(135deg, #061f53 0%, #00142f 100%);
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 1fr 1.1fr;
  gap: 38px;
  align-items: start;
}

.site-footer .footer-brand .brand { margin-bottom: 18px; }
.site-footer .footer-brand .brand-mark { width: 38px; height: 38px; }
.site-footer .footer-brand .brand-wordmark {
  width: 156px;
  height: 42px;
  background-image: url("assets/logos/sikio-slogan-white.png");
  background-size: 156px auto;
}
.site-footer .footer-brand .brand-claim {
  width: 156px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 8px;
}
.site-footer .footer-brand p {
  max-width: 245px;
  margin: 0 0 20px;
  color: #d7e4fb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
.site-footer .footer-col h3 {
  margin: 0 0 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.site-footer .footer-col a,
.site-footer .contact-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
  color: #d7e4fb;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}
.site-footer .contact-line svg {
  width: 16px;
  height: 16px;
  color: #fff;
  flex: 0 0 auto;
}
.site-footer .footer-col a.phone-contact-mobile {
  display: none;
}
.site-footer .copyright {
  margin-top: 28px;
  color: #d7e4fb;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.site-footer .footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 22px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer .footer-legal a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.site-footer .footer-legal a:hover,
.site-footer .footer-legal a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 1101px) and (max-width: 1450px) {
  .site-header .nav {
    gap: 12px;
  }

  .site-header .brand {
    gap: 9px;
  }

  .site-header .brand-mark {
    width: 42px;
    height: 42px;
  }

  .site-header .brand-wordmark,
  .site-header .brand-claim {
    width: 145px;
  }

  .site-header .brand-wordmark {
    height: 35px;
    background-size: 145px auto;
  }

  .site-header .brand-claim {
    font-size: 8px;
  }

  .site-header .nav-links {
    gap: 16px;
  }

  .site-header .nav-links a,
  .site-header .login-link {
    font-size: 13px;
  }

  .site-header .nav-links > a.is-active,
  .site-header .nav-item.is-active > a {
    padding: 9px 11px;
  }

  .site-header .nav-actions {
    gap: 8px;
    margin-left: 5px;
  }

  .site-header .btn {
    min-height: 42px;
    padding: 0 15px;
    font-size: 13px;
  }

  .site-header .language-switch a {
    width: 29px;
    height: 29px;
    font-size: 16px;
  }
}

@media (max-width: 1100px) {
  .site-header .nav { flex-wrap: wrap; padding: 14px 0; }
  .site-header .nav-links {
    order: 3;
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 18px;
    margin-left: 0;
    padding: 6px 0;
    scrollbar-width: none;
  }
  .site-header .nav-links::-webkit-scrollbar { display: none; }
  .site-header .dropdown { left: 0; transform: translate(0, 8px); }
  .site-header .nav-item:hover .dropdown,
  .site-header .nav-item:focus-within .dropdown { transform: translate(0, 0); }
  .site-header .nav-actions { margin-left: auto; }
  .site-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .site-footer .footer-brand { grid-column: 1 / -1; }
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 12px;
}

.whatsapp-float.is-open .whatsapp-float-tooltip {
  display: none;
}

.whatsapp-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 16px);
  width: 340px;
  max-width: calc(100vw - 32px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(6, 27, 78, 0.24);
  animation: whatsapp-panel-in 200ms ease;
}

.whatsapp-panel[hidden] {
  display: none;
}

@keyframes whatsapp-panel-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.whatsapp-panel-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 16px;
  background: linear-gradient(135deg, #075e54 0%, #128c7e 100%);
}

.whatsapp-panel-notice-bar {
  padding: 8px 16px;
  background: #eafaf1;
  color: #075e54;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.whatsapp-panel-avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
}

.whatsapp-panel-avatar svg {
  width: 24px;
  height: 24px;
  fill: #25d366;
}

.whatsapp-panel-heading {
  display: grid;
  gap: 2px;
  margin-right: auto;
}

.whatsapp-panel-title {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.whatsapp-panel-subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 600;
}

.whatsapp-panel-reset,
.whatsapp-panel-close {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: background 160ms ease;
}

.whatsapp-panel-reset:hover,
.whatsapp-panel-reset:focus-visible,
.whatsapp-panel-close:hover,
.whatsapp-panel-close:focus-visible {
  background: rgba(255, 255, 255, 0.18);
}

.whatsapp-panel-reset svg,
.whatsapp-panel-close svg {
  width: 16px;
  height: 16px;
}

.whatsapp-panel-body {
  min-height: 160px;
  max-height: 280px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 16px;
  overflow-y: auto;
  background: #e5ded6;
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
}

.whatsapp-panel-bubble {
  align-self: flex-start;
  max-width: 85%;
  padding: 10px 13px;
  border-radius: 2px 12px 12px 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #1f2c34;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  word-break: break-word;
}

.whatsapp-panel-bubble-sent {
  align-self: flex-end;
  border-radius: 12px 2px 12px 12px;
  background: #dcf8c6;
}

.whatsapp-panel-bubble-error {
  align-self: center;
  background: #fdecea;
  color: #a4302b;
  font-size: 12px;
  font-style: italic;
}

.whatsapp-panel-bubble-notice {
  align-self: center;
  max-width: 100%;
  background: #eef0f2;
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.whatsapp-panel-bubble a {
  color: #0757f7;
  text-decoration: underline;
  word-break: break-all;
}

.whatsapp-panel-bubble-sent a {
  color: #075e54;
}

.whatsapp-panel-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-top: 1px solid #eef1f4;
  background: #fff;
}

.whatsapp-panel-debug {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px 10px;
  background: #fff;
  border-top: 1px dashed #e1e6ec;
}

.whatsapp-panel-debug button {
  padding: 5px 10px;
  border: 1px solid #e1e6ec;
  border-radius: 6px;
  background: #f7f8fa;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.whatsapp-panel-debug button:disabled {
  opacity: 0.6;
  cursor: default;
}

.whatsapp-panel-debug span {
  color: #8a94a3;
  font-size: 11px;
  font-weight: 600;
}

.whatsapp-panel-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #e1e6ec;
  border-radius: 999px;
  background: #f7f8fa;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
}

.whatsapp-panel-input::placeholder {
  color: #8a94a3;
  font-weight: 600;
}

.whatsapp-panel-input:disabled {
  opacity: 0.6;
}

.whatsapp-panel-send {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  cursor: pointer;
  transition: transform 180ms ease;
}

.whatsapp-panel-send:not(:disabled):hover {
  transform: scale(1.06);
}

.whatsapp-panel-send:disabled {
  opacity: 0.6;
  cursor: default;
}

.whatsapp-panel-send svg {
  width: 18px;
  height: 18px;
}

.whatsapp-float-btn {
  position: relative;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ff3b30;
  box-shadow: 0 0 0 2px #fff;
}

.whatsapp-float-badge[hidden] {
  display: none;
}

.whatsapp-float-btn:hover,
.whatsapp-float-btn:focus-visible {
  transform: scale(1.06);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.whatsapp-float-btn svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}

.whatsapp-float-tooltip {
  position: relative;
  order: -1;
  padding: 9px 14px;
  border-radius: 8px;
  background: #061f53;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateX(6px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.whatsapp-float-tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 10px;
  height: 10px;
  background: #061f53;
  transform: translateY(-50%) rotate(45deg);
}

.whatsapp-float:hover .whatsapp-float-tooltip,
.whatsapp-float-btn:focus-visible ~ .whatsapp-float-tooltip {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 460px) {
  .whatsapp-float { right: 16px; bottom: 16px; }
  .whatsapp-float-btn { width: 52px; height: 52px; }
  .whatsapp-float-btn svg { width: 28px; height: 28px; }
  .whatsapp-panel { width: calc(100vw - 32px); }

  .site-header .nav-links { gap: 10px; }
  .site-header .nav-links a,
  .site-header .nav-item > a {
    padding: 9px 13px;
    border-radius: 999px;
    background: #f3f8ff;
  }
  .site-header .nav-item .dropdown a { padding: 10px 12px; border-radius: 6px; background: transparent; }
  .site-header .login-link { display: none; }
  .site-header .language-switch a { width: 30px; height: 30px; }
  .site-footer .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header .nav {
    position: relative;
    min-height: 64px;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 8px 0;
  }

  .site-header .brand {
    gap: 8px;
  }

  .site-header .brand-mark {
    width: 38px;
    height: 38px;
  }

  .site-header .brand-text {
    gap: 3px;
  }

  .site-header .brand-wordmark {
    width: 112px;
    height: 27px;
    background-size: 112px auto;
  }

  .site-header .brand-claim {
    width: 112px;
    font-size: 6px;
  }

  .site-header .nav-toggle {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-content: center;
    gap: 5px;
    flex: 0 0 auto;
    margin-left: auto;
    padding: 0;
    border: 1px solid #d8e2f1;
    border-radius: 10px;
    color: var(--ink);
    background: #fff;
    cursor: pointer;
  }

  .site-header .nav-toggle span {
    width: 19px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: currentColor;
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .site-header .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .site-header .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-header .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    z-index: 50;
    width: auto;
    display: none;
    max-height: calc(100vh - 72px);
    align-items: stretch;
    gap: 4px;
    margin: 0;
    padding: 12px 18px 18px;
    overflow-y: auto;
    border: 1px solid #d8e2f1;
    border-top: 0;
    border-radius: 0 0 16px 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 42px rgba(6, 27, 78, 0.14);
    backdrop-filter: blur(16px);
  }

  .site-header .nav-links.is-open {
    display: flex;
    flex-direction: column;
  }

  .site-header .nav-links a,
  .site-header .nav-item > a,
  .site-header .nav-links > a.is-active,
  .site-header .nav-item.is-active > a {
    width: 100%;
    display: flex;
    min-height: 44px;
    align-items: center;
    padding: 10px 12px;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
  }

  .site-header .nav-links .mobile-only-link {
    display: flex;
    margin-top: 4px;
    border-top: 1px solid #e4edf9;
    border-radius: 0;
  }

  .site-header .mobile-language-switch {
    display: flex;
    gap: 8px;
    padding: 8px 12px 0;
  }

  .site-header .mobile-language-switch a {
    width: auto;
    min-height: 34px;
    padding: 6px 11px;
    border: 1px solid #d8e2f1;
    border-radius: 999px;
    color: #526787;
    font-size: 12px;
  }

  .site-header .mobile-language-switch a.active {
    border-color: #b7cff2;
    color: var(--blue);
    background: #eef5ff;
  }

  .site-header .nav-item {
    display: block;
  }

  .site-header .dropdown {
    position: static;
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin: 0 0 6px;
    padding: 7px;
    border: 0;
    border-radius: 10px;
    background: #f7faff;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .site-header .dropdown a {
    min-width: 0;
    min-height: 46px;
    justify-content: center;
    padding: 7px 4px;
    border: 1px solid #d8e5f6;
    border-radius: 8px;
    color: #526787;
    background: #ffffff;
    font-size: 10px;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }

  .site-header .dropdown a::before {
    display: none;
  }

  .site-header .dropdown a:hover,
  .site-header .dropdown a:focus,
  .site-header .dropdown a.is-active {
    transform: none;
  }

  .site-header .dropdown a:first-child,
  .site-header .dropdown a:last-child {
    grid-column: 1 / -1;
    min-height: 34px;
    justify-content: flex-start;
    margin: 0;
    padding: 7px 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    font-size: 11px;
    letter-spacing: normal;
    text-align: left;
  }

  .site-header .dropdown a:nth-child(2),
  .site-header .dropdown a:nth-child(3),
  .site-header .dropdown a:nth-child(4) {
    padding: 7px 4px;
  }

  .site-header .dropdown a:nth-child(2) {
    border-color: #c9dcff;
    color: #0757f7;
    background: #eef5ff;
  }

  .site-header .dropdown a:nth-child(3) {
    border-color: #bfe7dc;
    color: #087a72;
    background: #ecf9f5;
  }

  .site-header .dropdown a:nth-child(4) {
    border-color: #d9c8f7;
    color: #6a34bd;
    background: #f5f0ff;
  }

  .site-header .dropdown a:nth-child(5) {
    border-color: #dfc8b3;
    color: #8a5737;
    background: #faf3eb;
  }

  .site-header .dropdown-section-label {
    grid-column: 1 / -1;
    margin: 4px 4px 0;
    padding: 8px 6px 2px;
    text-align: left;
  }

  .site-header .dropdown a.dropdown-feature-link {
    min-height: 42px;
    padding: 7px 5px;
    border-color: #cddcf2;
    color: #355276;
    background: #f7faff;
    font-size: 9px;
  }

  .site-header .dropdown a.dropdown-feature-link:nth-of-type(6) { grid-column: 1 / 2; }
  .site-header .dropdown a.dropdown-feature-link:nth-of-type(7) { grid-column: 2 / 4; }

  .site-header .dropdown a.dropdown-details-link {
    grid-column: 1 / -1;
    min-height: 34px;
    justify-content: flex-start;
    padding: 7px 10px;
    border: 0;
    background: transparent;
    font-size: 11px;
    text-align: left;
  }

  .site-header .nav-actions {
    width: auto;
    gap: 0;
    margin: 0;
  }

  .site-header .login-link,
  .site-header .language-switch {
    display: none;
  }

  .site-header .btn {
    min-height: 40px;
    padding: 0 13px;
    border-radius: 9px;
    box-shadow: none;
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .site-header .brand-wordmark,
  .site-header .brand-claim {
    width: 96px;
  }

  .site-header .brand-wordmark {
    background-size: 96px auto;
  }

  .site-header .btn {
    min-height: 38px;
    display: inline-flex;
    padding: 0 9px;
    font-size: 10px;
  }
}

.legacy-solutions[hidden] {
  display: none;
}

.solution-showcase {
  padding: 82px 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(7, 87, 247, 0.08), transparent 28%),
    radial-gradient(circle at 88% 92%, rgba(116, 53, 219, 0.07), transparent 30%),
    #f8fbff;
}

.solution-showcase-head {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.solution-showcase-head h2 {
  margin: 7px 0 12px;
  color: #061b4e;
  font-size: clamp(30px, 3.7vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.solution-showcase-head > p:last-child {
  max-width: 650px;
  margin: 0 auto;
  color: #526587;
  font-size: 16px;
  font-weight: 650;
}

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

.solution-profile-card {
  position: relative;
  min-height: 490px;
  padding: 0 24px 62px;
  overflow: hidden;
  border: 1px solid #d8e5f6;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(6, 27, 78, 0.07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.solution-profile-card:hover,
.solution-profile-card:focus-within {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, #0757f7 28%, #d8e5f6);
  box-shadow: 0 22px 46px rgba(6, 27, 78, 0.12);
}

.solution-card-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
}

.solution-card-link::after {
  content: attr(aria-label) "  →";
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: #0757f7;
  font-size: 12px;
  font-weight: 900;
}

.solution-profile-card.nutri .solution-card-link::after { color: #0c8a83; }
.solution-profile-card.therapies .solution-card-link::after { color: #7435db; }
.solution-profile-card.custom-sector .solution-card-link::after { color: #8a5737; }

.solution-profile-photo {
  width: calc(100% + 48px);
  height: 165px;
  display: block;
  margin: 0 -24px 20px;
  object-fit: cover;
}

.solution-profile-card.core .solution-profile-photo { object-position: 68% center; }
.solution-profile-card.custom-sector .solution-profile-photo { object-position: center; }

.solution-profile-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #0757f7;
}

.solution-profile-card.nutri::before { background: #0c8a83; }
.solution-profile-card.therapies::before { background: #7435db; }
.solution-profile-card.custom-sector::before { background: linear-gradient(90deg,#5b3b29,#b47a4f); }

.solution-profile-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 17px;
  border-radius: 14px;
  background: #edf4ff;
}

.solution-profile-card.nutri .solution-profile-icon { background: #eaf8f4; }
.solution-profile-card.therapies .solution-profile-icon { background: #f3edff; }
.solution-profile-card.custom-sector { border-color:#dfc8b3; background:linear-gradient(180deg,#fff 42%,#fcf7f1 100%); box-shadow:0 14px 34px rgba(91,59,41,.1); }
.solution-profile-card.custom-sector:hover,.solution-profile-card.custom-sector:focus-within { border-color:#b9855f; box-shadow:0 22px 46px rgba(91,59,41,.16); }
.solution-profile-card.custom-sector .solution-profile-icon { background:#f4eadc; }
.solution-profile-card.custom-sector .solution-profile-icon img { filter:sepia(.72) saturate(.72) hue-rotate(342deg) brightness(.68); }

.solution-profile-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.solution-profile-label {
  margin: 0 0 1px;
  color: #60718e;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}

.solution-profile-card h3 {
  margin: 0 0 12px;
  color: #0757f7;
  font-size: 25px;
  line-height: 1;
}

.solution-profile-card.nutri h3 { color: #0c8a83; }
.solution-profile-card.therapies h3 { color: #7435db; }
.solution-profile-card.custom-sector h3 { color: #8a5737; font-size:22px; }

.solution-profile-card h4 {
  margin: 0 0 10px;
  color: #061b4e;
  font-size: 17px;
  line-height: 1.3;
}

.solution-profile-card > p:last-child {
  margin: 0;
  color: #526587;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
}

.solution-mobile-teaser {
  display: none;
}

.solution-showcase-links {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 25px;
}

.solution-showcase-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0757f7;
  font-size: 13px;
  font-weight: 850;
}

.solution-showcase-links a:hover,
.solution-showcase-links a:focus-visible {
  text-decoration: underline;
}

/* Keep the complete overview visible on shorter desktop viewports and at browser zoom. */
@media (min-width: 761px) and (max-height: 900px) {
  .solution-showcase {
    padding: 34px 0 30px;
    scroll-margin-top: 86px;
  }

  .solution-showcase-head {
    margin-bottom: 18px;
  }

  .solution-showcase-head h2 {
    margin: 4px 0 8px;
    font-size: clamp(30px, 3vw, 40px);
  }

  .solution-showcase-head > p:last-child {
    font-size: 14px;
  }

  .solution-profile-card {
    min-height: 398px;
    padding: 0 20px 50px;
  }

  .solution-profile-photo {
    width: calc(100% + 40px);
    height: 116px;
    margin: 0 -20px 13px;
  }

  .solution-profile-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 12px;
  }

  .solution-profile-icon img {
    width: 25px;
    height: 25px;
  }

  .solution-profile-card h3 {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .solution-profile-card h4 {
    margin-bottom: 7px;
    font-size: 15px;
  }

  .solution-profile-card > p:last-child {
    font-size: 12px;
    line-height: 1.48;
  }

  .solution-card-link::after {
    right: 20px;
    bottom: 17px;
    left: 20px;
  }

  .solution-showcase-links {
    margin-top: 16px;
  }
}

@media (max-width: 760px) {
  .solution-showcase {
    padding: 40px 0 46px;
  }

  .solution-showcase-head {
    margin-bottom: 22px;
    text-align: left;
  }

  .solution-showcase-head h2 {
    font-size: 28px;
    line-height: 1.04;
  }

  .solution-showcase-head > p:last-child {
    font-size: 13px;
  }

  .solution-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .solution-profile-card {
    min-width: 0;
    min-height: 218px;
    padding: 13px 6px 38px;
    border-radius: 12px;
    text-align: center;
  }

  .solution-profile-photo {
    width: calc(100% + 12px);
    height: 62px;
    display: block;
    margin: -13px -6px 0;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
  }

  .solution-card-link::after {
    content: "Ver  →";
    right: 4px;
    bottom: 13px;
    left: 4px;
    font-size: 9px;
    text-align: center;
  }

  .solution-profile-icon {
    width: 34px;
    height: 34px;
    position: relative;
    z-index: 2;
    margin: -14px auto 6px;
    border: 2px solid #ffffff;
    border-radius: 10px;
  }

  .solution-profile-icon img {
    width: 22px;
    height: 22px;
  }

  .solution-profile-card h3 {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.1;
  }

  .solution-profile-card.custom-sector h3 {
    font-size: 13px;
  }

  .solution-profile-label {
    font-size: 7px;
  }

  .solution-profile-card h4,
  .solution-profile-card > p:last-child {
    display: none;
  }

  .solution-profile-card .solution-mobile-teaser {
    display: block;
    margin: 8px 0 0;
    color: #526587;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.35;
  }

  .solution-showcase-links {
    justify-content: flex-start;
    gap: 18px;
    margin-top: 20px;
  }

  .solution-showcase-links a {
    font-size: 11px;
  }
}

/* Clean pricing comparison shared by the Spanish and English homepages. */
.pricing-v2 .plans {
  align-items: stretch;
  gap: 22px;
  margin: 0;
  padding: 18px 20px 20px;
  border-top: 1px solid #d8e5f6;
}

.pricing-board {
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px solid #d8e5f6;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(6, 27, 78, 0.09);
}

.pricing-v2 .plan {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(6, 27, 78, 0.08);
}

.pricing-v2 .plan-head {
  grid-template-columns: 1fr;
  min-height: 106px;
  padding: 20px 22px 17px;
}

.pricing-v2 .plan-icon {
  display: none;
}

.pricing-v2 .plan h3 {
  margin-bottom: 6px;
  font-size: 23px;
}

.pricing-v2 .plan-desc span {
  margin-top: 3px;
}

.pricing-v2 .plan-body {
  height: 100%;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 20px;
  padding: 18px 22px 21px;
}

.pricing-v2 .plan-copy p {
  margin: 0 0 12px;
  color: #526587;
  font-weight: 700;
}

.pricing-v2 .feature-list,
.pricing-v2 .plan.team .feature-list {
  grid-template-columns: 1fr;
  gap: 0;
}

.pricing-v2 .feature-list li {
  min-height: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px solid #e8eef7;
  color: #203759;
  font-size: 13px;
  font-weight: 750;
}

.pricing-v2 .feature-list li:last-child {
  border-bottom: 0;
}

.pricing-v2 .feature-list li::before {
  content: "✓";
  position: static;
  top: auto;
  left: auto;
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: #ffffff;
  border: 0;
  border-radius: 50%;
  background: var(--blue);
  font-size: 11px;
  font-weight: 900;
  transform: none;
}

.pricing-v2 .plan.team .feature-list li::before {
  background: var(--green);
}

.pricing-v2 .feature-list strong {
  color: var(--ink);
  font-weight: 900;
}

.pricing-v2 .plan-pricing {
  min-width: 0;
  align-content: center;
  padding-left: 22px;
}

.pricing-v2 .price {
  font-size: 39px;
}

.pricing-common {
  display: block;
  margin: 0;
  padding: 22px 26px 20px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(135deg, #eef5ff, #ffffff 62%, #effaf7);
  box-shadow: none;
}

.pricing-common-kicker {
  margin: 0 0 7px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pricing-common h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.25;
}

.common-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.common-feature-list li {
  min-height: 32px;
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px solid #e3ebf7;
  color: #304867;
  font-size: 13px;
  font-weight: 750;
}

.common-feature-list li::before {
  content: "✓";
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #ffffff;
  background: var(--blue);
  font-size: 11px;
  font-weight: 900;
}

.common-feature-list .is-featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 22px auto 1fr;
  min-height: 50px;
  margin-bottom: 5px;
  padding: 9px 12px;
  border: 1px solid #c7daf6;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
}

.common-feature-list .is-featured::before {
  grid-row: 1 / 3;
  align-self: center;
}

.common-feature-list .is-featured strong {
  color: var(--ink);
  font-size: 15px;
}

.common-feature-list .is-featured span {
  color: #526587;
  font-size: 12px;
  font-weight: 700;
}

.pricing-common-cta {
  display: grid;
  justify-items: center;
  padding: 18px 22px 20px;
  border-top: 1px solid #d8e5f6;
  border-left: 0;
  background: #f8fbff;
  text-align: center;
}

.pricing-common-cta .btn {
  width: min(100%, 360px);
  min-height: 46px;
  border-radius: 10px;
}

.pricing-common-cta p {
  margin: 10px 0 0;
  color: #526587;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 700;
}

.pricing-common-cta strong {
  color: var(--ink);
}

.pricing-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
}

.pricing-detail-link:hover,
.pricing-detail-link:focus-visible {
  text-decoration: underline;
}

.pricing-board[hidden] {
  display: none;
}

.pricing-guide-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.pricing-guide-list span {
  padding: 10px 12px;
  border: 1px solid #dbe7f7;
  border-radius: 9px;
  color: #405573;
  background: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.pricing-guide-list b {
  display: block;
  margin-bottom: 2px;
  color: #061b4e;
}

.pricing-context-links {
  width: min(100%, 960px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 280px));
  gap: 10px;
  margin: -4px auto 24px;
  padding-left: 64px;
}

.pricing-context-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0757f7;
  font-size: 13px;
  font-weight: 850;
}

.pricing-context-links a:hover,
.pricing-context-links a:focus-visible {
  text-decoration: underline;
}

.price-matrix-block {
  margin-top: 30px;
}

.price-matrix-heading {
  margin-bottom: 16px;
}

.price-matrix-heading .eyebrow {
  margin-bottom: 6px;
}

.price-matrix-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.2;
}

.price-matrix-wrap {
  overflow: hidden;
  border: 1px solid #d5e2f4;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(6, 27, 78, 0.08);
}

.price-matrix {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.price-matrix th,
.price-matrix td {
  padding: 22px 16px;
  border-right: 1px solid #e0e9f5;
  border-bottom: 1px solid #e0e9f5;
  text-align: center;
  vertical-align: middle;
}

.price-matrix th:last-child,
.price-matrix td:last-child {
  border-right: 0;
}

.price-matrix tbody tr:last-child > * {
  border-bottom: 0;
}

.price-matrix thead th {
  padding: 15px 12px;
  color: #ffffff;
  background: #061b4e;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .04em;
}

.price-matrix thead th:nth-child(2) { background: #0757f7; }
.price-matrix thead th:nth-child(3) { background: #0c8a83; }
.price-matrix thead th:nth-child(4) { background: #7435db; }

.price-product-head {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.price-product-head img {
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  object-fit: contain;
}

.price-matrix tbody th {
  width: 25%;
  color: #061b4e;
  background: #f6f9fe;
  text-align: left;
}

.price-matrix tbody th strong,
.price-matrix tbody th span,
.price-matrix td strong,
.price-matrix td span,
.price-matrix td small {
  display: block;
}

.price-matrix tbody th strong {
  font-size: 19px;
}

.price-matrix tbody th .price-plan-name {
  display: flex;
  align-items: center;
  gap: 8px;
}

.price-plan-name svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.price-matrix tbody th span {
  margin-top: 4px;
  color: #60718e;
  font-size: 11px;
  font-weight: 650;
}

.price-matrix td strong {
  color: #061b4e;
  font-size: 32px;
  line-height: 1;
}

.price-matrix td span {
  margin-top: 5px;
  color: #526587;
  font-size: 11px;
  font-weight: 750;
}

.price-matrix td small {
  margin-top: 10px;
  color: #405573;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.price-matrix .team-price-row > * {
  background-color: #f4fbf9;
}

.price-matrix .team-price-row th {
  box-shadow: inset 4px 0 0 #10b981;
}

.price-matrix-actions {
  display: grid;
  justify-items: center;
  padding: 22px 18px 4px;
  text-align: center;
}

.price-matrix-actions .btn {
  width: min(100%, 360px);
  min-height: 46px;
  border-radius: 10px;
}

.price-matrix-actions p {
  margin: 10px 0 0;
  color: #526587;
  font-size: 12px;
  font-weight: 700;
}

.price-matrix-actions .pricing-detail-link {
  margin-top: 11px;
}

.price-matrix-actions .human-support-guarantee {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #29415f;
  background: #eef4ff;
}

.price-matrix-actions .human-support-guarantee::before {
  content: "✓";
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: #0757f7;
  font-size: 10px;
  font-weight: 900;
}

.human-support-home {
  width: min(100%, 1050px);
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
  margin: 0 auto 24px;
  overflow: hidden;
  border: 1px solid #cbdcf6;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(6, 27, 78, .08);
}

.human-support-home img {
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
}

.human-support-home > div { padding: 29px 33px; }
.human-support-home > div > span { color: #0757f7; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.human-support-home h4 { margin: 7px 0 0; color: #061b4e; font-size: clamp(24px, 3vw, 35px); line-height: 1.08; letter-spacing: -.035em; }
.human-support-home p { margin: 11px 0 0; color: #526587; font-size: 13px; font-weight: 650; line-height: 1.5; }
.human-support-home ul { display: grid; gap: 6px; margin: 16px 0 0; padding: 0; list-style: none; }
.human-support-home li { position: relative; padding-left: 25px; color: #29415f; font-size: 12px; font-weight: 750; }
.human-support-home li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #0757f7; font-size: 9px; font-weight: 900; }

/* Bring the complete price comparison into view on shorter desktop screens. */
@media (min-width: 761px) and (max-height: 900px) {
  .pricing {
    padding-top: 26px;
  }

  .pricing .section-title {
    margin-bottom: 7px;
    font-size: clamp(31px, 3.2vw, 42px);
    scroll-margin-top: 86px;
  }

  .pricing-subtitle {
    margin-bottom: 13px;
    font-size: 15px;
  }

  .pricing-principle {
    grid-template-columns: 34px 1fr;
    gap: 13px;
    margin-bottom: 13px;
    padding: 14px 18px;
  }

  .principle-icon {
    width: 30px;
    height: 30px;
    box-shadow: 0 0 0 5px #edf5ff;
  }

  .principle-icon svg {
    width: 17px;
    height: 17px;
  }

  .pricing-principle strong {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .pricing-guide-list {
    gap: 7px;
    margin-top: 7px;
  }

  .pricing-guide-list span {
    padding: 7px 9px;
    font-size: 10px;
  }

  .pricing-context-links {
    margin: 0 auto 12px;
    padding-left: 47px;
  }

  .price-matrix-block {
    margin-top: 12px;
  }

  .price-matrix-heading {
    margin-bottom: 8px;
  }

  .price-matrix-heading .eyebrow {
    margin-bottom: 3px;
  }

  .price-matrix-heading h3 {
    font-size: 20px;
  }

  .price-matrix th,
  .price-matrix td {
    padding: 13px 12px;
  }

  .price-matrix thead th {
    padding: 10px;
  }

  .price-product-head {
    flex-direction: row;
    justify-content: center;
    gap: 7px;
  }

  .price-product-head img {
    width: 24px;
    height: 24px;
    padding: 4px;
  }

  .price-matrix td strong {
    font-size: 27px;
  }

  .price-matrix td small {
    margin-top: 6px;
  }

  .price-matrix-actions {
    padding-top: 14px;
  }
}

@media (max-width: 760px) {
  .pricing {
    padding-top: 24px;
  }

  .pricing .section-title {
    margin-bottom: 7px;
    font-size: 28px;
    line-height: 1.04;
    scroll-margin-top: 92px;
  }

  .pricing-subtitle {
    max-width: 460px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.4;
  }

  .pricing-principle {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 12px;
    padding: 14px;
  }

  .principle-icon {
    width: 28px;
    height: 28px;
    box-shadow: 0 0 0 5px #edf5ff;
  }

  .principle-icon svg {
    width: 16px;
    height: 16px;
  }

  .pricing-principle strong {
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 1.3;
  }

  .pricing-v2 .plans {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .pricing-v2 .plan-head {
    min-height: 0;
    padding: 18px 18px 14px;
  }

  .pricing-v2 .plan-body {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 15px 18px 18px;
  }

  .pricing-v2 .plan-pricing {
    justify-items: start;
    padding: 14px 0 0;
    border-top: 1px solid #e0e8f4;
    border-left: 0;
    text-align: left;
  }

  .pricing-common {
    padding: 19px 17px;
  }

  .pricing-common h3 {
    font-size: 18px;
  }

  .common-feature-list {
    grid-template-columns: 1fr;
  }

  .common-feature-list .is-featured {
    grid-column: auto;
    grid-template-columns: 22px 1fr;
  }

  .common-feature-list .is-featured strong,
  .common-feature-list .is-featured span {
    grid-column: 2;
  }

  .pricing-common-cta {
    padding: 17px 15px 19px;
  }

  .pricing-guide-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    margin-top: 0;
  }

  .pricing-guide-list span {
    min-width: 0;
    padding: 7px 5px;
    font-size: 8.5px;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }

  .pricing-guide-list b {
    margin-bottom: 2px;
    font-size: 9px;
  }

  .pricing-context-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin: 0 0 12px;
    padding-left: 0;
  }

  .pricing-context-links a {
    font-size: 10px;
  }

  .price-matrix-block {
    margin-top: 12px;
  }

  .price-matrix-heading {
    margin-bottom: 9px;
  }

  .price-matrix-heading h3 {
    font-size: 19px;
  }

  .price-matrix-wrap {
    border-radius: 11px;
  }

  .price-matrix th,
  .price-matrix td {
    padding: 12px 4px;
  }

  .price-matrix thead th {
    padding: 10px 3px;
    font-size: 9px;
    letter-spacing: 0;
  }

  .price-product-head {
    gap: 3px;
  }

  .price-product-head img {
    width: 22px;
    height: 22px;
    padding: 4px;
  }

  .price-matrix thead th:first-child,
  .price-matrix tbody th {
    width: 27%;
  }

  .price-matrix tbody th strong {
    font-size: 12px;
  }

  .price-matrix tbody th .price-plan-name {
    align-items: flex-start;
    gap: 4px;
  }

  .price-plan-name svg {
    width: 15px;
    height: 15px;
  }

  .price-matrix tbody th span {
    font-size: 8px;
    line-height: 1.3;
  }

  .price-matrix td strong {
    font-size: 21px;
  }

  .price-matrix td span {
    font-size: 8px;
  }

  .price-matrix td small {
    margin-top: 7px;
    font-size: 7.5px;
    overflow-wrap: anywhere;
  }

  .price-matrix-actions {
    padding: 11px 8px 8px;
  }

  .price-matrix-actions .btn {
    min-height: 42px;
    padding: 8px 16px;
    font-size: 14px;
  }

  .price-matrix-actions p {
    max-width: 430px;
    margin-top: 6px;
    padding: 0 34px;
    font-size: 9.5px;
    line-height: 1.35;
  }

  .price-matrix-actions .pricing-detail-link {
    margin-top: 7px;
  }
}

/* Keep the compact two-column footer after the shared responsive rules. */
@media (max-width: 760px) {
  .human-support-home { grid-template-columns: 1fr; margin-bottom: 17px; border-radius: 15px; }
  .human-support-home img { height: 135px; min-height: 0; object-position: center 38%; }
  .human-support-home > div { padding: 18px; }
  .human-support-home > div > span { font-size: 9px; }
  .human-support-home h4 { margin-top: 5px; font-size: 21px; }
  .human-support-home p { margin-top: 8px; font-size: 10px; }
  .human-support-home ul { gap: 5px; margin-top: 11px; }
  .human-support-home li { padding-left: 21px; font-size: 9.5px; line-height: 1.35; }
  .human-support-home li::before { width: 14px; height: 14px; font-size: 8px; }
  .price-matrix-actions .human-support-guarantee { padding: 6px 9px; }
  .site-footer {
    padding: 22px 0 12px;
  }

  .site-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
  }

  .site-footer .footer-brand {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 14px;
  }

  .site-footer .footer-col:last-child {
    grid-column: 1 / -1;
  }

  .site-footer .footer-brand .brand {
    margin-bottom: 0;
  }

  .site-footer .footer-brand .brand-mark {
    width: 31px;
    height: 31px;
  }

  .site-footer .footer-brand .brand-wordmark {
    width: 112px;
    height: 31px;
    background-size: 112px auto;
  }

  .site-footer .footer-brand .brand-claim {
    width: 112px;
    font-size: 6px;
  }

  .site-footer .footer-brand p {
    max-width: none;
    margin: 0;
    font-size: 9.5px;
    line-height: 1.4;
  }

  .site-footer .footer-col:last-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 12px;
  }

  .site-footer .footer-col:last-child h3 {
    grid-column: 1 / -1;
  }

  .site-footer .footer-col h3 {
    margin-bottom: 7px;
    font-size: 10px;
  }

  .site-footer .footer-col a,
  .site-footer .contact-line {
    gap: 6px;
    margin-bottom: 5px;
    font-size: 10px;
  }

  .site-footer .contact-line svg {
    width: 13px;
    height: 13px;
  }

  .site-footer .phone-contact-desktop {
    display: none;
  }

  .site-footer .footer-col a.phone-contact-mobile {
    display: flex;
  }

  .site-footer .copyright {
    margin-top: 14px;
    font-size: 9px;
  }

  .site-footer .footer-legal {
    gap: 6px 14px;
    margin-top: 14px;
    padding-top: 12px;
  }

  .site-footer .footer-legal a {
    font-size: 9px;
  }
}
