html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  background: linear-gradient(rgba(6, 14, 32, 0.55), rgba(6, 14, 32, 0.55)), url("img/bgBody.png") center/cover no-repeat;
  color: #dae2fd;
  font-family: "Hanken Grotesk", sans-serif;
}

h1, h2, h3, h4, .display-title, .display-subtitle, .section-title, .section-title-center, .footer-brand {
  font-family: "Roboto", sans-serif;
}

.nav-glass {
  z-index: 1052;
  width: 100%;
  margin: 0;
  padding: 2rem 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  transition: padding 0.4s cubic-bezier(0.22, 1, 0.36, 1), background 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease;
}

body.is-scrolled .nav-glass {
  padding: 0.85rem 0;
  background: rgba(7, 15, 31, 0.72);
  backdrop-filter: blur(24px) saturate(140%);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.brand-logo {
  height: 60px;
  width: auto;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
}

.footer-logo {
  width: min(390px, 100%);
  height: auto;
}

.nav-link {
  color: rgba(218, 226, 253, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  position: relative;
  padding: 0.7rem 0.2rem !important;
  transition: color 0.25s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0.35rem;
  height: 2px;
  border-radius: 2px;
  background: #ffe305;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.nav-link.active, .nav-link:hover {
  color: #ffe305;
}

.nav-link.active::after, .nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-panel {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  order: 1;
  margin-left: 0.5rem;
  justify-content: flex-start;
  gap: 1.25rem;
}

.nav-panel .navbar-nav,
.nav-links {
  flex-direction: row;
  margin-right: auto;
}

.nav-panel-brand {
  display: none;
}

.nav-panel-head {
  display: none;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 0.5rem 0.45rem 0.85rem;
  color: #001f27;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 10px 28px rgba(87, 214, 249, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.nav-cta .material-symbols-outlined {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #0b1326;
  font-size: 1rem;
}
.nav-cta:hover {
  color: #001f27;
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(87, 214, 249, 0.34);
}

.menu-toggle {
  order: 2;
  display: none;
  margin-left: auto;
}

.nav-overlay {
  display: none;
}

.whatsapp-float {
  position: fixed;
  z-index: 1049;
  right: clamp(1rem, 3vw, 1.75rem);
  bottom: clamp(1rem, 3vw, 1.75rem);
  width: 3.75rem;
  height: 3.75rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.48), 0 12px 30px rgba(0, 0, 0, 0.28);
  text-decoration: none;
  animation: whatsappPulse 2s ease-out infinite;
  transition: transform 0.25s ease, background 0.25s ease;
}
.whatsapp-float .whatsapp-icon {
  width: 2rem;
  height: 2rem;
}
.whatsapp-float:hover, .whatsapp-float:focus-visible {
  color: #fff;
  background: #1fbd59;
  transform: translateY(-3px) scale(1.04);
}

@keyframes whatsappPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.48), 0 12px 30px rgba(0, 0, 0, 0.28);
  }
  65%, 100% {
    box-shadow: 0 0 0 1rem rgba(37, 211, 102, 0), 0 12px 30px rgba(0, 0, 0, 0.28);
  }
}

.btn {
  border-radius: 999px;
}

.btn-brand {
  background: linear-gradient(135deg, #57d6f9, #97cfe6);
  color: #001f27;
  border: none;
  font-weight: 700;
  box-shadow: 0 18px 35px rgba(87, 214, 249, 0.18);
}

.btn-brand:hover {
  background: rgb(45.7038539554%, 86.7491548343%, 98.060851927%);
  color: #001f27;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 7rem 0 4rem;
  background: url("img/hero.jpg") center/cover no-repeat;
}

.hero-logo {
  width: min(266px, 78vw);
  max-width: 266px;
  height: auto;
  margin-bottom: 3rem;
}

.hero-content {
  z-index: 1;
  padding: 0;
  text-align: left;
}

.display-title {
  font-size: clamp(3.1rem, 6vw, 4.7rem);
  line-height: 1;
  max-width: 8.5ch;
  margin: 0;
  padding-bottom: 1rem;
}

.title-line {
  display: block;
}

.word-rotator {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: 4.9rem;
  min-height: 4.9rem;
  box-sizing: border-box;
  font-size: 4.5rem;
  line-height: 1.08;
  color: #ffe305;
  white-space: nowrap;
  border-right: 0.08em solid #ffe305;
  animation: caretBlink 0.75s steps(1) infinite;
}

@keyframes caretBlink {
  50% {
    border-color: transparent;
  }
}
.hero-lead {
  display: block;
  clear: both;
  max-width: 36rem;
  font-size: 1.35rem;
  color: #bcc8ce;
  margin: 1.75rem 0 2.25rem;
  line-height: 1.55;
}

.hero-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.hero-brand-mark {
  width: clamp(130px, 14vw, 190px);
  height: auto;
  display: block;
}

.hero-top-cta,
.hero-main-cta {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  border: 0;
  font-weight: 500;
  color: #0b1326;
  background: #fff;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.hero-top-cta {
  padding: 0.55rem 0.6rem 0.55rem 0.95rem;
  font-size: 0.98rem;
}
.hero-top-cta:hover {
  background: #fff;
  color: #0b1326;
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.22);
}

.hero-main-cta {
  padding: 0.7rem 0.75rem 0.7rem 1.15rem;
  background: #fbd000;
  color: #0b1326;
  font-size: 1.08rem;
  box-shadow: 0 18px 35px rgba(251, 208, 0, 0.22);
}
.hero-main-cta:hover {
  background: #fbd000;
  color: #0b1326;
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(251, 208, 0, 0.3);
}

.hero-top-cta-icon,
.hero-main-cta-icon {
  width: 1.85rem;
  height: 1.85rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #0b1326;
  color: #fff;
}

.hero-main-cta-icon {
  background: #001f27;
}

.hero-copy {
  max-width: 42rem;
}

.hero-actions {
  margin-top: 0.5rem;
}

.hero-art-home {
  max-width: 32rem;
  margin-left: auto;
}

.hero-art-image {
  width: 100%;
  height: auto;
  display: block;
  animation: floatHint 1.7s ease-in-out infinite;
}

@keyframes floatHint {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
}
.hero-reveal {
  opacity: 0;
  transform: translateY(28px);
  animation: heroReveal 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-reveal:nth-child(2) {
  animation-delay: 0.16s;
}

.hero-reveal:nth-child(3) {
  animation-delay: 0.32s;
}

.hero-reveal:nth-child(4) {
  animation-delay: 0.48s;
}

@keyframes heroReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.7s ease var(--reveal-delay, 0ms), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}

.scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.scroll-hint {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 1.5rem;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
  color: #fff;
  font-size: 2.5rem;
  text-decoration: none;
  border: 1px solid rgba(87, 214, 249, 0.25);
  border-radius: 50%;
  background: rgba(6, 14, 32, 0.35);
  backdrop-filter: blur(8px);
  animation: scrollHint 1.7s ease-in-out infinite;
  transition: color 0.2s ease, background 0.2s ease;
}
.scroll-hint:hover, .scroll-hint:focus-visible {
  color: #fff;
  background: rgba(87, 214, 249, 0.18);
}

@keyframes scrollHint {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 7px);
  }
}
.section-pad {
  padding: 7rem 0;
}

.section-alt {
  background: rgba(6, 14, 32, 0.55);
}

.section-heading {
  margin-bottom: 2.5rem;
}
.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
}

.section-line {
  width: 7rem;
  height: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #57d6f9, #f15a40, #fbd000);
}

.glass-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 2rem;
  background: radial-gradient(circle at top right, rgba(87, 214, 249, 0.08), transparent 32%), linear-gradient(180deg, rgba(9, 18, 36, 0.92), rgba(6, 14, 32, 0.78));
  border-color: rgba(87, 214, 249, 0.14);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.glass-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 5px;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  opacity: 0.9;
}
.glass-card:hover {
  transform: translateY(-6px);
  border-color: rgba(87, 214, 249, 0.35);
  box-shadow: 0 36px 70px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(87, 214, 249, 0.08);
}
.glass-card h3 {
  margin: 1.5rem 0 0.75rem;
  font-size: 1.6rem;
  color: #57d6f9;
}
.glass-card p {
  margin: 0;
  color: rgba(218, 226, 253, 0.82);
  line-height: 1.65;
}

.icon-badge, .step-circle, .feature-icon {
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.16), transparent 35%), linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 14px 30px rgba(0, 0, 0, 0.25);
}
.icon-badge span, .step-circle span, .feature-icon span {
  font-size: 2rem;
}

.badge-primary {
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.16), transparent 35%), linear-gradient(180deg, rgba(87, 214, 249, 0.22), rgba(87, 214, 249, 0.08));
  color: #57d6f9;
  box-shadow: 0 0 0 1px rgba(87, 214, 249, 0.18), 0 0 24px rgba(87, 214, 249, 0.18);
}

.badge-coral {
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.16), transparent 35%), linear-gradient(180deg, rgba(241, 90, 64, 0.22), rgba(241, 90, 64, 0.08));
  color: #f15a40;
  box-shadow: 0 0 0 1px rgba(241, 90, 64, 0.18), 0 0 24px rgba(241, 90, 64, 0.18);
}

.badge-yellow {
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.16), transparent 35%), linear-gradient(180deg, rgba(251, 208, 0, 0.22), rgba(251, 208, 0, 0.08));
  color: #fbd000;
  box-shadow: 0 0 0 1px rgba(251, 208, 0, 0.18), 0 0 24px rgba(251, 208, 0, 0.18);
}

.badge-green {
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.16), transparent 35%), linear-gradient(180deg, rgba(72, 183, 73, 0.22), rgba(72, 183, 73, 0.08));
  color: #48b749;
  box-shadow: 0 0 0 1px rgba(72, 183, 73, 0.18), 0 0 24px rgba(72, 183, 73, 0.18);
}

.badge-secondary-maracatu {
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.16), transparent 35%), linear-gradient(180deg, rgba(151, 207, 230, 0.22), rgba(151, 207, 230, 0.08));
  color: #97cfe6;
  box-shadow: 0 0 0 1px rgba(151, 207, 230, 0.18), 0 0 24px rgba(151, 207, 230, 0.18);
}

.badge-coral-strong {
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.16), transparent 35%), linear-gradient(180deg, rgba(255, 132, 112, 0.22), rgba(255, 132, 112, 0.08));
  color: #ff8470;
  box-shadow: 0 0 0 1px rgba(255, 132, 112, 0.18), 0 0 24px rgba(255, 132, 112, 0.18);
}

.portfolio-card h3 {
  font-size: 2rem;
  margin: 1rem 0 0.25rem;
}
.portfolio-card p {
  color: #57d6f9;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
}

.portfolio-media {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background: #131b2e;
}
.portfolio-media img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}
.portfolio-media:hover img {
  transform: scale(1.08);
}

.portfolio-chip {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.chip-primary {
  background: #57d6f9;
  color: #001f27;
}

.chip-yellow {
  background: #fbd000;
  color: #111;
}

.chip-green {
  background: #48b749;
  color: #fff;
}

.chip-coral {
  background: #f15a40;
  color: #fff;
}

.display-subtitle, .section-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
}

.section-copy {
  color: #bcc8ce;
  font-size: 1.1rem;
  max-width: 42rem;
  margin: 1.5rem 0 2.5rem;
}

.concept-content > .section-copy {
  max-width: 54rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.feature-list {
  display: grid;
  gap: clamp(1.5rem, 3vw, 3rem);
}

.feature-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.feature-item h4 {
  margin-bottom: 0.65rem;
  font-size: 1.35rem;
}
.feature-item p {
  margin: 0;
  color: #bcc8ce;
  line-height: 1.65;
}

.feature-icon {
  flex: 0 0 auto;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
}

.feature-primary {
  color: #57d6f9;
}

.feature-coral {
  color: #f15a40;
}

.feature-yellow {
  color: #fbd000;
}

.hero-art img {
  border-radius: 1.5rem;
  position: relative;
  z-index: 1;
}

.section-process {
  background: rgba(19, 27, 46, 0.7);
}

.section-title-center {
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  font-weight: 700;
}

.section-subtitle {
  color: #bcc8ce;
}

.process-step {
  text-align: center;
}

.step-circle {
  margin: 0 auto 1rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.bg-coral {
  background: #f15a40 !important;
}

.bg-yellow {
  background: #fbd000 !important;
}

.bg-green {
  background: #48b749 !important;
}

.bg-secondary-maracatu {
  background: #97cfe6 !important;
  color: #001f27 !important;
}

.contact-card .material-symbols-outlined {
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.18), transparent 36%), linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 14px 30px rgba(0, 0, 0, 0.22);
}

.testimonials-band {
  padding: 5rem 0;
  background: #57d6f9;
  color: #001f27;
}

.testimonials-heading {
  margin-bottom: 1rem;
}
.testimonials-heading .material-symbols-outlined {
  font-size: 3rem;
}
.testimonials-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
}

.testimonials-band .carousel {
  padding: 1rem 5rem 3.5rem;
}

.testimonial-card {
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
}
.testimonial-card .testimonial-quote {
  max-width: 48rem;
  margin: 0 auto 1.5rem;
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  line-height: 1.6;
}
.testimonial-card footer {
  display: grid;
  gap: 0.25rem;
}
.testimonial-card footer strong {
  font: 700 clamp(1.4rem, 3vw, 1.9rem) "Roboto", sans-serif;
}
.testimonial-card footer span {
  font-size: 0.95rem;
}

.testimonials-band .carousel-indicators {
  margin-bottom: 0;
}

.testimonials-band .carousel-indicators [data-bs-target] {
  width: 0.65rem;
  height: 0.65rem;
  border: 0;
  border-radius: 50%;
  background-color: #001f27;
}

.testimonials-band .carousel-control-prev,
.testimonials-band .carousel-control-next {
  width: 3rem;
  opacity: 1;
}

.testimonials-band .carousel-control-prev-icon,
.testimonials-band .carousel-control-next-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #001f27;
  background-size: 55%;
}

.contact-links {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.contact-card {
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #dae2fd;
  text-decoration: none;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 700;
}

.contact-title {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
}

.form-card {
  padding: 2rem;
}

.form-control, .form-select {
  background: #131b2e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #dae2fd;
}

.form-control::-moz-placeholder {
  color: rgba(218, 226, 253, 0.35);
}

.form-control::placeholder {
  color: rgba(218, 226, 253, 0.35);
}

.footer-band {
  position: relative;
  padding: 5rem 0 1.75rem;
  overflow: hidden;
  background: radial-gradient(circle at 12% 10%, rgba(87, 214, 249, 0.13), transparent 30%), linear-gradient(180deg, #081225, #060e20);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) 0.65fr 1.15fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  padding-bottom: 4rem;
  text-align: center;
}

.footer-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-intro p {
  max-width: 30rem;
  margin: 1.5rem 0 0;
  color: #bcc8ce;
  font-size: 1.05rem;
  line-height: 1.7;
}

.footer-column h3 {
  margin: 0 0 1.35rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.footer-links {
  display: grid;
  gap: 0.75rem;
}

.footer-links a, .footer-contact a {
  color: #bcc8ce;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover, .footer-contact a:hover {
  color: #57d6f9;
  transform: translateX(4px);
}

.footer-contact {
  min-width: 0;
}

.footer-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
  overflow-wrap: anywhere;
}

.footer-contact .material-symbols-outlined {
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(87, 214, 249, 0.18);
  border-radius: 50%;
  color: #57d6f9;
  background: rgba(87, 214, 249, 0.07);
  font-size: 1.15rem;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  text-align: center;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(218, 226, 253, 0.55);
  font-size: 0.88rem;
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #bcc8ce;
  text-decoration: none;
}
.footer-bottom .material-symbols-outlined {
  font-size: 1.1rem;
}

@media (min-width: 992px) {
  .feature-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .footer-main {
    text-align: left;
  }
  .footer-intro {
    align-items: flex-start;
  }
  .footer-contact a {
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .nav-glass {
    margin: 0;
  }
  .nav-shell {
    justify-content: flex-end;
  }
  .menu-toggle {
    position: relative;
    z-index: 2;
    width: 48px;
    height: 48px;
    display: grid;
    place-content: center;
    gap: 7px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    background: rgba(87, 214, 249, 0.08);
    box-shadow: none;
  }
  .menu-toggle span {
    display: block;
    width: 21px;
    height: 2px;
    border-radius: 2px;
    background: #57d6f9;
    transition: transform 0.3s ease;
  }
  .menu-open .menu-toggle span:first-child {
    transform: translateY(4.5px) rotate(45deg);
  }
  .menu-open .menu-toggle span:last-child {
    transform: translateY(-4.5px) rotate(-45deg);
  }
  .nav-panel {
    position: fixed;
    z-index: 1051;
    top: 0;
    left: 0;
    width: min(86vw, 300px);
    height: 100vh;
    height: 100dvh;
    padding: 1.25rem 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: radial-gradient(circle at top right, rgba(87, 214, 249, 0.16), transparent 34%), #081225;
    border-right: 1px solid rgba(87, 214, 249, 0.18);
    box-shadow: 24px 0 70px rgba(0, 0, 0, 0.48);
    transform: translateX(-105%);
    visibility: hidden;
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.42s;
  }
  .menu-open .nav-panel {
    transform: translateX(0);
    visibility: visible;
  }
  .nav-panel-brand {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0.75rem 0 2rem;
    padding-left: 0;
  }
  .nav-panel-brand img {
    width: 170px;
    height: auto;
  }
  .navbar-nav {
    gap: 0;
    margin: 0 !important;
  }
  .nav-panel .navbar-nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-links {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
  }
  .nav-link {
    width: 100%;
    padding: 0.9rem 0 0.9rem 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
    font: 700 clamp(1.15rem, 5vw, 1.5rem) "Roboto", sans-serif;
    text-transform: none;
    letter-spacing: -0.03em;
  }
  .nav-link::after {
    display: none;
  }
  .nav-cta {
    margin-top: auto;
    justify-content: space-between;
    font-size: 1.05rem;
  }
  .nav-overlay {
    position: fixed;
    z-index: 1050;
    inset: 0;
    display: block;
    border: 0;
    background: rgba(2, 7, 17, 0.7);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
  }
  .menu-open .nav-overlay {
    opacity: 1;
    visibility: visible;
  }
  .hero-section {
    min-height: 100vh;
    min-height: 100svh;
    padding: clamp(5.25rem, 9svh, 6.5rem) 1.25rem;
    text-align: left;
  }
  .hero-grid {
    row-gap: clamp(0.75rem, 2svh, 1.5rem) !important;
  }
  .hero-content {
    padding: 0;
    text-align: left;
  }
  .hero-topbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-brand-mark {
    width: min(180px, 56vw);
  }
  .display-title {
    max-width: none;
    font-size: clamp(2.65rem, 7vw, 3.5rem);
    line-height: 1.02;
  }
  .display-title, .display-subtitle, .section-title {
    max-width: none;
  }
  .word-rotator {
    display: block;
    float: none;
    width: auto;
    height: 4.25rem;
    min-height: 4.25rem;
    font-size: clamp(3.15rem, 8vw, 4rem);
    text-align: left;
  }
  .hero-lead {
    margin: 0.75rem 0 1.1rem;
    font-size: 1.1rem;
    line-height: 1.5;
    max-width: 34rem;
  }
  .hero-actions .btn {
    padding-block: 0.65rem;
    font-size: 1.05rem;
  }
  .hero-art-home {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .hero-art-home .hero-art-image {
    height: clamp(13rem, 32svh, 23rem);
    width: auto;
    max-width: 100%;
    max-height: none;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .section-pad {
    padding: 4.25rem 0;
  }
  .hero-art {
    transform: none;
  }
  .footer-main {
    grid-template-columns: 1fr;
  }
  .footer-intro {
    grid-column: auto;
  }
}
@media (max-width: 575.98px) {
  .brand-logo {
    height: 50px;
  }
  .hero-section {
    padding: clamp(5rem, 8svh, 5.75rem) 1rem;
  }
  .hero-brand-mark {
    width: min(165px, 60vw);
    margin-bottom: 0.25rem;
  }
  .display-title {
    font-size: clamp(2.1rem, 10vw, 2.75rem);
  }
  .word-rotator {
    height: 3.5rem;
    min-height: 3.5rem;
    font-size: clamp(2.55rem, 11vw, 3.2rem);
  }
  .hero-art-home .hero-art-image {
    height: clamp(10rem, 28svh, 18rem);
    max-height: none;
  }
  .hero-lead {
    max-width: 30rem;
    font-size: 1.02rem;
    margin-bottom: 1rem;
  }
  .hero-actions {
    display: flex;
    justify-content: flex-start;
  }
  .hero-actions .btn {
    width: auto;
  }
  .hero-actions {
    gap: 0.55rem !important;
  }
  .hero-top-cta, .hero-main-cta {
    width: auto;
    justify-content: space-between;
    min-height: 46px;
    padding: 0.65rem 0.75rem 0.65rem 1.05rem;
    font-size: 1.05rem;
  }
  .hero-top-cta-icon, .hero-main-cta-icon {
    width: 1.45rem;
    height: 1.45rem;
  }
  .scroll-hint {
    bottom: 0.6rem;
    width: 2.6rem;
    height: 2.6rem;
  }
  .section-pad {
    padding: 3.5rem 0;
  }
  .testimonials-band {
    padding: 3.5rem 0;
  }
  .testimonials-band .carousel {
    padding: 0.5rem 2.75rem 3rem;
  }
  .testimonial-card {
    min-height: 19rem;
  }
  .footer-band {
    padding-top: 4rem;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .footer-intro {
    grid-column: auto;
  }
  .footer-logo {
    width: min(330px, 90vw);
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-bottom {
    align-items: center;
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-reveal {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .word-rotator {
    animation: none;
    border-right: 0;
  }
  .scroll-hint {
    animation: none;
  }
  .btn-creative, .scroll-reveal, .nav-panel, .nav-overlay {
    transition: none;
  }
  .scroll-reveal {
    opacity: 1;
    transform: none;
  }
  .whatsapp-float {
    animation: none;
  }
}
