:root {
  --brand-dark: #0B1B3D;
  --brand-modern: #00B4D8;
  --brand-accent: #0a6e87;
  --brand-accent-hover: #085a6f;
  --brand-btn: #007d96;
  --brand-btn-hover: #006b82;
  --brand-bg: #F8FAFC;
  --brand-text: #0F172A;
  --brand-muted: #475569;
}

body {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  color: var(--brand-text);
  background-color: var(--brand-bg);
}

.bg-brand-dark {
  background-color: var(--brand-dark) !important;
}

.bg-brand-modern {
  background-color: var(--brand-modern) !important;
}

.bg-brand-bg {
  background-color: var(--brand-bg) !important;
}

.text-brand-modern {
  color: var(--brand-accent) !important;
}

.text-brand-muted {
  color: var(--brand-muted) !important;
}

.text-brand-dark {
  color: var(--brand-dark) !important;
}

.text-on-dark-muted {
  color: #cbd5e1 !important;
}

.btn-brand-modern {
  background-color: var(--brand-btn);
  border-color: var(--brand-btn);
  color: #fff;
  font-weight: 600;
}

.btn-brand-modern:hover,
.btn-brand-modern:focus {
  background-color: var(--brand-btn-hover);
  border-color: var(--brand-btn-hover);
  color: #fff;
}

.btn-brand-dark {
  background-color: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
  font-weight: 600;
}

.btn-brand-dark:hover {
  background-color: #152a52;
  border-color: #152a52;
  color: #fff;
}

.site-header {
  z-index: 1030;
  box-shadow: 0 2px 20px rgba(11, 27, 61, 0.12);
}

.top-bar {
  background: #d8e1e9;
  border-bottom-color: #e2e8f0 !important;
}

.top-bar .text-brand-muted {
  color: #3b3c3e !important;
}

.site-address {
  line-height: 1.45;
}

.top-bar-link {
  color: var(--brand-dark);
  text-decoration: none;
  font-weight: 600;
}

.top-bar-link:hover {
  color: var(--brand-accent);
}

.navbar-light .nav-link {
  font-weight: 500;
  padding: 0.5rem 0.85rem !important;
  color: var(--brand-dark);
}

.navbar-light .nav-link.active,
.navbar-light .nav-link:hover {
  color: var(--brand-accent) !important;
}

.site-logo {
  height: 44px;
  width: auto;
}

.site-footer {
  background: linear-gradient(180deg, var(--brand-dark) 0%, #081528 100%);
  color: rgba(255, 255, 255, 0.82);
}

.footer-main {
  position: relative;
}

.footer-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-modern), #38bdf8, var(--brand-modern));
}

.footer-logo-wrap {
  display: inline-block;
  background: #fff;
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.footer-logo {
  width: 250px;
  height: auto;
  display: block;
}

.footer-about {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  max-width: 340px;
}

.footer-heading {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid rgba(0, 180, 216, 0.45);
  display: inline-block;
}

.footer-nav li+li {
  margin-top: 0.15rem;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-block;
  padding: 0.3rem 0;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-nav a:hover {
  color: #7dd3fc;
  transform: translateX(3px);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.footer-contact-item a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact-item a:hover {
  color: #7dd3fc;
}

.footer-contact-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(0, 180, 216, 0.12);
  color: #7dd3fc;
  font-size: 0.95rem;
}

.footer-social {
  display: flex;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

.footer-social-link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  font-size: 1.1rem;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.footer-social-link:hover {
  background: var(--brand-btn);
  border-color: var(--brand-btn);
  color: #fff;
  transform: translateY(-2px);
}

.footer-social-link--whatsapp:hover {
  background: #25d366;
  border-color: #25d366;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.btn-footer-outline {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-weight: 600;
  background: transparent;
}

.btn-footer-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
}

.footer-copy {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8125rem;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.8125rem;
  transition: color 0.2s ease;
}

.footer-legal a:hover {
  color: #7dd3fc;
}

.footer-legal .list-inline-item:not(:last-child)::after {
  content: "·";
  margin-left: 0.65rem;
  color: rgba(255, 255, 255, 0.25);
}

.hero-section {
  background: linear-gradient(135deg, var(--brand-dark) 0%, #152a52 55%, #0a3d5c 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.hero-section .badge.bg-brand-modern,
.page-hero .badge.bg-brand-modern {
  color: var(--brand-dark) !important;
}

.hero-section .btn-outline-light,
.page-hero .btn-outline-light,
.cta-strip .btn-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}

.hero-section .btn-outline-light:hover,
.page-hero .btn-outline-light:hover,
.cta-strip .btn-outline-light:hover {
  color: var(--brand-dark);
  background-color: #fff;
  border-color: #fff;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(0, 180, 216, 0.25), transparent 50%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-section .feature-box {
  color: var(--brand-text);
}

.hero-section .feature-box .check-list li {
  color: var(--brand-muted);
  line-height: 1.65;
}

.section-title {
  font-weight: 800;
  color: var(--brand-dark);
}

.section-lead {
  color: var(--brand-muted);
  max-width: 720px;
}

.service-card,
.brand-card,
.blog-card,
.model-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  height: 100%;
}

.service-card:hover,
.brand-card:hover,
.blog-card:hover,
.model-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(11, 27, 61, 0.12);
  border-color: var(--brand-modern);
}

.services-hub-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .services-hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .services-hub-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .services-hub-grid .service-hub-card {
    grid-column: span 2;
  }

  .services-hub-grid .service-hub-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .services-hub-grid .service-hub-card:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

.service-hub-card {
  background: #fff;
  border-radius: 1.125rem;
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 4px 24px rgba(11, 27, 61, 0.06);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  height: 100%;
}

.service-hub-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(11, 27, 61, 0.14);
  border-color: rgba(0, 180, 216, 0.35);
}

.service-hub-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.service-hub-card__accent {
  height: 4px;
  background: linear-gradient(90deg, var(--brand-modern), #38bdf8, var(--brand-dark));
}

.service-hub-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.75rem 1.5rem 1.5rem;
}

.service-hub-card__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 180, 216, 0.18), rgba(0, 180, 216, 0.06));
  color: var(--brand-accent);
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  transition: transform 0.25s ease, background 0.25s ease;
}

.service-hub-card:hover .service-hub-card__icon {
  transform: scale(1.05);
  background: linear-gradient(135deg, rgba(0, 180, 216, 0.28), rgba(0, 180, 216, 0.1));
}

.service-hub-card__badge {
  display: inline-block;
  width: fit-content;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(11, 27, 61, 0.08);
  color: var(--brand-dark);
  margin: -0.5rem 0 0.75rem;
}

.service-hub-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--brand-dark);
  margin-bottom: 0.75rem;
  line-height: 1.35;
  transition: color 0.2s ease;
}

.service-hub-card:hover .service-hub-card__title {
  color: var(--brand-accent);
}

.service-hub-card__text {
  color: var(--brand-muted);
  font-size: 0.9375rem;
  line-height: 1.65;
  margin-bottom: 0;
  flex: 1;
}

.service-hub-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(15, 23, 42, 0.07);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--brand-accent);
}

.service-hub-card__cta i {
  transition: transform 0.25s ease;
}

.service-hub-card:hover .service-hub-card__cta i {
  transform: translateX(5px);
}

.service-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(0, 180, 216, 0.12);
  color: var(--brand-accent);
  font-size: 1.5rem;
}

.check-list li {
  padding: 0.35rem 0;
}

.page-hero {
  background: linear-gradient(135deg, var(--brand-dark), #1a3a6b);
  color: #fff;
  padding: 3.5rem 0;
}

.content-section {
  padding: 4rem 0;
}

.brand-card img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 0.75rem;
}

.brand-placeholder {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-bg);
  border-radius: 0.75rem;
  font-weight: 800;
  font-size: 2rem;
  color: var(--brand-dark);
  margin: 0 auto;
}

.appointment-form-wrap {
  background: #fff;
  border-radius: 1rem;
  overflow: visible;
  box-shadow: 0 8px 30px rgba(11, 27, 61, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.appointment-form-iframe {
  display: block;
  width: 100%;
  height: 2600px;
  border: 0;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .appointment-form-iframe {
    height: 3200px;
  }
}

.floating-whatsapp {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  z-index: 1040;
  text-decoration: none;
}

.floating-whatsapp:hover {
  color: #fff;
  transform: scale(1.05);
}

.cookie-consent {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  max-width: 360px;
  z-index: 1050;
}

.cookie-consent-inner {
  background: #fff;
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: 0 12px 40px rgba(11, 27, 61, 0.2);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.breadcrumb-item a {
  color: #7dd3fc;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  color: #fff;
}

.cta-strip {
  background: var(--brand-dark);
  color: #fff;
}

.map-responsive {
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 8px 30px rgba(11, 27, 61, 0.12);
}

.contact-panel,
.contact-map-panel {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.125rem;
  padding: 1.75rem;
  box-shadow: 0 8px 32px rgba(11, 27, 61, 0.08);
}

@media (min-width: 992px) {
  .contact-page-row>[class*="col-lg"] {
    display: flex;
  }

  .contact-panel,
  .contact-map-panel {
    width: 100%;
  }
}

.contact-map-panel {
  display: flex;
  flex-direction: column;
}

.contact-panel__heading {
  color: var(--brand-dark);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid rgba(0, 180, 216, 0.45);
  display: inline-block;
}

.contact-panel__lead {
  color: var(--brand-muted);
  font-size: 0.9375rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 0.875rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.9), #fff);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.contact-card:hover {
  border-color: rgba(0, 180, 216, 0.28);
  box-shadow: 0 6px 20px rgba(11, 27, 61, 0.08);
  transform: translateY(-1px);
}

.contact-card__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 180, 216, 0.16), rgba(0, 180, 216, 0.06));
  color: var(--brand-accent);
  font-size: 1.1rem;
}

.contact-card__icon--whatsapp {
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.18), rgba(37, 211, 102, 0.08));
  color: #25d366;
}

.contact-card__label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--brand-muted);
  margin-bottom: 0.2rem;
}

.contact-card__value {
  color: var(--brand-dark);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.contact-card__link {
  color: var(--brand-accent);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.contact-card__link:hover {
  color: var(--brand-accent-hover);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.contact-map {
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: none;
  display: flex;
  flex: 1 1 auto;
  min-height: 320px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.map-responsive iframe {
  width: 100%;
  height: 420px;
  border: 0;
}

.map-responsive.contact-map iframe {
  height: 100%;
  min-height: 320px;
}

.feature-box {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 20px rgba(11, 27, 61, 0.06);
}

.service-detail-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.75rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 24px rgba(11, 27, 61, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}

.service-detail-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-modern), #38bdf8);
}

.service-detail-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(11, 27, 61, 0.12);
  border-color: rgba(0, 180, 216, 0.35);
}

.service-detail-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 180, 216, 0.15), rgba(0, 180, 216, 0.05));
  color: var(--brand-accent);
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.service-step-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.service-step-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem 1.25rem 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 20px rgba(11, 27, 61, 0.05);
  position: relative;
  margin-top: 0.75rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.service-step-card:hover {
  border-color: rgba(0, 180, 216, 0.3);
  box-shadow: 0 8px 28px rgba(11, 27, 61, 0.1);
}

.service-step-card__num {
  position: absolute;
  top: -14px;
  left: 1.25rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-btn), var(--brand-btn-hover));
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 125, 150, 0.4);
}

.service-notice-box {
  background: linear-gradient(135deg, rgba(11, 27, 61, 0.04), rgba(0, 180, 216, 0.1));
  border: 1px solid rgba(0, 180, 216, 0.28);
  border-radius: 1rem;
  padding: 1.5rem 1.75rem;
  margin-top: 2rem;
}

.service-notice-box .notice-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--brand-dark);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.85rem;
}

.legal-content h2 {
  font-size: 1.35rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: var(--brand-dark);
}

.legal-content h3 {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--brand-dark);
  font-weight: 700;
}

.legal-content p,
.legal-content li {
  color: var(--brand-muted);
  line-height: 1.75;
}

.content-section a:not([class*="btn"]):not([class*="__link"]):not(.text-decoration-none),
.text-brand-muted a:not([class*="__link"]):not(.text-decoration-none),
.section-lead a,
.legal-content a {
  color: var(--brand-accent);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.content-section a:not([class*="btn"]):not([class*="__link"]):not(.text-decoration-none):hover,
.text-brand-muted a:not([class*="__link"]):not(.text-decoration-none):hover,
.section-lead a:hover,
.legal-content a:hover {
  color: var(--brand-accent-hover);
}

.btn-outline-secondary {
  --bs-btn-color: #475569;
  --bs-btn-border-color: #64748b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #475569;
  --bs-btn-hover-border-color: #475569;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #334155;
  --bs-btn-active-border-color: #334155;
}

.error-page {
  padding: 4rem 0 5rem;
}

.error-page__panel {
  background: linear-gradient(135deg, var(--brand-dark) 0%, #1a3a6b 55%, #0a3d5c 100%);
  color: #fff;
  border-radius: 1.25rem;
  padding: 3rem 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 20px 48px rgba(11, 27, 61, 0.18);
}

.error-page__code {
  font-size: clamp(4.5rem, 16vw, 7rem);
  font-weight: 800;
  line-height: 1;
  margin: 0 0 0.75rem;
  background: linear-gradient(135deg, #7dd3fc, var(--brand-modern));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.error-page__title {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

.error-page__lead {
  color: #cbd5e1;
  max-width: 640px;
  margin: 0 auto 1.75rem;
  line-height: 1.7;
}

.error-page__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.error-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .error-page__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.error-page__card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.875rem;
  text-decoration: none;
  color: var(--brand-dark);
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(11, 27, 61, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.error-page__card:hover {
  color: var(--brand-accent);
  transform: translateY(-2px);
  border-color: rgba(0, 180, 216, 0.35);
  box-shadow: 0 10px 28px rgba(11, 27, 61, 0.1);
}

.error-page__card-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(0, 180, 216, 0.12);
  color: var(--brand-accent);
  font-size: 1.1rem;
}

.error-page__card-label {
  line-height: 1.35;
}

@media (max-width: 991.98px) {
  .floating-whatsapp {
    bottom: 5.5rem;
  }
}