/* Hero — matches reference index.html / style.css */

#section-3-18.uauu-hero {
  --hero-bg-deep: #0a0c09;
  --hero-gold: #c9a962;
  --hero-gold-light: #e0c98a;
  --hero-gold-dim: rgba(201, 169, 98, 0.15);
  --hero-text: #f5f3ef;
  --hero-text-muted: rgba(245, 243, 239, 0.65);
  --hero-text-faint: rgba(245, 243, 239, 0.45);
  --hero-border: rgba(255, 255, 255, 0.08);
  --hero-border-gold: rgba(201, 169, 98, 0.35);
  --hero-container: 1200px;
  --hero-font-display: "Cormorant Garamond", Georgia, serif;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: var(--hero-bg-deep);
  color: var(--hero-text);
  padding: 0 !important;
  text-align: left;
}

#section-3-18.uauu-hero > .ct-section-inner-wrap {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  min-height: 100vh;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-end !important;
  padding: calc(var(--uauu-header-h, 80px) + 3rem) 0 4rem !important;
  gap: 0 !important;
}

#section-3-18.uauu-hero #code_block-2420-18 {
  width: 100%;
  position: static;
}

#section-3-18.uauu-hero .hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

#section-3-18.uauu-hero .hero__media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

#section-3-18.uauu-hero .hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(10, 12, 9, 0.95) 0%, rgba(10, 12, 9, 0.35) 45%, rgba(10, 12, 9, 0.55) 100%),
    linear-gradient(to right, rgba(10, 12, 9, 0.75) 0%, transparent 60%);
}

#section-3-18.uauu-hero .container {
  position: relative;
  z-index: 2;
  width: min(100% - 2.5rem, var(--hero-container));
  max-width: var(--hero-container);
  margin-inline: auto;
  text-align: left;
}

#section-3-18.uauu-hero .hero__content {
  max-width: 720px;
  text-align: left;
}

#section-3-18.uauu-hero .hero__tagline {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--hero-gold);
  font-family: "DM Sans", system-ui, sans-serif;
}

#section-3-18.uauu-hero .hero__title {
  margin: 0 0 1.25rem;
  font-family: var(--hero-font-display) !important;
  font-size: clamp(2.75rem, 6vw, 4.75rem) !important;
  font-weight: 500 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.03em;
  color: var(--hero-text) !important;
  max-width: 14ch;
}

#section-3-18.uauu-hero .hero__text {
  margin: 0 0 2rem;
  max-width: 34rem;
  font-size: 1.1rem;
  line-height: 1.65;
  color: var(--hero-text-muted);
  font-family: "DM Sans", system-ui, sans-serif;
}

#section-3-18.uauu-hero .btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: flex-start;
}

#section-3-18.uauu-hero .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.75rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

#section-3-18.uauu-hero .btn:hover {
  transform: translateY(-2px);
  color: inherit;
}

#section-3-18.uauu-hero .btn--primary {
  background: var(--hero-gold);
  color: var(--hero-bg-deep) !important;
}

#section-3-18.uauu-hero .btn--primary:hover {
  background: var(--hero-gold-light);
  color: var(--hero-bg-deep) !important;
}

#section-3-18.uauu-hero .btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--hero-text) !important;
  backdrop-filter: blur(8px);
}

#section-3-18.uauu-hero .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--hero-text) !important;
}

#section-3-18.uauu-hero .trust-bar {
  position: relative;
  z-index: 1;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--hero-border);
  text-align: left;
}

#section-3-18.uauu-hero .trust-bar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

#section-3-18.uauu-hero .trust-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-align: left;
}

#section-3-18.uauu-hero .trust-item__icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--hero-gold-dim);
  border: 1px solid var(--hero-border-gold);
  font-size: 1rem;
}

#section-3-18.uauu-hero .trust-item strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--hero-text);
  font-family: "DM Sans", system-ui, sans-serif;
}

#section-3-18.uauu-hero .trust-item span {
  display: block;
  font-size: 0.8rem;
  color: var(--hero-text-faint);
  font-family: "DM Sans", system-ui, sans-serif;
}

@media (max-width: 768px) {
  #section-3-18.uauu-hero,
  #section-3-18.uauu-hero > .ct-section-inner-wrap {
    min-height: 92vh;
  }

  #section-3-18.uauu-hero .hero__title {
    max-width: none;
  }

  #section-3-18.uauu-hero .trust-bar__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #section-3-18.uauu-hero .btn-row {
    flex-direction: column;
    align-items: stretch;
  }

  #section-3-18.uauu-hero .btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  #section-3-18.uauu-hero .trust-bar__grid {
    grid-template-columns: 1fr;
  }
}
