/* Talez landing — Namaste Duniya hero, flat brand, no sticker logo */

.gate-page {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #f4f1ea;
}

.gate-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px clamp(16px, 4vw, 40px);
  background: transparent;
  border-bottom: none;
}

.gate-topbar-logo {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.gate-topbar-logo img {
  display: block;
  height: 48px;
  width: auto;
  max-width: min(280px, 62vw);
  object-fit: contain;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  mix-blend-mode: normal;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.45));
}

.gate-topbar-link {
  font-family: var(--font-sans, system-ui, sans-serif);
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 252, 247, 0.92);
  text-decoration: none;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.gate-topbar-link:hover {
  color: #fff;
}

.gate-hero {
  position: relative;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  overflow: hidden;
  background: #333333;
}

.gate-hero-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #333333;
}

.gate-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  display: block;
}

.gate-hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(28, 25, 23, 0.45) 0%,
    rgba(28, 25, 23, 0.2) 32%,
    rgba(28, 25, 23, 0.55) 68%,
    rgba(28, 25, 23, 0.9) 100%
  );
}

.gate-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 72px 20px calc(40px + env(safe-area-inset-bottom, 0px));
  text-align: center;
  color: #fafaf8;
}

.gate-kicker {
  margin: 0 0 10px;
  font-family: var(--font-display, Georgia, "Times New Roman", serif);
  font-size: clamp(1.5rem, 4.5vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fde8c8;
}

.gate-headline {
  font-family: var(--font-display, Georgia, "Times New Roman", serif);
  font-size: clamp(1.65rem, 4.8vw, 2.35rem);
  line-height: 1.2;
  margin: 0 0 12px;
  color: #fafaf8;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.gate-sub {
  font-family: var(--font-body, Georgia, serif);
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 250, 245, 0.88);
  margin: 0 0 28px;
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
}

.gate-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.gate-card-foot {
  margin: 8px 0 0;
  font-size: 0.8125rem;
  color: rgba(255, 250, 245, 0.75);
}

.btn-google,
.btn-facebook,
.btn-instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 320px;
  padding: 14px 20px;
  border: none;
  border-radius: 999px;
  font-family: var(--font-sans, system-ui, sans-serif);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.btn-google {
  background: #fff;
  color: #333333;
}

.btn-google:hover {
  background: #f5f5f4;
}

.btn-facebook {
  background: #1877f2;
  color: #fff;
}

.btn-facebook:hover {
  background: #166fe5;
}

.btn-instagram {
  background: linear-gradient(45deg, #f58529, #dd2a7b 50%, #8134af);
  color: #fff;
}

.btn-instagram:hover {
  filter: brightness(1.05);
}

.btn-google:disabled,
.btn-facebook:disabled,
.btn-instagram:disabled {
  opacity: 0.7;
  cursor: wait;
}

.gate-error {
  color: #fecaca;
  font-size: 0.875rem;
  margin-top: 14px;
}

.gate-preview {
  padding: 56px 20px 48px;
  background: #f4f1ea;
}

.gate-preview-kicker {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a16207;
  margin: 0 0 10px;
}

.gate-preview h2 {
  text-align: center;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  margin: 0 0 28px;
  color: #333333;
}

.gate-preview-grid {
  display: grid;
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.gate-preview-card {
  padding: 8px 4px;
  text-align: center;
}

.gate-preview-icon {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 8px;
}

.gate-preview-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: #333333;
}

.gate-preview-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #57534e;
}

.gate-quote {
  max-width: 560px;
  margin: 40px auto 0;
  text-align: center;
}

.gate-quote blockquote {
  margin: 0;
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.15rem;
  line-height: 1.5;
  color: #44403c;
}

.gate-portals {
  margin-top: 40px;
  text-align: center;
}

.gate-portals-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #78716c;
  margin: 0 0 12px;
}

.gate-teasers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.gate-teaser {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.12);
  border: 1px solid rgba(255, 250, 245, 0.28);
  color: #fafaf8;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
}

.gate-teaser:hover {
  background: rgba(255, 250, 245, 0.22);
}

.gate-app-link {
  display: block;
  text-align: center;
  margin-top: 32px;
  font-weight: 600;
  color: #9a3412;
}

.gate-footer {
  padding: 28px 20px 36px;
  text-align: center;
  background: #333333;
  color: rgba(255, 255, 255, 0.7);
}

.gate-footer p {
  margin: 0;
  font-family: var(--font-sans, system-ui, sans-serif);
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

.gate-footer-links {
  margin-top: 12px;
  font-size: 0.8rem;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.gate-footer-links a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.gate-footer-links a:hover {
  text-decoration: underline;
}

.home-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-user-name {
  font-size: 0.85rem;
  color: var(--color-muted, #78716c);
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 900px) {
  .gate-hero-img {
    object-fit: contain;
    object-position: center top;
  }

  .gate-topbar-logo img {
    height: 56px;
    max-width: 200px;
  }

  .gate-inner {
    padding-top: 96px;
    max-width: 720px;
  }
}

@media (max-width: 480px) {
  .home-user-name {
    display: none;
  }

  .gate-topbar-logo img {
    height: 36px;
  }
}
