/* Gonow Display — site público / marketing */

body.gd-site {
  --ink: #131511;
  --muted: #6a675f;
  --paper: #f4f2ec;
  --sand: #e7e2d6;
  --brass: #c9a227;
  --brass-deep: #9d7c14;
  --night: #0c0d0b;
  --display: "Syne", "Avenir Next", "Segoe UI", sans-serif;
  --sans: "DM Sans", "Segoe UI", sans-serif;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body.gd-site a { color: inherit; text-decoration: none; }
body.gd-site img { max-width: 100%; display: block; }

/* —— Nav —— */
.gd-site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  padding: 1.15rem 0;
  transition: background .35s ease, backdrop-filter .35s ease, border-color .35s ease, padding .35s ease;
  border-bottom: 1px solid transparent;
}
.gd-site-nav.is-scrolled {
  padding: 0.7rem 0;
  background: rgba(12, 13, 11, 0.78);
  backdrop-filter: blur(14px) saturate(1.2);
  border-bottom-color: rgba(255,255,255,.06);
}
.gd-site-nav__inner {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.gd-site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
}
.gd-site-brand .gd-logo { color: #fff; }
.gd-site-brand__name {
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
}
.gd-site-nav__links {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.gd-site-nav__links a {
  color: rgba(255,255,255,.86);
  font-size: 0.92rem;
  font-weight: 500;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  transition: background .2s ease, color .2s ease;
}
.gd-site-nav__links a:hover { color: #fff; }
.gd-site-nav__cta {
  background: #fff !important;
  color: var(--ink) !important;
}
.gd-site-nav__cta:hover { background: var(--brass) !important; }

.gd-site-flash {
  position: relative;
  z-index: 30;
  width: min(1180px, calc(100% - 2.5rem));
  margin: 5.5rem auto 0;
}
.gd-site-flash__item {
  background: #fff;
  border: 1px solid var(--sand);
  padding: 0.85rem 1rem;
  border-radius: 14px;
}

/* —— Hero —— */
.gd-hero-full {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  color: #fff;
  isolation: isolate;
}
.gd-hero-full__media {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.gd-hero-full__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  transform: scale(1.08);
  animation: gd-ken 32s ease-out forwards;
}
.gd-hero-full__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(12,13,11,.82) 0%, rgba(12,13,11,.45) 48%, rgba(12,13,11,.55) 100%),
    linear-gradient(180deg, rgba(12,13,11,.5) 0%, transparent 28%, rgba(12,13,11,.88) 100%);
}
.gd-hero-full__grain {
  position: absolute;
  inset: 0;
  opacity: .18;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}
.gd-hero-full__copy {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 8rem 0 5.5rem;
}
.gd-hero-full__brand {
  font-family: var(--display);
  font-size: clamp(3rem, 9vw, 6.5rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.92;
  margin: 0 0 1.4rem;
  max-width: 12ch;
  animation: gd-rise 1s cubic-bezier(.22,1,.36,1) both;
}
.gd-hero-full__title {
  font-family: var(--display);
  font-size: clamp(1.55rem, 3.2vw, 2.45rem);
  font-weight: 600;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: -0.035em;
  max-width: 18ch;
  margin: 0 0 1.1rem;
  color: rgba(255,255,255,.94);
  animation: gd-rise 1s .1s cubic-bezier(.22,1,.36,1) both;
}
.gd-hero-full__lead {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.55;
  max-width: 30rem;
  color: rgba(255,255,255,.72);
  margin: 0 0 1.85rem;
  animation: gd-rise 1s .18s cubic-bezier(.22,1,.36,1) both;
}
.gd-hero-full__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  animation: gd-rise 1s .26s cubic-bezier(.22,1,.36,1) both;
}
.gd-hero-full__scroll {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  width: 28px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 20px;
  display: grid;
  place-items: start center;
  padding-top: 8px;
}
.gd-hero-full__scroll span {
  width: 4px;
  height: 8px;
  border-radius: 4px;
  background: #fff;
  animation: gd-scroll 1.6s ease-in-out infinite;
}

.gd-btn-solid,
.gd-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.8rem 1.45rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}
.gd-btn-solid {
  background: var(--brass);
  color: #16140f;
}
.gd-btn-solid:hover { background: #dbb33a; transform: translateY(-2px); }
.gd-btn-solid--sm { min-height: 2.65rem; padding: 0.55rem 1.15rem; font-size: 0.88rem; }
.gd-btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.4);
}
.gd-btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.gd-btn-ghost--dark {
  color: var(--ink);
  border-color: rgba(19,21,17,.22);
}
.gd-btn-ghost--dark:hover { background: rgba(19,21,17,.04); border-color: var(--ink); }

/* —— Marquee —— */
.gd-marquee {
  background: var(--night);
  color: rgba(255,255,255,.55);
  overflow: hidden;
  border-block: 1px solid rgba(255,255,255,.06);
  padding: 0.95rem 0;
}
.gd-marquee__track {
  display: flex;
  gap: 2.5rem;
  width: max-content;
  animation: gd-marquee 38s linear infinite;
  font-family: var(--display);
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.gd-marquee__track span { white-space: nowrap; }
.gd-marquee__track span:nth-child(odd) { color: var(--brass); }

/* —— Showcase product —— */
.gd-showcase {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 5.5rem 0 4rem;
}
.gd-showcase__intro {
  max-width: 18ch;
  margin-bottom: 3rem;
}
.gd-showcase__intro h2 {
  font-family: var(--display);
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0;
}
.gd-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass-deep);
  font-weight: 600;
  margin: 0 0 0.85rem;
}
.gd-showcase__stage {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr;
  gap: 2.5rem;
  align-items: end;
}
.gd-device-caption {
  text-align: center;
  color: var(--muted);
  font-size: 0.85rem;
  margin: 0.9rem 0 0;
  letter-spacing: 0.04em;
}

.gd-device-tv__bezel {
  background: #1a1a18;
  border-radius: 18px;
  padding: 14px;
  box-shadow:
    0 40px 80px rgba(19,21,17,.18),
    inset 0 0 0 1px rgba(255,255,255,.06);
}
.gd-device-tv__screen {
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 70% 20%, rgba(201,162,39,.25), transparent 45%),
    linear-gradient(165deg, #1c1914 0%, #0e0d0b 100%);
  color: #f4efe4;
  padding: 1.1rem 1.25rem 1rem;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 0.75rem;
}
.gd-mock-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244,239,228,.55);
}
.gd-mock-head em {
  font-family: var(--display);
  font-style: normal;
  font-size: 0.95rem;
  letter-spacing: 0.16em;
  color: #fff;
}
.gd-mock-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 10px;
  padding: 1.25rem;
  min-height: 9rem;
  background:
    linear-gradient(180deg, transparent 20%, rgba(0,0,0,.72) 100%),
    url("https://images.unsplash.com/photo-1568901346375-23c9450c58cd?auto=format&fit=crop&w=900&q=70") center/cover;
}
.gd-mock-hero strong {
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 600;
  line-height: 1.1;
}
.gd-mock-hero span {
  color: var(--brass);
  font-weight: 700;
  font-size: 1.05rem;
  margin-top: 0.25rem;
}
.gd-mock-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}
.gd-mock-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 0.4rem;
  font-size: 0.92rem;
}
.gd-mock-list b { color: var(--brass); font-weight: 600; }
.gd-mock-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: rgba(244,239,228,.55);
  padding-top: 0.35rem;
}
.gd-mock-foot i {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background:
    linear-gradient(45deg, #fff 25%, transparent 25%) -4px 0 / 8px 8px,
    linear-gradient(-45deg, #fff 25%, transparent 25%) -4px 0 / 8px 8px,
    linear-gradient(45deg, transparent 75%, #fff 75%) -4px 0 / 8px 8px,
    linear-gradient(-45deg, transparent 75%, #fff 75%) -4px 0 / 8px 8px,
    #111;
}

.gd-device-phone__bezel {
  width: min(100%, 240px);
  margin-inline: auto;
  background: #171714;
  border-radius: 28px;
  padding: 10px;
  box-shadow: 0 30px 60px rgba(19,21,17,.16);
}
.gd-device-phone__notch {
  width: 72px;
  height: 8px;
  border-radius: 8px;
  background: #0a0a09;
  margin: 4px auto 10px;
}
.gd-device-phone__screen {
  background: #f7f4ee;
  color: var(--ink);
  border-radius: 20px;
  min-height: 360px;
  padding: 1rem 0.95rem 1.1rem;
}
.gd-phone-langs {
  display: flex;
  gap: 0.35rem;
  margin: 0 0 1rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.gd-phone-langs span {
  padding: 0.25rem 0.45rem;
  border-radius: 999px;
  color: var(--muted);
  background: rgba(19,21,17,.05);
}
.gd-phone-langs .is-on {
  background: var(--ink);
  color: #fff;
}
.gd-device-phone__screen h3 {
  font-family: var(--display);
  font-size: 1.55rem;
  margin: 0 0 1rem;
  font-weight: 600;
}
.gd-device-phone__screen article {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0;
  border-top: 1px solid rgba(19,21,17,.08);
  font-size: 0.9rem;
}
.gd-device-phone__screen article span { color: var(--brass-deep); font-weight: 600; }
.gd-showcase__note {
  margin: 2.5rem 0 0;
  max-width: 34rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

/* —— Sections —— */
.gd-band {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 4.5rem 0;
}
.gd-band__heading {
  font-family: var(--display);
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 2.75rem;
}
.gd-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
.gd-steps li {
  border-top: 1px solid rgba(19,21,17,.12);
  padding-top: 1.35rem;
}
.gd-steps__n {
  display: block;
  font-family: var(--display);
  font-size: 2.4rem;
  line-height: 1;
  color: var(--brass);
  margin-bottom: 1rem;
  font-weight: 600;
}
.gd-steps h3 {
  font-family: var(--display);
  font-size: 1.55rem;
  margin: 0 0 0.55rem;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.gd-steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.98rem;
}

.gd-band__intro { margin-bottom: 2.75rem; max-width: 36rem; }
.gd-band__intro h2 {
  font-family: var(--display);
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 1rem;
}
.gd-band__intro p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0;
}
.gd-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  align-items: stretch;
}
.gd-plan {
  background: #fff;
  border: 1px solid rgba(19,21,17,.08);
  border-radius: 20px;
  padding: 1.6rem 1.4rem 1.45rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  transition: transform .25s ease, box-shadow .25s ease;
}
.gd-plan:hover { transform: translateY(-3px); }
.gd-plan--featured {
  border-color: rgba(201,162,39,.5);
  background:
    linear-gradient(180deg, rgba(201,162,39,.1), transparent 40%),
    #fff;
  box-shadow: 0 22px 50px rgba(19,21,17,.07);
  transform: translateY(-6px);
}
.gd-plan--featured:hover { transform: translateY(-9px); }
.gd-plan__tag {
  margin: 0 0 0.3rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass-deep);
}
.gd-plan h3 {
  font-family: var(--display);
  font-size: 1.7rem;
  margin: 0;
  font-weight: 600;
}
.gd-plan__price {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin: 0.45rem 0 0;
  line-height: 1;
}
.gd-plan__price span {
  font-size: 1rem;
  font-weight: 500;
  color: var(--muted);
  margin-left: 0.15rem;
}
.gd-plan__year {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0 0 0.85rem;
}
.gd-plan ul {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  flex: 1;
}
.gd-plan li {
  position: relative;
  padding: 0.4rem 0 0.4rem 1.05rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
  border-top: 1px solid rgba(19,21,17,.06);
}
.gd-plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--brass);
}
.gd-plan .gd-btn-solid { align-self: flex-start; margin-top: auto; }

/* —— Close —— */
.gd-close {
  position: relative;
  min-height: 70svh;
  display: grid;
  align-items: center;
  color: #fff;
  isolation: isolate;
  margin-top: 2rem;
}
.gd-close__media {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.gd-close__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gd-close__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12,13,11,.88) 0%, rgba(12,13,11,.55) 55%, rgba(12,13,11,.4) 100%);
}
.gd-close__copy {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 5rem 0;
}
.gd-close__copy h2 {
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin: 0 0 1rem;
  max-width: 12ch;
}
.gd-close__copy p {
  color: rgba(255,255,255,.72);
  font-size: 1.1rem;
  max-width: 28rem;
  margin: 0 0 1.6rem;
  line-height: 1.55;
}

/* —— Inner pages —— */
.gd-page-hero {
  background: var(--night);
  color: #fff;
  padding: 8rem 0 3.5rem;
}
.gd-page-hero--compact { padding-bottom: 2.5rem; }
.gd-page-hero__inner {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
}
.gd-page-hero h1 {
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
  color: #fff;
}
.gd-page-hero p {
  color: rgba(255,255,255,.72);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 34rem;
  margin: 0;
}
.gd-page-hero .gd-eyebrow { color: var(--brass); }

.gd-band--form { padding-top: 2rem; padding-bottom: 5rem; }
.gd-band--plans-solo { padding-top: 3rem; }
.gd-access-form {
  max-width: 420px;
  background: #fff;
  border: 1px solid rgba(19,21,17,.08);
  border-radius: 18px;
  padding: 1.5rem;
  display: grid;
  gap: 0.75rem;
}
.gd-access-form__label { font-size: 0.88rem; font-weight: 600; }
.gd-access-form__input {
  width: 100%;
  min-height: 2.9rem;
  border: 1px solid rgba(19,21,17,.16);
  border-radius: 12px;
  padding: 0.65rem 0.85rem;
  font: inherit;
  background: #fff;
  color: var(--ink);
}
.gd-access-form__input:focus {
  outline: 2px solid rgba(201,162,39,.4);
  border-color: var(--brass);
}
.gd-access-form--rich { max-width: 460px; gap: 0.85rem; }
.gd-access-form__brand { margin-bottom: 0.35rem; }
.gd-access-form__slug {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  align-items: center;
}
.gd-access-form__suffix {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
}

/* —— Footer —— */
.gd-site-footer {
  border-top: 1px solid rgba(19,21,17,.08);
  background: #fff;
  padding: 2.75rem 0 2.1rem;
}
.gd-site-footer__inner {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
}
.gd-site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}
.gd-site-footer__brand .gd-logo { color: var(--ink); }
.gd-site-footer p {
  color: var(--muted);
  margin: 0 0 1.25rem;
  max-width: 32rem;
}
.gd-site-footer__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  color: var(--muted);
  font-size: 0.9rem;
}
.gd-site-footer__meta a:hover { color: var(--ink); }

.gd-muted { color: var(--muted); }

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .85s cubic-bezier(.22,1,.36,1), transform .85s cubic-bezier(.22,1,.36,1);
}
[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

@keyframes gd-rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}
@keyframes gd-ken {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}
@keyframes gd-scroll {
  0%, 100% { opacity: .35; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(10px); }
}
@keyframes gd-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 960px) {
  .gd-showcase__stage,
  .gd-steps,
  .gd-plans {
    grid-template-columns: 1fr;
  }
  .gd-plan--featured { transform: none; }
  .gd-plan--featured:hover { transform: translateY(-3px); }
  .gd-hero-full__copy { padding: 7rem 0 4rem; }
  .gd-hero-full__brand { font-size: clamp(2.6rem, 14vw, 4rem); max-width: none; }
  .gd-site-nav__links a:not(.gd-site-nav__cta) { display: none; }
  .gd-device-phone { order: -1; }
  .gd-device-phone__bezel { width: min(100%, 220px); }
}
