html,
body {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  font-size: var(--body-size, 16px);
  line-height: 1.6;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(17, 17, 17, 0.05) 1px, transparent 1px),
    var(--bg-1);
  background-size: 24px 24px, 24px 24px, auto;
  color: var(--text-1);
  letter-spacing: 0.01em;
  --ana-renk: var(--primary);
  --bs-primary: var(--primary);
  --bs-secondary: var(--accent-2);
  --bs-success: var(--accent);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.35), transparent 28%),
    radial-gradient(circle at bottom right, rgba(255, 90, 54, 0.08), transparent 24%);
  opacity: 0.9;
  z-index: -1;
}

.container {
  max-width: min(calc(100% - 32px), var(--site-max));
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  line-height: 1.04;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-wrap: balance;
}

p {
  margin-bottom: 0;
  color: var(--text-2);
}

p + p {
  margin-top: var(--space-4);
}

p,
li,
label,
input,
textarea,
button,
.nav-link,
.badge-pill,
.page-link {
  font-family: var(--font-sans);
}

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

img {
  max-width: 100%;
}

.section {
  padding: var(--space-10) 0;
}

.section-tight {
  padding: var(--space-9) 0;
}

.section-title,
.page-title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: var(--space-4);
  max-width: 18ch;
}

.section-intro {
  display: grid;
  gap: var(--space-3);
  align-content: start;
  max-width: 64ch;
}

.section-intro > * {
  margin: 0;
}

.surface-panel,
.surface-panel--soft {
  border: 1px solid rgba(var(--primary-rgb), 0.14);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(var(--surface-3-rgb), 0.9), rgba(var(--surface-2-rgb), 0.92));
  box-shadow: 0 24px 48px rgba(1, 8, 18, 0.18);
  backdrop-filter: blur(10px);
}

.surface-panel {
  padding: clamp(18px, 2vw, 28px);
}

.surface-panel--soft {
  padding: clamp(16px, 1.8vw, 24px);
  background: linear-gradient(180deg, rgba(var(--surface-3-rgb), 0.78), rgba(var(--surface-2-rgb), 0.86));
}

.content-stack,
.content-stack-sm,
.action-row,
.field-stack {
  display: grid;
}

.content-stack {
  gap: var(--space-4);
}

.content-stack-sm {
  gap: var(--space-3);
}

.field-stack {
  gap: 10px;
}

.action-row {
  gap: var(--space-3);
  align-items: center;
}

@media (min-width: 768px) {
  .action-row {
    grid-auto-flow: column;
    justify-content: start;
  }
}

.page-subtitle,
.muted,
.text-secondary {
  color: var(--text-2) !important;
}

.section-hero {
  position: relative;
  overflow: clip;
  background: var(--hero-grad);
}

.section-hero::before,
.section-hero::after {
  content: "";
  position: absolute;
  border: var(--border-thick) solid var(--border-1);
  background: var(--surface-3);
  z-index: 0;
}

.section-hero::before {
  width: 110px;
  height: 110px;
  top: 72px;
  right: clamp(12px, 4vw, 44px);
  transform: rotate(12deg);
  box-shadow: var(--shadow-brutal);
}

.section-hero::after {
  width: 68px;
  height: 68px;
  bottom: 52px;
  left: clamp(8px, 3vw, 36px);
  border-radius: 50%;
  background: var(--accent);
}

.section-hero .container,
.page-hero .container {
  position: relative;
  z-index: 1;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  padding: 10px 18px;
  border: var(--border-thick) solid var(--border-1);
  border-radius: 999px;
  background: var(--accent);
  color: var(--text-1);
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 #111111;
}

.badge-pill i {
  font-size: 0.95rem;
}

.hero-badge-img,
.hero-point-icon {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border: var(--border-thin) solid var(--border-1);
  border-radius: 999px;
}

.page-hero {
  position: relative;
  padding: clamp(72px, 9vw, 110px) 0 clamp(40px, 5vw, 60px);
  color: var(--surface-3);
  text-align: center;
  background:
    linear-gradient(rgba(17, 17, 17, 0.48), rgba(17, 17, 17, 0.48)),
    url("../images/default-hero.jpg") center/cover no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom: var(--border-thick) solid var(--border-1);
}

.page-hero--index {
  padding-top: var(--space-10);
}

.page-hero--immersive {
  min-height: calc(100svh - 86px);
  display: flex;
  align-items: center;
  padding-top: clamp(108px, 14vh, 156px);
  padding-bottom: clamp(72px, 10vh, 120px);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page-hero--immersive .container {
  width: 100%;
  transform: translateY(-5vh);
}

@media (max-width: 991px) {
  .page-hero--immersive {
    min-height: clamp(420px, 68vh, 620px);
    padding-top: clamp(88px, 12vh, 120px);
    padding-bottom: clamp(44px, 8vh, 72px);
    background-attachment: scroll;
  }

  .page-hero--immersive .container {
    transform: none;
  }
}

.page-hero h1,
.page-hero h2 {
  max-width: 22ch;
  margin: 0 auto;
  font-size: clamp(1.7rem, 3.8vw, 3rem);
  line-height: 1.08;
  text-align: center;
  text-shadow: 3px 3px 0 rgba(17, 17, 17, 0.28);
  text-wrap: balance;
}

.page-hero p,
.hero-cover-sub {
  max-width: 52ch;
  margin: var(--space-3) auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: center;
}

.hero-split {
  display: grid;
  gap: var(--space-8);
  align-items: center;
}

@media (min-width: 992px) {
  .hero-split {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  }
}

.hero-title {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  max-width: 16ch;
  text-wrap: balance;
}

.hero-text {
  max-width: 64ch;
  color: var(--text-2);
  font-size: 1.1rem;
  line-height: 1.65;
}

.button-primary,
.button-ghost,
.btn,
.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 18px;
  border: var(--border-thick) solid var(--border-1);
  border-radius: var(--radius-sm);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast), color var(--transition-fast);
}

.button-primary,
.btn.btn-primary,
.page-item.active .page-link {
  background: var(--primary);
  color: var(--text-1);
  box-shadow: var(--shadow-brutal);
}

.button-ghost,
.btn.btn-light,
.btn.btn-secondary,
.page-link {
  background: var(--surface-3);
  color: var(--text-1);
  box-shadow: 5px 5px 0 #111111;
}

.button-primary:hover,
.button-ghost:hover,
.btn:hover,
.page-link:hover {
  color: var(--text-1);
  transform: translate(-3px, -3px);
  box-shadow: 8px 8px 0 #111111;
}

.button-primary:hover {
  background: var(--accent);
}

.button-ghost:hover,
.btn.btn-secondary:hover,
.btn.btn-light:hover,
.page-link:hover,
.page-item.active .page-link:hover {
  background: var(--accent-2);
}

.card-inline-action {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 14px;
  border: var(--border-thick) solid var(--border-1);
  border-radius: 999px;
  background: var(--surface-3);
  color: var(--text-1);
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border-width: var(--border-thick);
  outline: none;
  box-shadow: 4px 4px 0 #111111;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);
}

.card-inline-action:hover {
  background: var(--accent);
  color: var(--text-1);
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 #111111;
}

.card-inline-action:focus,
.card-inline-action:focus-visible {
  color: var(--text-1);
  outline: none;
  box-shadow: 0 0 0 4px rgba(var(--primary-rgb), 0.22);
}

.card-shell,
.card-soft,
.home-card,
.grid-card,
.feature-item,
.cta-banner,
.footer-clock,
.modal-content,
.alert,
.form-control,
.navbar,
.site-navbar .navbar-collapse,
.footer-copy-box {
  border: var(--border-thick) solid var(--border-1);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-brutal);
}

.card-shell,
.card-soft,
.home-card,
.grid-card,
.feature-item,
.cta-banner,
.modal-content,
.alert {
  background: var(--card-bg);
}

.card-shell > :last-child,
.card-soft > :last-child,
.surface-panel > :last-child,
.surface-panel--soft > :last-child,
.content-stack > :last-child,
.content-stack-sm > :last-child {
  margin-bottom: 0;
}

.card-shell,
.card-soft {
  overflow: hidden;
}

.floating-card {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  padding: 14px 18px;
  border: var(--border-thick) solid var(--border-1);
  border-radius: var(--radius-sm);
  background: var(--accent-2);
  color: var(--text-1);
  box-shadow: var(--shadow-brutal);
  transform: rotate(-2deg);
}

.floating-card i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: var(--border-thin) solid var(--border-1);
  border-radius: 50%;
  background: var(--surface-3);
}

.stat-row,
.trust-row,
.feature-grid,
.grid-cards {
  display: grid;
  gap: var(--space-4);
}

.stat-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat-card,
.trust-item {
  padding: var(--space-4);
  border: var(--border-thick) solid var(--border-1);
  border-radius: var(--radius-sm);
  background: var(--surface-2);
  box-shadow: 5px 5px 0 #111111;
}

.stat-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.3rem;
}

.stat-card span {
  display: block;
  margin-top: var(--space-2);
  color: var(--text-2);
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  padding: var(--space-5);
}

.icon-pill,
.home-card-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: var(--text-1);
  border: var(--border-thick) solid var(--border-1);
  box-shadow: 5px 5px 0 #111111;
}

.icon-pill {
  width: 60px;
  height: 60px;
  border-radius: 18px;
}

.home-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: var(--space-6);
  text-align: center;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.home-card:hover,
.grid-card:hover,
.product-card:hover,
.page-references .card-shell:hover {
  transform: translate(-5px, -5px) rotate(-1deg);
  box-shadow: var(--shadow-brutal-lg);
}

.home-card-logo {
  width: 100%;
  min-height: auto;
  padding: 0;
  margin: 0 auto var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-card .service-info-card__logo-surface {
  display: contents;
}

.home-card .service-info-card__image {
  width: auto;
  max-width: min(100%, 260px);
  max-height: 86px;
  object-fit: contain;
}

.home-card p {
  flex: 1 1 auto;
}

.home-card .card-inline-action {
  margin-top: auto;
  align-self: center;
}

.grid-card {
  padding: var(--space-5);
}

.grid-card.highlight {
  background: var(--primary);
  color: var(--text-1);
}

.grid-card.highlight .muted,
.grid-card.highlight h5,
.grid-card.highlight p,
.grid-card.highlight span,
.button-primary i,
.button-primary span,
.btn.btn-primary i,
.btn.btn-primary span,
.page-item.active .page-link {
  color: var(--text-1) !important;
}

.section-dark {
  position: relative;
  background:
    linear-gradient(rgba(var(--surface-rgb), 0.9), rgba(var(--surface-rgb), 0.9)),
    linear-gradient(135deg, rgba(var(--surface-2-rgb), 0.96) 0%, rgba(var(--surface-3-rgb), 0.92) 100%);
  color: var(--text-1);
}

.section-dark::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: var(--border-thick) dashed rgba(var(--accent-rgb), 0.28);
  pointer-events: none;
}

.home-trust .section-title,
.home-trust .text-white {
  color: var(--text-1) !important;
}

.home-trust .section-sub,
.home-trust .text-white-50,
.home-trust .muted {
  color: var(--text-2) !important;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: 14px 16px;
  border: 1px solid rgba(var(--primary-rgb), 0.12);
  border-radius: 18px;
  font-weight: 700;
  color: var(--text-1);
  transition: transform var(--transition-base), border-color var(--transition-base), background var(--transition-base), box-shadow var(--transition-base);
}

.home-trust .trust-item:hover {
  transform: translateY(-4px);
  background: rgba(var(--surface-rgb), 0.2);
  border-color: rgba(var(--primary-rgb), 0.22);
  box-shadow: 0 16px 32px rgba(1, 8, 18, 0.18);
}

.trust-item i {
  color: var(--primary);
}

.trust-item .trust-icon {
  filter: none;
}

.home-trust .card-shell {
  background: linear-gradient(180deg, rgba(var(--surface-3-rgb), 0.9), rgba(var(--surface-2-rgb), 0.96));
  border-color: rgba(var(--primary-rgb), 0.18);
  transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);
}

.section.home-trust::before,
.section.home-trust::after {
  display: none !important;
}

.home-trust .card-shell:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--primary-rgb), 0.24);
  box-shadow: 0 24px 44px rgba(1, 8, 18, 0.22);
}

.cta-banner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-5);
  padding: clamp(24px, 4vw, 38px);
  background: linear-gradient(135deg, #ffffff 0%, #fff1db 100%);
}

.cta-banner::after {
  content: attr(data-ribbon);
  position: absolute;
  top: -18px;
  right: 22px;
  padding: 6px 12px;
  background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.78), rgba(var(--primary-rgb), 0.64));
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(244, 250, 255, 0.92);
  font-family: var(--font-display);
  font-size: 0.86rem;
  transform: rotate(3deg);
  box-shadow: 0 10px 24px rgba(1, 8, 18, 0.16);
}

.navbar {
  padding: 0;
  background: transparent !important;
  border: 0;
  box-shadow: none;
}

.site-navbar {
  z-index: 1030;
  padding: var(--space-3) 0;
  background: transparent !important;
}

.site-navbar__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: var(--space-4);
  width: min(100%, calc(100vw - 24px));
  padding-inline: 12px;
}

.site-navbar .navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  padding: 10px 16px;
  border: var(--border-thick) solid var(--border-1);
  border-radius: var(--radius-sm);
  background: var(--surface-3);
  box-shadow: 5px 5px 0 #111111;
}

.navbar-brand img {
  max-height: 64px;
  max-width: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: var(--border-thick) solid var(--border-1);
  border-radius: 14px;
  background: var(--primary);
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 0.95rem;
  line-height: 1;
}

.brand-wording {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-title {
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px 10px;
  border: var(--border-thick) solid var(--border-1);
  border-radius: var(--radius-sm);
  background: var(--surface-3);
  color: var(--text-1) !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.76rem;
  line-height: 1.1;
  white-space: nowrap;
  box-shadow: 5px 5px 0 #111111;
}

.nav-link i {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: var(--border-thin) solid var(--border-1);
  border-radius: 10px;
  background: var(--accent);
  color: var(--text-1);
}

.nav-link:hover,
.nav-link:focus {
  background: var(--accent-2);
  color: var(--text-1) !important;
  transform: translate(-3px, -3px);
  box-shadow: 8px 8px 0 #111111;
}

.navbar-toggler {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  width: 54px;
  height: 54px;
  border: var(--border-thick) solid var(--border-1) !important;
  border-radius: var(--radius-sm);
  background: var(--surface-3);
  box-shadow: 5px 5px 0 #111111;
}

.navbar-toggler:focus {
  box-shadow: 5px 5px 0 #111111;
}

.navbar-toggler-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 3px;
  margin: 0;
  position: relative;
  background-image: none;
  background: var(--text-1);
  border-radius: 999px;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 3px;
  background: var(--text-1);
  border-radius: 999px;
}

.navbar-toggler-icon::before {
  top: -7px;
}

.navbar-toggler-icon::after {
  top: 7px;
}

.site-navbar .navbar-collapse {
  justify-self: stretch;
  min-width: 0;
  width: 100%;
  padding: 8px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
}

.site-navbar .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
  width: 100%;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  flex: 0 0 auto;
}

.about-info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
}

.about-info-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
}

.about-info-card__logo {
  width: 100%;
  max-width: 128px;
  height: 100px;
  margin-bottom: 20px;
  background: rgba(var(--primary-rgb), 0.06);
}

.about-info-card__logo-image {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}

.about-info-card__body p {
  min-height: 3.2em;
}

.about-info-card__action {
  margin-top: auto;
}

.about-document-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.about-document-card__preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 170px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(var(--primary-rgb), 0.06);
  border: 1px solid rgba(148, 168, 201, 0.12);
}

.about-document-card__image {
  max-width: 100%;
  max-height: 136px;
  object-fit: contain;
}

.about-document-card__pdf {
  display: grid;
  place-items: center;
  gap: 10px;
  color: rgba(248, 251, 255, 0.92);
}

.about-document-card__pdf i {
  font-size: 3rem;
  color: #ff6b6b;
}

.about-document-card__pdf span {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-document-card__title {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 700;
}

.about-document-card__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.about-document-card__action {
  margin-top: auto;
}

.service-info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 100%;
}

.service-info-card__icon {
  width: 100%;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.service-info-card__logo-surface {
  display: block;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.service-info-card__image {
  width: auto;
  height: auto;
  max-width: min(100%, 240px);
  max-height: 72px;
  object-fit: contain;
  display: block;
}

.service-info-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
}

.service-info-card__title {
  font-size: 1rem;
}

.service-info-card__text {
  min-height: 4.2em;
  font-size: 0.9rem;
  line-height: 1.5;
}

.service-info-card__action {
  margin-top: auto;
}

.services-hero-logo {
  min-height: 100%;
}

.page-services .row.align-items-center .services-hero-logo {
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-hero-logo-img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}

.footer-shell {
  margin-top: var(--space-10);
  padding-top: var(--space-9) !important;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.98), rgba(34, 34, 34, 0.96)),
    #111111;
  color: #ffffff;
  border-top: var(--border-thick) solid var(--border-1);
}

.footer-shell .text-secondary {
  color: rgba(255, 255, 255, 0.75) !important;
}

.footer-shell .text-primary {
  color: var(--accent) !important;
}

.footer-logo img {
  max-height: 56px !important;
  padding: 8px;
  border: var(--border-thin) solid var(--border-1);
  border-radius: 14px;
  background: #ffffff;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18),
    0 0 18px rgba(255, 255, 255, 0.12),
    0 0 34px color-mix(in srgb, var(--accent) 35%, transparent 65%);
}

.footer-brand-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  padding: 0.85rem 1rem !important;
  background:
    linear-gradient(
      160deg,
      rgba(255, 255, 255, 0.02) 0%,
      color-mix(in srgb, var(--surface-dark) 95%, var(--accent-2) 5%) 100%
    );
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 10px rgba(255, 255, 255, 0.04),
    0 0 18px color-mix(in srgb, var(--accent) 16%, transparent 84%),
    5px 5px 0 rgba(8, 8, 8, 0.98);
}

.footer-brand-card .footer-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0 !important;
  white-space: nowrap;
}

.footer-brand-copy {
  max-width: 34ch;
  line-height: 1.6;
}

.footer-brand-info-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  max-width: 100%;
  padding: 1rem !important;
  background:
    linear-gradient(
      160deg,
      rgba(255, 255, 255, 0.02) 0%,
      color-mix(in srgb, var(--surface-dark) 95%, var(--accent-2) 5%) 100%
    );
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 10px rgba(255, 255, 255, 0.04),
    0 0 18px color-mix(in srgb, var(--accent) 16%, transparent 84%),
    5px 5px 0 rgba(8, 8, 8, 0.98);
}

.footer-brand-info-card .footer-brand-copy {
  max-width: 30ch;
  margin-bottom: 0.9rem !important;
}

.footer-clock {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  min-width: 220px;
  padding: var(--space-4);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0%, color-mix(in srgb, var(--surface-2) 30%, transparent 70%) 100%);
  color: var(--text-1);
}

.footer-clock .time {
  font-family: var(--font-display);
  font-size: 1.7rem;
  color: #ffffff;
}

.footer-clock .date,
.footer-clock .tz {
  font-family: var(--font-mono);
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.88);
}

.footer-clock--compact {
  min-width: 0;
  width: fit-content;
  padding: 12px 14px;
  gap: 4px;
}

.footer-clock--compact .time {
  font-size: 1.25rem;
}

.footer-clock--compact .date,
.footer-clock--compact .tz {
  font-size: 0.74rem;
}

.footer-links {
  display: grid;
  gap: var(--space-3);
}

.footer-links--stacked {
  gap: var(--space-2);
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border: var(--border-thin) solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  justify-content: flex-start;
}

.footer-links a:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.footer-hours {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1.55;
}

.footer-hours span {
  display: block;
}

.footer-hours--inline {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
}

.footer-hours--inline span {
  white-space: nowrap;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-brand-info-card .footer-social {
  margin-bottom: 0;
}

.social-links a {
  width: 46px;
  height: 46px;
  border: var(--border-thin) solid var(--border-1);
  box-shadow: 4px 4px 0 #ffffff;
}

.social-links a:hover {
  background: var(--accent);
  color: var(--text-1) !important;
  transform: translate(-3px, -3px);
}

.footer-contact-card {
  background:
    linear-gradient(
      160deg,
      rgba(255, 255, 255, 0.02) 0%,
      color-mix(in srgb, var(--surface-dark) 95%, var(--accent-2) 5%) 100%
    );
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 10px rgba(255, 255, 255, 0.04),
    0 0 18px color-mix(in srgb, var(--accent) 16%, transparent 84%),
    5px 5px 0 rgba(8, 8, 8, 0.98);
  max-width: 560px;
  margin-left: auto;
  padding: 1.25rem !important;
}

.footer-contact-card h5,
.footer-contact-card .small,
.footer-contact-card .text-secondary,
.footer-contact-card a {
  color: #ffffff !important;
}

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

.footer-contact-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.footer-contact-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: var(--border-thin) solid rgba(17, 17, 17, 0.75);
  border-radius: 14px;
  background: color-mix(in srgb, var(--accent) 68%, white 32%);
  color: var(--surface-dark);
}

.footer-meta-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.footer-meta-block {
  padding: 12px 16px;
  border: var(--border-thin) solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.015) 0%,
    color-mix(in srgb, var(--surface-dark) 96%, var(--primary) 4%) 100%
  );
}

.footer-meta-block--hours {
  min-height: 0;
}

.footer-meta-label {
  display: inline-block;
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.footer-copy-box {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  padding: var(--space-4) var(--space-5);
  border: var(--border-thin) solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(
      160deg,
      rgba(255, 255, 255, 0.02) 0%,
      color-mix(in srgb, var(--surface-dark) 95%, var(--accent-2) 5%) 100%
    );
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 10px rgba(255, 255, 255, 0.04),
    0 0 18px color-mix(in srgb, var(--accent) 16%, transparent 84%),
    5px 5px 0 rgba(8, 8, 8, 0.98);
}

.footer-copy-line {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.86rem;
}

.footer-copy-version {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
}

.footer-card-light {
  background: rgba(255, 255, 255, 0.96);
  color: var(--text-1);
}

.footer-card-light,
.footer-card-light * {
  color: var(--text-1) !important;
}

.footer-card-light .icon-pill {
  color: var(--text-1) !important;
}

.page-products .product-card,
.page-references .card-shell,
.page-services .card-shell,
.page-about .card-shell,
.page-contact .card-shell {
  height: 100%;
}

.product-card .p-3,
.product-card .product-card-body,
.product-card .product-card-footer {
  position: relative;
}

.product-card .p-3 {
  background: var(--surface-2) !important;
  border-bottom: var(--border-thick) solid var(--border-1) !important;
}

.product-card h5,
.page-references h5 {
  color: var(--text-1) !important;
}

.page-services .services-hero-logo,
.page-about .card-shell img,
.page-contact .ratio,
.product-card img,
.page-references img {
  border-radius: var(--radius-sm) !important;
}

.modal-dialog {
  padding: var(--space-3);
}

.modal-content {
  overflow: hidden;
}

.modal-header,
.modal-footer {
  border: 0;
}

.modal-header {
  padding: var(--space-5);
  background: var(--accent);
}

.modal-title {
  color: var(--text-1) !important;
}

.modal-body {
  padding: var(--space-6);
  color: var(--text-2);
}

.btn-close {
  opacity: 1;
  border: var(--border-thin) solid var(--border-1);
  border-radius: 10px;
  background-color: #ffffff;
}

.form-control,
textarea.form-control {
  min-height: 54px;
  padding: 14px 16px;
  background: #ffffff;
  color: var(--text-1);
}

textarea.form-control {
  min-height: 150px;
}

.form-control:focus {
  border-color: var(--border-1);
  box-shadow: 0 0 0 4px rgba(255, 216, 77, 0.45);
}

.form-label {
  margin-bottom: var(--space-2);
  text-transform: uppercase;
  font-size: 0.9rem;
}

.alert {
  padding: var(--space-4) var(--space-5);
  color: var(--text-1);
}

.alert-success {
  background: #ccffe4;
}

.alert-warning {
  background: #fff2a8;
}

.alert-danger {
  background: #ffcbc0;
}

.pagination {
  gap: var(--space-3);
  flex-wrap: wrap;
}

.page-item {
  margin: 0;
}

.page-link {
  min-width: 54px;
}

.whatsapp-btn {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 68px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: var(--border-thick) solid var(--border-1);
  border-radius: 22px;
  background: #25d366;
  color: #111111;
  font-size: 1.8rem;
  box-shadow: var(--shadow-brutal);
  z-index: 1100;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.whatsapp-btn:hover {
  transform: translate(-4px, -4px) rotate(-4deg);
  box-shadow: var(--shadow-brutal-lg);
  color: #111111;
}

.contact-panel {
  row-gap: var(--space-8);
}

.page-contact .page-title {
  font-size: clamp(1.45rem, 2.8vw, 2.1rem);
  line-height: 1.15;
  text-wrap: balance;
}

.page-contact .card-shell .form-label,
.page-contact .card-shell h5 {
  font-size: 0.98rem;
}

.page-contact .text-secondary,
.page-contact .card-shell p,
.page-contact .card-shell a {
  font-size: 0.96rem;
}

.contact-captcha-box {
  display: grid;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--border-1);
  border-radius: 14px;
  background: var(--bg-2);
}

.contact-captcha-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.contact-captcha-image {
  height: 46px;
  border-radius: 10px;
}

.contact-captcha-input.form-control {
  min-height: 46px;
  padding: 10px 14px;
}

.ratio iframe {
  border: 0;
}

@media (max-width: 991px) {
  .site-navbar__inner {
    grid-template-columns: 1fr auto;
  }

  .site-navbar .navbar-brand {
    order: 1;
  }

  .site-navbar .navbar-toggler {
    order: 2;
  }

  .site-navbar .navbar-collapse {
    order: 3;
    grid-column: 1 / -1;
    margin-top: var(--space-3);
    padding: var(--space-4);
    display: block;
  }

  .site-navbar .navbar-nav,
  .nav-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .site-navbar .navbar-nav {
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .site-navbar .nav-item {
    display: flex;
    width: 100%;
  }

  .site-navbar .nav-link {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    min-width: 100%;
    position: relative;
    justify-content: center;
  }

  .site-navbar .nav-link i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .nav-cta .button-primary {
    width: 100%;
  }

  .nav-cta {
    margin-top: var(--space-3);
    justify-content: center;
  }

  .nav-cta .button-primary {
    width: min(100%, 320px);
  }

  .hero-title,
  .page-hero h1,
  .page-hero h2 {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .section {
    padding: var(--space-9) 0;
  }

  .stat-row,
  .trust-row,
  .feature-grid,
  .grid-cards {
    grid-template-columns: 1fr;
  }

  .badge-pill,
  .button-primary,
  .button-ghost,
  .nav-link,
  .page-link {
    width: 100%;
  }

  .site-navbar__inner {
    width: calc(100vw - 16px);
    padding-inline: 8px;
  }

  .footer-clock,
  .footer-copy-box {
    width: 100%;
  }

  .footer-meta-row {
    grid-template-columns: 1fr;
  }

  .contact-captcha-row {
    grid-template-columns: 1fr;
  }
}
.footer-menu-card {
  background:
    linear-gradient(
      160deg,
      rgba(255, 255, 255, 0.02) 0%,
      color-mix(in srgb, var(--surface-dark) 95%, var(--accent-2) 5%) 100%
    );
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 10px rgba(255, 255, 255, 0.04),
    0 0 18px color-mix(in srgb, var(--accent) 16%, transparent 84%),
    5px 5px 0 rgba(8, 8, 8, 0.98);
  max-width: 100%;
  margin-left: auto;
  padding: 1.25rem !important;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.footer-menu-card h5,
.footer-menu-card .text-secondary,
.footer-menu-card a,
.footer-menu-card span {
  color: #ffffff !important;
}

.footer-menu-card h5 {
  white-space: nowrap;
}

.footer-menu-card .footer-links {
  gap: 10px;
  margin-top: 0;
}

.footer-menu-card .footer-links a i {
  width: 26px;
  text-align: center;
  color: color-mix(in srgb, var(--accent) 82%, white 18%);
}

.footer-menu-card .footer-links a {
  font-size: 0.92rem;
  padding: 9px 11px;
}

.footer-contact-card {
  min-height: 100%;
}

body {
  background:
    radial-gradient(circle at top left, rgba(var(--primary-rgb), 0.16), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    var(--bg-1);
  background-size: auto, 72px 72px, 72px 72px, auto;
  color: var(--text-1);
}

body::before {
  background:
    radial-gradient(circle at 18% 12%, rgba(var(--primary-rgb), 0.12), transparent 24%),
    radial-gradient(circle at 82% 6%, rgba(var(--accent-rgb), 0.08), transparent 20%);
  opacity: 1;
}

.container {
  max-width: min(calc(100% - 32px), var(--site-max));
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  text-transform: none;
}

p,
li,
label,
input,
textarea,
button,
.nav-link,
.badge-pill,
.page-link {
  font-family: var(--font-sans);
}

.section {
  position: relative;
  padding: var(--space-9) 0;
}

.section-title,
.page-title {
  font-size: clamp(2.2rem, 4vw, 4.1rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.page-subtitle,
.muted,
.text-secondary {
  color: var(--text-2) !important;
}

.site-navbar {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 18px 0;
  background: rgba(5, 12, 24, 0.68);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(148, 168, 201, 0.12);
}

.site-navbar__inner {
  width: min(calc(100vw - 32px), var(--site-max));
  margin: 0 auto;
  padding: 14px 20px;
  border: 1px solid rgba(148, 168, 201, 0.14);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(var(--surface-3-rgb), 0.86), rgba(var(--surface-rgb), 0.92));
  box-shadow: 0 18px 50px rgba(1, 8, 18, 0.3);
}

.site-navbar .navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.site-navbar .navbar-brand img,
.footer-logo img {
  max-height: 42px;
  width: auto;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.2), rgba(var(--accent-rgb), 0.12));
  border: 1px solid rgba(var(--accent-rgb), 0.22);
  color: #fff;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.brand-wording {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #f4f8ff;
}

.site-navbar .navbar-nav {
  gap: 8px;
}

.site-navbar .nav-link {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--text-2);
  font-size: 0.92rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: -0.01em;
}

.site-navbar .nav-link i {
  position: static;
  transform: none;
  color: var(--primary);
  font-size: 0.9rem;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus-visible {
  color: #fff;
  border-color: rgba(var(--primary-rgb), 0.18);
  background: rgba(var(--primary-rgb), 0.1);
}

.nav-cta .button-primary {
  min-height: 46px;
  padding-inline: 22px;
}

.button-primary,
.button-ghost,
.btn,
.page-link {
  border-width: 1px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
  box-shadow: none;
}

.button-primary,
.btn.btn-primary,
.page-item.active .page-link {
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  border-color: rgba(var(--primary-rgb), 0.25);
  color: #fff;
  box-shadow: 0 16px 36px rgba(var(--primary-rgb), 0.28);
}

.button-ghost,
.btn.btn-light,
.btn.btn-secondary,
.page-link {
  background: rgba(14, 29, 50, 0.88);
  color: var(--text-1);
  border-color: rgba(148, 168, 201, 0.16);
}

.button-primary:hover,
.button-ghost:hover,
.btn:hover,
.page-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(1, 8, 18, 0.24);
}

.button-primary:hover {
  color: #fff;
}

.button-ghost:hover,
.btn.btn-secondary:hover,
.btn.btn-light:hover,
.page-link:hover {
  background: rgba(20, 37, 63, 0.96);
  color: #fff;
}

.badge-pill {
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid rgba(var(--accent-rgb), 0.18);
  border-radius: 999px;
  background: rgba(var(--accent-rgb), 0.08);
  color: #d7fff1;
  box-shadow: none;
}

.section-hero,
.page-hero {
  background: var(--hero-grad);
}

.section-hero {
  padding-top: 32px;
}

.section-hero::before,
.section-hero::after {
  display: none;
}

.home-hero {
  position: relative;
  overflow: hidden;
  background: transparent;
}

.home-hero::before {
  display: none;
}

.home-hero > .container {
  position: relative;
  z-index: 1;
}

.home-hero > .container::before {
  content: "";
  position: absolute;
  inset: 18px 12px;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(var(--surface-rgb), 0.22), rgba(var(--surface-rgb), 0.28)),
    radial-gradient(circle at 14% 20%, rgba(var(--surface-rgb), 0.2), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(var(--surface-rgb), 0.18), transparent 24%);
}

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

.page-hero {
  overflow: hidden;
  border-bottom: 1px solid rgba(148, 168, 201, 0.1);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.2;
}

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

.page-hero h1,
.page-hero h2,
.hero-title {
  max-width: 12ch;
  font-size: clamp(2.5rem, 5.2vw, 4.9rem);
  letter-spacing: -0.06em;
  line-height: 0.92;
  text-wrap: balance;
}

.page-hero p,
.hero-cover-sub,
.hero-text {
  max-width: 58ch;
  color: var(--text-2);
  font-size: 1.04rem;
  line-height: 1.75;
}

.hero-split {
  gap: 28px;
  align-items: stretch;
}

.hero-split > * {
  position: relative;
}

.hero-split > :first-child,
.hero-split > :last-child > .card-shell,
.floating-card,
.card-shell,
.grid-card,
.stat-card,
.feature-item,
.reference-card,
.product-card,
.service-info-card,
.contact-panel .card-shell,
.footer-shell .card-shell,
.modal-content {
  background: linear-gradient(180deg, rgba(var(--surface-3-rgb), 0.92), rgba(var(--surface-rgb), 0.96));
  border: 1px solid rgba(148, 168, 201, 0.14);
  box-shadow: 0 24px 60px rgba(1, 8, 18, 0.26);
  color: var(--text-1);
}

.hero-split > :first-child {
  padding: clamp(24px, 2.4vw, 34px);
  border-radius: 32px;
  border: 1px solid rgba(148, 168, 201, 0.14);
}

.card-shell,
.grid-card,
.reference-card,
.product-card,
.service-info-card,
.feature-item,
.stat-card,
.floating-card,
.modal-content {
  border-radius: 28px;
}

.card-shell {
  position: relative;
  overflow: hidden;
}

.card-shell::before,
.grid-card::before,
.reference-card::before,
.product-card::before,
.service-info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.09), transparent 35%, transparent 65%, rgba(var(--accent-rgb), 0.05));
  pointer-events: none;
}

.stat-row,
.feature-grid,
.grid-cards,
.trust-row,
.footer-meta-row {
  display: grid;
  gap: 16px;
}

.stat-row {
  position: relative;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
  padding-top: 28px;
}

.stat-row::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 12%;
  right: 12%;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(90deg,
      rgba(var(--primary-rgb), 0.18) 0%,
      rgba(var(--accent-rgb), 0.8) 24%,
      rgba(var(--primary-rgb), 0.72) 50%,
      rgba(var(--accent-rgb), 0.8) 76%,
      rgba(var(--primary-rgb), 0.18) 100%);
  box-shadow: 0 0 16px rgba(var(--accent-rgb), 0.2);
}

.stat-card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.stat-card::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 1px solid rgba(var(--accent-rgb), 0.48);
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.92) 0 18%, rgba(var(--accent-rgb), 0.88) 18% 44%, rgba(var(--primary-rgb), 0.92) 44% 100%);
  box-shadow:
    0 0 0 8px rgba(var(--primary-rgb), 0.08),
    0 0 20px rgba(var(--accent-rgb), 0.26);
}

.stat-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff;
}

.stat-card span {
  display: block;
  margin-top: 8px;
  color: var(--text-3);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.floating-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  margin-top: 24px !important;
  transform: none;
  transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);
}

.floating-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--primary-rgb), 0.24);
  box-shadow: 0 24px 44px rgba(1, 8, 18, 0.22);
  background: linear-gradient(180deg, rgba(var(--surface-3-rgb), 0.94), rgba(var(--surface-2-rgb), 0.98));
}

.floating-card i,
.icon-pill,
.footer-contact-icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.18), rgba(var(--accent-rgb), 0.08));
  color: #fff;
  border: 1px solid rgba(var(--accent-rgb), 0.18);
}

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

.feature-item,
.grid-card {
  padding: 24px;
}

.feature-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
}

.feature-item h6,
.grid-card h5,
.reference-card h5,
.product-card h2,
.service-info-card__title {
  color: #f8fbff;
}

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

.grid-card span:first-child {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.grid-card.highlight {
  background: linear-gradient(180deg, rgba(var(--primary-rgb), 0.42), rgba(var(--surface-2-rgb), 0.96));
}

.home-why .grid-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.home-why .grid-card p {
  min-height: 5.4em;
}

.home-why .grid-card .mini-icon {
  margin-top: auto !important;
  min-height: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.home-why .grid-card .mini-icon img {
  width: 140px;
  height: 80px;
  object-fit: contain;
  object-position: left bottom;
}

.home-why .row,
.page-about .row,
.page-services .row,
.page-contact .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.home-why,
.home-trust {
  position: relative;
  overflow: hidden;
}

.home-why::before,
.home-trust::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(var(--surface-rgb), 0.22), rgba(var(--surface-rgb), 0.28)),
    radial-gradient(circle at 14% 22%, rgba(var(--surface-rgb), 0.2), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(var(--surface-rgb), 0.18), transparent 24%);
  opacity: 1;
}

.home-why > .container,
.home-trust > .container {
  position: relative;
  z-index: 1;
}

.home-trust {
  background: transparent;
}

.about-info-card,
.service-info-card,
.reference-card,
.product-card {
  transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
}

.about-info-card:hover,
.service-info-card:hover,
.reference-card:hover,
.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--primary-rgb), 0.24);
  box-shadow: 0 28px 68px rgba(1, 8, 18, 0.34);
}

.home-why .feature-item,
.home-why .grid-card {
  transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);
}

.home-why .feature-item:hover,
.home-why .grid-card:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--primary-rgb), 0.22);
  box-shadow: 0 16px 32px rgba(1, 8, 18, 0.16);
}

.home-milestones {
  padding-top: 0;
}

.milestone-toolbar {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 18px;
}

.milestone-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px 0 14px;
  border: 1px solid rgba(var(--primary-rgb), 0.34);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(var(--primary-rgb), 0.18), rgba(var(--accent-rgb), 0.16)),
    rgba(var(--surface-3-rgb), 0.82);
  color: rgba(var(--text-1-rgb), 0.96);
  box-shadow: 0 12px 26px rgba(var(--primary-rgb), 0.14);
  font-weight: 700;
  letter-spacing: 0.01em;
  transition:
    transform var(--transition-fast),
    border-color var(--transition-fast),
    box-shadow var(--transition-fast),
    background var(--transition-fast),
    color var(--transition-fast);
}

.milestone-toggle:hover,
.milestone-toggle:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(var(--primary-rgb), 0.48);
  background:
    linear-gradient(135deg, rgba(var(--primary-rgb), 0.24), rgba(var(--accent-rgb), 0.2)),
    rgba(var(--surface-3-rgb), 0.92);
  color: rgb(var(--text-1-rgb));
  box-shadow: 0 18px 34px rgba(var(--primary-rgb), 0.18);
}

.milestone-toggle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(var(--primary-rgb), 0.18);
  color: rgb(var(--primary-rgb));
  box-shadow: inset 0 0 0 1px rgba(var(--primary-rgb), 0.18);
}

.milestone-toggle__label {
  white-space: nowrap;
}

.home-milestones.is-collapsed .milestone-hero-standalone,
.home-milestones.is-collapsed .milestone-shell__image-wrap {
  display: none;
}

.home-milestones.is-collapsed .milestone-shell {
  padding: clamp(18px, 2.2vw, 24px);
}

.home-milestones.is-collapsed .milestone-shell__intro {
  margin-bottom: 12px;
  gap: 10px;
}

.home-milestones.is-collapsed .milestone-shell__intro h2 {
  font-size: clamp(1.05rem, 1.8vw, 1.55rem);
}

.home-milestones.is-collapsed .milestone-grid {
  padding-top: 16px;
}

.milestone-hero-standalone {
  margin-bottom: 26px;
}

.milestone-shell {
  position: relative;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(var(--primary-rgb), 0.16);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(var(--surface-3-rgb), 0.86), rgba(var(--surface-rgb), 0.94)),
    radial-gradient(circle at 14% 18%, rgba(var(--accent-rgb), 0.1), transparent 28%);
  box-shadow: 0 24px 54px rgba(1, 8, 18, 0.18);
  overflow: hidden;
}

.milestone-shell::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(var(--accent-rgb), 0.14);
  border-radius: 26px;
  pointer-events: none;
}

.milestone-shell__intro,
.milestone-grid {
  position: relative;
  z-index: 1;
}

.milestone-shell__intro {
  display: grid;
  gap: 14px;
  margin-bottom: 20px;
  justify-items: center;
  text-align: center;
}

.milestone-shell__eyebrow {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(var(--primary-rgb), 0.18);
  background: rgba(var(--surface-3-rgb), 0.42);
  color: var(--text-2);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.milestone-shell__intro h2 {
  margin: 0;
  max-width: none;
  font-size: clamp(1.3rem, 2.3vw, 2.4rem);
  line-height: 1;
  white-space: nowrap;
}

.milestone-shell__image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.milestone-shell__top-image {
  width: min(100%, 1680px);
  max-width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px rgba(1, 8, 18, 0.16));
}

.milestone-shell__hero {
  position: relative;
  display: grid;
  align-items: center;
  width: min(100%, 1680px);
  min-height: clamp(220px, 24vw, 360px);
  padding: clamp(12px, 2vw, 18px);
  border-radius: 32px;
  border: 1px solid rgba(var(--primary-rgb), 0.18);
  background:
    linear-gradient(180deg, rgba(var(--surface-3-rgb), 0.92), rgba(var(--surface-rgb), 0.82)),
    radial-gradient(circle at 16% 18%, rgba(var(--accent-rgb), 0.18), transparent 34%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 20px 44px rgba(1, 8, 18, 0.2);
  overflow: hidden;
}

.milestone-shell__hero::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 24px;
  border: 1px dashed rgba(var(--accent-rgb), 0.18);
  pointer-events: none;
}

.milestone-shell__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 340px;
  border-radius: 24px;
  object-fit: cover;
  filter: saturate(1.02) drop-shadow(0 16px 26px rgba(1, 8, 18, 0.18));
}

.milestone-shell__frame-text {
  position: absolute;
  left: clamp(22px, 4vw, 44px);
  right: clamp(22px, 4vw, 44px);
  bottom: clamp(18px, 3vw, 32px);
  z-index: 2;
  padding: 12px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(4, 13, 24, 0.56), rgba(4, 13, 24, 0.78));
  color: #f7fbff;
  font-size: clamp(0.95rem, 1.3vw, 1.18rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  text-wrap: balance;
  backdrop-filter: blur(10px);
  transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);
}

.milestone-shell__frame-text:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--accent-rgb), 0.34);
  box-shadow: 0 14px 28px rgba(1, 8, 18, 0.22);
  background: linear-gradient(180deg, rgba(7, 18, 34, 0.68), rgba(7, 18, 34, 0.86));
}

.milestone-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  padding-top: 26px;
}

.milestone-grid::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 4%;
  right: 4%;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(90deg,
      rgba(var(--primary-rgb), 0.2) 0%,
      rgba(var(--accent-rgb), 0.8) 20%,
      rgba(var(--primary-rgb), 0.72) 50%,
      rgba(var(--accent-rgb), 0.8) 80%,
      rgba(var(--primary-rgb), 0.2) 100%);
  box-shadow: 0 0 18px rgba(var(--accent-rgb), 0.18);
}

.milestone-card {
  position: relative;
  min-height: 100%;
  padding: 0 14px 0;
  text-align: center;
  transition: transform var(--transition-base), filter var(--transition-base);
}

.milestone-card:hover {
  transform: translateY(-6px);
  filter: brightness(1.04);
}

.milestone-card__node {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 1px solid rgba(var(--accent-rgb), 0.48);
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.92) 0 18%, rgba(var(--accent-rgb), 0.88) 18% 44%, rgba(var(--primary-rgb), 0.92) 44% 100%);
  box-shadow:
    0 0 0 8px rgba(var(--primary-rgb), 0.08),
    0 0 20px rgba(var(--accent-rgb), 0.26);
}

.milestone-card__node::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--accent-rgb), 0.18), transparent 66%);
  z-index: -1;
  pointer-events: none;
}

.milestone-card strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 0.95;
  color: #f8fbff;
}

.milestone-card span {
  display: block;
  margin-bottom: 8px;
  color: rgba(248, 251, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.milestone-card p {
  margin: 0;
  color: rgba(226, 235, 248, 0.74);
  font-size: 0.92rem;
  line-height: 1.55;
  max-width: 240px;
  margin-inline: auto;
}

.about-info-card__action,
.service-info-card__action,
.reference-card__action {
  margin-top: auto;
}

.home-card-icon,
.service-info-card__icon {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  margin-bottom: 18px;
  border-radius: 24px;
  background: rgba(var(--primary-rgb), 0.08);
  border: 1px solid rgba(148, 168, 201, 0.14);
}

.home-card-logo {
  display: flex;
  place-items: unset;
  width: 100%;
  height: auto;
  margin-bottom: var(--space-4);
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.page-services .service-info-card__icon,
.page-about .service-info-card__icon,
.page-references .service-info-card__icon {
  display: flex;
  place-items: unset;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-bottom: 20px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.services-hero-logo,
.page-about .card-shell > img,
.product-card .p-3 {
  background: rgba(var(--primary-rgb), 0.06) !important;
}

.services-intro-card {
  max-width: 980px;
  margin-inline: auto;
}

.services-intro-logo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}

.services-intro-logo {
  max-width: min(100%, 280px);
  max-height: 96px;
  object-fit: contain;
}

.services-intro-title {
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  text-align: center;
}

.services-intro-text {
  max-width: 62ch;
  margin-inline: auto;
  text-align: center;
}

.reference-card,
.product-card,
.service-info-card,
.about-info-card {
  height: 100%;
}

.reference-card__action,
.card-inline-action {
  background: rgba(var(--primary-rgb), 0.09);
  border: 1px solid rgba(var(--primary-rgb), 0.16);
  color: #eaf1ff;
  box-shadow: none;
}

.card-inline-action:hover {
  background: rgba(var(--primary-rgb), 0.16);
  box-shadow: none;
}

.page-products .product-card-body,
.page-references .reference-card,
.page-services .service-info-card,
.page-about .about-info-card {
  position: relative;
  z-index: 1;
}

.page-products .product-card .p-3 {
  border-bottom: 1px solid rgba(148, 168, 201, 0.12) !important;
}

.page-products .product-card img,
.page-references .reference-card img,
.page-services .service-info-card__image,
.page-about .home-card-icon img {
  filter: saturate(1.02) contrast(1.04);
}

.page-services .service-info-card__logo-surface,
.page-about .service-info-card__logo-surface,
.page-references .service-info-card__logo-surface {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.page-services .service-info-card__image,
.page-about .service-info-card__image,
.page-references .service-info-card__image {
  width: auto;
  max-width: min(100%, 260px);
  max-height: 86px;
  object-fit: contain;
}

.contact-panel {
  align-items: stretch;
  --bs-gutter-x: 1.5rem;
}

.contact-panel > div > *,
.page-about .card-shell,
.page-services .card-shell,
.page-references .reference-card,
.page-products .product-card {
  height: 100%;
}

.form-control,
.form-select,
textarea {
  min-height: 54px;
  border: 1px solid rgba(148, 168, 201, 0.16);
  border-radius: 18px;
  background: rgba(8, 16, 30, 0.9);
  color: var(--text-1);
  box-shadow: none;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast), transform var(--transition-fast);
}

textarea.form-control {
  min-height: 148px;
}

.form-control::placeholder,
textarea::placeholder {
  color: rgba(180, 192, 216, 0.5);
}

.form-control:focus,
.form-select:focus,
textarea:focus {
  background: rgba(10, 21, 38, 0.96);
  color: var(--text-1);
  border-color: rgba(var(--primary-rgb), 0.32);
  box-shadow: 0 0 0 4px rgba(var(--primary-rgb), 0.08);
}

.contact-captcha-box,
.contact-captcha-row,
.contact-captcha-image {
  border-radius: 20px;
}

.contact-captcha-row {
  gap: 14px;
}

.contact-captcha-image {
  background: rgba(8, 16, 30, 0.92);
  border: 1px solid rgba(148, 168, 201, 0.14);
  padding: 10px;
}

.modal-content {
  border-radius: 28px !important;
}

.modal-header,
.modal-footer {
  border-color: rgba(148, 168, 201, 0.1) !important;
  background: rgba(10, 19, 34, 0.72) !important;
}

.modal-title,
.modal-body,
.modal-body p,
.modal-body li {
  color: var(--text-1);
}

.footer-shell {
  position: relative;
  margin-top: var(--space-8) !important;
  padding-top: var(--space-6) !important;
  padding-bottom: 0 !important;
  background:
    linear-gradient(180deg, rgba(var(--accent-rgb), 0.06), transparent 26%),
    linear-gradient(180deg, rgba(var(--surface-3-rgb), 0.96) 0%, rgba(var(--surface-2-rgb), 0.98) 52%, rgba(var(--surface-rgb), 1) 100%);
  border-top: 1px solid rgba(var(--primary-rgb), 0.18);
}

.footer-frame {
  padding: clamp(15px, 2vw, 24px) clamp(18px, 2.4vw, 28px) clamp(10px, 1.4vw, 16px);
  border: 1px solid rgba(var(--primary-rgb), 0.16);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(var(--surface-3-rgb), 0.88), rgba(var(--surface-2-rgb), 0.94));
  box-shadow: 0 28px 70px rgba(1, 8, 18, 0.22);
}

.footer-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--accent-rgb), 0.5), transparent);
}

.footer-brand-copy,
.footer-contact-text,
.footer-copy-line,
.footer-hours span,
.footer-clock .date,
.footer-clock .tz {
  color: var(--text-2) !important;
}

.footer-menu-card h5,
.footer-contact-card h5,
.footer-brand-card h3,
.footer-copy-version {
  color: #fff !important;
}

.footer-menu-card h5,
.footer-contact-card h5 {
  font-size: 1.75rem;
  margin-bottom: 0.8rem !important;
}

.footer-brand-copy {
  font-size: 0.92rem;
  line-height: 1.5;
}

.footer-contact-text,
.footer-hours span,
.footer-copy-line {
  font-size: 0.82rem;
}

.footer-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 12px;
  font-size: 0.88rem;
  transition: background var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);
}

.footer-links a:hover {
  background: rgba(var(--primary-rgb), 0.08);
  color: #fff !important;
  transform: translateX(4px);
}

.footer-social .btn {
  width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  border-radius: 12px !important;
}

.footer-social__link {
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px rgba(8, 12, 20, 0.16);
  transition:
    transform var(--transition-fast),
    box-shadow var(--transition-fast),
    border-color var(--transition-fast),
    background var(--transition-fast),
    color var(--transition-fast);
}

.footer-social__link:hover,
.footer-social__link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 26px rgba(8, 12, 20, 0.22);
}

.footer-social__link--whatsapp {
  background: rgba(37, 211, 102, 0.16) !important;
  border-color: rgba(37, 211, 102, 0.34) !important;
  color: #25d366 !important;
}

.footer-social__link--whatsapp:hover,
.footer-social__link--whatsapp:focus-visible {
  background: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
}

.footer-social__link--facebook {
  background: rgba(24, 119, 242, 0.16) !important;
  border-color: rgba(24, 119, 242, 0.34) !important;
  color: #1877f2 !important;
}

.footer-social__link--facebook:hover,
.footer-social__link--facebook:focus-visible {
  background: #1877f2 !important;
  border-color: #1877f2 !important;
  color: #ffffff !important;
}

.footer-social__link--instagram {
  background: linear-gradient(135deg, rgba(245, 133, 41, 0.22), rgba(221, 42, 123, 0.18), rgba(81, 91, 212, 0.18)) !important;
  border-color: rgba(221, 42, 123, 0.3) !important;
  color: #f77737 !important;
}

.footer-social__link--instagram:hover,
.footer-social__link--instagram:focus-visible {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #515bd4) !important;
  border-color: rgba(255, 255, 255, 0.34) !important;
  color: #ffffff !important;
}

.footer-social__link--linkedin {
  background: rgba(10, 102, 194, 0.16) !important;
  border-color: rgba(10, 102, 194, 0.34) !important;
  color: #0a66c2 !important;
}

.footer-social__link--linkedin:hover,
.footer-social__link--linkedin:focus-visible {
  background: #0a66c2 !important;
  border-color: #0a66c2 !important;
  color: #ffffff !important;
}

.footer-clock {
  padding: 14px 16px;
  border: 1px solid rgba(var(--accent-rgb), 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(var(--surface-3-rgb), 0.74), rgba(var(--surface-2-rgb), 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 12px 24px rgba(6, 10, 18, 0.12);
}

.footer-clock .time {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  color: rgba(248, 251, 255, 0.94);
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin-bottom: 2px;
}

.footer-clock .date,
.footer-clock .tz {
  font-size: 0.72rem;
  letter-spacing: 0.03em;
}

.footer-clock--compact {
  margin-top: 10px !important;
  padding: 12px 14px;
  gap: 3px;
  border-radius: 16px;
}

.footer-clock--compact .time {
  font-size: 1rem;
}

.footer-clock--compact .date,
.footer-clock--compact .tz {
  font-size: 0.65rem;
  line-height: 1.2;
}

.footer-copy-box {
  padding: 20px 22px;
  border: 1px solid rgba(var(--primary-rgb), 0.14);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(var(--surface-3-rgb), 0.56), rgba(var(--surface-rgb), 0.72));
}

.footer-shell .py-2.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.footer-shell .py-2.text-center .footer-copy-line {
  font-size: 0.78rem;
}

.footer-shell .py-2.text-center .footer-copy-version {
  font-size: 0.72rem;
}

.whatsapp-btn {
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  border: 1px solid rgba(126, 240, 201, 0.24);
  background: linear-gradient(135deg, #19b67b, #138f61);
  box-shadow: 0 20px 40px rgba(10, 107, 72, 0.28);
}

@media (max-width: 991px) {
  .site-navbar {
    padding: 12px 0;
  }

  .stat-row {
    gap: 22px;
    padding-top: 0;
  }

  .stat-row::before {
    top: 0;
    bottom: 0;
    left: 14px;
    right: auto;
    width: 2px;
    height: auto;
    background:
      linear-gradient(180deg,
        rgba(var(--primary-rgb), 0.18) 0%,
        rgba(var(--accent-rgb), 0.8) 24%,
        rgba(var(--primary-rgb), 0.72) 50%,
        rgba(var(--accent-rgb), 0.8) 76%,
        rgba(var(--primary-rgb), 0.18) 100%);
  }

  .stat-card {
    padding-left: 42px;
    text-align: left;
  }

  .stat-card::before {
    margin: 0 0 14px -28px;
  }

  .milestone-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
    padding-top: 22px;
  }

  .milestone-grid::before {
    left: 12%;
    right: 12%;
  }

  .site-navbar__inner {
    border-radius: 28px;
    padding: 14px 16px;
  }

  .site-navbar .navbar-collapse {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid rgba(148, 168, 201, 0.1);
  }

  .site-navbar .navbar-nav {
    gap: 10px;
  }

  .site-navbar .nav-link,
  .button-primary,
  .button-ghost,
  .page-link {
    width: 100%;
  }

  .grid-cards,
  .stat-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .section {
    padding: var(--space-8) 0;
  }

  .milestone-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 0;
  }

  .milestone-grid::before {
    top: 0;
    bottom: 0;
    left: 14px;
    right: auto;
    width: 2px;
    height: auto;
    background:
      linear-gradient(180deg,
        rgba(var(--primary-rgb), 0.2) 0%,
        rgba(var(--accent-rgb), 0.8) 20%,
        rgba(var(--primary-rgb), 0.72) 50%,
        rgba(var(--accent-rgb), 0.8) 80%,
        rgba(var(--primary-rgb), 0.2) 100%);
  }

  .milestone-shell__intro h2 {
    font-size: clamp(1.1rem, 4.6vw, 1.4rem);
  }

  .milestone-shell__top-image {
    max-height: 180px;
  }

  .milestone-shell__hero {
    border-radius: 24px;
  }

  .milestone-shell__hero::before {
    inset: 8px;
    border-radius: 18px;
  }

  .milestone-shell__image {
    max-height: 220px;
    border-radius: 18px;
  }

  .milestone-shell__frame-text {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 10px 14px;
    font-size: 0.95rem;
  }

  .milestone-card {
    padding-left: 44px;
    text-align: left;
  }

  .milestone-card__node {
    margin: 0 0 14px -30px;
  }

  .milestone-card p {
    max-width: none;
    margin-inline: 0;
  }

  .page-hero h1,
  .page-hero h2,
  .hero-title {
    font-size: clamp(2.4rem, 11vw, 4rem);
    max-width: 100%;
  }

  .hero-split > :first-child,
  .feature-item,
  .grid-card,
  .card-shell,
  .product-card,
  .reference-card,
  .service-info-card {
    border-radius: 24px;
  }

  .footer-shell {
    padding-top: var(--space-8) !important;
  }
}

body .site-navbar__inner {
  grid-template-columns: auto minmax(0, 1fr);
  width: min(calc(100vw - 24px), 1440px);
  max-width: 1440px;
  gap: 20px;
  padding: 14px 18px;
}

body .site-navbar .navbar-collapse {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: nowrap;
  width: 100%;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(148, 168, 201, 0.12);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(var(--surface-2-rgb), 0.9), rgba(var(--surface-rgb), 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body .site-navbar .navbar-nav {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

body .site-navbar .nav-item {
  flex: 0 1 auto;
  width: auto;
}

body .site-navbar .nav-link {
  width: auto;
  min-width: 0;
  min-height: 46px;
  padding-inline: 14px;
  white-space: nowrap;
  color: rgba(237, 243, 255, 0.8);
  background: transparent;
  border: 1px solid transparent;
  transition: background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);
}

body .site-navbar .nav-link i {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(var(--accent-rgb), 0.14);
  border: 1px solid rgba(var(--accent-rgb), 0.2);
  color: #dffff5;
  transition: color var(--transition-fast), transform var(--transition-fast);
}

body .site-navbar .nav-link:hover,
body .site-navbar .nav-link:focus-visible {
  color: #ffffff;
  background: rgba(var(--primary-rgb), 0.14);
  border-color: rgba(var(--primary-rgb), 0.18);
  box-shadow: none;
  transform: translateY(-1px);
}

body .site-navbar .nav-link:hover i,
body .site-navbar .nav-link:focus-visible i {
  color: #ffffff;
  background: rgba(var(--primary-rgb), 0.26);
  border-color: rgba(var(--primary-rgb), 0.28);
  transform: scale(1.03);
}

body .nav-cta {
  flex: 0 0 auto;
  margin-top: 0;
}

body .button-ghost,
body a.button-ghost,
body .button-ghost:visited {
  color: #f4f8ff !important;
}

body .button-ghost i,
body .button-ghost span {
  color: #f4f8ff !important;
}

.footer-contact-list {
  gap: 14px;
}

.footer-contact-item {
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.footer-contact-item .footer-contact-text {
  display: flex;
  align-items: center;
  min-height: 46px;
  margin: 0;
  line-height: 1.5;
}

.footer-contact-item .footer-contact-link {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
}

.footer-contact-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
}

.page-hero h1,
.page-hero h2 {
  color: #f7fbff;
  text-shadow: 0 14px 34px rgba(3, 8, 18, 0.42);
}

.page-hero .lead,
.page-hero p,
.hero-cover-sub {
  color: rgba(237, 243, 255, 0.92) !important;
  text-shadow: 0 8px 24px rgba(3, 8, 18, 0.32);
}

.cta-banner {
  background: linear-gradient(135deg, rgba(var(--surface-rgb), 0.96), rgba(var(--surface-3-rgb), 0.98)) !important;
  border: 1px solid rgba(148, 168, 201, 0.14) !important;
  box-shadow: 0 26px 64px rgba(1, 8, 18, 0.3);
}

.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.08), transparent 45%, rgba(var(--accent-rgb), 0.05));
  pointer-events: none;
}

.cta-banner > * {
  position: relative;
  z-index: 1;
}

.cta-banner h3 {
  color: #f7fbff;
}

.cta-banner p,
.cta-banner .muted,
.cta-banner .text-secondary {
  color: rgba(237, 243, 255, 0.84) !important;
}

@media (max-width: 1199px) {
  body .site-navbar__inner {
    width: min(calc(100vw - 24px), 1320px);
  }

  body .site-navbar .nav-link {
    padding-inline: 12px;
    font-size: 0.88rem;
  }
}

@media (max-width: 991px) {
  body .site-navbar .navbar-collapse {
    display: none !important;
  }

  body .site-navbar .navbar-collapse.show {
    display: block !important;
  }

  body .site-navbar .navbar-nav {
    flex-wrap: nowrap;
    width: 100%;
  }
}
