/* Design 6 Style Sheet - Compact, Premium Dark-Plum Escort Theme */

/* Import Google Fonts - Outfit & Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@400;500;600;700;800&display=swap');

/* CSS Custom Properties / Design Tokens */
:root {
  --bg-main: #090206;
  --bg-card: #15050f;
  --bg-card-hover: #220919;
  --primary-accent: #e21c5a;
  --primary-accent-hover: #b81244;
  --gold-accent: #d4a356;
  --whatsapp-color: #25d366;
  --whatsapp-hover: #1eab52;
  --call-color: #0d6efd;
  --call-hover: #0b5ed7;
  --text-white: #ffffff;
  --text-muted: #bda6b2;
  --border-light: rgba(226, 28, 90, 0.15);
  --border-focus: rgba(226, 28, 90, 0.4);
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: var(--bg-main);
  color: var(--text-white);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition-smooth);
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

/* Compact Layout Container */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Sections - Compact Spacing */
section {
  padding: 1.25rem 0; /* Tight vertical padding */
  border-bottom: 1px solid var(--border-light);
}

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  color: var(--text-white);
  font-weight: 700;
  line-height: 1.2;
}

/* Simple Navbar */
.navbar {
  background-color: rgba(9, 2, 6, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--primary-accent);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0.6rem 0;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--text-white);
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo span {
  color: var(--primary-accent);
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 1.5rem;
}

.nav-links a {
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.4rem 0.2rem;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--primary-accent);
  border-bottom: 2px solid var(--primary-accent);
}

/* Video Header */
.video-header {
  position: relative;
  height: 45vh; /* Compact height for laptops */
  min-height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 3px solid var(--primary-accent);
}

.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(9,2,6,1) 0%, rgba(9,2,6,0.5) 50%, rgba(9,2,6,0.8) 100%);
  z-index: 2;
}

.video-content {
  position: relative;
  z-index: 3;
  padding: 0 15px;
  max-width: 800px;
}

.video-content h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.video-content p {
  font-size: 1.05rem;
  color: var(--text-muted);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

/* Content Wall Utility */
.content-wall {
  text-align: justify;
}

.content-wall h2 {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.4rem;
  color: var(--primary-accent);
  border-left: 3px solid var(--gold-accent);
  padding-left: 10px;
}

.content-wall h3 {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.4rem;
  color: var(--primary-accent);
  border-left: 3px solid var(--gold-accent);
  padding-left: 10px;
}

.split-section-one h3 {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.4rem;
  color: var(--primary-accent);
  border-left: 3px solid var(--gold-accent);
  padding-left: 10px;
}


.split-section-one h2 {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.4rem;
  color: var(--primary-accent);
  border-left: 3px solid var(--gold-accent);
  padding-left: 10px;
}

.content-wall h2:first-of-type {
  margin-top: 0;
}

.content-wall p {
  color: var(--text-muted);
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.content-wall p:last-child {
  margin-bottom: 0;
}

/* 5 Column Grid for Simple Profiles */
.profile-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px; /* Tight gap */
  margin-top: 0.8rem;
}

.simple-profile-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  overflow: hidden;
  transition: var(--transition-smooth);
  position: relative;
}

.simple-profile-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary-accent);
  box-shadow: 0 6px 15px rgba(226, 28, 90, 0.15);
  background: var(--bg-card-hover);
}

.profile-img-container {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
}

.profile-img-container img {
  width: 100%;
  height: 100%;
  transition: var(--transition-smooth);
}

.simple-profile-card:hover .profile-img-container img {
  transform: scale(1.05);
}

.profile-status {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--primary-accent);
  color: var(--text-white);
  padding: 2px 8px;
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  z-index: 10;
}

.profile-details-compact {
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile-details-compact .h3 {
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile-rating {
  display: flex;
  align-items: center;
  gap: 3px;
  color: var(--gold-accent);
  font-size: 0.8rem;
  font-weight: 700;
}

.profile-rating i {
  font-size: 0.75rem;
}

/* Service Rates Table Styling */
.table-wrapper {
  margin-top: 1rem;
  overflow-x: auto;
  border-radius: 8px;
  border: 1px solid var(--border-light);
}

.rates-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.9rem;
}

.rates-table th, .rates-table td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--border-light);
}

.rates-table th {
  background-color: var(--bg-card);
  color: var(--primary-accent);
  font-family: var(--font-heading);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}

.rates-table td {
  background-color: rgba(21, 5, 15, 0.4);
  color: var(--text-white);
}

.rates-table tr:last-child td {
  border-bottom: none;
}

.rates-table tr:hover td {
  background-color: rgba(226, 28, 90, 0.05);
}

.rates-table .rate-bold {
  font-weight: 600;
  color: var(--gold-accent);
}

.table-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  min-width: 150px;
  justify-content: center;
  gap: 6px;
  background-color: var(--whatsapp-color);
  color: var(--text-white);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  transition: var(--transition-smooth);
}

.table-whatsapp-btn:hover {
  background-color: var(--whatsapp-hover);
  box-shadow: 0 0 8px rgba(37, 211, 102, 0.4);
}

/* Split Layouts (30% Image / 70% Text Content) */
.split-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: stretch;
}

.split-content-70 {
  flex: 0 0 100%;
  max-width: 100%;
}

.split-images-grid-4 {
  flex: 0 0 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.split-grid-img {
  aspect-ratio: 1/1;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--border-light);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  transition: var(--transition-smooth);
}

.split-grid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: var(--transition-smooth);
}

.split-grid-img:hover img {
  filter: grayscale(0);
  transform: scale(1.05);
}

.split-grid-img:hover {
  border-color: var(--primary-accent);
}

.split-content-70 h2 {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  color: var(--primary-accent);
}

.split-content-70 p {
  color: var(--text-muted);
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Styled Lists for Split 1 */
.styled-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 15px;
  margin-top: 0.8rem;
}

.styled-list li {
  position: relative;
  padding-left: 20px;
  font-size: 0.9rem;
  color: var(--text-white);
}

.styled-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--primary-accent);
  font-weight: bold;
}

/* 2 Column Grid for Detailed Profiles */
.profile-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 1rem;
}

.detailed-profile-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  overflow: hidden;
  display: flex; /* Horizontal Layout */
  height: 200px;
  transition: var(--transition-smooth);
}

.detailed-profile-card:hover {
  transform: translateY(-3px);
  border-color: var(--primary-accent);
  box-shadow: 0 6px 18px rgba(226, 28, 90, 0.15);
  background: var(--bg-card-hover);
}

.detailed-card-img {
  flex: 0 0 40%;
  max-width: 40%;
  height: 100%;
  position: relative;
}

.detailed-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detailed-card-body {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.detailed-card-body h3 {
  font-size: 1.15rem;
  margin-bottom: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detailed-card-body h4 {
  font-size: 0.82rem;
  color: var(--primary-accent);
  margin-bottom: 6px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.detailed-rating {
  font-size: 0.8rem;
  color: var(--gold-accent);
  display: flex;
  align-items: center;
  gap: 3px;
}

.detailed-rates {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 4px;
}

.detailed-rates span {
  display: block;
}

.detailed-rates strong {
  color: var(--text-white);
}

.detailed-btn-group {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.card-btn {
  flex: 1;
  padding: 6px 4px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-transform: uppercase;
}

.card-btn-call {
  background-color: var(--primary-accent);
  color: var(--text-white);
}

.card-btn-call:hover {
  background-color: var(--primary-accent-hover);
}

.card-btn-wa {
  background-color: var(--whatsapp-color);
  color: var(--text-white);
}

.card-btn-wa:hover {
  background-color: var(--whatsapp-hover);
}

/* Escorts 20 Tags Section */
.tags-section {
  text-align: center;
}

.tags-section .h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: var(--primary-accent);
}

.tags-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 0.5rem;
}

.tag-pill {
  background: rgba(226, 28, 90, 0.05);
  border: 1px solid rgba(226, 28, 90, 0.25);
  color: var(--text-white);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 0.82rem;
  font-weight: 500;
  transition: var(--transition-smooth);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.tag-pill::before {
  content: "#";
  color: var(--primary-accent);
  font-weight: 700;
  font-size: 0.85rem;
}

.tag-pill:hover {
  background: var(--primary-accent);
  color: var(--text-white);
  border-color: var(--primary-accent);
  box-shadow: 0 0 15px rgba(226, 28, 90, 0.5);
  transform: translateY(-2px) scale(1.02);
}

/* FAQ Accordion Section */
.faq-section h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0.8rem;
  color: var(--primary-accent);
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 6px;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.faq-item[open] {
  border-color: var(--primary-accent);
}

.faq-item summary {
  padding: 10px 15px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  font-family: var(--font-heading);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 1.2rem;
  color: var(--primary-accent);
  font-weight: bold;
  transition: var(--transition-smooth);
}

.faq-item[open] summary::after {
  content: "−";
  transform: rotate(90deg);
}

.faq-answer {
  padding: 0 15px 10px 15px;
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.5;
  border-top: 1px solid rgba(226, 28, 90, 0.05);
  margin-top: 4px;
}

/* Simple Footer */
.footer {
  background: #060104;
  padding: 1.5rem 0 1rem 0;
  border-top: 2px solid var(--primary-accent);
  text-align: center;
}

.disclaimer-box {
  background-color: rgba(226, 28, 90, 0.05);
  border: 1px solid var(--border-light);
  padding: 10px 15px;
  border-radius: 6px;
  margin-bottom: 1rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.disclaimer-box p {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.disclaimer-box strong {
  color: var(--primary-accent);
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 0.8rem;
  list-style: none;
}

.footer-nav a {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.footer-nav a:hover {
  color: var(--primary-accent);
}

.copyright {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
}

/* Floating Actions */
.floating-actions {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.float-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
  transition: var(--transition-smooth);
}

.float-call {
  background-color: var(--primary-accent);
}

.float-call:hover {
  background-color: var(--primary-accent-hover);
  transform: scale(1.08);
}

.float-wa {
  background-color: var(--whatsapp-color);
}

.float-wa:hover {
  background-color: var(--whatsapp-hover);
  transform: scale(1.08);
}
/* ─── 18+ Age Gate Popup ─── Split-Panel Neon Rose Design ─── */

@keyframes neonPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(226, 28, 90, 0), 0 0 30px rgba(226, 28, 90, 0.2); }
  50% { box-shadow: 0 0 0 6px rgba(226, 28, 90, 0.08), 0 0 50px rgba(226, 28, 90, 0.4); }
}

@keyframes rotateBorder {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes floatBadge {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
}

.age-gate-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5, 1, 4, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
  padding: 1rem;
}

.age-gate-overlay.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.age-gate-card {
  display: flex;
  max-width: 820px;
  width: 95%;
  border-radius: 18px;
  overflow: hidden;
  border: 1.5px solid rgba(226, 28, 90, 0.5);
  animation: neonPulse 2.8s ease-in-out infinite;
  transform: translateY(0);
  transition: transform 0.5s ease;
}

.age-gate-overlay.hidden .age-gate-card {
  transform: translateY(40px);
}

/* ---- Left Brand Panel ---- */
.age-gate-left {
  flex: 0 0 260px;
  background: linear-gradient(160deg, #3a0017 0%, #1a000a 50%, #0f0007 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.5rem;
  text-align: center;
  border-right: 1px solid rgba(226, 28, 90, 0.2);
  position: relative;
  overflow: hidden;
}

.age-gate-left::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -40%;
  width: 180%;
  height: 180%;
  background: radial-gradient(circle at 50% 50%, rgba(226, 28, 90, 0.08) 0%, transparent 65%);
  pointer-events: none;
}

.ag-brand-mark {
  width: 70px;
  height: 70px;
  background: rgba(226, 28, 90, 0.12);
  border: 2px solid rgba(226, 28, 90, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.ag-brand-mark i {
  font-size: 1.8rem;
  color: var(--primary-accent);
  filter: drop-shadow(0 0 8px rgba(226, 28, 90, 0.7));
}

.ag-badge {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary-accent);
  line-height: 1;
  margin-bottom: 0.5rem;
  filter: drop-shadow(0 0 12px rgba(226, 28, 90, 0.6));
  animation: floatBadge 3s ease-in-out infinite;
}

.ag-brand-name {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-white);
  letter-spacing: 1px;
  margin-bottom: 0.35rem;
}

.ag-brand-name span {
  color: var(--primary-accent);
}

.ag-tagline {
  font-size: 0.72rem;
  color: rgba(189, 166, 178, 0.7);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.25rem;
}

.ag-divider {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-accent), transparent);
  margin: 0 auto 1.25rem;
}

.ag-features {
  list-style: none;
  text-align: left;
  width: 100%;
}

.ag-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: var(--text-muted);
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.ag-features li:last-child {
  border-bottom: none;
}

.ag-features li i {
  color: var(--primary-accent);
  font-size: 0.75rem;
  width: 14px;
  text-align: center;
}

/* ---- Right Content Panel ---- */
.age-gate-right {
  flex: 1;
  background: var(--bg-card);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ag-warning-strip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(226, 28, 90, 0.08);
  border: 1px solid rgba(226, 28, 90, 0.25);
  color: var(--primary-accent);
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 1.25rem;
  width: fit-content;
}

.ag-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.ag-text {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 2rem;
}

.ag-btn-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 1.25rem;
}

.ag-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 24px;
  border-radius: 8px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  transition: var(--transition-smooth);
  width: 100%;
}

.ag-btn-enter {
  background: linear-gradient(135deg, var(--primary-accent), #8f0033);
  color: #fff;
  box-shadow: 0 6px 20px rgba(226, 28, 90, 0.4);
}

.ag-btn-enter:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(226, 28, 90, 0.55);
  filter: brightness(1.1);
}

.ag-btn-exit {
  background: transparent;
  color: var(--text-muted);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ag-btn-exit:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-white);
  border-color: rgba(255, 255, 255, 0.2);
}

.ag-legal {
  font-size: 0.73rem;
  color: rgba(189, 166, 178, 0.5);
  line-height: 1.5;
}

/* Mobile: stack vertically */
@media (max-width: 600px) {
  .age-gate-card {
    flex-direction: column;
    max-height: 92vh;
    overflow-y: auto;
  }
  .age-gate-left {
    flex: none;
    padding: 1.5rem 1rem;
    border-right: none;
    border-bottom: 1px solid rgba(226, 28, 90, 0.2);
  }
  .ag-badge {
    font-size: 2.2rem;
  }
  .ag-features {
    display: none;
  }
  .age-gate-right {
    padding: 1.5rem 1.25rem;
  }
  .ag-title {
    font-size: 1.4rem;
  }
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
  .profile-grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .video-header {
    height: 35vh;
  }
  .video-content h1 {
    font-size: 1.7rem;
  }
  .profile-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .profile-grid-2 {
    grid-template-columns: 1fr;
  }
  .split-container {
    flex-direction: column;
    text-align: center;
  }
  .split-content-70 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  .split-images-grid-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
  grid-template-columns: repeat(1, 1fr);
  }
  .styled-list {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .nav-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0.6rem;
  }
  .nav-links {
    justify-content: center;
    gap: 0.8rem;
  }
  .nav-links a {
    font-size: 0.8rem;
  }
  .split-grid-img {
    height: 500px;
    aspect-ratio: unset;
  }
  .content-wall h2{
    border: 0;
    padding-left: 0;
  }
  
  .content-wall h3{
    border: 0;
    padding-left: 0;
  }
  
  .split-section-one h3, .split-section-one h2{
    border: 0;
    padding-left: 0;
      
  }

}

@media (max-width: 480px) {
  .nav-container {
    justify-content: center;
  }
  .navbar .logo {
    font-size: 1.3rem;
  }
  .nav-links {
    display: none; /* Hide standard links on very small mobile for clean view */
  }
  .profile-grid-5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .detailed-profile-card {
    height: auto;
    flex-direction: column;
  }
  .detailed-card-img {
    flex: 0 0 100%;
    max-width: 100%;
    height: 180px;
  }
  .detailed-card-body {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .split-images-grid-4 {
    max-width: 100%;
  }
}
