:root {
  --bg-deep: #05070b;
  --bg-mid: #0a121d;
  --glass: rgba(12, 19, 31, 0.6);
  --glass-border: rgba(132, 184, 255, 0.28);
  --accent: #58d6ff;
  --accent-soft: #9dedff;
  --text-main: #e8f0ff;
  --text-soft: #adbfdb;
  --shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
  background: radial-gradient(circle at 20% 20%, #132137 0%, transparent 28%),
    radial-gradient(circle at 85% 10%, #0c2f3e 0%, transparent 30%),
    linear-gradient(145deg, var(--bg-deep), #05080f 35%, var(--bg-mid));
  color: var(--text-main);
  scroll-behavior: smooth;
}

.aurora-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(ellipse at center, rgba(88, 214, 255, 0.12), transparent 60%),
    radial-gradient(ellipse at 80% 75%, rgba(120, 223, 255, 0.08), transparent 50%);
  filter: blur(24px);
}

.hero,
main,
.navbar {
  position: relative;
  z-index: 1;
}

.glass-nav {
  background: rgba(8, 13, 22, 0.5);
  border-bottom: 1px solid rgba(120, 190, 255, 0.18);
  backdrop-filter: blur(14px);
}

.brand-wrap {
  padding-left: 0;
}

.brand-logo {
  max-height: 3.15rem !important;
  width: auto;
}

.nav-center {
  width: 100%;
  justify-content: center;
}

.navbar-item {
  color: var(--text-main);
}

.navbar-item:hover,
.navbar-item:focus {
  color: var(--accent-soft) !important;
  background: rgba(88, 214, 255, 0.08) !important;
}

.hero-glass-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 3rem 1.3rem;
}

.hero-kicker {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-soft);
  font-size: 0.74rem;
  margin-bottom: 1rem;
}

.hero-title {
  line-height: 1.1;
  margin-bottom: 1.3rem !important;
}

.hero-subtitle {
  max-width: 670px;
  margin: 0 auto;
}

.liquid-btn {
  border: 1px solid rgba(137, 217, 255, 0.6);
  border-radius: 8px;
  color: #e6f9ff;
  background: linear-gradient(135deg, rgba(80, 196, 255, 0.22), rgba(97, 222, 255, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), 0 10px 20px rgba(5, 10, 15, 0.35);
  backdrop-filter: blur(10px);
}

.liquid-btn:hover {
  color: #ffffff;
  border-color: var(--accent-soft);
  background: linear-gradient(135deg, rgba(107, 222, 255, 0.28), rgba(141, 227, 255, 0.1));
  transform: translateY(-1px);
}

.is-ghosted {
  background: rgba(12, 23, 33, 0.55) !important;
}

.glass-panel {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.content-panel {
  padding: 2rem;
}

.content-panel p {
  color: var(--text-soft);
}

.about-intro {
  max-width: 100%;
  margin: 0 auto;
}

.tagline-strip {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.tagline-strip span {
  background: rgba(88, 214, 255, 0.14);
  border: 1px solid rgba(126, 215, 255, 0.4);
  border-radius: 8px;
  padding: 0.38rem 0.8rem;
  font-size: 0.78rem;
  color: #dcf8ff;
}

.logo-cloud {
  padding: 1.6rem 0.8rem;
}

.agency-heading {
  max-width: 780px;
  margin: 0 auto 1.4rem;
  text-align: center;
}

.agency-heading p {
  color: var(--text-soft);
}

.logo-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 0.3rem;
  align-items: center;
}

.logo-carousel-window {
  overflow: hidden;
}

.logo-carousel-track {
  display: flex;
  gap: 0.4rem;
  transition: transform 420ms ease;
  will-change: transform;
}

.logo-slide {
  flex: 0 0 calc((100% - 1.6rem) / 5);
}

.logo-slide img {
  width: 100%;
  height: 118px;
  max-height: 118px;
  object-fit: contain;
  background: transparent;
  border: 0;
  padding: 0.15rem;
}

.carousel-btn {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(137, 217, 255, 0.45);
  border-radius: 8px;
  color: #e6f9ff;
  background: rgba(12, 23, 33, 0.7);
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 1;
}

.carousel-btn:hover,
.carousel-btn:focus {
  border-color: var(--accent-soft);
  background: rgba(88, 214, 255, 0.16);
}

.feature-card {
  min-height: 100%;
  padding: 1.25rem;
}

.feature-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #f2f8ff;
  margin-bottom: 0.55rem;
}

.feature-card p {
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.5;
}

.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  margin-bottom: 0.8rem;
  background: linear-gradient(140deg, rgba(87, 214, 255, 0.27), rgba(64, 129, 225, 0.2));
  border: 1px solid rgba(150, 219, 255, 0.45);
}

.feature-icon svg {
  width: 24px;
  height: 24px;
  fill: #e6f8ff;
}

.callout-panel {
  padding: 2rem;
  max-width: 760px;
  margin: 0 auto;
}

.module-band {
  background: linear-gradient(180deg, rgba(9, 16, 26, 0.05), rgba(88, 214, 255, 0.05));
}

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

.utility-group {
  min-height: 100%;
  padding: 1.1rem;
  border: 1px solid rgba(132, 184, 255, 0.24);
  border-radius: 8px;
  background: rgba(12, 19, 31, 0.45);
}

.utility-group h3 {
  margin-bottom: 0.45rem;
  color: #f2f8ff;
  font-size: 1.05rem;
  font-weight: 700;
}

.utility-group p,
.price-card p,
.note-text {
  color: var(--text-soft);
}

.price-card {
  min-height: 100%;
  padding: 1.4rem;
  text-align: center;
}

.price-card.is-highlighted {
  border-color: rgba(157, 237, 255, 0.72);
  background: linear-gradient(145deg, rgba(88, 214, 255, 0.16), rgba(12, 19, 31, 0.68));
}

.plan-duration {
  margin-bottom: 0.4rem;
  font-size: 0.86rem;
  text-transform: uppercase;
}

.price-card h3 {
  margin-bottom: 0.25rem;
  color: #ffffff;
  font-size: 2.3rem;
  font-weight: 800;
}

.price-buy-btn {
  margin-top: 1rem;
  width: 100%;
}

.note-text {
  max-width: 820px;
  margin-inline: auto;
  font-size: 0.82rem;
  line-height: 1.45;
}

.site-footer {
  position: relative;
  z-index: 1;
  padding: 1.35rem 0;
  border-top: 1px solid rgba(120, 190, 255, 0.18);
  background: rgba(5, 8, 15, 0.72);
  backdrop-filter: blur(12px);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-inner p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: flex-end;
}

.footer-links a,
.policy-content a {
  color: var(--accent-soft);
}

.footer-links a:hover,
.policy-content a:hover {
  color: #ffffff;
}

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

.page-title-section {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 2.25rem;
}

.page-title-content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.page-title-content h1 {
  max-width: 960px;
  margin: 0 auto 1rem;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.08;
}

.page-title-content p {
  max-width: 830px;
  margin: 0 auto 0.7rem;
  color: var(--text-soft);
  line-height: 1.65;
}

.policy-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 2rem;
}

.policy-content h1,
.policy-content h2,
.policy-content h3 {
  color: #ffffff;
}

.policy-content h1 {
  margin-bottom: 0.7rem;
  font-size: 2.4rem;
  font-weight: 800;
}

.policy-content h2 {
  margin-top: 1.7rem;
  margin-bottom: 0.55rem;
  font-size: 1.35rem;
  font-weight: 700;
}

.policy-content h3 {
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.policy-content p,
.policy-content li {
  color: var(--text-soft);
  line-height: 1.65;
}

.policy-content ul,
.policy-content ol {
  margin-left: 1.25rem;
}

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

.about-copy p,
.usecase-card p {
  color: var(--text-soft);
  line-height: 1.65;
}

.about-copy {
  min-height: 100%;
}

.about-usecases {
  background: linear-gradient(180deg, rgba(9, 16, 26, 0.05), rgba(88, 214, 255, 0.05));
}

.usecase-card {
  min-height: 100%;
  padding: 1.25rem;
}

.usecase-card h3 {
  margin-bottom: 0.55rem;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 700;
}

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

.contact-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 1.5rem;
  align-items: start;
}

.contact-details {
  display: grid;
  gap: 1rem;
}

.contact-card {
  display: block;
  padding: 1.2rem;
}

.contact-card:hover {
  border-color: rgba(157, 237, 255, 0.72);
}

.contact-card span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--accent-soft);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-card strong {
  display: block;
  color: #ffffff;
  font-size: 1.12rem;
  line-height: 1.45;
}

.contact-whatsapp {
  width: 100%;
}

.contact-form-panel {
  padding: 1.4rem;
}

.modal-card.glass-modal {
  background: rgba(7, 12, 20, 0.95);
  border: 1px solid rgba(129, 208, 255, 0.35);
  border-radius: 8px;
  overflow: hidden;
}

.modal-card-head,
.modal-card-foot,
.modal-card-body {
  background: transparent;
  border: none;
}

.modal-card-title,
.label {
  color: var(--text-main);
}

.input,
.textarea {
  background: rgba(9, 18, 29, 0.85);
  border-color: rgba(112, 188, 244, 0.4);
  color: var(--text-main);
}

.input:focus,
.textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 0.125em rgba(88, 214, 255, 0.2);
}

@media screen and (max-width: 1023px) {
  .navbar-menu {
    background: rgba(8, 13, 22, 0.93);
    border-top: 1px solid rgba(116, 194, 255, 0.25);
  }

  .navbar-end {
    border-top: 1px solid rgba(116, 194, 255, 0.18);
    margin-top: 0.6rem;
  }

  .hero-title {
    font-size: 2.3rem !important;
  }

  .page-title-content h1 {
    font-size: 2.35rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .brand-logo {
    max-height: 2.75rem !important;
  }

  .hero-glass-wrap {
    padding-top: 2rem;
  }

  .hero-title {
    font-size: 1.9rem !important;
  }

  .logo-carousel {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    gap: 0.25rem;
  }

  .logo-slide {
    flex-basis: calc((100% - 0.4rem) / 2);
  }

  .logo-slide img {
    height: 92px;
    max-height: 92px;
  }

  .carousel-btn {
    width: 30px;
    height: 30px;
  }

  .utility-grid {
    grid-template-columns: 1fr;
  }

  .content-panel,
  .callout-panel {
    padding: 1.3rem;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }

  .policy-content {
    padding: 1.3rem;
  }

  .policy-content h1 {
    font-size: 2rem;
  }

  .contact-form-panel,
  .contact-card {
    padding: 1.1rem;
  }

  .page-title-section {
    padding-top: 3rem;
  }

  .page-title-content h1 {
    font-size: 2rem;
  }
}
