/**
 * Homepage Sections Stylesheet — In The Cards (nthecards.com)
 * Luxury Architectural Design System per AGENTS.md:
 * - 1.5px to 2px solid #090d16 contour lines
 * - 9999px elongated pill containers
 * - Geometric stroke SVGs (stroke-width 1.75 - 2.2)
 * - 100% Mobile Responsive (Desktop, Tablet, Mobile)
 */

:root {
  --hp-bg: #ffffff;
  --hp-bg-subtle: #f8fafc;
  --hp-black: #090d16;
  --hp-text-muted: #64748b;
  --hp-text-light: #94a3b8;
  --hp-border: #090d16;
  --hp-border-subtle: rgba(9, 13, 22, 0.12);
  --hp-border-dark-subtle: rgba(255, 255, 255, 0.14);
  --hp-accent-emerald: #10b981;
  --hp-accent-sky: #38bdf8;
  --hp-accent-violet: #8b5cf6;
  --hp-accent-rose: #f43f5e;
  --hp-font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ==========================================================================
   Base Layout & Section Typography
   ========================================================================== */
.hp-section {
  width: 100%;
  padding: 5rem 2rem;
  box-sizing: border-box;
  position: relative;
}

.hp-section-header {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
}

.hp-section-header.text-center {
  align-items: center;
  text-align: center;
}

.hp-eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(9, 13, 22, 0.04);
  border: 1.5px solid var(--hp-border);
  padding: 0.35rem 0.95rem;
  border-radius: 9999px;
  font-family: var(--hp-font);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--hp-black);
}

.hp-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hp-accent-emerald);
  box-shadow: 0 0 6px var(--hp-accent-emerald);
}

.hp-section-title {
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--hp-black);
  max-width: 820px;
  margin: 0;
}

.hp-section-desc {
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  line-height: 1.55;
  color: var(--hp-text-muted);
  max-width: 680px;
  margin: 0;
}

/* ==========================================================================
   Section 3: The Anti-Swipe Manifesto / The Difference
   ========================================================================== */
.hp-manifesto-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  width: 100%;
}

.hp-manifesto-card {
  background: #ffffff;
  border: 1.5px solid var(--hp-border);
  border-radius: 12px;
  padding: 2.25rem 1.85rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease;
  box-shadow: 0 4px 16px rgba(9, 13, 22, 0.04);
}

.hp-manifesto-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px -6px rgba(9, 13, 22, 0.12);
}

.hp-card-num-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 0.85rem;
  font-weight: 800;
  font-family: "JetBrains Mono", monospace;
  color: var(--hp-text-light);
}

.hp-card-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(9, 13, 22, 0.04);
  border: 1.5px solid var(--hp-border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: var(--hp-black);
  flex-shrink: 0;
}

.hp-card-icon-wrap svg {
  width: 24px;
  height: 24px;
  stroke: var(--hp-black);
  stroke-width: 1.85;
}

.hp-manifesto-title {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: var(--hp-black);
  margin-bottom: 0.75rem;
}

.hp-manifesto-text {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--hp-text-muted);
  margin: 0 0 1.5rem 0;
  flex: 1;
}

.hp-manifesto-pill-tag {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background: var(--hp-bg-subtle);
  border: 1px solid var(--hp-border-subtle);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--hp-black);
}

/* ==========================================================================
   Section 4: Upcoming Curated Experiences & Filters
   ========================================================================== */
.hp-filters-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2.25rem;
}

.hp-filter-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.hp-filter-bar::-webkit-scrollbar {
  display: none;
}

.hp-filter-pill {
  background: #ffffff;
  border: 1.5px solid var(--hp-border);
  border-radius: 9999px;
  padding: 0.45rem 1.1rem;
  font-family: var(--hp-font);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--hp-black);
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.16s ease;
  flex-shrink: 0;
}

.hp-filter-pill:hover {
  background: rgba(9, 13, 22, 0.05);
}

.hp-filter-pill.is-active {
  background: var(--hp-black);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(9, 13, 22, 0.2);
}

.hp-events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.75rem;
  width: 100%;
}

.hp-event-card {
  background: #ffffff;
  border: 1.5px solid var(--hp-border);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.22s ease;
  box-shadow: 0 4px 16px rgba(9, 13, 22, 0.04);
}

.hp-event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px -10px rgba(9, 13, 22, 0.16);
}

.hp-event-media {
  position: relative;
  width: 100%;
  height: 210px;
  background: #090c13;
  overflow: hidden;
}

.hp-event-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hp-event-card:hover .hp-event-img {
  transform: scale(1.05);
}

.hp-event-media-badges {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  right: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  z-index: 10;
}

.hp-badge-pill {
  background: rgba(9, 13, 22, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1.2px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  padding: 0.3rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.72rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.hp-badge-emerald {
  border-color: rgba(16, 185, 129, 0.5);
  color: #34d399;
}

.hp-event-media-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem 0.85rem 0.65rem;
  background: linear-gradient(180deg, transparent 0%, rgba(9, 13, 22, 0.88) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
}

.hp-event-body {
  padding: 1.35rem 1.35rem 1.15rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.hp-event-venue-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--hp-text-muted);
  margin-bottom: 0.45rem;
}

.hp-event-venue-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--hp-accent-emerald);
}

.hp-event-card-title {
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: var(--hp-black);
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}

.hp-event-tagline {
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--hp-text-muted);
  margin: 0 0 1.1rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.hp-event-attendees-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.85rem;
  border-top: 1.2px solid var(--hp-border-subtle);
  margin-top: auto;
}

.hp-avatar-stack {
  display: flex;
  align-items: center;
}

.hp-stack-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  object-fit: cover;
  margin-left: -7px;
}

.hp-stack-avatar:first-child {
  margin-left: 0;
}

.hp-stack-count {
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--hp-black);
  margin-left: 0.5rem;
}

.hp-event-card-btn {
  background: var(--hp-black);
  color: #ffffff;
  border: 1.5px solid var(--hp-black);
  border-radius: 9999px;
  padding: 0.45rem 1rem;
  font-family: var(--hp-font);
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.16s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.hp-event-card-btn:hover {
  background: #1e293b;
  transform: translateY(-1px);
}

/* ==========================================================================
   Section 5: The Tactile Card Preview (The Deck Showcase)
   ========================================================================== */
.hp-deck-section-inner {
  background: #090c13;
  border: 1.5px solid var(--hp-border);
  border-radius: 16px;
  padding: 4rem 3.5rem;
  color: #ffffff;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hp-deck-aurora-glow {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.15) 0%, rgba(139, 92, 246, 0.1) 50%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}

.hp-deck-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  z-index: 10;
}

.hp-deck-content .hp-section-title {
  color: #ffffff;
}

.hp-deck-content .hp-section-desc {
  color: #94a3b8;
}

.hp-deck-feature-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.hp-deck-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.92rem;
  color: #cbd5e1;
}

.hp-feature-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid var(--hp-accent-emerald);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hp-accent-emerald);
  flex-shrink: 0;
  margin-top: 2px;
}

.hp-feature-check svg {
  width: 12px;
  height: 12px;
  stroke: var(--hp-accent-emerald);
  stroke-width: 2.5;
}

/* Interactive Teaser Stage */
.hp-deck-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.hp-teaser-card-wrapper {
  width: 100%;
  max-width: 320px;
  perspective: 1200px;
}

.hp-teaser-flipper {
  position: relative;
  width: 100%;
  height: 480px;
  transform-style: preserve-3d;
  transition: transform 0.65s cubic-bezier(0.25, 1, 0.5, 1);
}

.hp-teaser-flipper.is-flipped {
  transform: rotateY(180deg);
}

.hp-teaser-face {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
}

.hp-teaser-front {
  background: #ffffff;
  color: var(--hp-black);
  transform: rotateY(0deg);
  display: flex;
  flex-direction: column;
}

.hp-teaser-front-hero {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.hp-teaser-front-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp-teaser-front-scrim {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25rem 1rem 0.75rem;
  background: linear-gradient(180deg, transparent 0%, rgba(9, 13, 22, 0.85) 100%);
  color: #ffffff;
}

.hp-teaser-name-row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.15rem;
  font-weight: 800;
}

.hp-teaser-tag {
  font-size: 0.75rem;
  color: #e2e8f0;
  margin-top: 2px;
}

.hp-teaser-front-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex: 1;
}

.hp-teaser-stat-pill {
  background: var(--hp-bg-subtle);
  border: 1px solid var(--hp-border-subtle);
  padding: 0.35rem 0.65rem;
  border-radius: 8px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hp-teaser-quote {
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--hp-text-muted);
  font-style: italic;
  margin: 0;
}

.hp-teaser-flip-cta {
  margin-top: auto;
  background: var(--hp-black);
  color: #ffffff;
  border: 1.5px solid var(--hp-black);
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  font-family: var(--hp-font);
  font-size: 0.76rem;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.16s ease;
}

.hp-teaser-flip-cta:hover {
  background: #1e293b;
}

/* Teaser Back Face */
.hp-teaser-back {
  background: #090c13;
  color: #ffffff;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
}

.hp-teaser-back-header {
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.06);
  border-bottom: 1.2px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hp-teaser-return-btn {
  background: rgba(255, 255, 255, 0.12);
  border: 1.2px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  border-radius: 9999px;
  padding: 4px 10px;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}

.hp-teaser-back-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  flex: 1;
}

.hp-teaser-chat-bubble {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  border-bottom-left-radius: 3px;
  font-size: 0.8rem;
  line-height: 1.4;
}

.hp-teaser-chat-reply {
  align-self: flex-end;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border: 1px solid rgba(59, 130, 246, 0.4);
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  border-bottom-right-radius: 3px;
  font-size: 0.8rem;
}

/* ==========================================================================
   Section 6: Dual-Track How It Works
   ========================================================================== */
.hp-track-switch-wrap {
  display: inline-flex;
  background: rgba(9, 13, 22, 0.05);
  border: 1.5px solid var(--hp-border);
  padding: 4px;
  border-radius: 9999px;
  margin-bottom: 2.5rem;
}

.hp-track-btn {
  background: transparent;
  border: none;
  padding: 0.55rem 1.4rem;
  border-radius: 9999px;
  font-family: var(--hp-font);
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--hp-text-muted);
  cursor: pointer;
  transition: all 0.18s ease;
}

.hp-track-btn.is-active {
  background: var(--hp-black);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(9, 13, 22, 0.2);
}

.hp-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  width: 100%;
}

.hp-step-card {
  background: #ffffff;
  border: 1.5px solid var(--hp-border);
  border-radius: 12px;
  padding: 2.25rem 1.75rem;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 4px 16px rgba(9, 13, 22, 0.04);
}

.hp-step-badge {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--hp-black);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  flex-shrink: 0;
}

.hp-step-title {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: var(--hp-black);
  margin-bottom: 0.65rem;
}

.hp-step-text {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--hp-text-muted);
  margin: 0;
}

/* ==========================================================================
   Section 7: Verified Partner Venues
   ========================================================================== */
.hp-venues-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  width: 100%;
}

.hp-venue-card {
  background: #ffffff;
  border: 1.5px solid var(--hp-border);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 16px rgba(9, 13, 22, 0.04);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease;
}

.hp-venue-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px -6px rgba(9, 13, 22, 0.12);
}

.hp-venue-img-wrap {
  position: relative;
  width: 100%;
  height: 190px;
}

.hp-venue-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp-venue-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: rgba(9, 13, 22, 0.85);
  backdrop-filter: blur(8px);
  border: 1.2px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  padding: 0.25rem 0.65rem;
  border-radius: 9999px;
  font-size: 0.7rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.hp-venue-body {
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

.hp-venue-location-row {
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--hp-accent-emerald);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hp-venue-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--hp-black);
  margin: 0;
}

.hp-venue-desc {
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--hp-text-muted);
  margin: 0 0 0.75rem 0;
  flex: 1;
}

.hp-venue-features-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.hp-venue-feature-chip {
  background: var(--hp-bg-subtle);
  border: 1px solid var(--hp-border-subtle);
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--hp-black);
}

.hp-partner-cta-strip {
  margin-top: 2.5rem;
  background: var(--hp-bg-subtle);
  border: 1.5px solid var(--hp-border);
  border-radius: 12px;
  padding: 1.75rem 2.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.hp-partner-cta-text h4 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--hp-black);
  margin: 0 0 0.25rem 0;
}

.hp-partner-cta-text p {
  font-size: 0.86rem;
  color: var(--hp-text-muted);
  margin: 0;
}

.hp-partner-btn {
  background: var(--hp-black);
  color: #ffffff;
  border: 1.5px solid var(--hp-black);
  border-radius: 9999px;
  padding: 0.55rem 1.35rem;
  font-family: var(--hp-font);
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.16s ease;
  white-space: nowrap;
}

.hp-partner-btn:hover {
  background: #1e293b;
  transform: translateY(-1px);
}

/* ==========================================================================
   Section 8: Social Proof & Member Stories
   ========================================================================== */
.hp-stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  width: 100%;
}

.hp-story-card {
  background: #ffffff;
  border: 1.5px solid var(--hp-border);
  border-radius: 12px;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 4px 16px rgba(9, 13, 22, 0.04);
}

.hp-story-stars {
  display: flex;
  gap: 3px;
  color: #f59e0b;
}

.hp-story-quote {
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--hp-black);
  font-weight: 600;
  margin: 0;
  flex: 1;
}

.hp-story-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1.2px solid var(--hp-border-subtle);
}

.hp-story-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid var(--hp-border);
  object-fit: cover;
}

.hp-story-author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hp-story-author-name {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--hp-black);
}

.hp-story-event-tag {
  font-size: 0.72rem;
  color: var(--hp-text-muted);
}

/* ==========================================================================
   Section 9: High-Impact Conversion Banner
   ========================================================================== */
.hp-cta-banner {
  background: #090c13;
  border: 1.5px solid var(--hp-border);
  border-radius: 20px;
  padding: 4.5rem 3rem;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hp-cta-aurora {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #38bdf8 0%, #10b981 33%, #8b5cf6 66%, #f43f5e 100%);
}

.hp-cta-title {
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #ffffff;
  margin: 0 0 1rem 0;
  max-width: 780px;
}

.hp-cta-desc {
  font-size: clamp(0.95rem, 1.3vw, 1.15rem);
  color: #94a3b8;
  max-width: 620px;
  margin: 0 0 2.25rem 0;
  line-height: 1.5;
}

.hp-cta-form-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 480px;
  margin-bottom: 1.5rem;
}

.hp-cta-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  padding: 0.75rem 1.35rem;
  font-family: var(--hp-font);
  font-size: 0.88rem;
  color: #ffffff;
  outline: none;
  transition: border-color 0.18s ease;
}

.hp-cta-input:focus {
  border-color: #38bdf8;
  background: rgba(255, 255, 255, 0.12);
}

.hp-cta-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.hp-cta-submit-btn {
  background: #ffffff;
  color: #090d16;
  border: 1.5px solid #ffffff;
  border-radius: 9999px;
  padding: 0.75rem 1.6rem;
  font-family: var(--hp-font);
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.16s ease;
  white-space: nowrap;
}

.hp-cta-submit-btn:hover {
  background: #e2e8f0;
  transform: translateY(-1px);
}

.hp-cta-trust-chips {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-size: 0.76rem;
  font-weight: 600;
  color: #94a3b8;
}

.hp-trust-chip-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* ==========================================================================
   Section 10: Luxury Architectural Multi-Column Footer
   ========================================================================== */
.hp-luxury-footer {
  width: 100%;
  background: #f8fafc;
  border-top: 1.5px solid var(--hp-border);
  padding: 4.5rem 2rem 2rem;
  box-sizing: border-box;
}

.hp-footer-top-grid {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 3.5rem;
}

.hp-footer-brand-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hp-footer-logo-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--hp-black);
}

.hp-footer-tagline {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--hp-text-muted);
  max-width: 300px;
  margin: 0;
}

.hp-footer-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0.25rem 0.65rem;
  border-radius: 9999px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.3);
  font-size: 0.72rem;
  font-weight: 700;
  color: #065f46;
}

.hp-footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.hp-footer-col-title {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--hp-black);
  margin: 0 0 0.35rem 0;
}

.hp-footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.hp-footer-link {
  font-size: 0.82rem;
  color: var(--hp-text-muted);
  text-decoration: none;
  transition: color 0.15s ease;
}

.hp-footer-link:hover {
  color: var(--hp-black);
}

.hp-footer-bottom-bar {
  width: 100%;
  margin: 0 auto;
  padding-top: 1.75rem;
  border-top: 1px solid var(--hp-border-subtle);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.76rem;
  color: var(--hp-text-muted);
}

.hp-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hp-footer-bottom-links a {
  color: inherit;
  text-decoration: none;
}

.hp-footer-bottom-links a:hover {
  text-decoration: underline;
  color: var(--hp-black);
}

/* ==========================================================================
   100% Mobile Responsiveness Media Queries
   ========================================================================== */

/* Tablet (max-width: 1024px) */
@media (max-width: 1024px) {
  .hp-section {
    padding: 4rem 1.75rem;
  }

  .hp-manifesto-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hp-deck-section-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 3rem 2rem;
  }

  .hp-steps-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .hp-venues-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hp-stories-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hp-footer-top-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }

  .hp-footer-brand-col {
    grid-column: 1 / -1;
  }
}

/* Mobile Devices (max-width: 640px) */
@media (max-width: 640px) {
  .hp-section {
    padding: 3rem 1rem;
  }

  .hp-section-header {
    margin-bottom: 2rem;
  }

  .hp-section-title {
    font-size: 1.85rem;
  }

  .hp-manifesto-grid {
    grid-template-columns: 1fr;
  }

  .hp-events-grid {
    grid-template-columns: 1fr;
  }

  .hp-deck-section-inner {
    padding: 2.25rem 1.25rem;
  }

  .hp-venues-grid {
    grid-template-columns: 1fr;
  }

  .hp-stories-grid {
    grid-template-columns: 1fr;
  }

  .hp-cta-banner {
    padding: 3rem 1.25rem;
  }

  .hp-cta-form-row {
    flex-direction: column;
    width: 100%;
  }

  .hp-cta-submit-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .hp-cta-trust-chips {
    flex-direction: column;
    gap: 0.5rem;
  }

  .hp-footer-top-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .hp-footer-bottom-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .hp-track-switch-wrap {
    width: 100%;
    display: flex;
  }

  .hp-track-btn {
    flex: 1;
    text-align: center;
    padding: 0.55rem 0.5rem;
  }
}
