@font-face {
  font-family: Neulis;
  src: url("../app/fonts/NeulisAlt-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Neulis;
  src: url("../app/fonts/NeulisAlt-Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}
:root {
  font-family: Neulis, Arial, sans-serif;
  color: #171717;
  background: #fff;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
}
body {
  overflow: hidden;
}
#site-shell {
  height: 100dvh;
  display: flex;
  flex-direction: column;
  position: relative;
  isolation: isolate;
}
.site-header,
.site-footer {
  position: relative;
  z-index: 50;
  width: 100%;
}
.site-nav,
.site-footer {
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(0, 98, 131, 0.7);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(18px);
}
.site-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 12px;
}
.header-noise,
.footer-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.brand-lockup {
  position: relative;
  z-index: 1;
  max-width: 1152px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-lockup img:first-child {
  width: 38%;
  max-width: 180px;
  height: auto;
}
.brand-lockup img:last-child {
  width: 42%;
  max-width: 210px;
  height: auto;
}
.brand-divider {
  height: 40px;
  width: 2px;
  flex: none;
  margin: 0 12px;
  background: #fff;
}
.site-footer {
  z-index: 20;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 20px;
}
.site-footer p {
  position: relative;
  z-index: 1;
  max-width: 1152px;
  margin: 0 auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.625;
}
.background-carousel {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}
.background-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.background-slide.active {
  opacity: 1;
}
.background-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
main {
  position: relative;
  min-height: 0;
  flex: 1;
  overflow: hidden;
}
.blue-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  background: rgba(0, 98, 131, 0.14);
  filter: blur(120px);
}
.blue-glow-left {
  width: 384px;
  height: 384px;
  left: -128px;
  top: 96px;
}
.blue-glow-right {
  width: 500px;
  height: 500px;
  right: -128px;
  top: 256px;
  background: rgba(0, 98, 131, 0.1);
  filter: blur(140px);
}
.services-shell {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1152px;
  height: 100%;
  margin: auto;
  padding: 24px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.desktop-grid {
  width: min(100%, 900px);
  height: 700px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.service-column {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: gap 0.5s ease;
}
.service-card {
  display: flex;
  flex: 1;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(0, 98, 131, 0.7);
  padding: 12px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(12px);
  transition: all 0.5s ease;
}
.service-card:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(0, 98, 131, 0.4);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}
.service-card.is-hovered {
  z-index: 2;
  justify-content: space-between;
  padding: 16px;
}
.service-card.is-hovered .card-body {
  flex: 1;
}
.service-card.is-hidden {
  pointer-events: none;
  flex: none;
  height: 0;
  min-height: 0;
  border: 0;
  padding: 0;
  opacity: 0;
}
.service-icon {
  position: relative;
  width: 56px;
  height: 56px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-card h3 {
  margin: 0;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2;
  letter-spacing: 0;
}
.card-body {
  width: 100%;
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 60px;
}
.short-description,
.full-description {
  margin: 0;
  color: rgba(229, 231, 235, 0.9);
  line-height: 1.35;
  font-size: 1.2em;
}
.full-description {
  font-size: 1.1em;
}
.full-description-wrap {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.service-card.is-hovered .short-description {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.service-card.is-hovered .full-description-wrap {
  max-height: 320px;
  opacity: 1;
}
.access-label {
  display: inline-flex;
  margin-top: 12px;
  color: #67e8f9;
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.mobile-carousel {
  display: none;
}
.whatsapp {
  position: fixed;
  right: 24px;
  bottom: 100px;
  z-index: 60;
}
.whatsapp-form {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  border-radius: 999px;
  overflow: hidden;
  transition:
    width 0.35s ease,
    padding 0.35s ease,
    background-color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}
.whatsapp-form.expanded {
  width: 320px;
  padding: 8px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.18);
}
.whatsapp-input {
  flex: 1 1 auto;
  width: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transition:
    width 0.35s ease,
    opacity 0.2s ease 0.1s,
    padding 0.35s ease;
}
.expanded .whatsapp-input {
  width: 100%;
  opacity: 1;
  padding: 0 12px;
}
.whatsapp-input input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #4b5563;
  font: inherit;
}
.whatsapp-button {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border: 0;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition:
    width 0.35s ease,
    flex-basis 0.35s ease,
    height 0.35s ease,
    transform 0.35s ease;
}
.expanded .whatsapp-button {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
}
.whatsapp-button img {
  width: 28px;
  height: 28px;
}
.whatsapp-button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.carousel-title {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(0, 98, 131, 0.7);
  color: #fff;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(12px);
  font-size: 14px;
}
.mobile-stage {
  position: relative;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-card {
  position: absolute;
  width: 260px;
  height: 330px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: rgba(0, 98, 131, 0.95);
  color: #fff;
  text-align: center;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease;
}
.mobile-card.current {
  z-index: 3;
  opacity: 1;
  transform: scale(1);
}
.mobile-card.next {
  z-index: 1;
  opacity: 0.5;
  transform: translateX(200px) scale(0.9);
  filter: blur(0.5px);
}
.mobile-card.previous {
  z-index: 1;
  opacity: 0.5;
  transform: translateX(-200px) scale(0.9);
  filter: blur(0.5px);
}
.mobile-card.inactive {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.75);
}
.mobile-card h3 {
  font-size: 20px;
  margin: 0;
}
.mobile-card p {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #e5e7eb;
}
.mobile-link {
  margin-top: 8px;
  color: #67e8f9;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
.carousel-controls button {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
.dots {
  display: flex;
  gap: 6px;
  max-width: 160px;
  overflow: auto;
  padding: 4px;
}
.dot {
  width: 8px !important;
  height: 8px !important;
  border: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
  padding: 0;
}
.dot.active {
  width: 24px;
  background: #22d3ee;
}
@media (min-width: 768px) {
  .site-nav {
    padding: 16px 32px;
  }
}
@media (max-width: 767px) {
  body {
    overflow: hidden;
  }
  .services-shell {
    padding: 16px 8px;
  }
  .desktop-grid {
    display: none;
  }
  .mobile-carousel {
    display: block;
  }
  .site-footer p {
    font-size: 12px;
  }
  .brand-divider {
    height: 40px;
    margin: 0 12px;
  }
  .whatsapp {
    right: 16px;
  }
  .whatsapp-form.expanded {
    width: calc(100vw - 32px);
  }
}
