﻿/*
  EDITE ESTE ARQUIVO — CSS puro, sem Tailwind, sem build, sem watcher.
  Salvou, já é isso que aparece no navegador (só dar refresh).

  Aqui moram todos os estilos dos componentes do site (.ref-hero,
  .ref-audience, .ref-pitch, etc.) — tudo que normalmente você vem
  ajustando (padding, cor, hover, efeito). Pode editar à vontade.

  NÃO editar: public/assets/css/site-base.css e site-utilities.css —
  esses SÃO gerados (fontes/reset e classes utilitárias tipo flex/gap-4),
  e são sobrescritos a cada build. Se precisar de uma classe Tailwind nova
  que ainda não existe aqui, peça pro Claude adicionar.
*/

/* ---------- Type & decorative treatments ---------- */

/* ---------- Glass surfaces ---------- */

/* ---------- Audience (para quem é) ---------- */

.audience-card__icon .material-symbols-outlined {
  font-size: 1rem;
}

/* ---------- Buttons ---------- */

/* ---------- Nav ---------- */

.site-header {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 50;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  background-color: rgba(4, 9, 30, 0.9);
}

.nav-city__panel {
  min-width: 14rem;
}

.site-header__actions .nav-city .nav-dropdown__wrap {
  left: auto;
  right: 0;
  width: 15rem;
  --tw-translate-x: 0;
  transform: none;
}

.nav-city__link {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 0.15rem;
}

.nav-city__link-label {
  display: block;
}

.nav-city__link-hint {
  display: block;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.4);
}

.nav-city__link:hover .nav-city__link-hint,
.nav-dropdown__link--active .nav-city__link-hint {
  color: rgba(255, 255, 255, 0.65);
}

.nav-link {
  position: relative;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgb(255 255 255 / 0.75);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0px;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(61 92 224 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.nav-link:hover::after {
  width: 100%;
}

.nav-dropdown__wrap {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 50;
  width: 18rem;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-top: 0.75rem;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 150ms ease,
    visibility 150ms ease;
}

.nav-dropdown:hover .nav-dropdown__wrap,
.nav-dropdown:focus-within .nav-dropdown__wrap {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.nav-dropdown__trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

.nav-dropdown__trigger svg {
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
  display: block;
  transition: transform 200ms ease;
}

.nav-dropdown:hover .nav-dropdown__chevron,
.nav-dropdown:focus-within .nav-dropdown__chevron {
  transform: rotate(180deg);
}

.nav-dropdown__panel {
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.nav-dropdown__link {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgb(255 255 255 / 0.7);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-dropdown__link:hover {
  background-color: rgb(255 255 255 / 0.05);
  --tw-text-opacity: 1;
  color: rgb(7 42 200 / var(--tw-text-opacity, 1));
}

.nav-dropdown__link--featured,
.nav-dropdown__link--active {
  --tw-text-opacity: 1;
  color: rgb(7 42 200 / var(--tw-text-opacity, 1));
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  display: flex;
  min-height: 100vh;
  align-items: center;
  overflow: visible;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
}

.hero-visual__media,
.hero-visual .img-frame {
  overflow: visible;
  background-color: transparent;
}

.hero-visual .img-placeholder {
  min-height: 38vh;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  border-style: none;
  background-color: transparent;
  padding: 2rem;
}

.hero-visual .img-placeholder__label {
  color: rgb(255 255 255 / 0.25);
}

.hero-visual .img-placeholder__desc {
  display: none;
}

/* ---------- Grid cards (Saúde 360) ---------- */

/* ---------- Treatment split blocks ---------- */

.treatment-block__media img,
.treatment-block__media .img-placeholder,
.treatment-block__media .illus-panel {
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  --tw-brightness: brightness(0.5);
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}

.group:hover .treatment-block__media img,
.group:hover .treatment-block__media .img-placeholder,
.group:hover .treatment-block__media .illus-panel {
  --tw-brightness: brightness(1);
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.treatment-block__media .img-placeholder {
  aspect-ratio: 16 / 9;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
  text-align: left;
}

/* ---------- Compact treatment list (remaining items) ---------- */

/* ---------- Values / credentials row ---------- */

/* ---------- FAQ (native details/summary) ---------- */

.faq-item__icon {
  font-size: 1.5rem;
  line-height: 2rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.group[open] .faq-item__icon {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* ---------- Footer ---------- */

.site-credit-bar {
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgb(255 255 255 / 0.3);
}

.site-credit-bar a {
  color: rgb(255 255 255 / 0.5);
  text-decoration-line: underline;
  text-decoration-color: rgb(255 255 255 / 0.2);
  text-underline-offset: 4px;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-credit-bar a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* ---------- Images / placeholders (shared) ---------- */

.img-frame {
  position: relative;
  overflow: hidden;
}

.img-frame img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.img-frame--position-top img {
  -o-object-position: center top;
  object-position: center top;
}

.img-frame--position-bottom img {
  -o-object-position: center bottom;
  object-position: center bottom;
}

.img-frame:hover img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.img-placeholder {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: dashed;
  border-color: rgb(255 255 255 / 0.15);
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  text-align: center;
}

.img-placeholder__label {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  --tw-text-opacity: 1;
  color: rgb(7 42 200 / var(--tw-text-opacity, 1));
}

.img-placeholder__desc {
  max-width: 20rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.4);
}

.illus-panel {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}

.illus-panel__placeholder {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

.illus-panel__label {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  --tw-text-opacity: 1;
  color: rgb(7 42 200 / var(--tw-text-opacity, 1));
}

.illus-panel__desc {
  max-width: 24rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.625;
  color: rgb(255 255 255 / 0.4);
}

/* ---------- Cookie notice ---------- */

.cookie-notice {
  position: fixed;
  bottom: 1.5rem;
  left: 1rem;
  right: 1rem;
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 36rem;
  flex-direction: column;
  gap: 0.75rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 640px) {
  .cookie-notice {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .cookie-notice {
    left: 1.5rem;
    right: auto;
  }
}

.cookie-notice__text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  color: rgb(255 255 255 / 0.6);
}

.cookie-notice__text a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(7 42 200 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-color: rgb(7 42 200 / 0.25);
  text-underline-offset: 2px;
}

.cookie-notice__text a:hover {
  text-decoration-color: #072ac8;
}

.cookie-notice__btn {
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(7 42 200 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cookie-notice__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* ---------- Reference layout (Marcos Portes clone) ---------- */

.ref-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .ref-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.ref-section--pattern {
  position: relative;
  overflow: hidden;
}

.ref-section--pattern::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0px;
  background-image: url("/assets/images/pattern-lb.png");
  background-repeat: repeat;
  background-size: 260px;
  opacity: 0.03;
}

.ref-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .ref-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.ref-subtitle {
  margin-bottom: 0.75rem;
  display: block;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  --tw-text-opacity: 1;
  color: rgb(61 92 224 / var(--tw-text-opacity, 1));
}

.ref-title-lg {
  font-family:
    Tusker Grotesk,
    Arial Black,
    sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .ref-title-lg {
    font-size: 2.75rem;
  }
}

@media (min-width: 1024px) {
  .ref-title-lg {
    font-size: 3.25rem;
  }
}

.ref-title {
  font-family:
    Tusker Grotesk,
    Arial Black,
    sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  line-height: 1.08;
}

@media (min-width: 768px) {
  .ref-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .ref-title {
    font-size: 2.75rem;
  }
}

.ref-title--dark {
  --tw-text-opacity: 1;
  color: rgb(8 17 48 / var(--tw-text-opacity, 1));
}

.ref-lead {
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  color: rgb(255 255 255 / 0.7);
}

@media (min-width: 768px) {
  .ref-lead {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.ref-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(7 42 200 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ref-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(61 92 224 / var(--tw-bg-opacity, 1));
}

.ref-btn--sm {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.ref-btn--block {
  width: 100%;
}

@media (min-width: 640px) {
  .ref-btn--block {
    width: auto;
  }
}

.ref-hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 0px;
  padding-top: 14rem;
  background:
    radial-gradient(
      ellipse 85% 70% at 72% 45%,
      rgba(7, 42, 200, 0.35),
      transparent 68%
    ),
    linear-gradient(180deg, #081130 0%, #04091e 100%);
}

.ref-hero__bg {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  background-image:
    linear-gradient(
      90deg,
      rgba(4, 9, 30, 0.94) 0%,
      rgba(4, 9, 30, 0.78) 28%,
      rgba(4, 9, 30, 0.32) 58%,
      transparent 82%
    ),
    url("/assets/images/bg.webp");
  background-size: cover, cover;
  background-position:
    center top,
    center top;
  background-repeat: no-repeat, no-repeat;
}

.ref-hero__grid {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1200px;
  align-items: center;
  gap: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  .ref-hero__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 6rem;
  }
}

.ref-hero__rule {
  margin-bottom: 1.5rem;
  height: 1px;
  width: 100%;
  max-width: 32rem;
  border-width: 0px;
  background-color: rgb(255 255 255 / 0.25);
}

.ref-hero__lead strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ref-hero__cta {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  max-width: 32rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 10px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ref-hero__cta:hover {
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ref-hero__cta {
  background: linear-gradient(90deg, #072ac8 0%, #2a52e8 55%, #5b7ef0 100%);
  box-shadow:
    0 10px 36px rgba(7, 42, 200, 0.45),
    0 0 48px rgba(7, 42, 200, 0.18);
}

.ref-hero__cta:hover {
  box-shadow:
    0 14px 42px rgba(7, 42, 200, 0.55),
    0 0 56px rgba(7, 42, 200, 0.22);
}

.ref-hero__cta-icon {
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(7 42 200 / var(--tw-text-opacity, 1));
}

.ref-hero__meta {
  display: flex;
  max-width: 32rem;
  align-items: center;
  gap: 0.5rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(255 255 255 / 0.55);
}

.ref-hero__assess-link {
  margin-bottom: 1.25rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
}

.ref-hero__assess-link a {
  color: rgb(255 255 255 / 0.55);
  text-decoration: none;
  transition: color 150ms ease;
}

.ref-hero__assess-link a:hover {
  color: rgb(255 255 255 / 0.85);
  text-decoration: underline;
}

.ref-hero__pin-icon .material-symbols-outlined {
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(61 92 224 / var(--tw-text-opacity, 1));
}

.ref-ticker {
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(13 26 64 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.ref-ticker__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 2.5rem;
  white-space: nowrap;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgb(255 255 255 / 0.8);
  animation: ref-marquee 35s linear infinite;
}

@keyframes ref-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.ref-card {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.75rem;
  --tw-shadow: 0 12px 40px rgba(4, 9, 30, 0.12);
  --tw-shadow-colored: 0 12px 40px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.ref-card:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 20px 50px rgba(4, 9, 30, 0.18);
  --tw-shadow-colored: 0 20px 50px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.ref-card__icon {
  margin-bottom: 1.25rem;
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: rgb(7 42 200 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(7 42 200 / var(--tw-text-opacity, 1));
}

.ref-card__title {
  margin-bottom: 0.5rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(8 17 48 / var(--tw-text-opacity, 1));
}

.ref-card__text {
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  color: rgb(8 17 48 / 0.65);
}

.ref-banner {
  position: relative;
  min-height: 55vh;
  overflow: hidden;
}

@media (min-width: 768px) {
  .ref-banner {
    min-height: 65vh;
  }
}

.ref-banner__overlay {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  background: linear-gradient(
    to right,
    rgba(4, 9, 30, 0.92),
    rgba(4, 9, 30, 0.55),
    rgba(4, 9, 30, 0.2)
  );
}

.ref-banner__content {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-height: 55vh;
  max-width: 1200px;
  align-items: flex-end;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .ref-banner__content {
    min-height: 65vh;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .ref-banner__content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.ref-audience {
  --tw-bg-opacity: 1;
  background-color: rgb(238 241 248 / var(--tw-bg-opacity, 1));
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(8 17 48 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .ref-audience {
    padding-bottom: 0px;
  }
}

.ref-audience__header {
  max-width: 36rem;
  text-align: left;
}

.ref-audience__title {
  margin-bottom: 1rem;
  font-family:
    Tusker Grotesk,
    Arial Black,
    sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(7 42 200 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .ref-audience__title {
    font-size: 3rem;
    line-height: 1;
  }
}

.ref-audience__lead {
  max-width: 32rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  color: rgb(8 17 48 / 0.75);
}

.ref-audience__lead strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(7 42 200 / var(--tw-text-opacity, 1));
}

.ref-audience__stage {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  display: grid;
  max-width: 1080px;
  align-items: center;
  gap: 1rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .ref-audience__stage {
    margin-top: 3rem;
    gap: 1.25rem;
    padding-bottom: 5rem;
  }
}

.ref-audience__stage {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .ref-audience__stage {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 360px) minmax(0, 1fr);
    grid-template-rows: repeat(3, auto);
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 1rem;
  }
}

.ref-audience__center {
  pointer-events: none;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  z-index: 2;
  display: none;
  width: min(890px, 94vw);
  max-width: 890px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .ref-audience__center {
    display: block;
    bottom: -6rem;
    width: min(890px, 88vw);
  }
}

@media (min-width: 1024px) {
  .ref-audience__center {
    bottom: -5.5rem;
  }
}

.ref-audience__rings {
  pointer-events: none;
  position: absolute;
  bottom: 28%;
  left: 50%;
  z-index: 0;
  height: min(72vw, 560px);
  width: min(72vw, 560px);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(7 42 200 / 0.15);
  box-shadow:
    0 0 0 40px rgba(7, 42, 200, 0.04),
    0 0 0 80px rgba(7, 42, 200, 0.03),
    0 0 0 120px rgba(7, 42, 200, 0.02);
}

.ref-audience__doctor {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: min(680px, 78vh);
  -o-object-position: center bottom;
  object-position: center bottom;
  filter: drop-shadow(0 16px 32px rgba(4, 9, 30, 0.15));
}

@media (min-width: 768px) {
  .ref-audience__doctor {
    height: min(680px, 72vh);
  }
}

.ref-float-card {
  position: relative;
  z-index: 5;
  margin-top: 0.75rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.55);
  padding: 1.25rem;
  --tw-shadow: 0 12px 36px rgba(7, 42, 200, 0.08);
  --tw-shadow-colored: 0 12px 36px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
  --tw-backdrop-blur: blur(18px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.ref-float-card:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-color: rgb(7 42 200 / 0.3);
  --tw-shadow: 0 20px 44px rgba(7, 42, 200, 0.18);
  --tw-shadow-colored: 0 20px 44px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.ref-float-card {
  background: rgba(255, 255, 255, 0.38);
}

.ref-float-card__icon {
  position: absolute;
  left: -0.875rem;
  top: -0.875rem;
  z-index: 4;
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(7 42 200 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 8px 20px rgba(7, 42, 200, 0.28);
  --tw-shadow-colored: 0 8px 20px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.ref-float-card:hover .ref-float-card__icon {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ref-float-card__icon .material-symbols-outlined {
  font-size: 1.125rem;
}

.ref-float-card__text {
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  color: rgb(8 17 48 / 0.8);
}

@media (min-width: 768px) {
  .ref-audience__stage {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 360px) minmax(0, 1fr);
  }

  .ref-float-card {
    max-width: 290px;
  }

  .ref-float-card--1 {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
  }

  .ref-float-card--2 {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
  }

  .ref-float-card--3 {
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
  }

  .ref-float-card--4 {
    grid-column: 3;
    grid-row: 2;
    justify-self: start;
  }

  .ref-float-card--5 {
    grid-column: 1;
    grid-row: 3;
    justify-self: end;
  }

  .ref-float-card--6 {
    grid-column: 3;
    grid-row: 3;
    justify-self: start;
  }
}

.ref-steps {
  position: relative;
  overflow: visible;
  --tw-bg-opacity: 1;
  background-color: rgb(8 17 48 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .ref-steps {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.ref-steps__wrap {
  position: relative;
  z-index: 1;
}

.ref-steps__shell {
  position: relative;
  width: 100%;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .ref-steps__shell {
    padding-bottom: 2.5rem;
  }
}

.ref-steps__panel {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: visible;
  border-radius: 28px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding: 1.5rem;
  --tw-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --tw-shadow-colored: 0 30px 80px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

@media (min-width: 768px) {
  .ref-steps__panel {
    padding: 2.5rem;
  }
}

.ref-steps__panel {
  background: rgba(12, 24, 56, 0.96);
}

.ref-steps__grid {
  display: grid;
  align-items: flex-start;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .ref-steps__grid {
    grid-template-columns: minmax(16rem, 18rem) minmax(0, 1fr);
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
}

.ref-steps__badge {
  margin-bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgb(255 255 255 / 0.85);
}

.ref-steps__title {
  max-width: 20rem;
  text-align: left;
  font-family:
    Tusker Grotesk,
    Arial Black,
    sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.08;
}

@media (min-width: 768px) {
  .ref-steps__title {
    max-width: 24rem;
    font-size: 2.5rem;
  }
}

.ref-steps__photo {
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 20px;
  --tw-shadow: 0 28px 60px rgba(0, 0, 0, 0.45);
  --tw-shadow-colored: 0 28px 60px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

@media (min-width: 1024px) {
  .ref-steps__photo {
    z-index: 3;
    max-width: 320px;
    margin-bottom: -8.5rem;
  }
}

.ref-steps__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.ref-step-acc {
  overflow: hidden;
  border-radius: 0px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ref-step-acc:hover {
  border-color: rgb(255 255 255 / 0.25);
}

.ref-step-acc {
  background: rgba(18, 34, 80, 0.92);
}

.ref-step-acc[open] {
  border-color: rgba(61, 92, 224, 0.55);
  background: rgba(18, 34, 80, 1);
}

.ref-step-acc__summary {
  display: flex;
  cursor: pointer;
  list-style-type: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .ref-step-acc__summary {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 15px;
  }
}

.ref-step-acc__summary::-webkit-details-marker {
  display: none;
}

.ref-step-acc__label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.ref-step-acc__num {
  flex-shrink: 0;
  font-weight: 700;
  color: rgb(255 255 255 / 0.55);
}

.ref-step-acc__toggle {
  flex-shrink: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(255 255 255 / 0.7);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ref-step-acc[open] .ref-step-acc__toggle {
  transform: rotate(45deg);
}

.ref-step-acc__body {
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 13px;
  line-height: 1.625;
  color: rgb(255 255 255 / 0.7);
}

@media (min-width: 768px) {
  .ref-step-acc__body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.ref-steps__cta {
  display: inline-flex;
  width: 100%;
  max-width: 32rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 10px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ref-steps__cta:hover {
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ref-steps__cta {
  background: linear-gradient(90deg, #072ac8 0%, #2a52e8 55%, #5b7ef0 100%);
  box-shadow: 0 10px 36px rgba(7, 42, 200, 0.45);
}

.ref-steps__footer {
  margin-top: 1.25rem;
}

@media (min-width: 1024px) {
  .ref-steps__footer {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: minmax(16rem, 18rem) minmax(0, 1fr);
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }

  .ref-steps__footer .ref-steps__cta {
    grid-column: 2;
    justify-self: start;
  }
}

.ref-steps__cta:hover {
  box-shadow: 0 14px 40px rgba(7, 42, 200, 0.55);
}

.ref-steps__cta-icon {
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.15);
}

.ref-reviews {
  --tw-bg-opacity: 1;
  background-color: rgb(238 241 248 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(8 17 48 / var(--tw-text-opacity, 1));
}

.ref-reviews__marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
}

.ref-reviews__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .ref-reviews__track {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.ref-reviews__track {
  animation: ref-reviews-marquee 44s linear infinite;
}

.ref-reviews__marquee:hover .ref-reviews__track {
  animation-play-state: paused;
}

@keyframes ref-reviews-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-33.3334%);
  }
}

.ref-reviews__fade {
  pointer-events: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  width: 6rem;
}

@media (min-width: 640px) {
  .ref-reviews__fade {
    display: block;
  }
}

@media (min-width: 768px) {
  .ref-reviews__fade {
    width: 10rem;
  }
}

.ref-reviews__fade--left {
  left: 0px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #eef1f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 241 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.ref-reviews__fade--right {
  right: 0px;
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #eef1f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 241 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

@media (prefers-reduced-motion: reduce) {
  .ref-reviews__track {
    animation: none;
  }
}

.ref-review {
  min-width: 280px;
  max-width: 320px;
  flex-shrink: 0;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  --tw-shadow: 0 10px 30px rgba(4, 9, 30, 0.08);
  --tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.ref-review:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 18px 40px rgba(4, 9, 30, 0.14);
  --tw-shadow-colored: 0 18px 40px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.ref-review__stars {
  margin-bottom: 1rem;
  display: flex;
  gap: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(7 42 200 / var(--tw-text-opacity, 1));
}

.ref-about {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(238 241 248 / var(--tw-bg-opacity, 1));
}

.ref-about__ghost {
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 15%;
  z-index: 0;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  font-family:
    Tusker Grotesk,
    Arial Black,
    sans-serif;
  font-size: 14vw;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}

@media (min-width: 768px) {
  .ref-about__ghost {
    font-size: 11vw;
  }
}

.ref-about__ghost {
  color: rgba(7, 42, 200, 0.4);
}

.ref-about__photo {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 1rem;
  --tw-shadow: 0 24px 60px rgba(4, 9, 30, 0.15);
  --tw-shadow-colored: 0 24px 60px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.ref-about__panel {
  position: relative;
  z-index: 2;
  border-radius: 28px;
  border-width: 1px;
  padding: 2rem;
}

@media (min-width: 768px) {
  .ref-about__panel {
    padding: 2.5rem;
  }
}

.ref-about__panel {
  background: rgba(255, 255, 255, 0.42);
  border-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  box-shadow:
    0 20px 60px rgba(7, 42, 200, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.ref-badge {
  margin-bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(8 17 48 / 0.1);
  background-color: rgb(255 255 255 / 0.9);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgb(8 17 48 / 0.7);
  box-shadow: 0 4px 16px rgba(4, 9, 30, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ref-badge .material-symbols-outlined {
  --tw-text-opacity: 1;
  color: rgb(7 42 200 / var(--tw-text-opacity, 1));
  font-size: 15px;
}

.ref-gallery {
  --tw-bg-opacity: 1;
  background-color: rgb(238 241 248 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(8 17 48 / var(--tw-text-opacity, 1));
}

.ref-gallery__grid img,
.ref-gallery__grid .img-placeholder {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ref-pitch {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(8 17 48 / var(--tw-bg-opacity, 1));
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .ref-pitch {
    padding-bottom: 0px;
  }
}

.ref-pitch__glow {
  pointer-events: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 0;
  width: 70%;
  background: radial-gradient(
    ellipse 65% 60% at 75% 55%,
    rgba(7, 42, 200, 0.4),
    transparent 70%
  );
  filter: blur(40px);
}

.ref-pitch__panel {
  position: relative;
  z-index: 2;
  border-radius: 24px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(255 255 255 / 0.05);
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .ref-pitch__panel {
    padding: 1.75rem;
  }
}

.ref-pitch__panel {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.ref-badge--dark {
  border-color: rgb(255 255 255 / 0.15);
  background-color: rgb(255 255 255 / 0.1);
  color: rgb(255 255 255 / 0.85);
  box-shadow: none;
}

.ref-badge--dark .material-symbols-outlined {
  --tw-text-opacity: 1;
  color: rgb(61 92 224 / var(--tw-text-opacity, 1));
}

.ref-pitch__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  color: rgb(255 255 255 / 0.75);
}

@media (min-width: 768px) {
  .ref-pitch__list li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.ref-pitch__list li + li {
  margin-top: 1rem;
}

.ref-pitch__check {
  margin-top: 0.125rem;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(7 42 200 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ref-acc {
  overflow: hidden;
  border-radius: 0px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(18 34 80 / var(--tw-bg-opacity, 1));
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ref-acc:hover {
  border-color: rgb(7 42 200 / 0.4);
}

.ref-acc[open] {
  --tw-border-opacity: 1;
  border-color: rgb(7 42 200 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(7 42 200 / var(--tw-bg-opacity, 1));
}

.ref-acc__summary {
  display: flex;
  cursor: pointer;
  list-style-type: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .ref-acc__summary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.ref-acc__body {
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.15);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  color: rgb(8 17 48 / 0.75);
}

@media (min-width: 768px) {
  .ref-acc__body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.ref-faq {
  --tw-bg-opacity: 1;
  background-color: rgb(238 241 248 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(8 17 48 / var(--tw-text-opacity, 1));
}

.ref-faq .ref-acc {
  border-color: rgb(8 17 48 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(8 17 48 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ref-faq .ref-acc[open] {
  --tw-border-opacity: 1;
  border-color: rgb(7 42 200 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(7 42 200 / var(--tw-bg-opacity, 1));
}

.ref-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #04091e;
  color: #fff;
}

.ref-footer__inner {
  display: grid;
  gap: 2.5rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.5rem 1.5rem 3rem;
}

@media (min-width: 768px) {
  .ref-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 4rem 2.5rem 3.25rem;
  }
}

@media (min-width: 1100px) {
  .ref-footer__inner {
    grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 0.9fr));
    gap: 2.5rem 2.25rem;
  }
}

.ref-footer__logo {
  display: inline-block;
  width: 11rem;
  margin-bottom: 1.25rem;
}

.ref-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.ref-footer__tagline {
  margin: 0 0 1.25rem;
  max-width: 28rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

.ref-footer__nap {
  margin: 0 0 0.85rem;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.ref-footer__nap p {
  margin: 0 0 0.55rem;
}

.ref-footer__nap a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.2);
  text-underline-offset: 0.15em;
  transition:
    color 150ms ease,
    text-decoration-color 150ms ease;
}

.ref-footer__nap a:hover {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.55);
}

.ref-footer__creds {
  margin: 0 0 1.25rem;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.45);
}

.ref-footer__heading {
  margin: 0 0 1rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7d9bf5;
}

.ref-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.ref-footer__list a {
  font-size: 0.9rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
  transition: color 150ms ease;
}

.ref-footer__list a:hover {
  color: #fff;
}

.ref-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.25rem 1.5rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .ref-footer__bottom {
    flex-direction: row;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.ref-footer__copy {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}

@media (min-width: 768px) {
  .ref-footer__copy {
    text-align: left;
  }
}

.ref-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
}

.ref-footer__legal a {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  transition: color 150ms ease;
}

.ref-footer__legal a:hover {
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .ref-footer__nap a,
  .ref-footer__list a,
  .ref-footer__legal a {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ref-ticker__track {
    animation: none;
  }
}

/* ---------- MP layout (home navy premium) ---------- */

.mp-hero-frame img,
.mp-hero-frame .img-placeholder {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ---------- Reveal (driven by motion in scroll-reveal.js / stagger-reveal.js) ---------- */

.reveal {
  --tw-translate-y: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

.reveal.is-visible {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.reveal-scale {
  --tw-scale-x: 0.95;
  --tw-scale-y: 0.95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

.reveal-scale.is-visible {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

#cursor-dot,
#cursor-ring {
  pointer-events: none;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: none;
}

#cursor-dot {
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  mix-blend-mode: difference;
}

#cursor-ring {
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(7 42 200 / var(--tw-bg-opacity, 1));
  opacity: 0.4;
  --tw-blur: blur(24px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  mix-blend-mode: screen;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.right-6 {
  right: 1.5rem;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}

.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-14 {
  height: 3.5rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-\[320px\] {
  height: 320px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-full {
  max-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-14 {
  width: 3.5rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[1800px\] {
  max-width: 1800px;
}

.max-w-\[380px\] {
  max-width: 380px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-xl {
  max-width: 36rem;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.\!items-start {
  align-items: flex-start !important;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.\!items-center {
  align-items: center !important;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-ink\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.1);
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.text-balance {
  text-wrap: balance;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-ink\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-ink\/15 {
  border-color: rgb(0 0 0 / 0.15);
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.bg-\[\#25D366\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity, 1));
}

.bg-bg-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 251 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(8 17 48 / var(--tw-bg-opacity, 1));
}

.bg-navy-deep {
  --tw-bg-opacity: 1;
  background-color: rgb(4 9 30 / var(--tw-bg-opacity, 1));
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-bottom {
  -o-object-position: bottom;
  object-position: bottom;
}

.p-1 {
  padding: 0.25rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-section {
  padding-top: 96px;
}

.text-center {
  text-align: center;
}

.font-body {
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
}

.font-display {
  font-family:
    Tusker Grotesk,
    Arial Black,
    sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}

.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.\!text-brand {
  --tw-text-opacity: 1 !important;
  color: rgb(7 42 200 / var(--tw-text-opacity, 1)) !important;
}

.text-brand {
  --tw-text-opacity: 1;
  color: rgb(7 42 200 / var(--tw-text-opacity, 1));
}

.text-brand-dark {
  --tw-text-opacity: 1;
  color: rgb(5 31 150 / var(--tw-text-opacity, 1));
}

.text-brand-light {
  --tw-text-opacity: 1;
  color: rgb(61 92 224 / var(--tw-text-opacity, 1));
}

.text-ink {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-ink\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-navy\/45 {
  color: rgb(8 17 48 / 0.45);
}

.text-navy\/50 {
  color: rgb(8 17 48 / 0.5);
}

.text-navy\/70 {
  color: rgb(8 17 48 / 0.7);
}

.text-navy\/75 {
  color: rgb(8 17 48 / 0.75);
}

.text-silver {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}

.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.underline {
  text-decoration-line: underline;
}

.decoration-brand\/25 {
  text-decoration-color: rgb(7 42 200 / 0.25);
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.shadow-lg {
  --tw-shadow:
    0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:
    0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1))
    drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.text-balance {
  text-wrap: balance;
}

html.has-custom-cursor,
html.has-custom-cursor * {
  cursor: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-scale {
    --tw-translate-y: 0px;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
  }

  #cursor-dot,
  #cursor-ring {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  #cursor-dot,
  #cursor-ring {
    display: block;
  }
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-ink:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.hover\:text-brand-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(5 31 150 / var(--tw-text-opacity, 1));
}

.hover\:text-ink:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:decoration-brand:hover {
  text-decoration-color: #072ac8;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-brand\/50:focus-visible {
  outline-color: rgb(7 42 200 / 0.5);
}

.group:focus-within .group-focus-within\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-brand {
  --tw-text-opacity: 1;
  color: rgb(7 42 200 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-brand-light {
  --tw-text-opacity: 1;
  color: rgb(61 92 224 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:min-h-\[360px\] {
    min-height: 360px;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:justify-self-end {
    justify-self: end;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }
}

/* ---------- Ferramentas: Teste rápido + Calculadora de IMC ---------- */

.ref-tools {
  position: relative;
  background-color: #081130;
  color: #ffffff;
}

.ref-tools__panel {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(12, 24, 56, 0.96);
  padding: 1.75rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .ref-tools__panel {
    padding: 2.25rem;
  }
}

.ref-tools__panel [data-assess-step] {
  min-height: 280px;
  transition: min-height 200ms ease;
}

@media (min-width: 768px) {
  .ref-tools__panel [data-assess-step] {
    min-height: 320px;
  }
}

#whatsapp-float.is-hidden {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.ref-tools__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.4rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.8);
}

.ref-tools__eyebrow .material-symbols-outlined {
  font-size: 15px;
  color: #5b7ef0;
}

.ref-tools__title {
  font-family:
    "Tusker Grotesk",
    Arial Black,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

@media (min-width: 768px) {
  .ref-tools__title {
    font-size: 1.75rem;
  }
}

.ref-tools__desc {
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.5rem;
}

.ref-tools__progress {
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #7d9bf5;
  margin-bottom: 1rem;
}

.ref-tools__disclaimer {
  margin-top: 1.25rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}

/* Avaliação — perguntas sim/não */

.ref-quiz-progress {
  height: 6px;
  overflow: hidden;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 0.75rem;
}

.ref-quiz-progress__bar {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, #072ac8 0%, #5b7ef0 100%);
  transition: width 300ms ease;
}

.ref-quiz-question__text {
  margin-bottom: 1.25rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  outline: none;
}

.ref-quiz-yn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.ref-quiz-yn__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(18, 34, 80, 0.75);
  padding: 1rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  transition:
    border-color 150ms ease,
    background 150ms ease,
    transform 150ms ease;
}

.ref-quiz-yn__btn:hover {
  border-color: rgba(61, 92, 224, 0.6);
  background: rgba(18, 34, 80, 1);
  transform: translateY(-1px);
}

.ref-quiz-yn__btn.is-selected {
  border-color: #3d5ce0;
  background: rgba(7, 42, 200, 0.45);
}

.ref-quiz-back {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  min-height: 44px;
  margin: -0.5rem 0 0.5rem -0.75rem;
  border: none;
  background: none;
  padding: 0.5rem 0.75rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.ref-quiz-back:hover {
  color: #ffffff;
}

.ref-quiz-result__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 9999px;
  background: rgba(7, 42, 200, 0.25);
  color: #7d9bf5;
}

.ref-quiz-result__title {
  margin-bottom: 0.5rem;
  font-family:
    "Tusker Grotesk",
    Arial Black,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.15;
  color: #ffffff;
  outline: none;
}

@media (min-width: 768px) {
  .ref-quiz-result__title {
    font-size: 1.75rem;
  }
}

.ref-quiz-result__intro {
  margin-bottom: 0.5rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

.ref-quiz-result__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.ref-quiz-cta,
.ref-imc-submit {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 10px;
  border: none;
  padding: 0.875rem 1.25rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: linear-gradient(90deg, #072ac8 0%, #2a52e8 70%, #3d5ce0 100%);
  box-shadow: 0 4px 16px rgba(7, 42, 200, 0.25);
  cursor: pointer;
  transition: transform 150ms ease;
}

.ref-quiz-cta:hover,
.ref-imc-submit:hover {
  transform: translateY(-1px);
}

.ref-quiz-cta--secondary {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.ref-quiz-reset {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: -0.5rem 0 -0.5rem -0.75rem;
  border: none;
  background: none;
  padding: 0.5rem 0.75rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
  cursor: pointer;
}

.ref-quiz-reset:hover {
  color: #ffffff;
}

/* Calculadora de IMC */

.ref-imc-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.875rem;
  margin-bottom: 1rem;
}

.ref-imc-form--triple {
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
}

@media (max-width: 479px) {
  .ref-imc-form--triple {
    grid-template-columns: 1fr;
  }
}

.ref-imc-field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.ref-imc-field label {
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.55);
}

.ref-imc-field input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.75rem 0.875rem;
  /* 16px: abaixo disso o iOS dá zoom automático ao focar o campo */
  font-size: 1rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  color: #ffffff;
}

.ref-imc-field input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.ref-imc-field input:focus {
  outline: none;
  border-color: rgba(61, 92, 224, 0.7);
  background: rgba(255, 255, 255, 0.08);
}

.ref-imc-field input:focus-visible {
  outline: 2px solid #3d5ce0;
  outline-offset: 2px;
}

.ref-imc-error {
  margin-bottom: 1rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.8125rem;
  color: #f2a154;
}

.ref-imc-result {
  margin-top: 1.25rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  padding: 1.25rem;
}

.ref-imc-result__row {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.ref-imc-result__value {
  font-family:
    "Tusker Grotesk",
    Arial Black,
    sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}

.ref-imc-result__category {
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #7d9bf5;
}

.ref-imc-result__message {
  margin-bottom: 1rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

/* Resultado da avaliação: IMC vira bloco informativo, sem CTA próprio */

.ref-tools__panel [data-assess-step="resultado"] .ref-imc-result {
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
}

.ref-tools__panel [data-assess-step="resultado"] .ref-imc-result__message {
  margin-bottom: 0;
}
/* ---------- Páginas de procedimento ---------- */

.proc-page {
  background: #04091e;
  color: #fff;
}

.proc-hero {
  padding: 6.5rem 0 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

@media (min-width: 768px) {
  .proc-hero {
    padding: 7.25rem 0 3.5rem;
  }
}

.proc-hero__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .proc-hero__grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 3rem;
  }
}

.proc-kicker {
  display: block;
  margin-bottom: 0.75rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7d9bf5;
}

.proc-title {
  margin: 0;
  font-family: "Tusker Grotesk", Helvetica, sans-serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 500;
  line-height: 1.05;
  color: #fff;
}

.proc-title--sm {
  font-size: clamp(1.6rem, 3vw, 2.35rem);
}

.proc-head {
  margin-bottom: 1.75rem;
}

.proc-head .proc-lead {
  margin-top: 0.75rem;
  max-width: 36rem;
}

.proc-lead {
  margin: 0 0 0.85rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.975rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.proc-lead--strong {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}

.proc-meta {
  margin: 0 0 1.25rem;
  font-size: 0.85rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.5);
}

.proc-bullets {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.proc-bullets li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.proc-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: #3d5ce0;
}

.proc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
}

.proc-price {
  margin: 0;
  font-family: "Tusker Grotesk", Helvetica, sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: #fff;
}

.proc-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.35rem;
  background: #072ac8;
  color: #fff;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    background-color 150ms ease,
    transform 150ms ease;
}

.proc-cta:hover {
  background: #3d5ce0;
}

.proc-hero__media {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #081130;
}

.proc-hero__media .illus-panel,
.proc-hero__media .img-frame {
  min-height: 220px;
}

/* Faixas: alternam fundo sólido sem pattern */
.proc-band {
  padding: 3rem 0;
  background: #04091e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.proc-band--raised {
  background: #081130;
}

.proc-band--light {
  background: #eef1f8;
  border-bottom: 1px solid rgba(8, 17, 48, 0.08);
  color: #081130;
}

.proc-band--light .proc-kicker {
  color: #072ac8;
}

.proc-band--light .proc-title,
.proc-band--light .proc-steps__title,
.proc-band--light .proc-myth__truth,
.proc-band--light .proc-faq__q {
  color: #081130;
}

.proc-band--light .proc-lead,
.proc-band--light .proc-steps__desc,
.proc-band--light .proc-faq__a p {
  color: rgba(8, 17, 48, 0.72);
}

.proc-band--light .proc-steps__num,
.proc-band--light .proc-myth__label,
.proc-band--light .proc-faq__icon {
  color: #072ac8;
}

.proc-band--light .proc-steps__item,
.proc-band--light .proc-myth,
.proc-band--light .proc-faq__item {
  border-color: rgba(8, 17, 48, 0.1);
  background: #fff;
}

.proc-band--light .proc-faq__item[open] {
  border-color: rgba(7, 42, 200, 0.45);
}

.proc-band--light .proc-faq__a {
  border-top-color: rgba(8, 17, 48, 0.08);
}

.proc-band--light .proc-myth__myth {
  color: rgba(8, 17, 48, 0.45);
  text-decoration-color: rgba(8, 17, 48, 0.25);
}

.proc-duo {
  display: grid;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .proc-duo {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: start;
  }
}

.proc-duo__col {
  min-width: 0;
}

.proc-duo .proc-myth {
  grid-template-columns: 1fr;
}

.proc-duo .proc-myths {
  gap: 0.65rem;
}

.proc-regional {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}

.proc-regional__tabs {
  justify-self: start;
}

.proc-regional__panel[hidden] {
  display: none !important;
}

.proc-regional__grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .proc-regional__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 2.25rem;
  }
}

.proc-range-map {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #04091e;
}

.proc-range-map__frame {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
  filter: grayscale(0.25) contrast(1.05);
}

@media (min-width: 768px) {
  .proc-range-map__frame {
    height: 400px;
  }
}

.proc-range-map__overlay {
  pointer-events: none;
  position: absolute;
  inset: 0 0 4.5rem;
  display: grid;
  place-items: center;
}

.proc-range-map__ring {
  position: absolute;
  width: min(72%, 280px);
  aspect-ratio: 1;
  border: 2px solid rgba(61, 92, 224, 0.55);
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(61, 92, 224, 0.15);
}

.proc-range-map__ring--mid {
  width: min(48%, 180px);
  border-color: rgba(125, 155, 245, 0.65);
}

.proc-range-map__pin {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #072ac8;
  box-shadow: 0 0 0 4px rgba(7, 42, 200, 0.35);
}

.proc-range-map__legend {
  position: relative;
  z-index: 2;
  padding: 0.85rem 1rem;
  background: rgba(4, 9, 30, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.proc-range-map__legend-title {
  margin: 0 0 0.2rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7d9bf5;
}

.proc-range-map__legend-text {
  margin: 0 0 0.55rem;
  font-size: 0.85rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.75);
}

.proc-range-map__link {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.3);
  text-underline-offset: 3px;
}

.proc-range-map__link:hover {
  color: #7d9bf5;
}

.proc-band__inner {
  max-width: 72rem;
}

.proc-band__inner--narrow {
  max-width: 42rem;
}

.proc-stack {
  display: grid;
  gap: 0.85rem;
}

.proc-stack .proc-lead {
  margin: 0;
}

.proc-split {
  display: grid;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .proc-split {
    grid-template-columns: 1.25fr 0.75fr;
    gap: 2.5rem;
    align-items: start;
  }
}

.proc-aside {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(4, 9, 30, 0.65);
  padding: 1.35rem 1.4rem;
}

.proc-aside__title {
  margin: 0 0 1rem;
  font-family: "Tusker Grotesk", Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}

.proc-aside__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.proc-aside__list li {
  position: relative;
  padding-left: 0.95rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.proc-aside__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.3rem;
  height: 0.3rem;
  background: #3d5ce0;
}

.proc-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.proc-steps__item {
  display: grid;
  grid-template-columns: minmax(3.25rem, auto) 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.proc-steps__num {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7d9bf5;
  line-height: 1.35;
}

.proc-steps__title {
  margin: 0 0 0.25rem;
  font-family: "Tusker Grotesk", Helvetica, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: #fff;
}

.proc-steps__desc {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}

.proc-cards {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .proc-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.proc-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  padding: 1.15rem;
}

.proc-card__title {
  margin: 0 0 0.4rem;
  font-family: "Tusker Grotesk", Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
}

.proc-card__desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}

.proc-myths {
  display: grid;
  gap: 0.75rem;
}

.proc-myth {
  display: grid;
  gap: 1rem;
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 9, 30, 0.45);
}

@media (min-width: 768px) {
  .proc-myth {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

.proc-myth__label {
  margin: 0 0 0.35rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7d9bf5;
}

.proc-myth__myth {
  margin: 0;
  font-size: 0.925rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: line-through;
  text-decoration-color: rgba(255, 255, 255, 0.2);
}

.proc-myth__truth {
  margin: 0;
  font-size: 0.925rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.proc-cities {
  margin-top: 1.5rem;
}

.proc-city-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.65rem;
}

.proc-city-link {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0.45rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  transition:
    border-color 150ms ease,
    color 150ms ease;
}

.proc-city-link:hover {
  border-color: #3d5ce0;
  color: #fff;
}

.proc-city-list {
  display: grid;
  gap: 0.5rem;
}

.proc-city-row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 150ms ease;
  text-align: left;
}

@media (min-width: 640px) {
  .proc-city-row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.proc-city-row:hover {
  border-color: rgba(61, 92, 224, 0.55);
}

.proc-city-row__name {
  font-weight: 600;
  color: #fff;
  text-align: left;
}

.proc-city-row__access {
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  width: 100%;
}

/* FAQ escuro — sem fundo claro */
.proc-faq {
  display: grid;
  gap: 0.5rem;
}

.proc-faq__item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(4, 9, 30, 0.55);
}

.proc-faq__item[open] {
  border-color: rgba(61, 92, 224, 0.55);
}

.proc-faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.1rem;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}

.proc-faq__q::-webkit-details-marker {
  display: none;
}

.proc-faq__icon {
  flex-shrink: 0;
  width: 1.25rem;
  text-align: center;
  font-size: 1.15rem;
  line-height: 1;
  color: #7d9bf5;
}

.proc-faq__icon::before {
  content: "+";
}

.proc-faq__item[open] .proc-faq__icon::before {
  content: "−";
}

.proc-faq__a {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.9rem 1.1rem 1.1rem;
}

.proc-faq__a p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.proc-cta-band {
  padding: 3.25rem 0 4rem;
  background: #081130;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.proc-cta-band .proc-lead {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.35rem;
}

.compare-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.compare-table th,
.compare-table td {
  padding: 0.8rem 0.95rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.75);
  vertical-align: top;
}

.compare-table th {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7d9bf5;
  background: rgba(0, 0, 0, 0.28);
}

.compare-table tr:last-child td {
  border-bottom: 0;
}

/* ---------- Sobre ---------- */

.about-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: rgba(255, 255, 255, 0.25);
  transition:
    color 150ms ease,
    text-decoration-color 150ms ease;
}

.about-link:hover {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.7);
}

.about-hero__media {
  min-height: 280px;
}

@media (min-width: 1024px) {
  .about-hero__media {
    min-height: 420px;
  }
}

.about-story__head {
  max-width: 40rem;
}

.about-story__grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .about-story__grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
    gap: 3rem;
    align-items: start;
  }
}

.about-story__copy {
  display: grid;
  gap: 1rem;
}

.about-story__copy p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(8, 17, 48, 0.78);
  max-width: 65ch;
}

.about-quote {
  padding: 1.75rem 1.5rem;
  background: #081130;
  color: #fff;
  border-left: 3px solid #072ac8;
}

.about-quote__text {
  margin: 0 0 1.25rem;
  font-family: "Tusker Grotesk", Helvetica, sans-serif;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 500;
  line-height: 1.35;
  text-wrap: pretty;
}

.about-quote__author {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.about-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}

.about-timeline__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.25rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.about-timeline__item:first-child {
  padding-top: 0;
}

.about-timeline__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.about-timeline__num {
  font-family: "Tusker Grotesk", Helvetica, sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: #7d9bf5;
  line-height: 1.2;
}

.about-timeline__period {
  margin: 0 0 0.25rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7d9bf5;
}

.about-timeline__title {
  margin: 0 0 0.4rem;
  font-family: "Tusker Grotesk", Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}

.about-timeline__desc {
  margin: 0;
  max-width: 62ch;
  font-size: 0.925rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
}

.about-creds {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.about-creds__item {
  position: relative;
  padding: 1rem 1.1rem 1rem 2.1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.925rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}

.about-creds__item::before {
  content: "";
  position: absolute;
  left: 0.95rem;
  top: 1.35rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: #3d5ce0;
}

.about-refs {
  margin: 1.5rem 0 0;
  font-size: 0.8rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.45);
}

.about-refs a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-color: rgba(255, 255, 255, 0.2);
}

.about-refs a:hover {
  color: #fff;
}

.about-pillars {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .about-pillars {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.about-pillars__item {
  padding: 1.35rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(8, 17, 48, 0.1);
}

.about-pillars__icon {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1.75rem;
  color: #072ac8;
}

.about-pillars__title {
  margin: 0 0 0.4rem;
  font-family: "Tusker Grotesk", Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #081130;
}

.about-pillars__desc {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(8, 17, 48, 0.7);
}

.about-split {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .about-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 3rem;
  }
}

.about-split__media {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #081130;
  min-height: 220px;
}

/* ---------- Contato ---------- */

.contact-hero {
  padding-bottom: 4rem;
}

.contact-hero__intro {
  max-width: 40rem;
  margin-bottom: 2.5rem;
}

.contact-layout {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .contact-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 3rem;
    align-items: start;
  }
}

.contact-form-col {
  display: grid;
  gap: 1.25rem;
}

.contact-photo {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #081130;
  min-height: 180px;
}

.contact-photo .img-frame,
.contact-photo .illus-panel {
  min-height: 180px;
}

@media (min-width: 768px) {
  .contact-photo {
    min-height: 240px;
  }

  .contact-photo .img-frame,
  .contact-photo .illus-panel {
    min-height: 240px;
  }
}

.contact-form-panel {
  padding: 1.75rem 1.5rem;
  background: #081130;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 768px) {
  .contact-form-panel {
    padding: 2rem 2rem;
  }
}

.contact-form {
  display: grid;
  gap: 1.15rem;
}

.contact-form__row--2 {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 640px) {
  .contact-form__row--2 {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-form__field {
  display: grid;
  gap: 0.4rem;
}

.contact-form__field label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.contact-form__optional {
  letter-spacing: 0.04em;
  text-transform: none;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
}

.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea {
  width: 100%;
  min-height: 2.85rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(4, 9, 30, 0.65);
  color: #fff;
  font-family:
    Helvetica,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 0.95rem;
  line-height: 1.4;
  transition:
    border-color 150ms ease,
    background-color 150ms ease;
}

.contact-form__field textarea {
  min-height: 7rem;
  resize: vertical;
}

.contact-form__field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath stroke='%237d9bf5' stroke-width='1.5' d='m1 1 5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  padding-right: 2.25rem;
}

.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.contact-form__field input:focus,
.contact-form__field select:focus,
.contact-form__field textarea:focus {
  outline: none;
  border-color: #3d5ce0;
  background: rgba(4, 9, 30, 0.9);
}

.contact-form__field input:focus-visible,
.contact-form__field select:focus-visible,
.contact-form__field textarea:focus-visible {
  outline: 2px solid #7d9bf5;
  outline-offset: 2px;
}

.contact-form__error {
  margin: 0;
  padding: 0.75rem 0.9rem;
  background: rgba(220, 50, 50, 0.12);
  border: 1px solid rgba(220, 80, 80, 0.35);
  color: #ffb4b4;
  font-size: 0.875rem;
  line-height: 1.45;
}

.contact-form__submit {
  width: 100%;
  gap: 0.5rem;
  min-height: 3.25rem;
}

.contact-form__hint {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
}

.contact-aside {
  display: grid;
  gap: 1.5rem;
}

.contact-aside__block {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-aside__block:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-aside__label {
  margin: 0 0 0.35rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7d9bf5;
}

.contact-aside__label--spaced {
  margin-top: 1rem;
}

.contact-aside__value {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.contact-aside__value a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-color: rgba(255, 255, 255, 0.25);
}

.contact-aside__value a:hover {
  text-decoration-color: rgba(255, 255, 255, 0.7);
}

.contact-map {
  display: grid;
  gap: 0.75rem;
}

.contact-map__frame {
  display: block;
  width: 100%;
  min-height: 220px;
  height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #081130;
}

.contact-map__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #7d9bf5;
  transition: color 150ms ease;
}

.contact-map__link:hover {
  color: #fff;
}

/* ---------- Location switcher (SP primary / BA tab) ---------- */

.loc-switch {
  display: grid;
  gap: 0.9rem;
}

.loc-switch__tabs {
  display: inline-flex;
  flex-wrap: wrap;
  width: fit-content;
  gap: 0.4rem;
  padding: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 17, 48, 0.55);
}

.loc-switch__tab {
  appearance: none;
  border: 0;
  cursor: pointer;
  padding: 0.45rem 0.9rem;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  background: transparent;
  transition:
    color 150ms ease,
    background-color 150ms ease;
}

.loc-switch__tab:hover {
  color: rgba(255, 255, 255, 0.9);
}

.loc-switch__tab.is-active {
  color: #04091e;
  background: #fff;
}

.loc-switch__panel[hidden] {
  display: none !important;
}

.loc-switch__name {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}

.loc-switch__address {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.loc-switch__map {
  margin-top: 0.85rem;
}

.loc-switch--compact .loc-switch__tabs {
  border-color: rgba(4, 9, 30, 0.12);
  background: rgba(4, 9, 30, 0.04);
}

.loc-switch--compact .loc-switch__tab {
  color: rgba(4, 9, 30, 0.45);
}

.loc-switch--compact .loc-switch__tab:hover {
  color: rgba(4, 9, 30, 0.8);
}

.loc-switch--compact .loc-switch__tab.is-active {
  color: #fff;
  background: #072ac8;
}

.loc-switch--compact .loc-switch__name {
  color: #04091e;
}

.loc-switch--compact .loc-switch__address {
  color: rgba(4, 9, 30, 0.7);
}

.ref-footer__nap-secondary {
  margin-top: 0.75rem;
  opacity: 0.72;
  font-size: 0.85em;
}

@media (prefers-reduced-motion: reduce) {
  .about-link,
  .contact-form__field input,
  .contact-form__field select,
  .contact-form__field textarea,
  .contact-map__link,
  .loc-switch__tab {
    transition: none;
  }
}
