/* CONEXI N IB   coming soon */
:root {
  --blue: #123b6d;
  --blue-deep: #0c2a4f;
  --blue-soft: #1a4f8c;
  --gold: #c29a3a;
  --gold-soft: #d4b05a;
  --white: #efffff;
  --gray: #5f6368;
  --gray-soft: #8a8f94;
  --shadow: 0 18px 50px rgba(12, 42, 79, 0.28);

  --font-display: "Montserrat", system-ui, sans-serif;
  --font-body: "Open Sans", system-ui, sans-serif;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 4.25rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--blue-deep);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.65rem 1rem;
  background: var(--gold);
  color: var(--blue-deep);
  font-family: var(--font-display);
  font-weight: 600;
  text-decoration: none;
  border-radius: 0.35rem;
}

.skip-link:focus {
  top: 1rem;
}

/*     Header     */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  height: var(--header-h);
  transition: background 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}

.site-header.is-scrolled {
  background: rgba(12, 42, 79, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(12, 42, 79, 0.2);
}

.site-header__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.site-header__brand img {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(239, 255, 255, 0.25);
}

.site-header__brand em {
  font-style: normal;
  color: var(--gold);
  font-weight: 600;
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.45rem;
  color: rgba(239, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-icon:hover,
.nav-icon:focus-visible {
  color: var(--gold-soft);
  background: rgba(239, 255, 255, 0.08);
}

.nav-icon:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.nav-icon svg {
  display: block;
}

.nav-icon--footer {
  color: rgba(239, 255, 255, 0.85);
}

.nav-icon--footer:hover,
.nav-icon--footer:focus-visible {
  color: var(--gold-soft);
  background: rgba(239, 255, 255, 0.06);
}

/*     Hero     */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__image {
  position: absolute;
  inset: -4%;
  background:
    linear-gradient(120deg, rgba(18, 59, 109, 0.15), transparent 45%),
    url("../public/brand/pontadascanasbeach.jpeg")
      center / cover no-repeat;
  animation: heroDrift 28s ease-in-out infinite alternate;
  will-change: transform;
}

.hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(12, 42, 79, 0.55) 0%,
      rgba(18, 59, 109, 0.62) 42%,
      rgba(12, 42, 79, 0.78) 100%
    ),
    radial-gradient(
      ellipse 80% 60% at 50% 40%,
      rgba(194, 154, 58, 0.12),
      transparent 70%
    );
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(640px, calc(100% - 2.5rem));
  text-align: center;
  padding: calc(var(--header-h) + 1.5rem) 0 5rem;
}

.hero__brand {
  margin: 0 0 1.75rem;
}

.hero__logo {
  /* Manual: tama o m nimo digital ~180px; hero uses larger for brand presence */
  width: min(380px, 86vw);
  margin: 0 auto;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.25));
  opacity: 0;
  transform: translateY(18px);
  animation: riseIn 1s var(--ease-out) 0.15s forwards;
}

.hero__kicker {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(0.8rem, 1.6vw, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-soft);
  opacity: 0;
  transform: translateY(14px);
  animation: riseIn 0.9s var(--ease-out) 0.4s forwards;
}

.hero__lead {
  margin: 0 auto 2rem;
  max-width: 34rem;
  font-size: clamp(1.02rem, 2.2vw, 1.18rem);
  font-weight: 400;
  color: rgba(239, 255, 255, 0.92);
  opacity: 0;
  transform: translateY(14px);
  animation: riseIn 0.9s var(--ease-out) 0.55s forwards;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  opacity: 0;
  transform: translateY(14px);
  animation: riseIn 0.9s var(--ease-out) 0.7s forwards;
}

.hero__scroll {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: 1.4rem;
  height: 2.2rem;
  border: 1.5px solid rgba(239, 255, 255, 0.45);
  border-radius: 999px;
  opacity: 0;
  animation: riseIn 0.8s var(--ease-out) 1.1s forwards;
}

.hero__scroll span {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.4rem auto 0;
  border-radius: 50%;
  background: var(--gold);
  animation: scrollPulse 1.8s ease-in-out infinite;
}

/*     Buttons     */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.7rem 1.45rem;
  border-radius: 0.4rem;
  border: 1.5px solid transparent;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease,
    border-color 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.btn--gold {
  background: var(--gold);
  color: var(--blue-deep);
  box-shadow: 0 10px 28px rgba(194, 154, 58, 0.28);
}

.btn--gold:hover {
  background: var(--gold-soft);
}

.btn--ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(239, 255, 255, 0.55);
}

.btn--ghost:hover {
  border-color: var(--gold);
  color: var(--gold-soft);
}

.btn--blue {
  background: var(--blue);
  color: var(--white);
}

.btn--blue:hover {
  background: var(--blue-soft);
}

/*     Value section     */
.value {
  position: relative;
  padding: clamp(4.5rem, 10vw, 7rem) 1.25rem;
  background:
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(194, 154, 58, 0.1), transparent 55%),
    radial-gradient(ellipse 60% 45% at 0% 100%, rgba(18, 59, 109, 0.08), transparent 50%),
    linear-gradient(180deg, #efffff 0%, #e8f4f4 100%);
  overflow: hidden;
}

.value::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 8c6 8 14 10 22 8-6 8-6 18 0 26-8-2-16 0-22 8-6-8-14-10-22-8 6-8 6-18 0-26 8 2 16 0 22-8z' fill='none' stroke='%23123B6D' stroke-opacity='0.045' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 90px 90px;
  pointer-events: none;
}

.value__inner {
  position: relative;
  max-width: 38rem;
  margin: 0 auto;
  text-align: center;
}

.value__eyebrow {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
}

.value h2 {
  margin: 0 0 1.15rem;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3.5vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--blue);
}

.value__text {
  margin: 0 0 1.75rem;
  color: var(--gray);
  font-size: 1.08rem;
}

.value__phrase {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  font-style: italic;
  color: var(--blue);
}

.value__inner.is-visible .value__eyebrow,
.value__inner.is-visible h2,
.value__inner.is-visible .value__text,
.value__inner.is-visible .value__phrase {
  animation: riseIn 0.85s var(--ease-out) forwards;
}

.value__inner .value__eyebrow,
.value__inner h2,
.value__inner .value__text,
.value__inner .value__phrase {
  opacity: 0;
  transform: translateY(16px);
}

.value__inner.is-visible h2 {
  animation-delay: 0.1s;
}

.value__inner.is-visible .value__text {
  animation-delay: 0.2s;
}

.value__inner.is-visible .value__phrase {
  animation-delay: 0.32s;
}

/*     Notify     */
.notify {
  padding: clamp(4rem, 9vw, 6rem) 1.25rem;
  background:
    linear-gradient(160deg, var(--blue-deep) 0%, var(--blue) 55%, #184a82 100%);
  color: var(--white);
}

.notify__inner {
  max-width: 34rem;
  margin: 0 auto;
  text-align: center;
}

.notify h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 700;
}

.notify__inner > p {
  margin: 0 0 1.5rem;
  color: rgba(239, 255, 255, 0.86);
}

.notify__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.65rem;
  max-width: 28rem;
  margin: 0 auto 1rem;
  /* Interaction container   not a decorative card */
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.notify__form input {
  min-height: 2.85rem;
  padding: 0.7rem 1rem;
  border: 1.5px solid rgba(239, 255, 255, 0.35);
  border-radius: 0.4rem;
  background: rgba(239, 255, 255, 0.08);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 1rem;
}

.notify__form input::placeholder {
  color: rgba(239, 255, 255, 0.5);
}

.notify__form input:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
  border-color: var(--gold);
}

.notify__hint {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(239, 255, 255, 0.7);
}

.notify__hint a {
  color: var(--gold-soft);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.notify__status {
  margin: 1rem 0 0;
  font-weight: 600;
  color: var(--gold-soft);
}

.notify__status--error {
  color: #f0c9a0;
}

/*     Footer     */
.site-footer {
  padding: 3rem 1.25rem 2.25rem;
  background: #0a2342;
  color: rgba(239, 255, 255, 0.78);
  text-align: center;
}

.site-footer__inner {
  max-width: 40rem;
  margin: 0 auto;
}

.site-footer__logo {
  width: min(260px, 72vw);
  margin: 0 auto 1rem;
}

.site-footer__slogan {
  margin: 0 0 1.35rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 500;
  color: var(--gold-soft);
}

.site-footer__links {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.5rem;
}

.site-footer__icons {
  align-items: center;
}

.site-footer__links a {
  color: rgba(239, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: var(--gold-soft);
}

.site-footer__copy {
  margin: 0;
  font-size: 0.82rem;
  color: var(--gray-soft);
}

/*     Motion     */
@keyframes riseIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroDrift {
  from {
    transform: scale(1.05) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.12) translate3d(-1.5%, -1%, 0);
  }
}

@keyframes scrollPulse {
  0%,
  100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.35;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero__image,
  .hero__logo,
  .hero__kicker,
  .hero__lead,
  .hero__cta,
  .hero__scroll,
  .hero__scroll span,
  .value__inner.is-visible .value__eyebrow,
  .value__inner.is-visible h2,
  .value__inner.is-visible .value__text,
  .value__inner.is-visible .value__phrase {
    animation: none !important;
  }

  .hero__logo,
  .hero__kicker,
  .hero__lead,
  .hero__cta,
  .hero__scroll,
  .value__inner .value__eyebrow,
  .value__inner h2,
  .value__inner .value__text,
  .value__inner .value__phrase {
    opacity: 1;
    transform: none;
  }
}

/*     Responsive     */
@media (max-width: 640px) {
  .site-header__nav {
    gap: 0.15rem;
  }

  .nav-icon {
    width: 2.6rem;
    height: 2.6rem;
  }

  .notify__form {
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .hero__cta {
    flex-direction: column;
    align-items: stretch;
  }
}
